[Pkg-libvirt-commits] [libvirt] 08/09: Override dh_install-arch instead of dh_install
Guido Guenther
agx at moszumanska.debian.org
Fri Dec 4 17:31:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/1.3.0_rc1-1
in repository libvirt.
commit 02cd930245953e9589457d351ec2d4ff4c41b067
Author: Guido Günther <agx at sigxcpu.org>
Date: Fri Dec 4 16:19:06 2015 +0100
Override dh_install-arch instead of dh_install
Closes: #806064
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 27d1dc3..def94e9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.deb
Uploaders: Guido Günther <agx at sigxcpu.org>, Laurent Léonard <laurent at open-minds.org>
Testsuite: autopkgtest
Build-Depends:
- debhelper (>= 7),
+ debhelper (>= 8.9.7~),
dh-autoreconf,
dh-systemd (>= 1.18~),
dh-apparmor [linux-any],
diff --git a/debian/rules b/debian/rules
index d46fff5..013e221 100755
--- a/debian/rules
+++ b/debian/rules
@@ -145,7 +145,7 @@ override_dh_auto_test:
exit 1; \
fi
-override_dh_install:
+override_dh_install-arch:
dh_install
# Don't ship virt-admin yet
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list