[subversion-commit] SVN tetex-base commit + diffs: r939 -
tetex-base/trunk/debian
Frank Küster
frank at costa.debian.org
Fri Feb 24 17:31:57 UTC 2006
Author: frank
Date: 2006-02-24 17:31:49 +0000 (Fri, 24 Feb 2006)
New Revision: 939
Modified:
tetex-base/trunk/debian/changelog
tetex-base/trunk/debian/rules
tetex-base/trunk/debian/setup-conflinks.in
Log:
* Rename language.de/00tetex.cnf to 10tetex.cnf, so that it really sorts
after 00tex.cnf. Transitional code missing. [frank]
+ changelog entry for md5sums (last commit)
Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog 2006-02-24 17:29:53 UTC (rev 938)
+++ tetex-base/trunk/debian/changelog 2006-02-24 17:31:49 UTC (rev 939)
@@ -1,3 +1,13 @@
+tetex-base (3.0-14.1) UNRELEASED; urgency=low
+
+ * Rename language.de/00tetex.cnf to 10tetex.cnf, so that it really sorts
+ after 00tex.cnf. Transitional code missing. [frank]
+ * Add many more md5sums for obsolete conffiles. And add a script in the
+ source package to check whether we now catch all of them. Many thanks
+ to Andreas Tille! [frank]
+
+ -- Frank Küster <frank at debian.org> Fri, 24 Feb 2006 18:31:13 +0100
+
tetex-base (3.0-14) unstable; urgency=medium
* Urgency medium because this fixes some important (and actually even
Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules 2006-02-24 17:29:53 UTC (rev 938)
+++ tetex-base/trunk/debian/rules 2006-02-24 17:31:49 UTC (rev 939)
@@ -220,7 +220,7 @@
debian/sarge-stamp:
cp debian/changelog debian/sarge/changelog.sid
- sed -e s/3.0-14/3.0-13sarge14/ debian/sarge/changelog.sid \
+ sed -e s/3.0-14.1/3.0-13sarge14.1/ debian/sarge/changelog.sid \
> debian/changelog && rm debian/sid-stamp
# need to remake rules
touch debian/rules.in
Modified: tetex-base/trunk/debian/setup-conflinks.in
===================================================================
--- tetex-base/trunk/debian/setup-conflinks.in 2006-02-24 17:29:53 UTC (rev 938)
+++ tetex-base/trunk/debian/setup-conflinks.in 2006-02-24 17:31:49 UTC (rev 939)
@@ -29,18 +29,18 @@
texmfdir=debian/$package/usr/share/texmf-tetex
# add the magic header to the language config file
- printf "%% 00tetex.cnf
+ printf "%% 10tetex.cnf
%%
%% You really can change stuff in this file, but it is NOT RECOMMENDED
%% to play around with this file if you do not know what you are doing!
%% Please leave this comment!
%% -_- DebPkgProvidedMaps -_-
%%
-" >> $LANGUAGE_DIR/00tetex.cnf
+" >> $LANGUAGE_DIR/10tetex.cnf
# install latex's language dat in language.d
sed -n -e '0,\@^% The hyphenation pattern files are in the dir@ d; 0,/^$/ d; p' \
- $ldatdir/language.dat >> $LANGUAGE_DIR/00tetex.cnf
+ $ldatdir/language.dat >> $LANGUAGE_DIR/10tetex.cnf
rm $ldatdir/language.dat
cp debian/tetex-base.language.list debian/$package/$LANGUAGE_MEMORY_DIR/tetex-base.list
More information about the Pkg-tetex-commits
mailing list