[subversion-commit] SVN tex-common commit + diffs: r1206 -
tex-common/trunk/debian
Frank Küster
frank at costa.debian.org
Thu Apr 13 11:48:42 UTC 2006
Author: frank
Date: 2006-04-13 11:48:40 +0000 (Thu, 13 Apr 2006)
New Revision: 1206
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/debian/postinst.functions
Log:
Syntax error: postinst script silently failed when it should have
displayed a debconf warning [frank]
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2006-04-13 11:48:08 UTC (rev 1205)
+++ tex-common/trunk/debian/changelog 2006-04-13 11:48:40 UTC (rev 1206)
@@ -1,12 +1,14 @@
tex-common (0.20.1) UNRELEASED; urgency=low
+ * Syntax error: postinst script silently failed when it should have
+ displayed a debconf warning [frank]
* Improve readability of eperl scripts in debian/ as in tetex-bin [jdg]
* Adjust priority of the groupname debconf question to be the same as
the managecache question (closes: #360127) [frank]
* Fix eperl open commands in maintainer scripts to work with -k [jdg]
* Made preinst a /bin/sh script [jdg]
- * Install the tpm2licenses Perl script into /usr/share/tex-common for
- more convenient use [frank].
+ * Install the tpm2licenses Perl script and the Tpm.pm module into
+ /usr/share/tex-common for more convenient use [frank].
* Update debconf translations:
- Danish by Claus Hindsgaul <claus.hindsgaul at gmail.com> (closes:
#360035)
@@ -20,8 +22,10 @@
- Japanese by Kenshi Muto <kmuto at topstudio.co.jp> (closes: #360679)
- German by Helge Kreutzmann <kreutzm at itp.uni-hannover.de>
Many thanks to all contributors! [frank]
+ * Add to the source package a ChangeLog file to keep track of the
+ copyright/licensing verification work I'm doing [frank]
- -- Frank Küster <frank at debian.org> Mon, 10 Apr 2006 14:29:19 +0200
+ -- Frank Küster <frank at debian.org> Thu, 13 Apr 2006 13:43:37 +0200
tex-common (0.20) unstable; urgency=medium
Modified: tex-common/trunk/debian/postinst.functions
===================================================================
--- tex-common/trunk/debian/postinst.functions 2006-04-13 11:48:08 UTC (rev 1205)
+++ tex-common/trunk/debian/postinst.functions 2006-04-13 11:48:40 UTC (rev 1206)
@@ -31,7 +31,7 @@
checkfailed=false
removepattern='( |=)'
line=""
- line=`egrep "^$variable" $file`
+ line=`egrep "^$variable" $file` || true
if [ -z "$line" ]; then
variable=${variable%$removepattern}
db_subst tex-common/check_texmf_missing filename $file
More information about the Pkg-tetex-commits
mailing list