r45526 - in /trunk/libclass-makemethods-perl/debian: changelog control watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 8 19:08:03 UTC 2009


Author: gregoa
Date: Thu Oct  8 19:07:57 2009
New Revision: 45526

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45526
Log:
[packagecheck] fixed Vcs-(Svn|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

Modified:
    trunk/libclass-makemethods-perl/debian/changelog
    trunk/libclass-makemethods-perl/debian/control
    trunk/libclass-makemethods-perl/debian/watch

Modified: trunk/libclass-makemethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/changelog?rev=45526&op=diff
==============================================================================
--- trunk/libclass-makemethods-perl/debian/changelog (original)
+++ trunk/libclass-makemethods-perl/debian/changelog Thu Oct  8 19:07:57 2009
@@ -2,6 +2,13 @@
 
   * Take over for the Debian Perl Group on maintainer's request
     (http://lists.debian.org/debian-perl/2009/10/msg00004.html)
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was: Eric
+    Dorland <eric at debian.org>); Eric Dorland <eric at debian.org> moved to
+    Uploaders.
+  * debian/watch: use dist-based URL.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 08 Oct 2009 21:07:44 +0200
 

Modified: trunk/libclass-makemethods-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/control?rev=45526&op=diff
==============================================================================
--- trunk/libclass-makemethods-perl/debian/control (original)
+++ trunk/libclass-makemethods-perl/debian/control Thu Oct  8 19:07:57 2009
@@ -1,14 +1,18 @@
 Source: libclass-makemethods-perl
 Section: perl
 Priority: optional
-Maintainer: Eric Dorland <eric at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Eric Dorland <eric at debian.org>
 Build-Depends: cdbs, debhelper (>= 4.1)
 Build-Depends-Indep: perl
 Standards-Version: 3.7.2.0
+Homepage: http://search.cpan.org/dist/Class-MakeMethods/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-makemethods-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-makemethods-perl/
 
 Package: libclass-makemethods-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Generate common types of methods
  The Class::MakeMethods framework allows Perl class developers to
  quickly define common types of methods. When a module uses

Modified: trunk/libclass-makemethods-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/watch?rev=45526&op=diff
==============================================================================
--- trunk/libclass-makemethods-perl/debian/watch (original)
+++ trunk/libclass-makemethods-perl/debian/watch Thu Oct  8 19:07:57 2009
@@ -1,3 +1,3 @@
 version=3
 
-http://search.cpan.org/CPAN/authors/id/E/EV/EVO/Class-MakeMethods-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/Class-MakeMethods/   .*/Class-MakeMethods-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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