r60400 - in /trunk/libdbd-sqlite2-perl/debian: changelog control rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jul 19 06:09:51 UTC 2010


Author: ansgar-guest
Date: Mon Jul 19 06:09:23 2010
New Revision: 60400

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60400
Log:
* Use perl_dbi addon for dh.
  * Bump build-dependency on libdbi-perl to >= 1.612.
* Bump Standards-Version to 3.9.0 (no changes).

Modified:
    trunk/libdbd-sqlite2-perl/debian/changelog
    trunk/libdbd-sqlite2-perl/debian/control
    trunk/libdbd-sqlite2-perl/debian/rules

Modified: trunk/libdbd-sqlite2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/changelog?rev=60400&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite2-perl/debian/changelog Mon Jul 19 06:09:23 2010
@@ -1,3 +1,11 @@
+libdbd-sqlite2-perl (2:0.33-10) UNRELEASED; urgency=low
+
+  * Use perl_dbi addon for dh.
+    * Bump build-dependency on libdbi-perl to >= 1.612.
+  * Bump Standards-Version to 3.9.0 (no changes).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 19 Jul 2010 15:05:20 +0900
+
 libdbd-sqlite2-perl (2:0.33-9) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libdbd-sqlite2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/control?rev=60400&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/control (original)
+++ trunk/libdbd-sqlite2-perl/debian/control Mon Jul 19 06:09:23 2010
@@ -5,17 +5,17 @@
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Niko Tyni <ntyni at iki.fi>, Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://search.cpan.org/dist/DBD-SQLite2/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-sqlite2-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbd-sqlite2-perl/
 Build-Depends: debhelper (>= 7.0.50~), perl,
- libdbi-perl (>= 1.610.90+is+1.609-1~)
+ libdbi-perl (>= 1.612)
 
 Package: libdbd-sqlite2-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- ${libdbi-perl:Depends}, libdbi-perl (>= 1.03)
+ libdbi-perl (>= 1.03)
 Description: Perl DBI driver with a self-contained RDBMS (SQLite2 version)
  This module embeds a small fast embedded SQL database engine called
  SQLite into a DBI driver, if you want a relational database for your

Modified: trunk/libdbd-sqlite2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/rules?rev=60400&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/rules (original)
+++ trunk/libdbd-sqlite2-perl/debian/rules Mon Jul 19 06:09:23 2010
@@ -1,15 +1,10 @@
 #!/usr/bin/make -f
-
-include /usr/share/libdbi-perl/perl-dbdabi.make
 
 PACKAGE := $(shell dh_listpackages)
 TMP     := $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@
-
-override_dh_gencontrol:
-	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
+	dh $@ --with perl_dbi
 
 override_dh_auto_install:
 	dh_auto_install




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