diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-18 07:43:35 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-18 07:43:35 +0200 |
commit | 9f8889f928ce86ba4a78659d378c6ba29bc9f735 (patch) | |
tree | c9567cb0d015b68ce3da8d03472b6443f1cb1ca9 /debian/patches/0040-remove_git.patch | |
parent | 446e9454b8cbe5b689149415d11d36e88442ca88 (diff) | |
parent | 154785ab2d5df7ddc8c2cf813b773c340e5e2aea (diff) |
Merge branch 'release/debian/1.0.32-1'debian/1.0.32-1
Diffstat (limited to 'debian/patches/0040-remove_git.patch')
-rw-r--r-- | debian/patches/0040-remove_git.patch | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/debian/patches/0040-remove_git.patch b/debian/patches/0040-remove_git.patch index d3df568..2be7a6e 100644 --- a/debian/patches/0040-remove_git.patch +++ b/debian/patches/0040-remove_git.patch @@ -1,19 +1,12 @@ -Description: Remove git from buildsystem +Description: fix missing .tarball-version if git isn't used Author: Jörg Frings-Fürst <debian@jff.email> -Forwarded: not-needed -Last-Update: 2019-08-11 +Bug: https://gitlab.com/sane-project/backends/-/issues/440 +Last-Update: 2021-02-17 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/configure.ac +Index: trunk/.tarball-version =================================================================== ---- trunk.orig/configure.ac -+++ trunk/configure.ac -@@ -5,7 +5,7 @@ dnl Set up autoconf and automake - dnl When preparing a release, modify the numeric version components - dnl and remove the git suffix. - dnl ****************************************************************** --AC_INIT([sane-backends],m4_esyscmd_s([git describe --dirty]), -+AC_INIT([sane-backends],[1.0.31-debian], - [sane-devel@alioth-lists.debian.net]) - AC_PREREQ([2.69]) dnl minimum autoconf version required - AC_CONFIG_MACRO_DIR([m4]) +--- /dev/null ++++ trunk/.tarball-version +@@ -0,0 +1 @@ ++1.0.32-debian |