r31851 - in /trunk/libb-hooks-endofscope-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 10 16:27:34 UTC 2009


Author: gregoa
Date: Tue Mar 10 16:27:31 2009
New Revision: 31851

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31851
Log:
  - add /me to Uploaders
  - improve short and long description

Modified:
    trunk/libb-hooks-endofscope-perl/debian/changelog
    trunk/libb-hooks-endofscope-perl/debian/control

Modified: trunk/libb-hooks-endofscope-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/debian/changelog?rev=31851&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/debian/changelog (original)
+++ trunk/libb-hooks-endofscope-perl/debian/changelog Tue Mar 10 16:27:31 2009
@@ -8,10 +8,12 @@
     + fixed some missing commas and chars
 
   [ gregor herrmann ]
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
-  * debian/control: replace libscope-guard-perl with libvariable-magic-perl.
   * debian/copyright: update years of copyright for files under inc/.
+  * debian/control:
+    - switch Vcs-Browser field to ViewSVN
+    - replace libscope-guard-perl with libvariable-magic-perl
+    - add /me to Uploaders
+    - improve short and long description
 
  -- Antonio Radici <antonio at dyne.org>  Tue, 03 Mar 2009 21:06:54 +0000
 

Modified: trunk/libb-hooks-endofscope-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/debian/control?rev=31851&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/debian/control (original)
+++ trunk/libb-hooks-endofscope-perl/debian/control Tue Mar 10 16:27:31 2009
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.0), libvariable-magic-perl, libsub-exporter-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
- Antonio Radici <antonio at dyne.org>
+ Antonio Radici <antonio at dyne.org>, gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/B-Hooks-EndOfScope/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libb-hooks-endofscope-perl/
@@ -14,6 +14,7 @@
 Package: libb-hooks-endofscope-perl
 Architecture: all
 Depends: perl (>= 5.8.0), ${misc:Depends}, libvariable-magic-perl, libsub-exporter-perl
-Description: Execute code after a scope finished compilation
+Description: module for executing code after a scope finished compilation
  B::Hooks::EndOfScope allows you to execute code when perl finished compiling 
  the surrounding scope.
+ on_scope_end() is exported by default.




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