summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTill Kamppeter <till.kamppeter@gmail.com>2012-11-29 12:20:48 +0100
committerDidier Raboud <odyx@debian.org>2013-12-05 17:13:06 +0100
commit58a76c248dffa73fca59836a2e1688c6bf9d30e5 (patch)
treeac030c0e41a1d81a8213e99562c83805e73bfe09 /debian/rules
parent46b6165bbf62bf75d6afe97c558f20a1b783b095 (diff)
* New upstream release
- urftopdf: Newly added filter to convert the URF format which (at least some) iOS apps send when printing via AirPrint (Upstream bug #1076). - pdftopdf: pdfautorotate functionality has been patched directly into pdftopdf (LP: #1040037, Upstream bug #1080). - pdftopdf: "mirror" produced only empty pages (XObjects not there). - pdftopdf: Fixed segfault on "page-ranges=1-2147483647" (from cups). - pdftopdf: Fixed collate filler insertion. - texttopdf: Fixed deficient string escaping (Upstream bug #1071). - serial backend: Added check for sys/ioctl.h to configure.ac (Upstream bug #1069). * debian/patches/texttopdf-fix-deficient-string-escaping.patch: Removed fix backported from upstream. * debian/rules: Added "DEB_DH_FIXPERMS_ARGS := -Xusr/lib/cups/backend" to not correct the permissions of CUPS backends (LP: #1076786).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 3fde452e9..58f053f38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ DEB_INSTALL_CHANGELOGS_ALL := NEWS
#DEB_DH_STRIP_ARGS := --dbg-package=cups-filters-dbg
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_DH_FIXPERMS_ARGS := -Xusr/lib/cups/backend
DPKG_GENSYMBOLS_CHECK_LEVEL=4
export DPKG_GENSYMBOLS_CHECK_LEVEL
@@ -40,4 +41,4 @@ binary-post-install/cups-filters::
# Make the serial backend run as root, since /dev/ttyS* are
# root:dialout and thus not accessible as user lp
- chmod go-x debian/$(cdbs_curpkg)/usr/lib/cups/backend/serial
+ chmod 700 debian/$(cdbs_curpkg)/usr/lib/cups/backend/serial