Control: tag -1 patch

On 19/11/15 14:55, Chris Boot wrote:
> I have prepared a patch for your package to enable to build against the
> new version of ppp currently in experimental. I will add the patch to
> this bug very shortly (once I have a bug number to add to the
> changelog).

Patch is now attached. This has been build-tested and the results of a
debdiff on the binary packages looks sensible to me.

Regards,
Chris

-- 
Chris Boot
deb...@bootc.net
GPG: 8467 53CB 1921 3142 C56D  C918 F5C8 3C05 D9CE EEEE
>From c03ab4961294165d75f54e1e0e3214200f48f839 Mon Sep 17 00:00:00 2001
From: Chris Boot <bo...@bootc.net>
Date: Thu, 19 Nov 2015 15:01:35 +0000
Subject: [PATCH] Patch isdnutils for ppp 2.4.7-1

---
 debian/changelog | 9 +++++++++
 debian/control   | 5 ++---
 debian/rules     | 2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f6906bb70750..f441a3b5310e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+isdnutils (1:3.25+dfsg1-3.7) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump Build-Depends on ppp-dev to (>= 2.4.7-1+~).
+  * Use dh_ppp to populate the Depends field for pppdcapiplugin.
+    (Closes: #805564)
+
+ -- Chris Boot <deb...@bootc.net>  Thu, 19 Nov 2015 10:52:33 +0000
+
 isdnutils (1:3.25+dfsg1-3.6) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index b75d1c5bf0be..e41a85529e45 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), bzip2, libncurses5-dev | libncurses-dev,
  xutils-dev | imake, tcl8.6-dev, linuxdoc-tools (>=0.9.20), groff, libtool,
  libxaw7-dev, libreadline-dev, libpcap0.8-dev, autotools-dev,
  automake, autoconf, libssl-dev, psutils, libcapi20-dev (>=1:3.27),
- po-debconf, ppp-dev (>=2.4.6), ppp-dev (<<2.4.7)
+ po-debconf, ppp-dev (>= 2.4.7-1+~)
 Homepage: http://www.isdn4linux.de
 Vcs-Git: git://anonscm.debian.org/collab-maint/isdnutils.git
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/isdnutils.git
@@ -127,8 +127,7 @@ Description: ISDN utilities - tools for CAPI-capable cards
 
 Package: pppdcapiplugin
 Architecture: linux-any
-Depends: ppp (>= 2.4.6), ppp (<< 2.4.7),
- ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Section: net
 Description: ISDN utilities - pppd plug-in for CAPI support
  Some ISDN cards can be used by CAPI utilities - for instance the AVM
diff --git a/debian/rules b/debian/rules
index c024c285f5db..14d0e7963fe3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with ppp
 
 DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-- 
2.1.4

Reply via email to