[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.3-1-4-g331afb8

Guido Günther agx at sigxcpu.org
Fri Jul 22 22:19:43 UTC 2011


The following commit has been merged in the master branch:
commit 331afb84c35514f4927da8a09f923310dbdc99a8
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Jul 23 00:03:59 2011 +0200

    Move build rules
    
    to make sure DEB_BUILD_ARCH_OS is properly defined.
    
    Thanks: Serge E. Hallyn

diff --git a/debian/rules b/debian/rules
index b7c662a..bdfc612 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 DEB_BUILD_PARALLEL = yes
 
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
 ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
   DEB_MAKE_CHECK_TARGET = check
   WITH_XEN = --with-xen
@@ -40,9 +44,6 @@ else
   WITH_LXC            = --without-lxc
 endif
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	--disable-rpath          \

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list