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

Kenshi Muto kmuto at costa.debian.org
Thu Dec 15 00:34:54 UTC 2005


Author: kmuto
Date: Thu Dec 15 00:34:53 2005
New Revision: 70

Modified:
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/cupsys.config
Log:
set unseen when ports parse is failed

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Thu Dec 15 00:34:53 2005
@@ -5,12 +5,16 @@
   * debian/patches/08_cupsd.conf.conf.d.dpatch:
     - Commented out Port/Listen/Browsing in cupsd.conf.in because
       CUPS crashes when there is a duplicate definition!
+      (closes: #343251, #343279, ##343285, #343292)
+
   * Added NEWS to explain how to fix this for 1.1.23-13 users:
     Tweaking cupsd.conf via postinst is a bad idea, so I gave up
-    trying to correct my previous mistake. 
+    trying to correct this.
     Comment out the Port/Listen/Browsing line in /etc/cups/cupsd.conf 
     if you had already replaced this file by the one from 1.1.23-13.
   * Updated Swedish debconf translation. (closes: #343397)
+  * Set seen false flag when ports configuration is failed.
+    (closes: #343400)
 
   [Martin-Éric Racine]
   * Added debian/watch file.

Modified: cupsys/trunk/debian/cupsys.config
==============================================================================
--- cupsys/trunk/debian/cupsys.config	(original)
+++ cupsys/trunk/debian/cupsys.config	Thu Dec 15 00:34:53 2005
@@ -87,6 +87,7 @@
   while ! is_ports "$RET"; do
     db_input critical cupsys/portserror || true
     db_go
+    db_fset cupsys/ports seen false
     STATE=$(expr $STATE + 1)
     if [ "$STATE" = "5" ]; then
       echo "Illegal port value for CUPS. Please correct this by running 'dpkg-reconfigure cupsys'."
@@ -115,6 +116,7 @@
   while ! is_ports "$RET"; do
     db_input critical cupsys/portserror || true
     db_go
+    db_fset cupsys/ports seen false
     STATE=$(expr $STATE + 1)
     if [ "$STATE" = "5" ]; then
       echo "Illegal port value for CUPS. Please correct this by running 'dpkg-reconfigure cupsys'."



More information about the Pkg-cups-devel mailing list