summaryrefslogtreecommitdiff
path: root/debian/patches/01-zlib.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-03 13:27:25 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-03 13:27:25 +0100
commit4dfb187ea8ffe6870129bf61bc3ed29fc24c571c (patch)
tree83db8cd64b20f46634e0eecc960856afba7d9005 /debian/patches/01-zlib.patch
parenta1af7af7aa1ebd4d8fd76a1a5c9d8b46a43b53fd (diff)
Rename to 0005-zlib.patch
Diffstat (limited to 'debian/patches/01-zlib.patch')
-rw-r--r--debian/patches/01-zlib.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/01-zlib.patch b/debian/patches/01-zlib.patch
deleted file mode 100644
index 93916d6..0000000
--- a/debian/patches/01-zlib.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-@@ -43,6 +43,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 = \