Official debian foo now using
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6e111247fb
commit
f2d057df15
4 changed files with 14 additions and 6 deletions
14
debian/changelog
vendored
14
debian/changelog
vendored
|
@ -1,9 +1,17 @@
|
||||||
tinc (1.1~pre18-1) experimental; urgency=medium
|
tinc (1.1~pre18-1) experimental; urgency=medium
|
||||||
|
|
||||||
* Non-maintainer upload.
|
* New upstream release.
|
||||||
* New upstream 1.1pre18
|
- The patch for EVP_DecryptUpdate is no longer necessary.
|
||||||
|
* Disable support for VDE.
|
||||||
|
|
||||||
-- lagertonne <mail@lagertonne.de> Wed, 10 Oct 2022 20:26:01 +0100
|
-- 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
|
tinc (1.1~pre17-1.1) experimental; urgency=medium
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Guus Sliepen <guus@debian.org>
|
Maintainer: Guus Sliepen <guus@debian.org>
|
||||||
Standards-Version: 4.2.1
|
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, git
|
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/
|
Homepage: https://www.tinc-vpn.org/
|
||||||
|
|
||||||
Package: tinc
|
Package: tinc
|
||||||
|
|
2
debian/patches/fix-version-number
vendored
2
debian/patches/fix-version-number
vendored
|
@ -3,7 +3,7 @@
|
||||||
@@ -3,7 +3,7 @@
|
@@ -3,7 +3,7 @@
|
||||||
origcflags="$CFLAGS"
|
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], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//'))
|
||||||
+AC_INIT([tinc], [1.1~pre18])
|
+AC_INIT([tinc], [1.1~pre18])
|
||||||
AC_CONFIG_SRCDIR([src/tincd.c])
|
AC_CONFIG_SRCDIR([src/tincd.c])
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -4,7 +4,7 @@
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- --enable-uml --enable-vde --enable-miniupnpc \
|
dh_auto_configure -- --enable-uml --enable-miniupnpc \
|
||||||
--with-systemd=/lib/systemd/system/
|
--with-systemd=/lib/systemd/system/
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue