r20154 - in /trunk/libdbd-sqlite2-perl/debian: changelog control patches/00list patches/10fetchrow.dpatch patches/10fetchrow.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 19 15:54:01 UTC 2008


Author: gregoa
Date: Mon May 19 15:54:01 2008
New Revision: 20154

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20154
Log:
Change patch system from dpatch to quilt.

Added:
    trunk/libdbd-sqlite2-perl/debian/patches/10fetchrow.patch
    trunk/libdbd-sqlite2-perl/debian/patches/series
Removed:
    trunk/libdbd-sqlite2-perl/debian/patches/00list
    trunk/libdbd-sqlite2-perl/debian/patches/10fetchrow.dpatch
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=20154&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite2-perl/debian/changelog Mon May 19 15:54:01 2008
@@ -21,6 +21,7 @@
   * Add /me to Uploaders.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 5.
+  * Change patch system from dpatch to quilt.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:50 +0200
 

Modified: trunk/libdbd-sqlite2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/control?rev=20154&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/control (original)
+++ trunk/libdbd-sqlite2-perl/debian/control Mon May 19 15:54:01 2008
@@ -9,7 +9,7 @@
 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/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/
-Build-Depends: debhelper (>= 5), perl (>= 5.8), libdbi-perl (>= 1.03), dpatch (>= 2.0.9)
+Build-Depends: debhelper (>= 5), perl (>= 5.8), libdbi-perl (>= 1.03), quilt (>= 0.40)
 
 Package: libdbd-sqlite2-perl
 Section: perl

Added: trunk/libdbd-sqlite2-perl/debian/patches/10fetchrow.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/patches/10fetchrow.patch?rev=20154&op=file
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/patches/10fetchrow.patch (added)
+++ trunk/libdbd-sqlite2-perl/debian/patches/10fetchrow.patch Mon May 19 15:54:01 2008
@@ -1,0 +1,19 @@
+Author: Niko Tyni <ntyni at iki.fi>
+Description: Fix segfault when fetchrow() is called again after it has
+returned an empty list once. (#317453)
+If there is a reason upstream has commented out the check
+for an active handle, he's not telling it. (CPAN #16451)
+--- libdbd-sqlite2-perl.orig/dbdimp.c
++++ libdbd-sqlite2-perl/dbdimp.c
+@@ -473,11 +473,9 @@
+     /* warn("current_entry == %d\nnumFields == %d\nnrow == %d",
+         current_entry, numFields, imp_sth->nrow); */
+ 
+-    /*
+     if (!DBIc_ACTIVE(imp_sth)) {
+         return Nullav;
+     }
+-    */
+     
+     if ((imp_sth->retval == SQLITE_DONE) || (imp_sth->retval == SQLITE_ERROR)) {
+         sqlite2_st_finish(sth, imp_sth);

Added: trunk/libdbd-sqlite2-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/patches/series?rev=20154&op=file
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/patches/series (added)
+++ trunk/libdbd-sqlite2-perl/debian/patches/series Mon May 19 15:54:01 2008
@@ -1,0 +1,1 @@
+10fetchrow.patch

Modified: trunk/libdbd-sqlite2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite2-perl/debian/rules?rev=20154&op=diff
==============================================================================
--- trunk/libdbd-sqlite2-perl/debian/rules (original)
+++ trunk/libdbd-sqlite2-perl/debian/rules Mon May 19 15:54:01 2008
@@ -11,7 +11,7 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
@@ -27,7 +27,7 @@
 endif
 
 build: build-stamp
-build-stamp: $(DPATCH_STAMPFN)
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""




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