Package: gmime2.2
Version: 2.2.3-1.2
Severity: normal
Tags: patch
Hi,
Attached is the diff for my gmime2.2 2.2.3-1.3 NMU.
bye,
- michael
diff -u gmime2.2-2.2.3/debian/changelog gmime2.2-2.2.3/debian/changelog
--- gmime2.2-2.2.3/debian/changelog
+++ gmime2.2-2.2.3/debian/changelog
@@ -1,3 +1,12 @@
+gmime2.2 (2.2.3-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Call dpatch before running configure, otherwise
+ libgmime2.2-cil ships unpatched .pc file with
+ wrong library path (Closes: #387094)
+
+ -- Michael Ablassmeier <[EMAIL PROTECTED]> Mon, 18 Sep 2006 11:07:53 +0200
+
gmime2.2 (2.2.3-1.2) unstable; urgency=low
* Non-maintainer upload.
diff -u gmime2.2-2.2.3/debian/rules gmime2.2-2.2.3/debian/rules
--- gmime2.2-2.2.3/debian/rules
+++ gmime2.2-2.2.3/debian/rules
@@ -31,7 +31,7 @@
endif
configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
dh_testdir
./configure --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --enable-gtk-doc --disable-rpath
@@ -39,7 +39,7 @@
touch configure-stamp
build: configure-stamp build-stamp
-build-stamp: patch
+build-stamp:
dh_testdir
$(MAKE)