[subversion-commit] SVN tex-common commit + diffs: r1148 -
tex-common/trunk/debian
Frank Küster
frank at costa.debian.org
Fri Mar 31 07:37:41 UTC 2006
Author: frank
Date: 2006-03-31 07:37:39 +0000 (Fri, 31 Mar 2006)
New Revision: 1148
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/debian/config.in
Log:
* Adjust priority of the groupname debconf question to be the same as
the managecache question (closes: #360127) [frank]
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2006-03-30 14:47:19 UTC (rev 1147)
+++ tex-common/trunk/debian/changelog 2006-03-31 07:37:39 UTC (rev 1148)
@@ -1,11 +1,13 @@
tex-common (0.20.1) UNRELEASED; urgency=low
* 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]
* Translations:
- Update danish debconf translations, thanks to Claus Hindsgaul
- <claus.hindsgaul at gmail.com> [frank]
+ <claus.hindsgaul at gmail.com> [frank]
- -- Frank Küster <frank at debian.org> Thu, 30 Mar 2006 13:22:47 +0200
+ -- Frank Küster <frank at debian.org> Fri, 31 Mar 2006 08:39:41 +0200
tex-common (0.20) unstable; urgency=medium
Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in 2006-03-30 14:47:19 UTC (rev 1147)
+++ tex-common/trunk/debian/config.in 2006-03-31 07:37:39 UTC (rev 1148)
@@ -98,7 +98,7 @@
db_get tex-common/managecache || true
if [ "$RET" = true ]; then
- db_input low tex-common/groupname || true
+ db_input medium tex-common/groupname || true
db_go
fi
fi
More information about the Pkg-tetex-commits
mailing list