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

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Mon Apr 4 12:16:29 UTC 2011


Author: ddumont-guest
Date: Mon Apr  4 12:12:30 2011
New Revision: 72219

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72219
Log:
lintain and cowbuilder clean. ready for review

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

Modified: trunk/libdist-zilla-plugin-run-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/changelog?rev=72219&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/changelog (original)
+++ trunk/libdist-zilla-plugin-run-perl/debian/changelog Mon Apr  4 12:12:30 2011
@@ -1,5 +1,5 @@
 libdist-zilla-plugin-run-perl (0.005-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #620783)
 
  -- Dominique Dumont <domi.dumont at free.fr>  Fri, 1 Apr 2011 14:19:14 +0200

Modified: trunk/libdist-zilla-plugin-run-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/control?rev=72219&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/control (original)
+++ trunk/libdist-zilla-plugin-run-perl/debian/control Mon Apr  4 12:12:30 2011
@@ -1,19 +1,26 @@
 Source: libdist-zilla-plugin-run-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominique Dumont <domi.dumont at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Dominique Dumont <domi.dumont at free.fr>
+Build-Depends-Indep: perl,
+                     libdist-zilla-perl,
+                     libmoose-perl,
+                     libtest-simple-perl (>= 0.94)
 Standards-Version: 3.9.1
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdist-zilla-plugin-run-perl/
 Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Run/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdist-zilla-plugin-run-perl/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/
 
 Package: libdist-zilla-plugin-run-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Running external commands on specific hooks of Dist::Zilla
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdist-zilla-perl,
+         libmoose-perl
+Description: Dist::Zilla plugin to execute external commands
+ Dist::Zilla::Plugin::Run uses specific hooks of Dist::Zilla to execute 
+ external command when running dzil. This module is useful to ship generated 
+ code in a Perl module distribution.
+

Modified: trunk/libdist-zilla-plugin-run-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/copyright?rev=72219&op=diff
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/copyright (original)
+++ trunk/libdist-zilla-plugin-run-perl/debian/copyright Mon Apr  4 12:12:30 2011
@@ -1,23 +1,17 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Torsten Raudssus <torsten at raudssus.de> L<http://www.raudssus.de/>
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Dist-Zilla-Plugin-Run
+Upstream-Contact: Torsten Raudssus <torsten at raudssus.de> http://www.raudssus.de/
 Source: http://search.cpan.org/dist/Dist-Zilla-Plugin-Run/
-Name: Dist-Zilla-Plugin-Run
-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.
 
 Files: *
-Copyright: Torsten Raudssus <torsten at raudssus.de> L<http://www.raudssus.de/>
+Copyright: 2010, Raudssus Social Software
 License: Artistic or GPL-1+
+
 
 Files: debian/*
 Copyright: 2011, Dominique Dumont <domi.dumont at free.fr>
 License: Artistic or GPL-1+
+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -34,3 +28,4 @@
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+

Added: trunk/libdist-zilla-plugin-run-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdist-zilla-plugin-run-perl/debian/source/format?rev=72219&op=file
==============================================================================
--- trunk/libdist-zilla-plugin-run-perl/debian/source/format (added)
+++ trunk/libdist-zilla-plugin-run-perl/debian/source/format Mon Apr  4 12:12:30 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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