r40352 - in /trunk/libclass-dbi-abstractsearch-perl/debian: README.source changelog clean compat control copyright patches/ patches/pod-errors.patch patches/series rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jul 20 17:40:19 UTC 2009


Author: ansgar-guest
Date: Mon Jul 20 17:40:06 2009
New Revision: 40352

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40352
Log:
* Bump Standards-Version to 3.8.2.
* Use debhelper 7 instead of cdbs.
* Add myself to Uploaders.
* Convert debian/copyright to proposed machine-readable format.
* Fix POD errors: new patch pod-errors.patch
  + Add quilt framework and README.source

Added:
    trunk/libclass-dbi-abstractsearch-perl/debian/README.source
    trunk/libclass-dbi-abstractsearch-perl/debian/clean
    trunk/libclass-dbi-abstractsearch-perl/debian/patches/
    trunk/libclass-dbi-abstractsearch-perl/debian/patches/pod-errors.patch
    trunk/libclass-dbi-abstractsearch-perl/debian/patches/series
Modified:
    trunk/libclass-dbi-abstractsearch-perl/debian/changelog
    trunk/libclass-dbi-abstractsearch-perl/debian/compat
    trunk/libclass-dbi-abstractsearch-perl/debian/control
    trunk/libclass-dbi-abstractsearch-perl/debian/copyright
    trunk/libclass-dbi-abstractsearch-perl/debian/rules

Added: trunk/libclass-dbi-abstractsearch-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/README.source?rev=40352&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/README.source (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/README.source Mon Jul 20 17:40:06 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libclass-dbi-abstractsearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/changelog?rev=40352&op=diff
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/changelog (original)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/changelog Mon Jul 20 17:40:06 2009
@@ -1,4 +1,4 @@
-libclass-dbi-abstractsearch-perl (0.07-3) UNRELEASED; urgency=low
+libclass-dbi-abstractsearch-perl (0.07-3) unstable; urgency=low
 
   [ Ryan Niebur ]
   * moved with permission from Bart (Closes: #531498)
@@ -14,7 +14,15 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 18:14:17 -0700
+  [ Ansgar Burchardt ]
+  * Bump Standards-Version to 3.8.2.
+  * Use debhelper 7 instead of cdbs.
+  * Add myself to Uploaders.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Fix POD errors: new patch pod-errors.patch
+    + Add quilt framework and README.source
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 20 Jul 2009 19:39:46 +0200
 
 libclass-dbi-abstractsearch-perl (0.07-2) unstable; urgency=low
 

Added: trunk/libclass-dbi-abstractsearch-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/clean?rev=40352&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/clean (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/clean Mon Jul 20 17:40:06 2009
@@ -1,0 +1,1 @@
+t/testdb

Modified: trunk/libclass-dbi-abstractsearch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/compat?rev=40352&op=diff
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/compat (original)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/compat Mon Jul 20 17:40:06 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libclass-dbi-abstractsearch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/control?rev=40352&op=diff
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/control (original)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/control Mon Jul 20 17:40:06 2009
@@ -2,16 +2,20 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1), libtest-simple-perl | perl (>= 5.8.0), libdbd-sqlite3-perl
-Standards-Version: 3.7.2
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl (>= 5.8.0), libclass-dbi-perl (>= 0.93),
+ libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1),
+ libdbd-sqlite3-perl
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Class-DBI-AbstractSearch/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/
 
 Package: libclass-dbi-abstractsearch-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1)
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.93),
+ libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1)
 Description: Abstract Class::DBI's SQL with SQL::Abstract
  Class::DBI::AbstractSearch is a Class::DBI plugin to glue the
  SQL::Abstract module into Class::DBI.

Modified: trunk/libclass-dbi-abstractsearch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/copyright?rev=40352&op=diff
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/copyright (original)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/copyright Mon Jul 20 17:40:06 2009
@@ -1,23 +1,31 @@
-This package was debianized by Stephen Quinney <sjq at debian.org> on
-Tue, 08 Jul 2003 19:29:53 +0100
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Upstream-Source: http://search.cpan.org/dist/Class-DBI-AbstractSearch/
+Upstream-Name: Class-DBI-AbstractSearch
 
-It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/
+Files: *
+Copyright: © 2003-2005, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Files: debian/*
+Copyright:
+ © 2003-2005, Stephen Quinney <sjq at debian.org>
+ © 2006,      Bart Martens <bartm at knars.be>
+ © 2009,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Copyright (c) 2003-2005 Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+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'
 
-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-abstractsearch-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/patches/pod-errors.patch?rev=40352&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/patches/pod-errors.patch Mon Jul 20 17:40:06 2009
@@ -1,0 +1,14 @@
+Subject: Fix POD errors
+Date: Mon, 20 Jul 2009 19:28:37 +0200
+From: Ansgar Burchardt <ansgar at 43-1.org>
+--- libclass-dbi-abstractsearch-perl.orig/lib/Class/DBI/AbstractSearch.pm
++++ libclass-dbi-abstractsearch-perl/lib/Class/DBI/AbstractSearch.pm
+@@ -120,6 +120,8 @@
+ 
+     $class->search_where(\%where, { logic => 'AND' });
+ 
++=back
++
+ =head1 AUTHOR
+ 
+ Tatsuhiko Miyagawa E<lt>miyagawa at bulknews.netE<gt> with some help from

Added: trunk/libclass-dbi-abstractsearch-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/patches/series?rev=40352&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/patches/series (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/patches/series Mon Jul 20 17:40:06 2009
@@ -1,0 +1,1 @@
+pod-errors.patch

Modified: trunk/libclass-dbi-abstractsearch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/rules?rev=40352&op=diff
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/rules (original)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/rules Mon Jul 20 17:40:06 2009
@@ -1,11 +1,3 @@
 #!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-install/libclass-dbi-abstractsearch-perl::
-	-rmdir debian/libclass-dbi-abstractsearch-perl/usr/lib/perl5
-	-rmdir debian/libclass-dbi-abstractsearch-perl/usr/lib
-
-clean::
-	rm -f t/testdb
+%:
+	dh --with quilt $@




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