r62754 - in /trunk/libdist-zilla-plugin-prepender-perl/debian: control copyright

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Tue Sep 21 15:05:18 UTC 2010


Author: ddumont-guest
Date: Tue Sep 21 15:05:03 2010
New Revision: 62754

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62754
Log:
forgot to archive control and copyright ... 

Modified:
    trunk/libdist-zilla-plugin-prepender-perl/debian/control
    trunk/libdist-zilla-plugin-prepender-perl/debian/copyright

Modified: trunk/libdist-zilla-plugin-prepender-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-prepender-perl/debian/control?rev=62754&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-prepender-perl/debian/control (original)
+++ trunk/libdist-zilla-plugin-prepender-perl/debian/control Tue Sep 21 15:05:03 2010
@@ -5,7 +5,8 @@
 Build-Depends-Indep: libdist-zilla-perl, libmodule-build-perl (>= 0.3601),
  libmoose-perl, libmoosex-has-sugar-perl, libpath-class-perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Dominique Dumont <dominique.dumont at hp.com>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominique Dumont <dominique.dumont at hp.com>
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Prepender/
 
@@ -14,6 +15,11 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libdist-zilla-perl, libmoose-perl,
  libmoosex-has-sugar-perl, perl
 Description: prepend lines at the top of your perl files
- (no description was found)
+ This Dist::Zilla plugin will prepend the specified lines in each Perl
+ module or program within the distribution. For scripts having a
+ shebang line, lines will be inserted just after it.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This is useful to enforce a set of pragmas to your files (since
+ pragmas are lexical, they will be active for the whole file), or to
+ add some copyright comments, as the fsf recommends.
+ 

Modified: trunk/libdist-zilla-plugin-prepender-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-prepender-perl/debian/copyright?rev=62754&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-prepender-perl/debian/copyright (original)
+++ trunk/libdist-zilla-plugin-prepender-perl/debian/copyright Tue Sep 21 15:05:03 2010
@@ -1,15 +1,22 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Jerome Quelin
+Maintainer: Jerome Quelin <jquelin at cpan.org>
 Source: http://search.cpan.org/dist/Dist-Zilla-Plugin-Prepender/
 Name: Dist-Zilla-Plugin-Prepender
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
+Copyright: 2009 by Jerome Quelin.
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+License: GPL-1
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
 Files: *
 Copyright: Jerome Quelin
@@ -18,19 +25,3 @@
 Files: debian/*
 Copyright: 2010, Dominique Dumont <dominique.dumont at hp.com>
 License: Artistic or GPL-1+
-
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
- .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
-
-License: GPL-1+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
- .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.




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