[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/1.1.0-4-1-g0a06224
Guido Günther
agx at sigxcpu.org
Sat Jul 20 16:00:49 UTC 2013
The following commit has been merged in the master branch:
commit 0a062247e6c9102a4a013a990bddf8cbcc058e2f
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat Jul 20 16:10:50 2013 +0200
Move directory creation
form dh_auto_build to dh_auto_install since this isn't part of
the building but the installing process.
diff --git a/debian/rules b/debian/rules
index fdd1b33..84a1397 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,6 +108,11 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install
DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk install
+ # Add empty dirs so dh_install doesn't fail on kFreebsd until we have
+ # Polkit/Systemd/systemtap support
+ mkdir -p debian/tmp/usr/share/polkit-1 \
+ debian/tmp/lib/systemd/system \
+ debian/tmp/usr/share/systemtap
override_dh_auto_test:
export LD_PRELOAD=""; \
@@ -154,11 +159,6 @@ override_dh_strip:
override_dh_auto_build:
dh_auto_build -a -i
DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk build
- # Add empty dirs so dh_install doesn't fail on kFreebsd until we have
- # Polkit/Systemd support
- mkdir -p debian/tmp/usr/share/polkit-1 \
- debian/tmp/lib/systemd/system \
- debian/tmp/usr/share/systemtap
override_dh_auto_clean:
[ ! -f Makefile ] || dh_auto_clean
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list