[linux-tools] 03/04: hyperv-daemons: Remove use of dh-systemd

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Feb 3 03:42:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch wheezy-backports
in repository linux-tools.

commit 4c8a1d96a01caf7ac93637cd821d249d219b06b8
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Feb 2 15:20:23 2016 +0000

    hyperv-daemons: Remove use of dh-systemd
    
    It's not available in wheezy; nor is deb-systemd-helper which the
    generated maintainer scripts use.
---
 debian/changelog                   | 1 +
 debian/hyperv-daemons.install      | 2 +-
 debian/rules.real                  | 4 ++--
 debian/templates/control.source.in | 3 +--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a7d6d4a..53c8444 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ linux-tools (3.16.7-ckt20-1~bpo70+1) UNRELEASED; urgency=low
     - Replace build-dependency on libunwind8-dev with libunwind7-dev
     - perf: Work-around Perl bool definition conflict
     - hyperv-daemons: Add symlinks to ensure new kernel headers are used
+    - hyperv-daemons: Remove use of dh-systemd
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 24 Jan 2016 16:01:28 +0000
 
diff --git a/debian/hyperv-daemons.install b/debian/hyperv-daemons.install
index 2c00a4a..bee7310 100644
--- a/debian/hyperv-daemons.install
+++ b/debian/hyperv-daemons.install
@@ -1 +1 @@
-debian/hyperv-daemons.*.service	lib/systemd/system/
+#debian/hyperv-daemons.*.service	lib/systemd/system/
diff --git a/debian/rules.real b/debian/rules.real
index 9e485a5..8505713 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -97,8 +97,8 @@ install-hyperv-daemons: $(STAMPS_DIR)/build
 	dh_install
 	dh_installchangelogs
 	dh_installdocs
-	dh_systemd_enable
-	dh_systemd_start
+#	dh_systemd_enable
+#	dh_systemd_start
 	dh_lintian
 	dh_strip
 	dh_compress
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index f8aad49..052fa21 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -7,7 +7,6 @@ Standards-Version: 3.9.4
 Build-Depends:
  debhelper (>> 7), python,
  asciidoc, bison, flex, libaudit-dev, libdw-dev, libelf-dev, libiberty-dev | binutils-dev (<< 2.23.91.20131123-1), libnewt-dev, libnuma-dev [amd64 arm64 i386 powerpc ppc64 ppc64el], libperl-dev, libunwind7-dev [amd64 i386], python-dev, xmlto,
- autoconf, automake, libtool, libglib2.0-dev, libudev-dev, libwrap0-dev,
- dh-systemd
+ autoconf, automake, libtool, libglib2.0-dev, libudev-dev, libwrap0-dev
 Vcs-Git: https://anonscm.debian.org/git/kernel/linux-tools.git
 Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-tools.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git



More information about the Kernel-svn-changes mailing list