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

X Strike Force XFree86 SVN commit: r1433 - trunk/debian



Author: branden
Date: 2004-05-21 12:59:20 -0500 (Fri, 21 May 2004)
New Revision: 1433

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/xbase-clients.postinst.in
   trunk/debian/xfree86-common.postinst.in
   trunk/debian/xlibmesa-gl.postrm.in
   trunk/debian/xlibmesa-glu.postrm.in
Log:
Remove spurious sourcing of debconf confmodule from maintainer scripts
that do not actually need it (thanks, LaMont Jones).  (Closes: #250061)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-05-21 17:47:12 UTC (rev 1432)
+++ trunk/debian/CHANGESETS	2004-05-21 17:59:20 UTC (rev 1433)
@@ -131,4 +131,8 @@
 #includes the latter's Xauth.h (thanks, Matt Kraai).
     1432
 
+Remove spurious sourcing of debconf confmodule from maintainer scripts
+that do not actually need it (thanks, LaMont Jones).
+    1433
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-05-21 17:47:12 UTC (rev 1432)
+++ trunk/debian/changelog	2004-05-21 17:59:20 UTC (rev 1433)
@@ -196,12 +196,15 @@
     Print.h #includes the latter's Xauth.h (thanks, Matt Kraai).
     (Closes: #249738)
 
+  * Remove spurious sourcing of debconf confmodule from maintainer scripts
+    that do not actually need it (thanks, LaMont Jones).  (Closes: #250061)
+
   Changes by Fabio Massimo Di Nitto:
 
   * Update xutils's package description to refer to bdftruncate and ucs2any
     programs by their correct names.
 
- -- Branden Robinson <branden@debian.org>  Fri, 21 May 2004 12:44:37 -0500
+ -- Branden Robinson <branden@debian.org>  Fri, 21 May 2004 12:57:47 -0500
 
 xfree86 (4.3.0.dfsg.1-1) unstable; urgency=low
 

Modified: trunk/debian/xbase-clients.postinst.in
===================================================================
--- trunk/debian/xbase-clients.postinst.in	2004-05-21 17:47:12 UTC (rev 1432)
+++ trunk/debian/xbase-clients.postinst.in	2004-05-21 17:59:20 UTC (rev 1433)
@@ -9,9 +9,6 @@
 
 set -e
 
-# source debconf library
-. /usr/share/debconf/confmodule
-
 THIS_PACKAGE=xbase-clients
 THIS_SCRIPT=postinst
 

Modified: trunk/debian/xfree86-common.postinst.in
===================================================================
--- trunk/debian/xfree86-common.postinst.in	2004-05-21 17:47:12 UTC (rev 1432)
+++ trunk/debian/xfree86-common.postinst.in	2004-05-21 17:59:20 UTC (rev 1433)
@@ -9,9 +9,6 @@
 
 set -e
 
-# source debconf library
-. /usr/share/debconf/confmodule
-
 THIS_PACKAGE=xfree86-common
 THIS_SCRIPT=postinst
 

Modified: trunk/debian/xlibmesa-gl.postrm.in
===================================================================
--- trunk/debian/xlibmesa-gl.postrm.in	2004-05-21 17:47:12 UTC (rev 1432)
+++ trunk/debian/xlibmesa-gl.postrm.in	2004-05-21 17:59:20 UTC (rev 1433)
@@ -7,9 +7,6 @@
 
 set -e
 
-# source debconf library
-. /usr/share/debconf/confmodule
-
 THIS_PACKAGE=xlibmesa-gl
 THIS_SCRIPT=postrm
 

Modified: trunk/debian/xlibmesa-glu.postrm.in
===================================================================
--- trunk/debian/xlibmesa-glu.postrm.in	2004-05-21 17:47:12 UTC (rev 1432)
+++ trunk/debian/xlibmesa-glu.postrm.in	2004-05-21 17:59:20 UTC (rev 1433)
@@ -7,9 +7,6 @@
 
 set -e
 
-# source debconf library
-. /usr/share/debconf/confmodule
-
 THIS_PACKAGE=xlibmesa-glu
 THIS_SCRIPT=postrm
 



Reply to: