r37860 - in /trunk/libnamespace-autoclean-perl/debian: changelog control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Jun 8 13:29:16 UTC 2009


Author: carnil-guest
Date: Mon Jun  8 13:29:11 2009
New Revision: 37860

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37860
Log:
try improving package description (Closing #532299)

Modified:
    trunk/libnamespace-autoclean-perl/debian/changelog
    trunk/libnamespace-autoclean-perl/debian/control

Modified: trunk/libnamespace-autoclean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/changelog?rev=37860&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/changelog (original)
+++ trunk/libnamespace-autoclean-perl/debian/changelog Mon Jun  8 13:29:11 2009
@@ -8,7 +8,11 @@
   [ Ryan Niebur ]
   * New upstream release
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 07 Jun 2009 14:04:41 -0700
+  [ Salvatore Bonaccorso ]
+  * Improve package long description (Closes: #532299).
+  * Add myself to Uploaders. 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 08 Jun 2009 15:26:38 +0200
 
 libnamespace-autoclean-perl (0.07-1) unstable; urgency=low
 

Modified: trunk/libnamespace-autoclean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/control?rev=37860&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/control (original)
+++ trunk/libnamespace-autoclean-perl/debian/control Mon Jun  8 13:29:11 2009
@@ -6,7 +6,7 @@
   libclass-mop-perl (>= 0.80), libb-hooks-endofscope-perl (>= 0.07),
   libmoose-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/namespace-autoclean/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnamespace-autoclean-perl/
@@ -19,12 +19,10 @@
   libb-hooks-endofscope-perl (>= 0.07)
 Description: Perl module to remove all imported symbols at the end of the compile cycle
  When you import a function into a Perl package, it will naturally also be
- available as a method.
- .
- The namespace::autoclean pragma will remove all imported symbols at the end
- of the current package's compile cycle. Functions called in the package
- itself will still be bound by their name, but they won't show up as methods
- on your class or instances.
+ available as a method. The namespace::autoclean pragma will remove all 
+ imported symbols at the end of the current package's compile cycle. Functions 
+ called in the package itself will still be bound by their name, but they 
+ won't show up as methods on your class or instances.
  .
  namespace::autoclean is very similar to namespace::clean, except it
  will clean all imported functions, no matter if you imported them
@@ -34,5 +32,4 @@
  .
  Sometimes you don't want to clean imports only, but also helper functions
  you're using in your methods. The -also switch can be used to declare a list
- of functions that should be removed additional to any imports:
-
+ of functions that should be removed additional to any imports.




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