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

X Strike Force XFree86 SVN commit: rev 694 - trunk/debian



Author: branden
Date: 2003-10-21 23:48:39 -0500 (Tue, 21 Oct 2003)
New Revision: 694

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.config.in
Log:
Make the xserver-xfree86 config script's debug_echo() function, which now
wraps observe(), set DEBUG_XFREE86_PACKAGE when calling it so that the
output is sure to be generated.

- debian/xserver-xfree86.config.in


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-22 04:37:31 UTC (rev 693)
+++ trunk/debian/changelog	2003-10-22 04:48:39 UTC (rev 694)
@@ -135,8 +135,13 @@
     - debian/xserver-xfree86.prerm.in
     - debian/xutils.preinst.in
 
- -- Branden Robinson <branden@debian.org>  Tue, 21 Oct 2003 23:36:12 -0500
+  * Make the xserver-xfree86 config script's debug_echo() function, which now
+    wraps observe(), set DEBUG_XFREE86_PACKAGE when calling it so that the
+    output is sure to be generated.
+    - debian/xserver-xfree86.config.in
 
+ -- Branden Robinson <branden@debian.org>  Tue, 21 Oct 2003 23:47:15 -0500
+
 xfree86 (4.2.1-12.1) unstable; urgency=low
 
   * Fix typo in xlibs preinst.  Closes: #213774, #213776

Modified: trunk/debian/xserver-xfree86.config.in
===================================================================
--- trunk/debian/xserver-xfree86.config.in	2003-10-22 04:37:31 UTC (rev 693)
+++ trunk/debian/xserver-xfree86.config.in	2003-10-22 04:48:39 UTC (rev 694)
@@ -33,7 +33,7 @@
   if [ -n "$DEBUG_XFREE86_DEBCONF" -o \
        "$DEBCONF_DEBUG" = "user" -o \
        "$DEBCONF_DEBUG" = '.*' ]; then
-    observe "$*"
+    DEBUG_XFREE86_PACKAGE=yes observe "$*"
   fi
 }
 



Reply to: