Import Debian changes 1.0.16-1~bpo60+1

tinc (1.0.16-1~bpo60+1) squeeze-backports; urgency=low

  * Rebuild for squeeze-backports, no changes.

tinc (1.0.16-1) unstable; urgency=low

  * New upstream release.
  * Mention alarm option in /etc/init.d/tinc's usage information.
    Closes: #631761
This commit is contained in:
Michael Tokarev 2011-12-12 13:27:23 +04:00 committed by Guus Sliepen
commit 5a84bb737c
13 changed files with 85 additions and 51 deletions

14
debian/changelog vendored
View file

@ -1,3 +1,17 @@
tinc (1.0.16-1~bpo60+1) squeeze-backports; urgency=low
* Rebuild for squeeze-backports, no changes.
-- Michael Tokarev <mjt@tls.msk.ru> Mon, 12 Dec 2011 13:27:23 +0400
tinc (1.0.16-1) unstable; urgency=low
* New upstream release.
* Mention alarm option in /etc/init.d/tinc's usage information.
Closes: #631761
-- Guus Sliepen <guus@debian.org> Sat, 23 Jul 2011 14:37:56 +0200
tinc (1.0.15-1) unstable; urgency=low
* New upstream release.

2
debian/tinc.init vendored
View file

@ -99,7 +99,7 @@ case "$1" in
signal_running ALRM
;;
*)
echo "Usage: /etc/init.d/$NAME {start|stop|reload|restart|force-reload}"
echo "Usage: /etc/init.d/$NAME {start|stop|reload|restart|force-reload|alarm}"
exit 1
;;
esac