r56746 - in /trunk/libclass-dbi-pg-perl/debian: changelog control copyright patches/ patches/fix-Makefile.PL.patch patches/series source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Apr 24 07:46:05 UTC 2010


Author: ansgar-guest
Date: Sat Apr 24 07:45:54 2010
New Revision: 56746

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56746
Log:
* Remove comparison operator from required module versions in Makefile.PL.
  (Closes: #578990)
  + new patch: fix-Makefile.PL.patch
* Use source format 3.0 (quilt).
* debian/control: Make build-dep on perl unversioned.
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libclass-dbi-pg-perl/debian/patches/
    trunk/libclass-dbi-pg-perl/debian/patches/fix-Makefile.PL.patch
    trunk/libclass-dbi-pg-perl/debian/patches/series
    trunk/libclass-dbi-pg-perl/debian/source/
    trunk/libclass-dbi-pg-perl/debian/source/format
Modified:
    trunk/libclass-dbi-pg-perl/debian/changelog
    trunk/libclass-dbi-pg-perl/debian/control
    trunk/libclass-dbi-pg-perl/debian/copyright

Modified: trunk/libclass-dbi-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/changelog?rev=56746&op=diff
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/changelog (original)
+++ trunk/libclass-dbi-pg-perl/debian/changelog Sat Apr 24 07:45:54 2010
@@ -1,3 +1,16 @@
+libclass-dbi-pg-perl (0.09-4) unstable; urgency=low
+
+  * Remove comparison operator from required module versions in Makefile.PL.
+    (Closes: #578990)
+    + new patch: fix-Makefile.PL.patch
+  * Use source format 3.0 (quilt).
+  * debian/control: Make build-dep on perl unversioned.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 24 Apr 2010 16:45:41 +0900
+
 libclass-dbi-pg-perl (0.09-3) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libclass-dbi-pg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/control?rev=56746&op=diff
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/control (original)
+++ trunk/libclass-dbi-pg-perl/debian/control Sat Apr 24 07:45:54 2010
@@ -2,10 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
 Build-Depends: debhelper (>= 7)
-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.8.2
+Build-Depends-Indep: perl, libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13), libtest-pod-coverage-perl, libtest-pod-perl
+Standards-Version: 3.8.4
 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/

Modified: trunk/libclass-dbi-pg-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/copyright?rev=56746&op=diff
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/copyright (original)
+++ trunk/libclass-dbi-pg-perl/debian/copyright Sat Apr 24 07:45:54 2010
@@ -1,32 +1,32 @@
-Upstream source was downloaded from http://search.cpan.org/dist/Class-DBI-Pg/
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Daisuke Maki
+Source: http://search.cpan.org/dist/Class-DBI-Pg/
+Name: Class-DBI-Pg
 
-Upstream Author: Daisuke Maki <dmaki at cpan.org>
+Copyright:
+ © 2006, Daisuke Maki <dmaki at cpan.org>
+ © 2006, Sebastian Riedel <sri at oook.de>
+ © 2006, IKEBE Tomohiro <ikebe at edge.co.jp>
+License: Artistic or GPL-1+
 
-Authors emeritus:
+Files: debian/*
+Copyright:
+ © 2003-2006, Stephen Quinney <sjq at debian.org>
+ © 2006,      Bart Martens <bartm at knars.be>
+ © 2009,      Damyan Ivanov <dmn at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-IKEBE Tomohiro <ikebe at edge.co.jp>
-Sebastian Riedel <sri at oook.de>
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-Copyright (c) 2006 Daisuke Maki <dmaki at cpan.org>
-Copyright (c) 2006 Ikebe Tomohiro <ikebe at edge.co.jp>
-Copyright (c) 2006 Sebastian Riedel <sri at oook.de>
-
-License:
-
-    This library is free software; you can redistribute it and/or modify it 
-    under the same terms as Perl itself.
-
-Perl license:
-
+License: GPL-1+
     This program is free software; you can redistribute it and/or modify
-    it under the terms of either:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-
-    b) the "Artistic License" which comes with Perl.
-
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
     On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL' and
-    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libclass-dbi-pg-perl/debian/patches/fix-Makefile.PL.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/patches/fix-Makefile.PL.patch?rev=56746&op=file
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/patches/fix-Makefile.PL.patch (added)
+++ trunk/libclass-dbi-pg-perl/debian/patches/fix-Makefile.PL.patch Sat Apr 24 07:45:54 2010
@@ -1,0 +1,24 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sat, 24 Apr 2010 16:30:52 +0900
+Bug-Debian: http://bugs.debian.org/578990
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=56880
+Origin: vendor
+Subject: Fix error in Makefile.PL
+
+--- libclass-dbi-pg-perl.orig/Makefile.PL
++++ libclass-dbi-pg-perl/Makefile.PL
+@@ -2,11 +2,12 @@
+ use ExtUtils::MakeMaker;
+ WriteMakefile
+ (
++          'NAME' => 'Class::DBI::Pg',
+           'DISTNAME' => 'Class-DBI-Pg',
+           'VERSION_FROM' => 'lib/Class/DBI/Pg.pm',
+           'PREREQ_PM' => {
+-                           'Class::DBI' => '>= 0.89',
+-                           'DBD::Pg' => '>= 1.13',
++                           'Class::DBI' => '0.89',
++                           'DBD::Pg' => '1.13',
+                            'Test::More' => '0'
+                          },
+           'INSTALLDIRS' => 'site',

Added: trunk/libclass-dbi-pg-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/patches/series?rev=56746&op=file
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/patches/series (added)
+++ trunk/libclass-dbi-pg-perl/debian/patches/series Sat Apr 24 07:45:54 2010
@@ -1,0 +1,1 @@
+fix-Makefile.PL.patch

Added: trunk/libclass-dbi-pg-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-pg-perl/debian/source/format?rev=56746&op=file
==============================================================================
--- trunk/libclass-dbi-pg-perl/debian/source/format (added)
+++ trunk/libclass-dbi-pg-perl/debian/source/format Sat Apr 24 07:45:54 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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