[libhtml-wikiconverter-markdown-perl] 01/08: Fix CDBS warning "perlmodule.mk is deprecated"

Axel Beckert abe at deuxchevaux.org
Wed Mar 12 19:41:49 UTC 2014


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

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

commit 59222d2caf8293f30e3c52cd0f5dc24b7e160afc
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Mar 12 20:19:05 2014 +0100

    Fix CDBS warning "perlmodule.mk is deprecated"
    
    Uses now perl-makemaker.mk instead.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 894a61a..1617e11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,8 @@ libhtml-wikiconverter-markdown-perl (0.05-1) UNRELEASED; urgency=low
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
     copyright"
   * Apply wrap-and-sort
+  * Fix CDBS warning "perlmodule.mk is deprecated - please use
+    perl-makemaker.mk instead"
 
  -- Jose Luis Rivas <ghostbar at debian.org>  Sat, 26 Sep 2009 22:12:57 -0430
 
diff --git a/debian/rules b/debian/rules
index bb3ac53..a89ba43 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/perlmodule.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk

-- 
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