From 1e23c12b1d725fba663d8db4760e99a42af2c992 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 24 Jun 2014 14:01:47 -0400 Subject: [PATCH] Import Debian changes 1.0.24-2.1 tinc (1.0.24-2.1) unstable; urgency=medium * NMU after getting go ahead from guus on #tinc * Add a -dbg package which contains the debugging symbols for tinc Thanks hark@puscii.nl (Closes: #752561) --- debian/changelog | 8 ++++++++ debian/control | 13 +++++++++++++ debian/rules | 6 +++++- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d3591e..85365a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +tinc (1.0.24-2.1) unstable; urgency=medium + + * NMU after getting go ahead from guus on #tinc + * Add a -dbg package which contains the debugging symbols for tinc + Thanks hark@puscii.nl (Closes: #752561) + + -- Micah Anderson Tue, 24 Jun 2014 14:01:47 -0400 + tinc (1.0.24-2) unstable; urgency=medium * Improve the init script: stopping tinc now waits for the process to diff --git a/debian/control b/debian/control index feaa1c4..ce877c4 100644 --- a/debian/control +++ b/debian/control @@ -14,3 +14,16 @@ Description: Virtual Private Network daemon (VPN). One daemon can handle multiple connections, so you can create an entire (moderately sized) VPN with only one daemon per participating computer. + +Package: tinc-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${shlibs:Depends}, ${misc:Depends}, tinc (= ${binary:Version}) +Description: debugging symbols for tinc + tinc is a daemon with which you can create a virtual private network + (VPN). One daemon can handle multiple connections, so you can + create an entire (moderately sized) VPN with only one daemon per + participating computer. + . + This package contains the debugging symbols for tinc. diff --git a/debian/rules b/debian/rules index 2aaaef9..8d13df5 100755 --- a/debian/rules +++ b/debian/rules @@ -12,11 +12,15 @@ %: dh $@ --parallel +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=tinc-dbg + override_dh_auto_configure: dh_auto_configure -- --enable-uml --enable-vde override_dh_auto_install: - dh_auto_install -- install-html + dh_auto_install --destdir=debian/tinc -- install-html # Remove info dir file rm -f debian/tinc/usr/share/info/dir