r40783 - in /trunk/libclass-dbi-perl/debian: changelog compat control copyright rules
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Sun Jul 26 22:31:00 UTC 2009
Author: ansgar-guest
Date: Sun Jul 26 22:30:54 2009
New Revision: 40783
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40783
Log:
* Use debhelper 7 instead of cdbs.
* Bump Standards-Version to 3.8.2.
* Add myself to Uploaders.
* Convert debian/copyright to proposed machine-readable format.
* Do no longer install README (copy of POD documentation).
Modified:
trunk/libclass-dbi-perl/debian/changelog
trunk/libclass-dbi-perl/debian/compat
trunk/libclass-dbi-perl/debian/control
trunk/libclass-dbi-perl/debian/copyright
trunk/libclass-dbi-perl/debian/rules
Modified: trunk/libclass-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-perl/debian/changelog?rev=40783&op=diff
==============================================================================
--- trunk/libclass-dbi-perl/debian/changelog (original)
+++ trunk/libclass-dbi-perl/debian/changelog Sun Jul 26 22:30:54 2009
@@ -1,4 +1,4 @@
-libclass-dbi-perl (3.0.17-3) UNRELEASED; urgency=low
+libclass-dbi-perl (3.0.17-3) unstable; urgency=low
[ Ryan Niebur ]
* moved with permission from Bart (Closes: #531514)
@@ -13,7 +13,14 @@
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
- -- Ryan Niebur <ryanryan52 at gmail.com> Mon, 01 Jun 2009 18:14:13 -0700
+ [ Ansgar Burchardt ]
+ * Use debhelper 7 instead of cdbs.
+ * Bump Standards-Version to 3.8.2.
+ * Add myself to Uploaders.
+ * Convert debian/copyright to proposed machine-readable format.
+ * Do no longer install README (copy of POD documentation).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org> Mon, 27 Jul 2009 00:29:07 +0200
libclass-dbi-perl (3.0.17-2) unstable; urgency=low
Modified: trunk/libclass-dbi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-perl/debian/compat?rev=40783&op=diff
==============================================================================
--- trunk/libclass-dbi-perl/debian/compat (original)
+++ trunk/libclass-dbi-perl/debian/compat Sun Jul 26 22:30:54 2009
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libclass-dbi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-perl/debian/control?rev=40783&op=diff
==============================================================================
--- trunk/libclass-dbi-perl/debian/control (original)
+++ trunk/libclass-dbi-perl/debian/control Sun Jul 26 22:30:54 2009
@@ -2,9 +2,10 @@
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.2-2), libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libversion-perl, libdbd-sqlite3-perl (>= 1.13-1.1), libdate-simple-perl, libclone-perl, libtime-piece-perl, libtime-piece-mysql-perl, libdbd-pg-perl, libdatetime-format-mysql-perl, libtest-pod-perl
-Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-perl/
Homepage: http://search.cpan.org/~tmtm/Class-DBI/
@@ -15,7 +16,7 @@
Depends: perl (>= 5.8.2-2), libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libversion-perl, libclone-perl, ${misc:Depends}
Recommends: libclass-dbi-abstractsearch-perl
Suggests: libclass-dbi-pg-perl, libclass-dbi-mysql-perl, libclass-dbi-sqlite-perl, libclass-dbi-loader-perl
-Description: A convenient abstraction layer to a database
+Description: convenient abstraction layer to a database
Class::DBI not only provides a simple database to object mapping
layer, but can be used to implement several higher order database
functions (triggers, referential integrity, cascading delete etc.),
Modified: trunk/libclass-dbi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-perl/debian/copyright?rev=40783&op=diff
==============================================================================
--- trunk/libclass-dbi-perl/debian/copyright (original)
+++ trunk/libclass-dbi-perl/debian/copyright Sun Jul 26 22:30:54 2009
@@ -1,26 +1,33 @@
-This package was debianized by Stephen Quinney <sjq at debian.org> on
-Fri, 04 Jul 2003 17:01:12 +0100
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tony Bowden <classdbi at tmtm.com>
+Upstream-Source: http://search.cpan.org/dist/Class-DBI/
+Upstream-Name: Class-DBI
-It was downloaded from http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/
+Files: *
+Copyright:
+ © 1999-2001, Michael G Schwern <schwern at pobox.com>
+ © 2001-2006, Tony Bowden <classdbi at tmtm.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
-Upstream Author: Tony Bowden <classdbi at tmtm.com>
+Files: debian/*
+Copyright:
+ © 2003-2006, Stephen Quinney <sjq at debian.org>
+ © 2006-2009, Bart Martens <bartm at knars.be>
+ © 2009, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
-Author emeritus: Michael G Schwern <schwern at pobox.com>
+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) 1999-2001 Michael G Schwern <schwern at pobox.com>
-Copyright (c) 2001-2006 Tony Bowden <classdbi at tmtm.com>
-
-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'
Modified: trunk/libclass-dbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-perl/debian/rules?rev=40783&op=diff
==============================================================================
--- trunk/libclass-dbi-perl/debian/rules (original)
+++ trunk/libclass-dbi-perl/debian/rules Sun Jul 26 22:30:54 2009
@@ -1,6 +1,3 @@
#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
+%:
+ dh $@
More information about the Pkg-perl-cvs-commits
mailing list