Import Debian changes 1.1~pre9-1
tinc (1.1~pre9-1) experimental; urgency=low * New upstream release.
This commit is contained in:
commit
edfe2872c3
95 changed files with 2741 additions and 5437 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
tinc (1.1~pre9-1) experimental; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Guus Sliepen <guus@debian.org> Sun, 08 Sep 2013 18:00:28 +0200
|
||||
|
||||
tinc (1.1~pre8-2) experimental; urgency=low
|
||||
|
||||
* Run make clean after the configure step to get rid of .o files that were
|
||||
|
|
|
|||
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -23,5 +23,9 @@ override_dh_auto_install:
|
|||
# Remove info dir file
|
||||
rm -f debian/tinc/usr/share/info/dir
|
||||
|
||||
override_dh_auto_test:
|
||||
# Don't run the tests, it involves starting tinc daemons and making network connections.
|
||||
# I don't think the autobuilders will like this.
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit -R
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue