Import Debian changes 1.0.13-1

tinc (1.0.13-1) unstable; urgency=low

  * New upstream release.
This commit is contained in:
Guus Sliepen 2010-04-13 12:06:36 +02:00
parent 2006358f32
commit 0fd2ac248d
22 changed files with 67 additions and 723 deletions

5
debian/postrm vendored
View file

@ -1,10 +1,9 @@
#!/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#