r27612 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Dec 1 21:53:49 UTC 2008


Author: ryan52-guest
Date: Mon Dec  1 21:53:46 2008
New Revision: 27612

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27612
Log:
s/shlib:Depends/shlibs:Depends/g

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=27612&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Dec  1 21:53:46 2008
@@ -39,8 +39,9 @@
   * process META.yml file when refreshing
   * create debian/compat file while refreshing
   * make --notest work with dh7 (Closes: #506708)
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Dec 2008 12:32:53 -0800
+  * fix typo (s/shlib:Depends/shlibs:Depends/g) in control file generation
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Dec 2008 13:52:49 -0800
 
 dh-make-perl (0.50) unstable; urgency=low
 

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27612&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Dec  1 21:53:46 2008
@@ -638,7 +638,7 @@
 
 undef($apt_contents) unless $apt_contents->cache;
 
-push @depends, Dep->new('${shlib:Depends}') if $arch eq 'any';
+push @depends, Dep->new('${shlibs:Depends}') if $arch eq 'any';
 push @depends, Dep->new('${misc:Depends}');
 my $extradeps = extract_depends( $maindir, $apt_contents, 0 );
 push @depends, @$extradeps;




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