r51660 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl.pm t/dists/Strange-0.1/wanted-debian/control t/dists/Strange-2.1/wanted-debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 27 21:06:57 UTC 2010


Author: dmn
Date: Wed Jan 27 21:06:43 2010
New Revision: 51660

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51660
Log:
Create packages with Standards-Version 3.8.4

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl.pm
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control
    trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=51660&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jan 27 21:06:43 2010
@@ -1,6 +1,10 @@
 dh-make-perl (0.63) UNRELEASED; urgency=low
 
+  [ Brian Cassidy ]
   * Add Array::Unique to dependencies listed in Build.PL.
+
+  [ Damyan Ivanov ]
+  * Create packages with Standards-Version: 3.8.4
 
  -- Brian Cassidy <brian.cassidy at gmail.com>  Fri, 22 Jan 2010 08:24:47 -0400
 

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=51660&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Wed Jan 27 21:06:43 2010
@@ -77,7 +77,7 @@
 );
 our %overrides;
 
-$debstdversion = '3.8.3';
+$debstdversion = '3.8.4';
 $priority      = 'optional';
 $section       = 'perl';
 $depends       = Debian::Dependencies->new('${perl:Depends}');

Modified: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control?rev=51660&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control (original)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control Wed Jan 27 21:06:43 2010
@@ -4,7 +4,7 @@
 Build-Depends: perl6, xlib-dev
 Build-Depends-Indep: perl
 Maintainer: Joe Maintainer <joemaint at test.local>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Strange/
 
 Package: libstrange-perl

Modified: trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control?rev=51660&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control (original)
+++ trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control Wed Jan 27 21:06:43 2010
@@ -4,7 +4,7 @@
 Build-Depends: perl6, xlib-dev
 Build-Depends-Indep: perl
 Maintainer: Joe Maintainer <joemaint at test.local>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Strange/
 
 Package: libstrange-perl




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