[Pkg-cups-devel] r573 - cupsys/trunk/debian

Martin Pitt mpitt at alioth.debian.org
Mon Aug 20 14:17:51 UTC 2007


Author: mpitt
Date: Mon Aug 20 14:17:51 2007
New Revision: 573

Log:
* debian/cupsys.preinst: Bump the version comparison for the file owner
  cleanup, since some log files were still left as owned by 'cupsys' until
  #437536 was fixed.

Modified:
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/cupsys.preinst

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Mon Aug 20 14:17:51 2007
@@ -3,8 +3,11 @@
   * debian/control: Allow 'ghostscript' as alternative dependency to gs-esp.
   * debian/cupsys.dirs: Create /usr/lib/cups/backend/ (regression from the big
     debian/rules cleanup). (closes: #438432)
+  * debian/cupsys.preinst: Bump the version comparison for the file owner
+    cleanup, since some log files were still left as owned by 'cupsys' until
+    #437536 was fixed.
 
- -- Martin Pitt <mpitt at debian.org>  Mon, 20 Aug 2007 15:21:10 +0200
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Mon, 20 Aug 2007 16:15:24 +0200
 
 cupsys (1.3.0-2) unstable; urgency=low
 

Modified: cupsys/trunk/debian/cupsys.preinst
==============================================================================
--- cupsys/trunk/debian/cupsys.preinst	(original)
+++ cupsys/trunk/debian/cupsys.preinst	Mon Aug 20 14:17:51 2007
@@ -36,7 +36,7 @@
 	fi
 
         # fix 'cupsys' -> 'root' file owner mode transition
-	if dpkg --compare-versions "$2" lt-nl '1.2.12-2'; then
+	if dpkg --compare-versions "$2" lt-nl '1.3.0-3'; then
             chown -R root /etc/cups /var/log/cups /var/run/cups /var/cache/cups /var/spool/cups
         fi
     ;;



More information about the Pkg-cups-devel mailing list