[subversion-commit] SVN tex-common commit + diffs: r1616 - in tex-common/trunk: debian doc

Frank Küster frank at costa.debian.org
Tue Sep 19 07:18:20 UTC 2006


Author: frank
Date: 2006-09-19 07:18:19 +0000 (Tue, 19 Sep 2006)
New Revision: 1616

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postrm.in
   tex-common/trunk/doc/version.ent
Log:
* Do not load debconf manually in postrm, it isn't needed at all, thanks
  to Bill Allombert <ballombe at debian.org> (closes: #388156) [frank]
* update version.ent, err...


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-09-13 13:11:41 UTC (rev 1615)
+++ tex-common/trunk/debian/changelog	2006-09-19 07:18:19 UTC (rev 1616)
@@ -1,9 +1,11 @@
-tex-common (0.29~0.1) UNRELEASED; urgency=low
+tex-common (0.29~0.1) UNRELEASED; urgency=medium
 
   * Add missing function and variable declarations to preinst, thanks to
     Hilmar (closes: #385532) [frank]
+  * Do not load debconf manually in postrm, it isn't needed at all, thanks
+    to Bill Allombert <ballombe at debian.org> (closes: #388156) [frank]
 
- -- Frank Küster <frank at debian.org>  Mon,  4 Sep 2006 18:13:44 +0200
+ -- Frank Küster <frank at debian.org>  Tue, 19 Sep 2006 09:17:13 +0200
 
 tex-common (0.28) unstable; urgency=low
 

Modified: tex-common/trunk/debian/postrm.in
===================================================================
--- tex-common/trunk/debian/postrm.in	2006-09-13 13:11:41 UTC (rev 1615)
+++ tex-common/trunk/debian/postrm.in	2006-09-19 07:18:19 UTC (rev 1616)
@@ -15,9 +15,6 @@
 # give commandline args a name
 action=$1 # remove, purge, upgrade, failed-upgrade, abort-install, abort-upgrade, disappear
 
-. <:=${CONFMODULE}:>
-db_version 2.0
-
 <:open(FUNCTIONS,'debian/postrm.functions');@FUNCTIONS=<FUNCTIONS>;close(FUNCTIONS):>//
 <:=@FUNCTIONS:>//
 

Modified: tex-common/trunk/doc/version.ent
===================================================================
--- tex-common/trunk/doc/version.ent	2006-09-13 13:11:41 UTC (rev 1615)
+++ tex-common/trunk/doc/version.ent	2006-09-19 07:18:19 UTC (rev 1616)
@@ -1,2 +1,2 @@
-<!entity version "0.1">
-<!entity date    "2004-09-22">
+<!entity version "0.2">
+<!entity date    "2006-08-24">




More information about the Pkg-tetex-commits mailing list