tag 862125 + patch
thanks

Hi,

the following trivial patch fixes this:

$ debdiff libfilezilla_0.9.0-1.dsc libfilezilla_0.9.0-1.1.dsc
dpkg-source: Warnung: unsigniertes Quellpaket wird extrahiert 
(/home/rene/libfilezilla_0.9.0-1.1.dsc)
diff -Nru libfilezilla-0.9.0/debian/changelog 
libfilezilla-0.9.0/debian/changelog
--- libfilezilla-0.9.0/debian/changelog 2017-01-17 16:58:51.000000000 +0100
+++ libfilezilla-0.9.0/debian/changelog 2017-05-15 22:03:20.000000000 +0200
@@ -1,3 +1,10 @@
+libfilezilla (0.9.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * use PKG_CHECK_MODULES instead of AM_PATH_CPPUNIT (closes: #862125) 
+
+ -- Rene Engelhard <r...@debian.org>  Mon, 15 May 2017 22:03:20 +0200
+
 libfilezilla (0.9.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru libfilezilla-0.9.0/debian/patches/pkg-config.diff 
libfilezilla-0.9.0/debian/patches/pkg-config.diff
--- libfilezilla-0.9.0/debian/patches/pkg-config.diff   1970-01-01 
01:00:00.000000000 +0100
+++ libfilezilla-0.9.0/debian/patches/pkg-config.diff   2017-05-15 
22:03:20.000000000 +0200
@@ -0,0 +1,17 @@
+Description: use PKG_CHECK_MODULES instead of AM_PATH_CPPUNIT
+Author: Rene Engelhard <r...@debian.org>
+Bug-Debian: https://bugs.debian.org/862125
+Forwarded: no
+Last-Update: 2017-05-15
+
+--- libfilezilla-0.9.0.orig/configure.ac
++++ libfilezilla-0.9.0/configure.ac
+@@ -182,7 +182,7 @@ fi
+ # CppUnit tests
+ # -------------
+ 
+-AM_PATH_CPPUNIT([1.10.2], [has_cppunit="yes"])
++PKG_CHECK_MODULES(CPPUNIT, cppunit >= 0.10.2, [has_cppunit="yes"], [])
+ 
+ 
+ # Doxygen
diff -Nru libfilezilla-0.9.0/debian/patches/series 
libfilezilla-0.9.0/debian/patches/series
--- libfilezilla-0.9.0/debian/patches/series    1970-01-01 01:00:00.000000000 
+0100
+++ libfilezilla-0.9.0/debian/patches/series    2017-05-15 22:03:20.000000000 
+0200
@@ -0,0 +1 @@
+pkg-config.diff

AFAICS libfilezilla 0.9.1 doesn't contain this fix either so this should
be upstreamed.

Regards,

Rene

Reply via email to