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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Apr 3 22:55:19 UTC 2008


Author: gregoa-guest
Date: Thu Apr  3 22:55:18 2008
New Revision: 18297

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18297
Log:
Add a line to actually use the command line option --arch; thanks to
Jack Bates for reporting the problem (closes: #474180).

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=18297&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Apr  3 22:55:18 2008
@@ -1,3 +1,10 @@
+dh-make-perl (0.42) UNRELEASED; urgency=low
+
+  * Add a line to actually use the command line option --arch; thanks to
+    Jack Bates for reporting the problem (closes: #474180).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 04 Apr 2008 00:49:41 +0200
+
 dh-make-perl (0.41) unstable; urgency=low
 
   [ Damyan Ivanov ]

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=18297&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Apr  3 22:55:18 2008
@@ -170,6 +170,8 @@
 my $tarball = setup_dir();
 $meta = process_meta("$maindir/META.yml") if (-f "$maindir/META.yml");
 findbin_fix();
+
+$arch = $opts{arch} if defined $opts{arch};
 
 if (defined $opts{e}) {
   $email = $opts{e};




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