r21777 - in /trunk/libpadwalker-perl/debian: changelog compat control
    tincho at users.alioth.debian.org 
    tincho at users.alioth.debian.org
       
    Tue Jun 17 00:49:36 UTC 2008
    
    
  
Author: tincho
Date: Tue Jun 17 00:49:36 2008
New Revision: 21777
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21777
Log:
debian/control: Added myself to Uploaders, bumped Standards-Version: no
changes, upgraded debhelper version to 5, upgraded perl dependency to
match META.yaml, corrected short Description case.
Modified:
    trunk/libpadwalker-perl/debian/changelog
    trunk/libpadwalker-perl/debian/compat
    trunk/libpadwalker-perl/debian/control
Modified: trunk/libpadwalker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpadwalker-perl/debian/changelog?rev=21777&op=diff
==============================================================================
--- trunk/libpadwalker-perl/debian/changelog (original)
+++ trunk/libpadwalker-perl/debian/changelog Tue Jun 17 00:49:36 2008
@@ -13,6 +13,9 @@
 
   [ MartÃn Ferrari ]
   * New upstream release.
+  * debian/control: Added myself to Uploaders, bumped Standards-Version: no
+    changes, upgraded debhelper version to 5, upgraded perl dependency to
+    match META.yaml, corrected short Description case.
 
  -- MartÃn Ferrari <tincho at debian.org>  Mon, 16 Jun 2008 21:40:03 -0300
 
Modified: trunk/libpadwalker-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpadwalker-perl/debian/compat?rev=21777&op=diff
==============================================================================
--- trunk/libpadwalker-perl/debian/compat (original)
+++ trunk/libpadwalker-perl/debian/compat Tue Jun 17 00:49:36 2008
@@ -1,1 +1,1 @@
-4
+5
Modified: trunk/libpadwalker-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpadwalker-perl/debian/control?rev=21777&op=diff
==============================================================================
--- trunk/libpadwalker-perl/debian/control (original)
+++ trunk/libpadwalker-perl/debian/control Tue Jun 17 00:49:36 2008
@@ -1,10 +1,11 @@
 Source: libpadwalker-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.2)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Florian Ragwitz <rafl at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Florian Ragwitz <rafl at debian.org>,
+ MartÃn Ferrari <tincho at debian.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/PadWalker/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpadwalker-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpadwalker-perl/
@@ -12,7 +13,7 @@
 Package: libpadwalker-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Play with other peoples' lexical variables
+Description: play with other peoples' lexical variables
  PadWalker is a module which allows you to inspect (and even change!)
  lexical variables in any subroutine which called you. It will only
  show those variables which are in scope at the point of the call.
    
    
More information about the Pkg-perl-cvs-commits
mailing list