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

X Strike Force X.Org X11 SVN commit: r562 - trunk/debian



Author: ender
Date: 2005-08-29 06:48:31 -0500 (Mon, 29 Aug 2005)
New Revision: 562

Modified:
   trunk/debian/changelog
   trunk/debian/shell-lib.sh
Log:
debian/shell-lib.sh: It seems that a copy-paste type slipped in
6.8.2.dfsg.1-5, and the function replace_conffile_with_symlink_rollback
was not really included. xlibs upgrades from sarge were affected. Fixed
(closes: #322920, #323954).



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-26 15:10:03 UTC (rev 561)
+++ trunk/debian/changelog	2005-08-29 11:48:31 UTC (rev 562)
@@ -86,8 +86,12 @@
     via_mode.c.
   * Updated Brazilian portuguese debconf translation. Thanks, Andre Luis Lopes
     (closes: #325150).
+  * debian/shell-lib.sh: It seems that a copy-paste type slipped in
+    6.8.2.dfsg.1-5, and the function replace_conffile_with_symlink_rollback
+    was not really included. xlibs upgrades from sarge were affected. Fixed
+    (closes: #322920, #323954).
 
- -- David Martínez Moreno <ender@debian.org>  Fri, 26 Aug 2005 17:08:14 +0200
+ -- David Martínez Moreno <ender@debian.org>  Mon, 29 Aug 2005 12:54:54 +0200
 
 xorg-x11 (6.8.2.dfsg.1-5) unstable; urgency=low
 

Modified: trunk/debian/shell-lib.sh
===================================================================
--- trunk/debian/shell-lib.sh	2005-08-26 15:10:03 UTC (rev 561)
+++ trunk/debian/shell-lib.sh	2005-08-29 11:48:31 UTC (rev 562)
@@ -597,7 +597,7 @@
   remove_conffile_commit "$_conffile"
 }
 
-remove_conffile_rollback () {
+remove_conffile_rollback_with_symlink_rollback () {
   # syntax: replace_conffile_with_symlink_rollback oldfilename newfilename
   #
   # Roll back the replacing of a conffile "oldfilename" with symlink to



Reply to: