r55701 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Apr 8 05:13:18 UTC 2010


Author: dmn
Date: Thu Apr  8 05:13:08 2010
New Revision: 55701

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55701
Log:
make: fix developer in changelog stanza

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=55701&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Thu Apr  8 05:13:08 2010
@@ -366,7 +366,7 @@
     $fh->printf( "%s (%s) %s; urgency=low\n",
         $self->srcname, $self->pkgversion, $changelog_dist );
     $fh->print("\n  * Initial Release.$closes\n\n");
-    $fh->printf( " -- %s  %s\n", $self->control->source->Maintainer,
+    $fh->printf( " -- %s  %s\n", $self->get_developer,
         email_date(time) );
 
     #$fh->print("Local variables:\nmode: debian-changelog\nEnd:\n");




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