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)
This commit is contained in:
parent
c0d04cc168
commit
1e23c12b1d
3 changed files with 26 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -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 <micah@debian.org> 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
|
||||
|
|
13
debian/control
vendored
13
debian/control
vendored
|
@ -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.
|
||||
|
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue