[subversion-commit] SVN tex-common commit + diffs: r1824 - in tex-common/trunk: debian scripts

Florent Rougon frn at costa.debian.org
Sat Oct 14 17:12:20 UTC 2006


Author: frn
Date: 2006-10-14 17:12:19 +0000 (Sat, 14 Oct 2006)
New Revision: 1824

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/debianize-updmap
Log:
* Bugs #392573 and #334747 will *not* be fixed until tetex-bin 3.0-22 enters
  the archive.

* update-texmf is not concerned by the changes about shadowed files, so let's
  be accurate and mention update-fontlang.

* Polish the warning message issued when updmap is used with --syncwithtrees.


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-10-14 13:54:29 UTC (rev 1823)
+++ tex-common/trunk/debian/changelog	2006-10-14 17:12:19 UTC (rev 1824)
@@ -3,18 +3,18 @@
   * Handle non-writable /usr/local gracefully upon removal, thanks to Sam
     Hocevar <sam at zoy.org> (closes: #392518) [frank]
   * Change debianize-updmap so that the --syncwithtrees and --edit options
-    do something sensible, and won't break the system (closes: #392573,
-    #334747) [frank]
-    This change justifies the "medium" urgency.
-  * Add a check for shadowed config files to the update-* scripts [preining]
+    do something sensible, and won't break the system. Together with the
+    upload of tetex-bin 3.0-22, this will close #392573 and #334747.
+    [frank]
+  * Add a check for shadowed config files to update-fontlang [preining]
   * Move and extend the teTeX README.Debian to TeX-on-Debian Documentation
     [frank, preining]
-  * Move po-debconf from Build-Depends-Indep to Build-Depends, since it is
+  * Move po-debconf from Build-Depends-Indep to Build-Depends, since it's
     used in the clean target of debian/rules. [florent]
   * Adjust the TEXMFCNF setting in conf/texmf.d/85Misc.cnf to reflect the
     change in tetex-bin 3.0-22. [frank, florent]
 
- -- Florent Rougon <frn at debian.org>  Sat, 14 Oct 2006 15:28:14 +0200
+ -- Florent Rougon <frn at debian.org>  Sat, 14 Oct 2006 18:53:20 +0200
 
 tex-common (0.33) unstable; urgency=medium
 

Modified: tex-common/trunk/scripts/debianize-updmap
===================================================================
--- tex-common/trunk/scripts/debianize-updmap	2006-10-14 13:54:29 UTC (rev 1823)
+++ tex-common/trunk/scripts/debianize-updmap	2006-10-14 17:12:19 UTC (rev 1824)
@@ -517,7 +517,8 @@
   echo "If you know what you are doing, you can proceed, e.g. in order to compare"
   echo "the synchronized file with the old generated one."
   echo ""
-  echo "If you want to proceed, type 'Yes, I know what I am doing!'"
+  echo "If you do want to proceed, type 'Yes, I know what I am doing!'."
+  echo "Otherwise, press Enter to abort."
 
   read line
   if [ "$line" = "Yes, I know what I am doing!" ]; then




More information about the Pkg-tetex-commits mailing list