r53246 - in /trunk/pmtools/debian: changelog control rules
abe at users.alioth.debian.org
abe at users.alioth.debian.org
Tue Feb 23 01:59:10 UTC 2010
Author: abe
Date: Tue Feb 23 01:59:05 2010
New Revision: 53246
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53246
Log:
Bumped debhelper compatibility to 7
Modified:
trunk/pmtools/debian/changelog
trunk/pmtools/debian/control
trunk/pmtools/debian/rules
Modified: trunk/pmtools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/changelog?rev=53246&op=diff
==============================================================================
--- trunk/pmtools/debian/changelog (original)
+++ trunk/pmtools/debian/changelog Tue Feb 23 01:59:05 2010
@@ -1,5 +1,3 @@
-TODO: Go through debian/rules.
-
pmtools (1.10-1) UNRELEASED; urgency=low
* New upstream release (Closes: #570883)
@@ -8,6 +6,10 @@
* Added a watch file to point to new upstream URL at CPAN
* Bumped Standards-Version to 3.8.4
- Changed dependency on perl5 to perl.
+ * Bumped debhelper compatibility to 7
+ - Replaced dh_clean -k by dh_prep
+ - Replaced dh_installmanpages by dh_installman
+ - Removed already commented out dh_undocumented
* Added Homepage and Vcs-* headers.
* Updated source URL in debian/copyright
Modified: trunk/pmtools/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/control?rev=53246&op=diff
==============================================================================
--- trunk/pmtools/debian/control (original)
+++ trunk/pmtools/debian/control Tue Feb 23 01:59:05 2010
@@ -1,7 +1,7 @@
Source: pmtools
Section: utils
Priority: optional
-Build-Depends-Indep: debhelper, perl
+Build-Depends-Indep: debhelper (>= 7), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Axel Beckert <abe at debian.org>
Standards-Version: 3.8.4
Modified: trunk/pmtools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/rules?rev=53246&op=diff
==============================================================================
--- trunk/pmtools/debian/rules (original)
+++ trunk/pmtools/debian/rules Tue Feb 23 01:59:05 2010
@@ -22,7 +22,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
#$(MAKE) pure_install INSTALLMAN1DIR=debian/tmp/usr/share/man/man1 \
# INSTALLMAN3DIR=debian/tmp/usr/share/man/man3
@@ -44,7 +44,7 @@
# dh_installemacsen
# dh_installinit
dh_installcron
- dh_installmanpages
+ dh_installman
# dh_undocumented
dh_installchangelogs
dh_link
More information about the Pkg-perl-cvs-commits
mailing list