r16687 - in /trunk/dh-make-perl: debian/changelog debian/compat debian/control dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Mar 7 07:57:46 UTC 2008


Author: dmn
Date: Fri Mar  7 07:57:46 2008
New Revision: 16687

URL: http://svn.debian.org/wsvn/?sc=1&rev=16687
Log:
back dh-make-perl's DH compatlevel to 5. changelog beautification

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/compat
    trunk/dh-make-perl/debian/control
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=16687&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Mar  7 07:57:46 2008
@@ -1,15 +1,15 @@
-dh-make-perl (0.39) UNRELEASED; urgency=low
+dh-make-perl (0.39) unstable; urgency=low
 
   [ gregor herrmann ]
-  * Set debhelper compatibility level to 6 (for dh-make-perl and the
-    packages it creates).
+  * dh-make-perl: set debhelper compatibility level of the created package
+    to 6
   * Add comment and additional spaces to the created watch files to make the
     pattern easier to read and understand.
 
   [ Damyan Ivanov ]
-  * add "install" to phony targets list
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 10 Jan 2008 19:42:49 +0100
+  * rules.* templates: add "install" to phony targets list
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Mar 2008 09:49:38 +0200
 
 dh-make-perl (0.38) unstable; urgency=low
 

Modified: trunk/dh-make-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/compat?rev=16687&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/compat (original)
+++ trunk/dh-make-perl/debian/compat Fri Mar  7 07:57:46 2008
@@ -1,1 +1,1 @@
-6
+5

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/control?rev=16687&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Fri Mar  7 07:57:46 2008
@@ -1,7 +1,7 @@
 Source: dh-make-perl
 Section: devel
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Wolfgang Schemmel <debian at 37.org>,

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/dh-make-perl?rev=16687&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Fri Mar  7 07:57:46 2008
@@ -96,7 +96,7 @@
 $section = 'perl';
 $depends = '${perl:Depends}';
 $bdependsi = "perl (>= $perl_pkg->{Version})";
-$bdepends = 'debhelper (>= 6.0.0)';
+$bdepends = 'debhelper (>= 6)';
 $arch = 'all';
 $date = `date -R`;
 $startdir = getcwd();




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