[d-i-commits] r32181 - in trunk/installer: build/util debian

Joey Hess joeyh at costa.debian.org
Wed Nov 16 20:05:51 UTC 2005


Author: joeyh
Date: 2005-11-16 20:05:49 +0000 (Wed, 16 Nov 2005)
New Revision: 32181

Modified:
   trunk/installer/build/util/pkg-list
   trunk/installer/debian/changelog
Log:
* pkg-list: Turn off debugging as the dep resolutuon stuff is working ok
  now.

Modified: trunk/installer/build/util/pkg-list
===================================================================
--- trunk/installer/build/util/pkg-list	2005-11-16 19:58:56 UTC (rev 32180)
+++ trunk/installer/build/util/pkg-list	2005-11-16 20:05:49 UTC (rev 32181)
@@ -25,7 +25,7 @@
 	print STDERR "** warning: @_\n";
 }
 
-my $debug=1;
+my $debug=0;
 my $debugindent=0;
 
 sub debug {

Modified: trunk/installer/debian/changelog
===================================================================
--- trunk/installer/debian/changelog	2005-11-16 19:58:56 UTC (rev 32180)
+++ trunk/installer/debian/changelog	2005-11-16 20:05:49 UTC (rev 32181)
@@ -24,8 +24,10 @@
     authentication is disabled and a warning printed if there are any udebs
     in the localudebs directory. During an official build there will not be
     any and the downloaded udebs will be properly authenticated.
+  * pkg-list: Turn off debugging as the dep resolutuon stuff is working ok
+    now.
 
- -- Joey Hess <joeyh at debian.org>  Tue, 15 Nov 2005 17:23:56 -0500
+ -- Joey Hess <joeyh at debian.org>  Wed, 16 Nov 2005 15:04:47 -0500
 
 debian-installer (20051026) unstable; urgency=low
 




More information about the d-i-commits mailing list