r45880 - in /trunk/libsql-statement-perl/debian: README.source changelog control copyright patches/ rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Oct 16 12:46:29 UTC 2009
Author: gregoa
Date: Fri Oct 16 12:46:13 2009
New Revision: 45880
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45880
Log:
+ update dependencies
+ remove patch and quilt framework, RT#13080 (Debian bug #311788) is resolved
+ update and compact copyright
* Minimize debian/rules, adjust build deps.
* Set Standards-Version to 3.8.3; remove version from perl dependency.
- clean up changelog
- add bug closers
Removed:
trunk/libsql-statement-perl/debian/README.source
trunk/libsql-statement-perl/debian/patches/
Modified:
trunk/libsql-statement-perl/debian/changelog
trunk/libsql-statement-perl/debian/control
trunk/libsql-statement-perl/debian/copyright
trunk/libsql-statement-perl/debian/rules
Modified: trunk/libsql-statement-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/changelog?rev=45880&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/changelog (original)
+++ trunk/libsql-statement-perl/debian/changelog Fri Oct 16 12:46:13 2009
@@ -1,13 +1,6 @@
libsql-statement-perl (1.22-1) UNRELEASED; urgency=low
- TODO: FTFBS, t/16morejoins fails if libdbd-csv-perl
- is installed,
- http://www.nntp.perl.org/group/perl.cpan.testers/2009/01/msg3091383.html
- -- rmayorga
-
[ gregor herrmann ]
- * Add debian/README.source to document quilt usage, as required by
- Debian Policy since 3.8.0.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
@@ -17,7 +10,6 @@
* debian/control:
+ wrap long lines
+ add myself to uploaders
- + Standards-version bump to 3.8.0 (no changes needed)
+ add libdbd-csv-perl to B-D-I
* debian/rules; updated using dh-make-perl
* debhelper and debian/compat set to 7
@@ -27,8 +19,6 @@
+ add copyright years to upstream
+ add upstream's missing copyright statement
+ split copyright stanzas for debian/*
- * update_previous_values.patch: Updated, and Description, Author, and
- Bug# added.
[ Ryan Niebur ]
* New upstream release
@@ -42,6 +32,13 @@
[ gregor herrmann ]
* Change my email address.
* New upstream release 1.22.
+ + update dependencies
+ + closes: #531238, #317518
+ + remove patch and quilt framework, RT#13080 (Debian bug #311788) is
+ resolved
+ + update and compact copyright
+ * Minimize debian/rules, adjust build deps.
+ * Set Standards-Version to 3.8.3; remove version from perl dependency.
-- gregor herrmann <gregoa at debian.org> Fri, 16 Oct 2009 13:52:19 +0200
Modified: trunk/libsql-statement-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/control?rev=45880&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/control (original)
+++ trunk/libsql-statement-perl/debian/control Fri Oct 16 12:46:13 2009
@@ -7,19 +7,19 @@
Ryan Niebur <ryan at debian.org>
Section: perl
Priority: optional
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/SQL-Statement/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsql-statement-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsql-statement-perl/
-Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: perl (>= 5.8), libdbi-perl, libdbd-xbase-perl,
- libdbd-csv-perl, libclone-perl, libparams-util-perl
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, libdbi-perl, libdbd-csv-perl, libclone-perl,
+ libparams-util-perl
Package: libsql-statement-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl, libparams-util-perl
Recommends: libdbi-perl
-Description: perl SQL::Statement - SQL parsing and processing engine
+Description: Perl SQL parsing and processing engine
The SQL::Statement module implements a small, abstract SQL engine. This
module is not useful itself, but as a base class for deriving concrete
SQL engines. The implementation is designed to work fine with the DBI
Modified: trunk/libsql-statement-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/copyright?rev=45880&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/copyright (original)
+++ trunk/libsql-statement-perl/debian/copyright Fri Oct 16 12:46:13 2009
@@ -5,18 +5,9 @@
Upstream-Name: SQL-Statement
Files: *
-Copyright: © 2001,2005 Jeff Zucker <jzucker at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: lib/SQL/Statement.pm
-Copyright: © 1998 Jochen Wiedmann <jwied at cpan.org>
- © 2001,2005 Jeff Zucke <jzucker at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: lib/SQL/Eval.pm
-Copyright: © Jochen Wiedmann <jwied at cpan.org>
+Copyright: 2001-2009, by Jeff Zucker <jzucker at cpan.org>
+ 2007-2009, by Jens Rehsack <rehsack at cpan.org>
+ Portions Copyright 1998, Jochen Wiedmann <jwied at cpan.org>
License-Alias: Perl
License: Artistic | GPL-1+
@@ -25,7 +16,7 @@
© 1999 Piotr Roszatycki <dexter at debian.org>
© 2001-2002 Stephen Zander <gibreel at debian.org>
© 2004 Gunnar Wolf <gwolf at debian.org>
- © 2006-2008 gregor herrmann <gregoa at debian.org>
+ © 2006-2009 gregor herrmann <gregoa at debian.org>
© 2006 Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
License: Artistic | GPL-1+
Modified: trunk/libsql-statement-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/rules?rev=45880&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/rules (original)
+++ trunk/libsql-statement-perl/debian/rules Fri Oct 16 12:46:13 2009
@@ -1,23 +1,9 @@
#!/usr/bin/make -f
-build: build-stamp
-build-stamp:
- dh build
- touch $@
-
-clean:
+%:
dh $@
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-binary-arch:
-
-binary-indep: install
- dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_configure:
+ # libdbd-csv-perl pulls in the older version of libsql-statement-perl
+ SQL_STATEMENT_WARN_UPDATE=sure dh_auto_configure
+
More information about the Pkg-perl-cvs-commits
mailing list