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

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



Author: branden
Date: 2004-12-19 22:55:31 -0500 (Sun, 19 Dec 2004)
New Revision: 2100

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/xterm.prerm.in
Log:
Deregister koi8rxterm as an x-terminal-emulator alternative when the xterm
package is removed.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-12-20 01:43:09 UTC (rev 2099)
+++ trunk/debian/CHANGESETS	2004-12-20 03:55:31 UTC (rev 2100)
@@ -27,8 +27,9 @@
 script, manual page, and app-defaults file.  Update MANIFEST files.
 Update xterm's package description and add a Suggests: on xfonts-cyrillic.
 Register koi8rxterm as x-terminal-emulator alternative (priority of 20,
-same as xterm itself).  (Closes: #173565)
-    2086, 2087, 2088, 2089, 2092, 2093, 2094, 2095, 2098, 2099
+same as xterm itself).  Deregister koi8rxterm as alternative when the
+package is removed.  (Closes: #173565)
+    2086, 2087, 2088, 2089, 2092, 2093, 2094, 2095, 2098, 2099, 2100
 
 Expand and update uxterm(1x) manual page.
     2097

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-12-20 01:43:09 UTC (rev 2099)
+++ trunk/debian/changelog	2004-12-20 03:55:31 UTC (rev 2100)
@@ -22,7 +22,8 @@
     script, manual page, and app-defaults file.  Update MANIFEST files.
     Update xterm's package description and add a Suggests: on xfonts-cyrillic.
     Register koi8rxterm as x-terminal-emulator alternative (priority of 20,
-    same as xterm itself).  (Closes: #173565)
+    same as xterm itself).  Deregister koi8rxterm as alternative when the
+    package is removed.  (Closes: #173565)
 
  -- Branden Robinson <branden@debian.org>  Sun, 19 Dec 2004 19:46:39 -0500
 

Modified: trunk/debian/xterm.prerm.in
===================================================================
--- trunk/debian/xterm.prerm.in	2004-12-20 01:43:09 UTC (rev 2099)
+++ trunk/debian/xterm.prerm.in	2004-12-20 03:55:31 UTC (rev 2100)
@@ -15,8 +15,9 @@
 #INCLUDE_SHELL_LIB#
 
 if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
+  update-alternatives --remove x-terminal-emulator /usr/X11R6/bin/koi8rxterm
+  update-alternatives --remove x-terminal-emulator /usr/X11R6/bin/uxterm
   update-alternatives --remove x-terminal-emulator /usr/X11R6/bin/xterm
-  update-alternatives --remove x-terminal-emulator /usr/X11R6/bin/uxterm
 fi
 
 #DEBHELPER#



Reply to: