summaryrefslogtreecommitdiff
path: root/~mtjm/cups-usblp/cups-no-gzip-man.patch
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-18 09:51:44 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-18 09:51:44 +0100
commitc0eaf7d6cfb67725e48ab8a25ebfc938c960a822 (patch)
treee3e29a3d2a418942258ed13417814a7a6224f212 /~mtjm/cups-usblp/cups-no-gzip-man.patch
parentc5e38cfd300af328bf1ac310d45fa799c060fcbe (diff)
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.
Diffstat (limited to '~mtjm/cups-usblp/cups-no-gzip-man.patch')
-rwxr-xr-x~mtjm/cups-usblp/cups-no-gzip-man.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/~mtjm/cups-usblp/cups-no-gzip-man.patch b/~mtjm/cups-usblp/cups-no-gzip-man.patch
deleted file mode 100755
index 6786c4430..000000000
--- a/~mtjm/cups-usblp/cups-no-gzip-man.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -up cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man cups-1.5b1/config-scripts/cups-manpages.m4
---- cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man 2011-05-12 07:21:56.000000000 +0200
-+++ cups-1.5b1/config-scripts/cups-manpages.m4 2011-05-23 17:25:50.000000000 +0200
-@@ -69,10 +69,10 @@ case "$uname" in
- ;;
- Linux* | GNU* | Darwin*)
- # Linux, GNU Hurd, and Mac OS X
-- MAN1EXT=1.gz
-- MAN5EXT=5.gz
-- MAN7EXT=7.gz
-- MAN8EXT=8.gz
-+ MAN1EXT=1
-+ MAN5EXT=5
-+ MAN7EXT=7
-+ MAN8EXT=8
- MAN8DIR=8
- ;;
- *)