[libcrypt-unixcrypt-perl] 06/10: Use dh(1) instead of CDBS
Axel Beckert
abe at deuxchevaux.org
Tue Dec 24 00:11:39 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libcrypt-unixcrypt-perl.
commit 581ade6a743fb453cdb9863f88aaa6032ce22e4f
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Tue Dec 24 01:01:32 2013 +0100
Use dh(1) instead of CDBS
* Remove CDBS build-dependency
* Fixes lintian warning debian-rules-uses-deprecated-makefile
---
debian/changelog | 3 +++
debian/control | 3 +--
debian/rules | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2df78d5..9305bbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ libcrypt-unixcrypt-perl (1.0-6) UNRELEASED; urgency=medium
* Bump debhelper compatibility to 9
+ Update versioned debhelper build-dependency accordingly
* Switch to source format "3.0 (quilt)"
+ * Use dh(1) instead of CDBS
+ + Remove CDBS build-dependency
+ + Fixes lintian warning debian-rules-uses-deprecated-makefile
-- Axel Beckert <abe at debian.org> Tue, 24 Dec 2013 00:39:17 +0100
diff --git a/debian/control b/debian/control
index 815d673..47ba134 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Axel Beckert <abe at debian.org>
-Build-Depends: cdbs,
- debhelper (>= 9~)
+Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: perl (>= 5.8.0-7)
Standards-Version: 3.7.3
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-unixcrypt-perl.git
diff --git a/debian/rules b/debian/rules
index 93477ef..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+%:
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-unixcrypt-perl.git
More information about the Pkg-perl-cvs-commits
mailing list