tag 862129 + patch
tag 862129 + pending
thanks

Dear maintainer,

as this is maintained by collab-maint I felt free to commit it myself.

Here's the diff:

diff --git a/debian/changelog b/debian/changelog
index 9743907..4ffe55d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtorrent (0.13.6-2) UNRELEASED; urgency=medium
+
+  * use PKG_CHECK_MODULES instead of AM_PATH_CPPUNIT (closes: #862129) 
+
+ -- Rene Engelhard <r...@debian.org>  Mon, 15 May 2017 22:56:40 +0200
+
 libtorrent (0.13.6-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/patches/pkg-config.diff b/debian/patches/pkg-config.diff
new file mode 100644
index 0000000..f79cca0
--- /dev/null
+++ b/debian/patches/pkg-config.diff
@@ -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/862129
+Forwarded: no
+Last-Update: 2017-05-15
+
+--- libtorrent-0.13.6.orig/configure.ac
++++ libtorrent-0.13.6/configure.ac
+@@ -19,7 +19,7 @@ AC_SUBST(LIBTORRENT_INTERFACE_VERSION_NO
+ 
+ AM_INIT_AUTOMAKE
+ AC_CONFIG_HEADERS(config.h)
+-AM_PATH_CPPUNIT(1.9.6)
++PKG_CHECK_MODULES(CPPUNIT, cppunit >= 1.9.6)
+ 
+ AC_PROG_CXX
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f39fa26..7059cf2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 dh-openssl-1.1.patch
+pkg-config.diff

Regards,

Rene

Reply via email to