[subversion-commit] SVN tetex commit + diffs: r463 - tetex-bin/trunk/debian

Frank Küster frank at costa.debian.org
Tue Jan 17 12:17:44 UTC 2006


Author: frank
Date: 2006-01-17 12:17:43 +0000 (Tue, 17 Jan 2006)
New Revision: 463

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/config.in
   tetex-bin/trunk/debian/postinst.in
Log:
* Unregister obsolete debconf questions (closes: #344994) [frank]
* Don't try to install alternatives for obsolete oxdvi (closes: #335477)
  [frank]


Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2006-01-17 12:14:24 UTC (rev 462)
+++ tetex-bin/trunk/debian/changelog	2006-01-17 12:17:43 UTC (rev 463)
@@ -1,10 +1,13 @@
-tetex-bin (3.0-14) UNRELEASED; urgency=low
+tetex-bin (3.0-13.1) UNRELEASED; urgency=low
 
   * Do not install eplain man pages since there is no eplain binary [preining]
   * Add a reportbug control script, so that we get information about
     tetex-base and -extra, too [frank]
+  * Unregister obsolete debconf questions (closes: #344994) [frank]
+  * Don't try to install alternatives for obsolete oxdvi (closes: #335477)
+    [frank]
 
- -- Frank Küster <frank at debian.org>  Mon,  9 Jan 2006 18:37:32 +0100
+ -- Frank Küster <frank at debian.org>  Tue, 17 Jan 2006 13:18:13 +0100
 
 tetex-bin (3.0-13) unstable; urgency=low
 

Modified: tetex-bin/trunk/debian/config.in
===================================================================
--- tetex-bin/trunk/debian/config.in	2006-01-17 12:14:24 UTC (rev 462)
+++ tetex-bin/trunk/debian/config.in	2006-01-17 12:17:43 UTC (rev 463)
@@ -25,7 +25,17 @@
     fi
 fi
 
+# purge obsolete questions
+db_unregister tetex-bin/upd_map || true
+db_unregister tetex-bin/fmtutil || true
+db_unregister tetex-bin/fmtutil-failed || true
+db_unregister tetex-bin/updmap-failed || true
+db_unregister tetex-bin/hyphen || true
+db_unregister tetex-bin/oldcfg || true
+db_unregister tetex-bin/use_debconf || true
 
+
+
 # Local Variables:
 # mode: shell-script
 # skeleton-pair: t

Modified: tetex-bin/trunk/debian/postinst.in
===================================================================
--- tetex-bin/trunk/debian/postinst.in	2006-01-17 12:14:24 UTC (rev 462)
+++ tetex-bin/trunk/debian/postinst.in	2006-01-17 12:17:43 UTC (rev 463)
@@ -167,7 +167,6 @@
 
 # normal install
     update-alternatives --install /usr/bin/xdvi.bin xdvi.bin /usr/bin/xdvi.real 30
-    update-alternatives --install /usr/bin/oxdvi.bin oxdvi.bin /usr/bin/oxdvi.real 30
 
 # normal install
     # now update the filename database




More information about the Pkg-tetex-commits mailing list