Import Debian changes 1.0.11-1~bpo50+1

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

  * Rebuild for lenny-backports.

tinc (1.0.11-1) unstable; urgency=low

  * New upstream release.
  * Cope with texi2html arbitrarily changing its output directory.
    Closes: #552927
  * Do not stop tinc when configuring a new version, just restart after
    the upgrade.
This commit is contained in:
Guus Sliepen 2010-02-04 19:03:00 +00:00
commit b96e4c6b19
33 changed files with 1224 additions and 110 deletions

2
debian/postinst vendored
View file

@ -63,7 +63,7 @@ case "$1" in
fi
if [ "$RET" = "true" ] ; then
invoke-rc.d tinc start
invoke-rc.d tinc restart
else
echo "I have not stopped or restarted the tinc daemon. You should do this"
echo "yourself whenever you're ready; type \`\`invoke-rc.d tinc restart''."