debian
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2020-12-14 21:53:17 +01:00
parent 17a237d5e3
commit 2c6cbe9b7d
9 changed files with 15 additions and 30 deletions

View file

@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = gnu AUTOMAKE_OPTIONS = gnu
SUBDIRS = src doc gui test systemd SUBDIRS = src doc gui systemd
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4

2
debian/changelog vendored
View file

@ -2,5 +2,5 @@ tinc (1.1-1) jessie; urgency=low
* Initial release * Initial release
-- jedi <tinc@j3d1.de> Mon, 23 May 2016 19:20:41 +0200 -- jedi <pkg@j3d1.de> Mon, 23 May 2016 19:20:41 +0200

1
debian/compat vendored
View file

@ -1 +0,0 @@
10

6
debian/control vendored
View file

@ -1,9 +1,9 @@
Source: tinc Source: tinc
Section: net Section: net
Priority: optional Priority: optional
Maintainer: jedi <tinc@j3d1.de> Maintainer: jedi <pkg@j3d1.de>
Standards-Version: 3.9.8 Build-Depends: debhelper-compat (= 13), texinfo, zlib1g-dev, liblzo2-dev, libncurses-dev, libreadline-dev, libssl-dev, libcmocka-dev
Build-Depends: libssl-dev, debhelper (>= 10), gettext, texinfo, zlib1g-dev, liblzo2-dev, libvdeplug-dev, libncurses5-dev, libreadline-dev, libssl-dev, dh-systemd Standards-Version: 4.5.1
Homepage: http://www.tinc-vpn.org/ Homepage: http://www.tinc-vpn.org/
Package: tinc Package: tinc

View file

View file

20
debian/rules vendored
View file

@ -6,16 +6,16 @@
%: %:
dh $@ dh $@
override_dh_auto_configure: #override_dh_auto_configure:
dh_auto_configure -- --enable-uml --enable-vde --with-systemdsystemunitdir=/lib/systemd/system # dh_auto_configure -- --enable-uml --enable-vde --with-systemdsystemunitdir=/lib/systemd/system
override_dh_auto_install: #override_dh_auto_install:
dh_auto_install -- install-html # dh_auto_install -- install-html
# Remove info dir file # # Remove info dir file
rm -f debian/tinc/usr/share/info/dir # rm -f debian/tinc/usr/share/info/dir
override_dh_installinit: #override_dh_installinit:
dh_installinit -R # dh_installinit -R
override_dh_systemd_start: #override_dh_systemd_start:
dh_systemd_start --restart-after-upgrade # dh_systemd_start --restart-after-upgrade

7
debian/tinc.default vendored
View file

@ -1,7 +0,0 @@
# Extra options to be passed to tincd.
# EXTRA="-d"
# Limits to be configured for the tincd process. Please read your shell
# (pointed by /bin/sh) documentation for ulimit. You probably want to raise the
# max locked memory value if using both --mlock and --user flags.
# LIMITS="-l 1024"

7
debian/tinc.files vendored
View file

@ -1,7 +0,0 @@
usr/sbin/tincd
usr/sbin/tinc
usr/share/man
etc
usr/share/doc/tinc
usr/share/locale
usr/share/info