diff options
Diffstat (limited to 'debian/patches/01-zlib.patch')
-rw-r--r-- | debian/patches/01-zlib.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/01-zlib.patch b/debian/patches/01-zlib.patch index 0656f92..9491a70 100644 --- a/debian/patches/01-zlib.patch +++ b/debian/patches/01-zlib.patch @@ -1,12 +1,12 @@ Description: add zlib -Last-Update: 2014-07-19 +Last-Update: 2015-01-19 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/configure.ac =================================================================== ---- trunk.orig/configure.ac 2014-07-19 15:43:15.000000000 +0200 -+++ trunk/configure.ac 2014-07-19 15:48:14.745109540 +0200 -@@ -38,6 +38,7 @@ +--- trunk.orig/configure.ac ++++ trunk/configure.ac +@@ -38,6 +38,7 @@ AM_CONDITIONAL(HAVE_COLORD, test $have_c AC_CHECK_HEADERS([sane/sane.h],[],[AC_MSG_ERROR([SANE not found])]) AC_CHECK_HEADERS([sane/saneopts.h],[],[AC_MSG_ERROR([SANE not found])]) @@ -16,9 +16,9 @@ Index: trunk/configure.ac dnl Documentation Index: trunk/src/Makefile.am =================================================================== ---- trunk.orig/src/Makefile.am 2014-07-19 15:43:15.000000000 +0200 -+++ trunk/src/Makefile.am 2014-07-19 15:47:51.812626560 +0200 -@@ -46,6 +46,7 @@ +--- trunk.orig/src/Makefile.am ++++ trunk/src/Makefile.am +@@ -47,6 +47,7 @@ simple_scan_LDADD = \ $(SIMPLE_SCAN_LIBS) \ $(COLORD_LIBS) \ -lsane \ |