[libtext-vfile-asdata-perl] 04/10: Switch from cdbs to debhelper.

gregor herrmann gregoa at debian.org
Sun Oct 27 22:04:55 UTC 2013


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

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

commit 63c3895c7a9cd3111f0b8e7a986208f73b66f68d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 27 22:56:20 2013 +0100

    Switch from cdbs to debhelper.
    
    Use dh(1) in debian/rules.
    Bump debhelper compatibility level to 8.
---
 debian/compat  |    2 +-
 debian/control |    2 +-
 debian/rules   |    8 ++------
 3 files changed, 4 insertions(+), 8 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 62ea951..7973ecc 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, libclass-accessor-chained-perl
+Build-Depends: debhelper (>= 8), perl, libclass-accessor-chained-perl
 Homepage: https://metacpan.org/release/Text-vFile-asData
 Standards-Version: 3.9.1
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-vfile-asdata-perl.git
diff --git a/debian/rules b/debian/rules
index 017b396..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
 #!/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-vfile-asdata-perl.git



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