diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-28 09:04:42 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-28 09:04:42 +0100 | 
| commit | 590bd62fa44f77dec4d2d7cc5d1a1c2fa379175e (patch) | |
| tree | 19f2d2262370c2df7809299489968b67f92dce88 | |
| parent | ea9d35f1eb38d647a4820f50b1108bb210e6cfc5 (diff) | |
Refresh debian/patches/0005-zlib.patch
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/patches/0005-zlib.patch | 2 | ||||
| -rw-r--r-- | debian/patches/0005-zlib.patch~ | 28 | 
3 files changed, 30 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index de32966..0283f9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ simple-scan (3.23.3-1) UNRELEASED; urgency=medium    * New upstream release:      - Updated translations. +  * Refresh debian/patches/0005-zlib.patch.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Tue, 03 Jan 2017 04:33:58 +0100 diff --git a/debian/patches/0005-zlib.patch b/debian/patches/0005-zlib.patch index 0fda723..3e1fb0a 100644 --- a/debian/patches/0005-zlib.patch +++ b/debian/patches/0005-zlib.patch @@ -20,7 +20,7 @@ Index: trunk/src/Makefile.am  +++ trunk/src/Makefile.am  @@ -57,6 +57,7 @@ simple_scan_LDADD = \   	$(COLORD_LIBS) \ - 	$(PACKAGEKIT_LIBS) \     + 	$(PACKAGEKIT_LIBS) \   	-lsane \  +	-lz \   	-lm diff --git a/debian/patches/0005-zlib.patch~ b/debian/patches/0005-zlib.patch~ new file mode 100644 index 0000000..0fda723 --- /dev/null +++ b/debian/patches/0005-zlib.patch~ @@ -0,0 +1,28 @@ +Description: add zlib +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 ++++ trunk/configure.ac +@@ -71,6 +71,7 @@ AM_CONDITIONAL(HAVE_PACKAGEKIT, test $ha +  + 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 ++++ trunk/src/Makefile.am +@@ -57,6 +57,7 @@ simple_scan_LDADD = \ + 	$(COLORD_LIBS) \ + 	$(PACKAGEKIT_LIBS) \     + 	-lsane \ ++	-lz \ + 	-lm +  + CLEANFILES = \ | 
