Import Debian changes 1.1~pre12-1
tinc (1.1~pre12-1) experimental; urgency=medium * New upstream release. * Bump Standards-Version. * Depend on python-wxgtk3.0 for the GUI. * Use dh --with python2. * Add Build-Depends for dh-python. * Update links in debian/control and debian/copyright.
This commit is contained in:
commit
03136efdbe
139 changed files with 8695 additions and 5000 deletions
2
debian/preinst
vendored
2
debian/preinst
vendored
|
|
@ -8,7 +8,7 @@ set -e
|
|||
|
||||
case "$1" in
|
||||
upgrade)
|
||||
if dpkg --compare-versions "$2" '<' "1.1~pre11-1"; then
|
||||
if dpkg --compare-versions "$2" '<<' "1.1~pre11-1"; then
|
||||
if [ -f "$NETSFILE" ]; then
|
||||
echo -n "Creating systemd service instances from nets.boot:"
|
||||
mkdir -p "$WANTS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue