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
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…
Add table
Add a link
Reference in a new issue