Author: frank
Date: 2005-09-26 18:51:16 +0000 (Mon, 26 Sep 2005)
New Revision: 186
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/scripts/update-texmf
Log:
* Add a (closes:...) to the last version's changelog entry to make
tracking history easier, in fact the bug has been closed manually
[frank].
* fix update-texmf to not go into an endless loop when called with an
unknown option [frank]
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2005-09-26 18:01:38 UTC (rev 185)
+++ tex-common/trunk/debian/changelog 2005-09-26 18:51:16 UTC (rev 186)
@@ -2,11 +2,16 @@
* Change hyph_size to 8191 - according to DEK it should be a prime
number. [frank]
+ * Add a (closes:...) to the last version's changelog entry to make
+ tracking history easier, in fact the bug has been closed manually
+ [frank].
+ * fix update-texmf to not go into an endless loop when called with an
+ unknown option [frank]
* Modify postrm.in script to remove TEXMFSYSVAR and /var/cache/fonts
(thus also removing left over files at purge time) [preining]
* Add dependency alternative on debconf-2.0
- -- Frank K�ster <[EMAIL PROTECTED]> Wed, 24 Aug 2005 20:40:48 +0200
+ -- Frank K�ster <[EMAIL PROTECTED]> Mon, 29 Aug 2005 11:26:09 +0200
tex-common (0.7) unstable; urgency=low
@@ -14,7 +19,7 @@
and the ls-R links from tetex (and texlive). [preining]
* increase lambdas main_memory to deal with a lot of languages [preining]
* move old config files in /usr/share/texmf/web2c out of the way [preining]
- * remove old formats in /usr/share/texmf/web2c [preining]
+ * remove old formats in /usr/share/texmf/web2c (closes: #323828) [preining]
-- Frank K�ster <[EMAIL PROTECTED]> Wed, 24 Aug 2005 17:18:34 +0200
Modified: tex-common/trunk/scripts/update-texmf
===================================================================
--- tex-common/trunk/scripts/update-texmf 2005-09-26 18:01:38 UTC (rev
185)
+++ tex-common/trunk/scripts/update-texmf 2005-09-26 18:51:16 UTC (rev
186)
@@ -23,6 +23,10 @@
DEBUG=true
VERBOSE=true
shift;;
+ *)
+ echo "unknown option: $1"
+ exit 1
+ ;;
esac
done
_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits