[Pkg-cups-devel] r481 - cupsys/branches/cups-1.2-ubuntu/debian

Martin Pitt mpitt at alioth.debian.org
Wed May 16 07:17:47 UTC 2007


Author: mpitt
Date: Wed May 16 07:17:46 2007
New Revision: 481

Log:
merge from trunk

Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/changelog
   cupsys/branches/cups-1.2-ubuntu/debian/rules

Modified: cupsys/branches/cups-1.2-ubuntu/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/changelog	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/changelog	Wed May 16 07:17:46 2007
@@ -1,3 +1,17 @@
+cupsys (1.2.11-2ubuntu1) UNRELEASED; urgency=low
+
+  * Merge ipp fix from Debian unstable.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Wed, 16 May 2007 09:16:33 +0200
+
+cupsys (1.2.11-2) unstable; urgency=low
+
+  * debian/rules: Latest cups installs the ipp backend with 0700 permissions,
+    which makes it inaccessible to both the cups daemon (Closes: #423972) and
+    unreadable for users (Closes: #415872)
+
+ -- Martin Pitt <mpitt at debian.org>  Wed, 16 May 2007 09:06:44 +0200
+
 cupsys (1.2.11-1ubuntu1) gutsy; urgency=low
 
   * Synchronize to Debian; remaining Ubuntu changes:

Modified: cupsys/branches/cups-1.2-ubuntu/debian/rules
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/rules	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/rules	Wed May 16 07:17:46 2007
@@ -48,6 +48,9 @@
 	chown root:lp debian/cupsys/usr/lib/cups/backend-available/lpd
 	chmod 4754 debian/cupsys/usr/lib/cups/backend-available/lpd
 
+	# upstream installs this as 0700 now which breaks as non-root
+	chmod 755 debian/cupsys/usr/lib/cups/backend-available/ipp
+
 	# Install PPDs into /usr/share/ppd/cups-included/<Manufacturer>, see
 	# http://wiki.debian.org/PpdFileStructureSpecification
 	for i in $(DEB_DESTDIR)/../cupsys/usr/share/cups/model/*.ppd; do \



More information about the Pkg-cups-devel mailing list