[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1696 - in trunk/debian: . scripts



Author: branden
Date: 2004-07-29 02:26:26 -0500 (Thu, 29 Jul 2004)
New Revision: 1696

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/scripts/debconf-updatepo
Log:
Remove noise from debugging statement.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-07-29 07:22:25 UTC (rev 1695)
+++ trunk/debian/CHANGESETS	2004-07-29 07:26:26 UTC (rev 1696)
@@ -178,6 +178,6 @@
 targets to handle PO and POT file updates using our local script, and
 document the recommended procedure in debian/README.  Hopefully the real
 debconf-updatepo will be fixed soon.
-    1695
+    1695, 1696
 
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/scripts/debconf-updatepo
===================================================================
--- trunk/debian/scripts/debconf-updatepo	2004-07-29 07:22:25 UTC (rev 1695)
+++ trunk/debian/scripts/debconf-updatepo	2004-07-29 07:26:26 UTC (rev 1696)
@@ -61,7 +61,7 @@
                 die "repair_header() needs 2 arguments; got $#"
         fi
 
-        trace "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX: repairing header of $2"
+        trace "repairing header of $2"
         ( cat "$1"; sed -n '/^$/,$p' "$2" ) >"$2.new" && mv "$2.new" "$2"
 }
 



Reply to: