diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 18:35:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 18:35:13 +0200 |
commit | 608e7e94423585d4fff5e31c9c9a98b3165ed3c9 (patch) | |
tree | d6aaa12c05632529f95e00c8726f8ba0b2e0dc3c /debian/patches/01-zlib.patch | |
parent | 44a1fdd0075c7818b65d4191290cdce733687146 (diff) |
new maintainer, new upstream releasedebian/3.13.4.2-1
Diffstat (limited to 'debian/patches/01-zlib.patch')
-rw-r--r-- | debian/patches/01-zlib.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/patches/01-zlib.patch b/debian/patches/01-zlib.patch new file mode 100644 index 0000000..0656f92 --- /dev/null +++ b/debian/patches/01-zlib.patch @@ -0,0 +1,28 @@ +Description: add zlib +Last-Update: 2014-07-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 @@ + + AC_CHECK_HEADERS([sane/sane.h],[],[AC_MSG_ERROR([SANE not found])]) + AC_CHECK_HEADERS([sane/saneopts.h],[],[AC_MSG_ERROR([SANE not found])]) ++AC_CHECK_HEADERS([zlib.h],[],[AC_MSG_ERROR([ZLib not found])]) + + dnl ########################################################################### + 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 @@ + $(SIMPLE_SCAN_LIBS) \ + $(COLORD_LIBS) \ + -lsane \ ++ -lz \ + -lm + + CLEANFILES = \ |