[pkg-bacula-commits] [bacula] 03/03: Fix lintian warning debhelper-tools-from-autotools-dev-are-deprecated

Sven Hartge hartge-guest at moszumanska.debian.org
Thu Nov 9 17:53:00 UTC 2017


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

hartge-guest pushed a commit to branch master
in repository bacula.

commit 2007d80a70b3d63ca09fcc150ed63eb4fef4d29c
Author: Sven Hartge <sven at svenhartge.de>
Date:   Thu Nov 9 18:49:05 2017 +0100

    Fix lintian warning debhelper-tools-from-autotools-dev-are-deprecated
---
 debian/rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8863f3f..48b1304 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,9 +94,9 @@ endef
 
 %:
 ifeq ($(HAVE_SYSTEMD),1)
-	dh $@ --with autotools_dev,systemd
+	dh $@ --with systemd
 else
-	dh $@ --with autotools_dev
+	dh $@ 
 endif
 
 # For packages depending on bacula-director-DBTYPE, we handle the
@@ -161,7 +161,6 @@ override_dh_makeshlibs:
 
 override_dh_clean:
 	$(foreach db,$(VARIANTS),$(call db-templates-cleanup,$(db)))
-	dh_autotools-dev_restoreconfig
 	dh_clean
 	debian/scripts/generate-doc-dir-to-symlink-migration clean
 	debian/scripts/autopostrm clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list