[Dbconfig-common-changes] [dbconfig-common] r422 - in trunk: debian dpkg

Sean Finney seanius at alioth.debian.org
Thu Mar 6 22:36:47 UTC 2008


tags 469728 pending
thanks

Author: seanius
Date: 2008-03-06 22:36:47 +0000 (Thu, 06 Mar 2008)
New Revision: 422

Modified:
   trunk/debian/changelog
   trunk/dpkg/config
Log:
fix for #469728

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-09-08 11:27:11 UTC (rev 421)
+++ trunk/debian/changelog	2008-03-06 22:36:47 UTC (rev 422)
@@ -3,8 +3,10 @@
   * NOT RELEASED YET
   * Fix from Niko Tyni for dpkg-reconfigure failures due to missing database
     admin password.  Thanks! (closes: #439081).
+  * Fix from Niko Tyni for problems with opting out in preconfiguration
+    scenarios (closes: #469728).
 
- -- sean finney <seanius at debian.org>  Sat, 08 Sep 2007 13:27:37 +0200
+ -- Sean Finney <seanius at debian.org>  Thu, 06 Mar 2008 23:37:03 +0100
 
 dbconfig-common (1.8.36) unstable; urgency=low
 

Modified: trunk/dpkg/config
===================================================================
--- trunk/dpkg/config	2007-09-08 11:27:11 UTC (rev 421)
+++ trunk/dpkg/config	2008-03-06 22:36:47 UTC (rev 422)
@@ -104,6 +104,7 @@
 	2)
 		db_get $install_question
 		if [ "$RET" != "true" ]; then
+			db_set $dbc_package/internal/skip-preseed true
 			return 0;
 		fi
 




More information about the Dbconfig-common-changes mailing list