From c0eaf7d6cfb67725e48ab8a25ebfc938c960a822 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Sun, 18 Nov 2012 09:51:44 +0100 Subject: Remove unused ~mtjm packages. cups-usblp is not needed for my printer, starting with 1.6. A debootstrap that can be built using libretools is available in pcr. I don't use python2-openid nor zbar, while this might be still useful. I don't use python-urlreader nor python-getmediumurl, lack of fixes and active maintenance made them much less useful recently. If you need some of them, add them to pcr. --- ~mtjm/cups-usblp/cups-no-gcrypt.patch | 38 ----------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 ~mtjm/cups-usblp/cups-no-gcrypt.patch (limited to '~mtjm/cups-usblp/cups-no-gcrypt.patch') diff --git a/~mtjm/cups-usblp/cups-no-gcrypt.patch b/~mtjm/cups-usblp/cups-no-gcrypt.patch deleted file mode 100755 index 42f71d0d4..000000000 --- a/~mtjm/cups-usblp/cups-no-gcrypt.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -ruN cups-1.4.7.orig//config-scripts/cups-ssl.m4 cups-1.4.7/config-scripts/cups-ssl.m4 ---- cups-1.5.0.orig//config-scripts/cups-ssl.m4 2011-01-11 08:05:58.000000000 +0100 -+++ cups-1.5.0/config-scripts/cups-ssl.m4 2011-08-02 10:44:26.011047900 +0200 -@@ -96,7 +96,6 @@ - dnl Then look for GNU TLS... - if test $have_ssl = 0 -a "x$enable_gnutls" != "xno" -a "x$PKGCONFIG" != x; then - AC_PATH_PROG(LIBGNUTLSCONFIG,libgnutls-config) -- AC_PATH_PROG(LIBGCRYPTCONFIG,libgcrypt-config) - if $PKGCONFIG --exists gnutls; then - have_ssl=1 - SSLLIBS=`$PKGCONFIG --libs gnutls` -@@ -110,16 +109,6 @@ - AC_DEFINE(HAVE_SSL) - AC_DEFINE(HAVE_GNUTLS) - fi -- -- if test $have_ssl = 1; then -- if $PKGCONFIG --exists gcrypt; then -- SSLLIBS="$SSLLIBS `$PKGCONFIG --libs gcrypt`" -- SSLFLAGS="$SSLFLAGS `$PKGCONFIG --cflags gcrypt`" -- elif test "x$LIBGCRYPTCONFIG" != x; then -- SSLLIBS="$SSLLIBS `$LIBGCRYPTCONFIG --libs`" -- SSLFLAGS="$SSLFLAGS `$LIBGCRYPTCONFIG --cflags`" -- fi -- fi - fi - - dnl Check for the OpenSSL library last... ---- cups-1.5.0.orig//cups/http-private.h 2011-01-22 01:07:22.000000000 +0100 -+++ cups-1.5.0/cups/http-private.h 2011-08-02 10:42:43.341604107 +0200 -@@ -93,7 +93,6 @@ - # elif defined HAVE_GNUTLS - # include - # include --# include - # elif defined(HAVE_CDSASSL) - # include - # include -- cgit v1.2.3-54-g00ecf