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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jan 10 18:42:52 UTC 2008


Author: gregoa-guest
Date: Thu Jan 10 18:42:52 2008
New Revision: 12463

URL: http://svn.debian.org/wsvn/?sc=1&rev=12463
Log:
Set debhelper compatibility level to 6 (for dh-make-perl and the
  packages it creates).

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=12463&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Jan 10 18:42:52 2008
@@ -1,3 +1,10 @@
+dh-make-perl (0.39) UNRELEASED; urgency=low
+
+  * Set debhelper compatibility level to 6 (for dh-make-perl and the
+    packages it creates).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 10 Jan 2008 19:38:07 +0100
+
 dh-make-perl (0.38) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/dh-make-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/compat?rev=12463&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/compat (original)
+++ trunk/dh-make-perl/debian/compat Thu Jan 10 18:42:52 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/control?rev=12463&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Thu Jan 10 18:42:52 2008
@@ -1,7 +1,7 @@
 Source: dh-make-perl
 Section: devel
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 6)
 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=12463&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Jan 10 18:42:52 2008
@@ -96,11 +96,11 @@
 $section = 'perl';
 $depends = '${perl:Depends}';
 $bdependsi = "perl (>= $perl_pkg->{Version})";
-$bdepends = 'debhelper (>= 5.0.0)';
+$bdepends = 'debhelper (>= 6.0.0)';
 $arch = 'all';
 $date = `date -R`;
 $startdir = getcwd();
-$dh_compat = 5;
+$dh_compat = 6;
 $datadir = '/usr/share/dh-make-perl';
 $homedir = "$ENV{HOME}/.dh-make-perl";
 




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