[libtext-vcard-perl] 05/12: Switch to debhelper.

gregor herrmann gregoa at debian.org
Sun Oct 27 21:54:20 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtext-vcard-perl.

commit 4055dd761ee5ef534fbbf32570e896c4f67f26fd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 27 22:34:55 2013 +0100

    Switch to debhelper.
    
    Use dh(1) and bump debhelper compatibility level to 8.
---
 debian/compat  |    2 +-
 debian/control |    2 +-
 debian/rules   |    7 ++-----
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index b3a0cfc..c7cdd23 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Neil Williams <codehelp at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), perl, 
+Build-Depends: debhelper (>= 8), perl, 
  libtest-harness-perl, libfile-slurp-perl, libtext-vfile-asdata-perl,
  libclass-accessor-perl, libclass-accessor-chained-perl
 Homepage: https://metacpan.org/release/Text-vCard
diff --git a/debian/rules b/debian/rules
index 017b396..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
-  
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
 
-clean::
-	$(RM) -r blib Makefile Makefile.old
+%:
+	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-vcard-perl.git



More information about the Pkg-perl-cvs-commits mailing list