diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-02-25 22:50:33 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-02-25 22:50:33 +0100 |
commit | 309742d7dc2d9e8821e86e9a1dd77807d6339516 (patch) | |
tree | 47081ba78fecf645ace92ef8aef69c5f706cd884 /debian/patches/0005-zlib.patch~ | |
parent | 590bd62fa44f77dec4d2d7cc5d1a1c2fa379175e (diff) |
remove tmp-files
Diffstat (limited to 'debian/patches/0005-zlib.patch~')
-rw-r--r-- | debian/patches/0005-zlib.patch~ | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/0005-zlib.patch~ b/debian/patches/0005-zlib.patch~ deleted file mode 100644 index 0fda723..0000000 --- a/debian/patches/0005-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 -@@ -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 = \ |