r49049 - in /trunk/libsub-exporter-formethods-perl/debian: changelog control copyright libsub-exporter-formethods-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Dec 21 02:55:15 UTC 2009


Author: jawnsy-guest
Date: Mon Dec 21 02:55:10 2009
New Revision: 49049

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49049
Log:
prepare for release

Removed:
    trunk/libsub-exporter-formethods-perl/debian/libsub-exporter-formethods-perl.docs
Modified:
    trunk/libsub-exporter-formethods-perl/debian/changelog
    trunk/libsub-exporter-formethods-perl/debian/control
    trunk/libsub-exporter-formethods-perl/debian/copyright

Modified: trunk/libsub-exporter-formethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/changelog?rev=49049&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/changelog (original)
+++ trunk/libsub-exporter-formethods-perl/debian/changelog Mon Dec 21 02:55:10 2009
@@ -1,5 +1,5 @@
 libsub-exporter-formethods-perl (0.091970-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #561893)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 19 Dec 2009 20:08:40 -0500

Modified: trunk/libsub-exporter-formethods-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/control?rev=49049&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/control (original)
+++ trunk/libsub-exporter-formethods-perl/debian/control Mon Dec 21 02:55:10 2009
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libsub-exporter-perl (>= 0.978),
-  libsub-name-perl
+Build-Depends-Indep: perl, libsub-exporter-perl (>= 0.978), libsub-name-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -14,20 +13,9 @@
 Package: libsub-exporter-formethods-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libsub-exporter-perl (>= 0.978),
-  libsub-name-perl
-Description: helper routines for using Sub::Exporter to build methods
- The synopsis section, above, looks almost indistinguishable from any other
- use of Sub::Exporter|Sub::Exporter, apart from the use of method_installer.
- It is nearly indistinguishable in behavior, too. The only change is that
- subroutines exported from Method::Builder into named slots in
- Vehicle::Autobot will be wrapped in a subroutine called
- Vehicle::Autobot::transform. This will insert a named frame into stack traces
- to aid in debugging.
- .
- More importantly (for the author, anyway), they will not be removed by
- namespace::autoclean|namespace::autoclean. This makes the following code
- work:
- .
- package MyLibrary;
- .
- This description was automagically extracted from the module by dh-make-perl.
+ libsub-name-perl
+Description: Sub::Exporter extension for handling methods
+ Sub::Exporter::ForMethods is a Perl module that allows methods to be easily
+ imported into your namespace. It also wraps method calls to a transformation
+ routine, which inserts a named frame into stack traces to aid in debugging.
+

Modified: trunk/libsub-exporter-formethods-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/copyright?rev=49049&op=diff
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/copyright (original)
+++ trunk/libsub-exporter-formethods-perl/debian/copyright Mon Dec 21 02:55:10 2009
@@ -2,17 +2,9 @@
 Maintainer: Ricardo Signes <rjbs at cpan.org>
 Source: http://search.cpan.org/dist/Sub-Exporter-ForMethods/
 Name: Sub-Exporter-ForMethods
-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: 2009, Ricardo Signes <rjbs at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*




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