Bug#592871: libapache-dbi-perl_1.07-1+lenny1 does not actually apply the patch it contains
clone 592871 -1
reassign -1 release.debian.org
retitle -1 pu: libapache-dbi-perl/1.07-1+lenny2
severity -1 normal
tags -1 =
user release.debian.org@packages.debian.org
usertag -1 pu
thanks
Peter Mogensen <apm@one.com> writes:
> Package: libapache-dbi-perl
> Version: 1.07-1+lenny1
>
[...]
>
> After downloading the source package and building it my self I
> conclude that the patch is simply not applied during the build
> process.
A typo in debian/rules prevented the patches from being applied (there
is QUILT_STAMPN instead of QUILT_STAMPFN). After adding the missing F
the patches are applied and the fix for #568534 is really included.
Release team, can we upload a fix to stable so the patch from +lenny1
gets applied? The proposed diff is attached and two present, but
previously not applied patches are applied by this: the fix for #568534
and a correction of the hashbang for a perl script installed as an
example.
Regards,
Ansgar
Index: debian/changelog
===================================================================
--- debian/changelog (revision 61533)
+++ debian/changelog (working copy)
@@ -1,3 +1,10 @@
+libapache-dbi-perl (1.07-1+lenny2) UNRELEASED; urgency=low
+
+ * debian/rules: Correct typo QUILT_STAMPN → QUILT_STAMPFN to apply patches
+ during build. (Closes: #592871)
+
+ -- Ansgar Burchardt <ansgar@43-1.org> Sat, 14 Aug 2010 00:06:22 +0900
+
libapache-dbi-perl (1.07-1+lenny1) stable; urgency=low
* Backport fix for loading of Apache::DBI via startup files from 1.08.
Index: debian/rules
===================================================================
--- debian/rules (revision 61533)
+++ debian/rules (working copy)
@@ -18,7 +18,7 @@
TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
-build-stamp: $(QUILT_STAMPN)
+build-stamp: $(QUILT_STAMPFN)
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
Reply to: