r62836 - in /trunk/libdist-zilla-plugin-prepender-perl: debian/changelog debian/control debian/copyright debian/libdist-zilla-plugin-prepender-perl.docs source/ source/format

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Fri Sep 24 15:05:11 UTC 2010


Author: ddumont-guest
Date: Fri Sep 24 15:04:46 2010
New Revision: 62836

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62836
Log:
dch -r; ready for review - hopefully

Added:
    trunk/libdist-zilla-plugin-prepender-perl/source/
    trunk/libdist-zilla-plugin-prepender-perl/source/format
Removed:
    trunk/libdist-zilla-plugin-prepender-perl/debian/libdist-zilla-plugin-prepender-perl.docs
Modified:
    trunk/libdist-zilla-plugin-prepender-perl/debian/changelog
    trunk/libdist-zilla-plugin-prepender-perl/debian/control
    trunk/libdist-zilla-plugin-prepender-perl/debian/copyright

Modified: trunk/libdist-zilla-plugin-prepender-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-prepender-perl/debian/changelog?rev=62836&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-prepender-perl/debian/changelog (original)
+++ trunk/libdist-zilla-plugin-prepender-perl/debian/changelog Fri Sep 24 15:04:46 2010
@@ -1,23 +1,5 @@
-libdist-zilla-plugin-prepender-perl (1.101590-1) UNRELEASED; urgency=low
+libdist-zilla-plugin-prepender-perl (1.101590-1) unstable; urgency=low
 
-  TODO:
-  - debian/changelog: close ITP bug [*]
-  - please add debian/source/format with "3.0 (quilt)" [*]
-  - I suggest to rm debian/libdist-zilla-plugin-prepender-perl.docs (the
-    README is rather unhelpful)
-  - debian/copyright: rather creative order of the parts, and missing empty
-    lines; and missing year in one line
-  - debian/control: short description should be a noun phrase, long
-    description should mention module name
-  - maybe add a lintian override for "W: libdist-zilla-plugin-prepender-perl
-    source: versioned-dependency-satisfied-by-perl build-depends-indep:
-    libmodule-build-perl (>= 0.3601)". or not, since it's an sbuild problem
-    that it falls over "perl (>= 5.12) | libmodule-build-perl (>= 0.3601)".
-    or right it that way since the package is arch:all anyway. or not because
-    lucas' archive rebuilds will probably fail. -- tricky :)
-  
-  [*] also detected by lintian
+  * Initial Release (Closes: #597618)
 
-  * Initial Release.
-
- -- Dominique Dumont <dominique.dumont at hp.com>  Fri, 17 Sep 2010 13:58:48 +0200
+ -- Dominique Dumont <dominique.dumont at hp.com>  Fri, 24 Sep 2010 17:03:33 +0200

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=62836&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-prepender-perl/debian/control (original)
+++ trunk/libdist-zilla-plugin-prepender-perl/debian/control Fri Sep 24 15:04:46 2010
@@ -14,11 +14,13 @@
 Architecture: all
 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
- 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.
+Description: Dist::Zille plugin to prepend lines at the top of your perl files
+ Dist::Zilla::Plugin::Prepender will prepend lines specified in
+ dist.ini to each Perl module or program within your Perl
+ distribution. For scripts having a shebang line, lines will be
+ inserted just after it.
  .
- This is useful to enforce a set of pragmas to your files (since
+ This module 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.
+ add some copyright comments, as recommended by the Free Software
+ Foundation.

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=62836&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-prepender-perl/debian/copyright (original)
+++ trunk/libdist-zilla-plugin-prepender-perl/debian/copyright Fri Sep 24 15:04:46 2010
@@ -2,13 +2,23 @@
 Maintainer: Jerome Quelin <jquelin at cpan.org>
 Source: http://search.cpan.org/dist/Dist-Zilla-Plugin-Prepender/
 Name: Dist-Zilla-Plugin-Prepender
-Copyright: 2009 by Jerome Quelin.
+Copyright:  2009, Jerome Quelin
+
+Files: *
+Copyright: 2009, Jerome Quelin
+License: Artistic or GPL-1+
+
+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
@@ -18,10 +28,3 @@
  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
-License: Artistic or GPL-1+
-
-Files: debian/*
-Copyright: 2010, Dominique Dumont <dominique.dumont at hp.com>
-License: Artistic or GPL-1+

Added: trunk/libdist-zilla-plugin-prepender-perl/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-prepender-perl/source/format?rev=62836&op=file
==============================================================================
--- trunk/libdist-zilla-plugin-prepender-perl/source/format (added)
+++ trunk/libdist-zilla-plugin-prepender-perl/source/format Fri Sep 24 15:04:46 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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