[libhtml-wikiconverter-markdown-perl] 04/11: Use dh(1) and debhelper 8.

gregor herrmann gregoa at debian.org
Tue Aug 12 20:36:09 UTC 2014


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

gregoa pushed a commit to branch master
in repository libhtml-wikiconverter-markdown-perl.

commit 62c3f0d03b27f7b2e1c13ad0d06e2295e1802149
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 12 22:19:44 2014 +0200

    Use dh(1) and debhelper 8.
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 6 +++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 5b67a45..3dd798b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,7 @@
 Source: libhtml-wikiconverter-markdown-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs (>= 0.4.39),
-               debhelper (>= 7),
+Build-Depends: debhelper (>= 8),
                libfile-spec-perl,
                libhtml-parser-perl,
                libhtml-tagset-perl,
diff --git a/debian/rules b/debian/rules
index a89ba43..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
+
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-wikiconverter-markdown-perl.git



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