[subversion-commit] SVN tetex-base commit + diffs: r1628 -
tetex-base/trunk/debian
Frank Küster
frank at costa.debian.org
Mon Sep 25 12:54:12 UTC 2006
Author: frank
Date: 2006-09-25 12:54:12 +0000 (Mon, 25 Sep 2006)
New Revision: 1628
Modified:
tetex-base/trunk/debian/changelog
tetex-base/trunk/debian/postrm.in
Log:
Add proper invocations of update-language, and also of the other
update scripts, to tetex-base's postrm script (closes: #388115)
Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog 2006-09-19 10:52:41 UTC (rev 1627)
+++ tetex-base/trunk/debian/changelog 2006-09-25 12:54:12 UTC (rev 1628)
@@ -1,10 +1,13 @@
-tetex-base (3.0-22~1) unstable; urgency=medium
+tetex-base (3.0-22~1) unstable; urgency=high
* Fixed patch target in debian/rules to not remove one of its
prerequisites, thanks to Max Kellermann <max at duempel.org> (closes:
#388067) [frank]
+ * Add proper invocations of update-language, and also of the other
+ update scripts, to tetex-base's postrm script (closes: #388115)
+ [frank]
- -- Frank Küster <frank at debian.org> Tue, 19 Sep 2006 12:50:06 +0200
+ -- Frank Küster <frank at debian.org> Mon, 25 Sep 2006 14:52:56 +0200
tetex-base (3.0-21) unstable; urgency=medium
Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in 2006-09-19 10:52:41 UTC (rev 1627)
+++ tetex-base/trunk/debian/postrm.in 2006-09-25 12:54:12 UTC (rev 1628)
@@ -44,8 +44,11 @@
;;
remove)
update-language
+ update-updmap
+ update-fmtutil
;;
purge)
+ update-texmf
# if these files still exist, remove them now
for file in $generated $generated_links; do
rm -f /etc/texmf/dvips/$file
More information about the Pkg-tetex-commits
mailing list