[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5185: Move the pax build-time dependency for debbuild to the .deb specfile.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 23 Nov 2010 21:01:33 -0000

------------------------------------------------------------
revno: 5185
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: packaging
timestamp: Tue 2010-11-23 21:02:20 +0100
message:
  Move the pax build-time dependency for debbuild to the .deb specfile.
  
  This is a more suitable place and generates a sensible error message
  if pax is not installed.
modified:
  packaging/create-package.sh
  packaging/hipl-deb.spec


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/create-package.sh'
--- packaging/create-package.sh 2010-11-16 14:38:02 +0000
+++ packaging/create-package.sh 2010-11-23 20:02:20 +0000
@@ -83,7 +83,6 @@
 
 # Set architecture, distro and repo details
 if test -r /etc/debian_version; then
-    which pax > /dev/null || die "aptitude install pax"
     DISTRO=debian
     DISTRO_RELEASE=$(lsb_release -c | cut -f2)
     ARCH=$(dpkg --print-architecture)

=== modified file 'packaging/hipl-deb.spec'
--- packaging/hipl-deb.spec     2010-11-23 20:33:51 +0000
+++ packaging/hipl-deb.spec     2010-11-23 20:02:20 +0000
@@ -10,7 +10,7 @@
 Vendor: InfraHIP
 License: GPLv2 and MIT/Expat
 Group: System Environment/Kernel
-BuildRequires: automake, autoconf, libtool, gcc, libssl-dev, xmlto, 
iptables-dev, dpkg-dev
+BuildRequires: automake, autoconf, libtool, gcc, libssl-dev, xmlto, 
iptables-dev, dpkg-dev, pax
 ExclusiveOS: linux
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: /usr

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5185: Move the pax build-time dependency for debbuild to the .deb specfile. - noreply