mkdir -p /usr/src/tinc
cd /usr/src/tinc
wget http://ftp.de.debian.org/debian/pool/main/t/tinc/tinc_1.1~pre12.orig.tar.gz
tar xvzf tinc_1.1~pre12.orig.tar.gz
wget http://ftp.de.debian.org/debian/pool/main/t/tinc/tinc_1.1~pre12-1.debian.tar.xz
tar xvJf tinc_1.1~pre12-1.debian.tar.xz -C tinc-1.1pre11
cd tinc-1.1pre12
PHONY: override_dh_strip
override_dh_strip:
dh_strip --dbg-package=tinc-dbg
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.
dpkg-buildpackage -rfakeroot -uc -us
dpkg -i ../tinc_1.1~pre12-1_amd64.deb
dpkg -i ../tinc-dbg_1.1~pre12-1_amd64.deb
debian now ships tinc_1.1~pre12-1 in testing!