r70145 - in /trunk/libsub-exporter-globexporter-perl/debian: changelog compat control copyright libsub-exporter-globexporter-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Mar 1 04:33:17 UTC 2011


Author: jawnsy-guest
Date: Tue Mar  1 04:31:10 2011
New Revision: 70145

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70145
Log:
builds clean, dch -r

Added:
    trunk/libsub-exporter-globexporter-perl/debian/source/
    trunk/libsub-exporter-globexporter-perl/debian/source/format
Removed:
    trunk/libsub-exporter-globexporter-perl/debian/libsub-exporter-globexporter-perl.docs
Modified:
    trunk/libsub-exporter-globexporter-perl/debian/changelog
    trunk/libsub-exporter-globexporter-perl/debian/compat
    trunk/libsub-exporter-globexporter-perl/debian/control
    trunk/libsub-exporter-globexporter-perl/debian/copyright

Modified: trunk/libsub-exporter-globexporter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-globexporter-perl/debian/changelog?rev=70145&op=diff
==============================================================================
--- trunk/libsub-exporter-globexporter-perl/debian/changelog (original)
+++ trunk/libsub-exporter-globexporter-perl/debian/changelog Tue Mar  1 04:31:10 2011
@@ -1,5 +1,5 @@
-libsub-exporter-globexporter-perl (0.002-1) UNRELEASED; urgency=low
+libsub-exporter-globexporter-perl (0.002-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #615925)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 28 Feb 2011 22:19:20 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 28 Feb 2011 23:54:17 -0500

Modified: trunk/libsub-exporter-globexporter-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-globexporter-perl/debian/compat?rev=70145&op=diff
==============================================================================
--- trunk/libsub-exporter-globexporter-perl/debian/compat (original)
+++ trunk/libsub-exporter-globexporter-perl/debian/compat Tue Mar  1 04:31:10 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libsub-exporter-globexporter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-globexporter-perl/debian/control?rev=70145&op=diff
==============================================================================
--- trunk/libsub-exporter-globexporter-perl/debian/control (original)
+++ trunk/libsub-exporter-globexporter-perl/debian/control Tue Mar  1 04:31:10 2011
@@ -1,8 +1,10 @@
 Source: libsub-exporter-globexporter-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libtest-simple-perl (>= 0.96) | perl (>= 5.13.4),
+ libsub-exporter-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -12,8 +14,11 @@
 
 Package: libsub-exporter-globexporter-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: export shared globs with Sub::Exporter collectors
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends}, ${perl:Depends},
+ libsub-exporter-perl
+Description: module for exporting shared globs
+ Sub::Exporter::GlobExporter is a Perl module that enables packages to share
+ glob references with other modules. This allows your module to be subclassed,
+ for the subclass to re-use the same glob when exporting, or to export a new
+ one. This scheme provides extensibility by returning a collection validator,
+ allowing arbitrary options to be passed to the globref locator.

Modified: trunk/libsub-exporter-globexporter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-globexporter-perl/debian/copyright?rev=70145&op=diff
==============================================================================
--- trunk/libsub-exporter-globexporter-perl/debian/copyright (original)
+++ trunk/libsub-exporter-globexporter-perl/debian/copyright Tue Mar  1 04:31:10 2011
@@ -2,17 +2,9 @@
 Maintainer: Ricardo Signes <rjbs at cpan.org>
 Source: http://search.cpan.org/dist/Sub-Exporter-GlobExporter/
 Name: Sub-Exporter-GlobExporter
-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: Ricardo Signes <rjbs at cpan.org>
+Copyright: 2010, Ricardo Signes <rjbs at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: trunk/libsub-exporter-globexporter-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-globexporter-perl/debian/source/format?rev=70145&op=file
==============================================================================
--- trunk/libsub-exporter-globexporter-perl/debian/source/format (added)
+++ trunk/libsub-exporter-globexporter-perl/debian/source/format Tue Mar  1 04:31:10 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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