Add debian files
This commit is contained in:
parent
cf5509bd45
commit
bb0afc8780
4 changed files with 19 additions and 4 deletions
4
debian/patches/fix-version-number
vendored
4
debian/patches/fix-version-number
vendored
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue