Add debian files

This commit is contained in:
lagertonne 2022-04-23 10:57:00 +02:00
parent cf5509bd45
commit bb0afc8780
4 changed files with 19 additions and 4 deletions

15
debian/changelog vendored
View file

@ -1,3 +1,18 @@
tinc (1.1~pre18-1) experimental; urgency=medium
* New upstream release.
- The patch for EVP_DecryptUpdate is no longer necessary.
* Disable support for VDE.
-- Guus Sliepen <guus@debian.org> Sun, 27 Jun 2021 20:10:22 +0200
tinc (1.1~pre17-1.2) experimental; urgency=medium
* Non-maintainer upload.
* Add patch to fix EVP_DecryptUpdate issue. Closes: #923438
-- Don Armstrong <don@debian.org> Sun, 31 May 2020 15:11:34 -0700
tinc (1.1~pre17-1.1) experimental; urgency=medium
* Non-maintainer upload.

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Guus Sliepen <guus@debian.org>
Standards-Version: 4.2.1
Build-Depends: libssl-dev (>>1.0.0), debhelper (>= 11), texinfo, zlib1g-dev, liblzo2-dev, libncurses5-dev, libreadline-dev, libvdeplug-dev, libminiupnpc-dev
Build-Depends: libssl-dev (>>1.0.0), debhelper (>= 11), texinfo, zlib1g-dev, liblzo2-dev, libncurses5-dev, libreadline-dev, libminiupnpc-dev
Homepage: https://www.tinc-vpn.org/
Package: tinc

View file

@ -3,9 +3,9 @@
@@ -3,7 +3,7 @@
origcflags="$CFLAGS"
AC_PREREQ(2.61)
AC_PREREQ(2.69)
-AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//'))
+AC_INIT([tinc], [1.1~pre17])
+AC_INIT([tinc], [1.1~pre18])
AC_CONFIG_SRCDIR([src/tincd.c])
AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall])
AC_CONFIG_HEADERS([config.h])

2
debian/rules vendored
View file

@ -4,7 +4,7 @@
dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-uml --enable-vde --enable-miniupnpc \
dh_auto_configure -- --enable-uml \
--with-systemd=/lib/systemd/system/
$(MAKE) clean