Import Debian changes 1.0.13-1~bpo50

tinc (1.0.13-1~bpo50) lenny-backports; urgency=low

  * New upstream release.
This commit is contained in:
Guus Sliepen 2010-09-02 14:40:42 +02:00
commit 2006358f32
56 changed files with 1588 additions and 440 deletions

5
debian/postrm vendored
View file

@ -1,9 +1,10 @@
#!/bin/sh
set -e
# Automatically added by package maintainer
if [ "$1" = purge ]; then
rm -f /etc/tinc/nets.boot
update-rc.d tinc remove >/dev/null 2>/dev/null
fi
# End automatically added section
#DEBHELPER#