r6224 - in /trunk/dh-make-perl: debian/changelog debian/control dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Aug 2 05:48:42 UTC 2007


Author: dmn
Date: Thu Aug  2 05:48:42 2007
New Revision: 6224

URL: http://svn.debian.org/wsvn/?sc=1&rev=6224
Log:
* Added packaging copyright/licensing to the generated debian/copyright
* Added myself to Uploaders
* Wrap long fields in debian/control

Modified:
    trunk/dh-make-perl/debian/changelog
    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=6224&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Aug  2 05:48:42 2007
@@ -11,7 +11,12 @@
   * Add "It was downloaded from ..." to debian/copyright if called with
     "--cpan $modulename".
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 28 Jul 2007 15:59:01 +0200
+  [ Damyan Ivanov ]
+  * Added packaging copyright/licensing to the generated debian/copyright
+  * Added myself to Uploaders
+  * Wrap long fields in debian/control
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 02 Aug 2007 08:41:56 +0300
 
 dh-make-perl (0.26) unstable; urgency=low
 

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/control?rev=6224&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Thu Aug  2 05:48:42 2007
@@ -4,14 +4,17 @@
 Build-Depends: debhelper (>= 5.0.0)
 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>, Christopher Sacca <csacca at thecsl.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Wolfgang Schemmel <debian at 37.org>,
+ Christopher Sacca <csacca at thecsl.org>,
+ Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/dh-make-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/
 
 Package: dh-make-perl
 Architecture: all
-Depends: debhelper (>= 4.0.2), libpod-parser-perl, ${perl:Depends}, make, dpkg-dev, fakeroot, ${misc:Depends}, libyaml-perl, libmodule-depends-perl
+Depends: debhelper (>= 4.0.2), libpod-parser-perl, ${perl:Depends}, make,
+ dpkg-dev, fakeroot, ${misc:Depends}, libyaml-perl, libmodule-depends-perl
 Recommends: apt-file, libmodule-build-perl
 Description: Create Debian packages from perl modules
  dh-make-perl will create the files required to build a Debian source

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/dh-make-perl?rev=6224&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Aug  2 05:48:42 2007
@@ -898,6 +898,14 @@
 ");
 		}
 	}
+
+	my $year = (localtime)[5]+1900;
+	$fh->print("
+
+The Debian packaging is (C) $year, $maintainer and
+is licensed under the same terms as the software itself (see above).
+");
+
 	$fh->close;
 }
 




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