[SCM] Debian packaging of libuniversal-moniker-perl branch, master, updated. 8d67037f2bf729ad2428fd98740c37c849ded661
Axel Beckert
abe at deuxchevaux.org
Sat Mar 9 14:17:33 UTC 2013
The following commit has been merged in the master branch:
commit 798672a9e9e483fde8d9eec5e0f4f320e1444a3e
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Mar 9 14:24:39 2013 +0100
Switch to pure debhelper and dh7 style rules file
Fixes lintian warning debian-rules-uses-deprecated-makefile
Removed cdbs build-dependency and bumped debhelper compatibility and
build-dependency to 7.
diff --git a/debian/changelog b/debian/changelog
index 00c6c17..72e31cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libuniversal-moniker-perl (0.08-7) UNRELEASED; urgency=low
* Remove Bart from Uploaders (thanks for your work!), add myself to
Uploaders. (Closes: #702592)
* Clarify short package description.
+ * Switch to dh7 style rules file (fixes lintian warning
+ debian-rules-uses-deprecated-makefile)
* Fixed the following lintian warnings:
+ using-first-person-in-description
+ copyright-refers-to-symlink-license
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 6cd8f79..540d85d 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: Axel Beckert <abe at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: debhelper (>= 7~)
Build-Depends-Indep: perl (>= 5.8.0), liblingua-en-inflect-perl (>= 1.88)
Standards-Version: 3.8.1
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-moniker-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 $@
--
Debian packaging of libuniversal-moniker-perl
More information about the Pkg-perl-cvs-commits
mailing list