summaryrefslogtreecommitdiff
path: root/debian/patches/0040-remove_git.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 20:33:54 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 20:33:54 +0100
commit7380432da53456fb70684627226c73df74fe3ea7 (patch)
tree8154a9c6ba635676d9dd3997ddd2644fa68012ed /debian/patches/0040-remove_git.patch
parent64ddd1a4dfcefd11f662f5cf4bb05b590d901a97 (diff)
Refresh, remove and new patches
Diffstat (limited to 'debian/patches/0040-remove_git.patch')
-rw-r--r--debian/patches/0040-remove_git.patch16
1 files changed, 5 insertions, 11 deletions
diff --git a/debian/patches/0040-remove_git.patch b/debian/patches/0040-remove_git.patch
index d3df568..2f38fcc 100644
--- a/debian/patches/0040-remove_git.patch
+++ b/debian/patches/0040-remove_git.patch
@@ -1,19 +1,13 @@
-Description: Remove git from buildsystem
-Author: Jörg Frings-Fürst <debian@jff.email>
-Forwarded: not-needed
-Last-Update: 2019-08-11
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/configure.ac
===================================================================
--- 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.
+@@ -4,7 +4,7 @@ dnl ************************************
+ dnl Set up autoconf and automake
dnl ******************************************************************
--AC_INIT([sane-backends],m4_esyscmd_s([git describe --dirty]),
-+AC_INIT([sane-backends],[1.0.31-debian],
+ AC_INIT([sane-backends],
+- m4_esyscmd_s([tools/git-version-gen --prefix '' .tarball-version]),
++ [1.0.32-debian],
[sane-devel@alioth-lists.debian.net])
AC_PREREQ([2.69]) dnl minimum autoconf version required
AC_CONFIG_MACRO_DIR([m4])