r33332 - in /trunk/libclass-dbi-pg-perl/debian: changelog control watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Apr 16 03:13:47 UTC 2009


Author: ryan52-guest
Date: Thu Apr 16 03:13:42 2009
New Revision: 33332

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33332
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-dbi-pg-perl/debian/changelog
    trunk/libclass-dbi-pg-perl/debian/control
    trunk/libclass-dbi-pg-perl/debian/watch

Modified: trunk/libclass-dbi-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/changelog?rev=33332&op=diff
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/changelog (original)
+++ trunk/libclass-dbi-pg-perl/debian/changelog Thu Apr 16 03:13:42 2009
@@ -1,6 +1,13 @@
 libclass-dbi-pg-perl (0.09-3) UNRELEASED; urgency=low
 
   * moved with permission from Bart
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Removed: Homepage pseudo-field
+    (Description). Changed: Maintainer set to Debian Perl Group <pkg-
+    perl-maintainers at lists.alioth.debian.org> (was: Bart Martens
+    <bartm at knars.be>); Bart Martens <bartm at knars.be> moved to Uploaders.
+  * debian/watch: use dist-based URL.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 15 Apr 2009 20:13:27 -0700
 

Modified: trunk/libclass-dbi-pg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/control?rev=33332&op=diff
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/control (original)
+++ trunk/libclass-dbi-pg-perl/debian/control Thu Apr 16 03:13:42 2009
@@ -1,19 +1,21 @@
 Source: libclass-dbi-pg-perl
 Section: perl
 Priority: optional
-Maintainer: Bart Martens <bartm at knars.be>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Bart Martens <bartm at knars.be>
 Build-Depends: cdbs, debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0), libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13), libtest-pod-coverage-perl, libtest-pod-perl
 Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/dist/Class-DBI-Pg/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-pg-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-pg-perl/
 
 Package: libclass-dbi-pg-perl
 Architecture: all
-Depends: ${perl:Depends}, libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13)
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13)
 Description: Class::DBI extension for Postgres
  Class::DBI::Pg automates the setup of Class::DBI columns and primary
  keys for PostgreSQL.
  .
  It selects the PostgreSQL system catalog and finds out all columns,
  primary keys and SERIAL type columns.
- .
-  Homepage: http://search.cpan.org/~dmaki/Class-DBI-Pg/

Modified: trunk/libclass-dbi-pg-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/watch?rev=33332&op=diff
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/watch (original)
+++ trunk/libclass-dbi-pg-perl/debian/watch Thu Apr 16 03:13:42 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/Class-DBI-Pg-(.*)\.tar\.gz
+http://search.cpan.org/dist/Class-DBI-Pg/   .*/Class-DBI-Pg-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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