[subversion-commit] SVN tetex-bin commit + diffs: r1466 - tetex-bin/trunk/debian

Frank Küster frank at costa.debian.org
Thu Jun 29 11:45:12 UTC 2006


Author: frank
Date: 2006-06-29 11:45:11 +0000 (Thu, 29 Jun 2006)
New Revision: 1466

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/rules.in
   tetex-bin/trunk/debian/tetex-bin_install.in
Log:
* Move all files from TEXMFMAIN to TEXMFDIST, except some scripts that
  would not be found at the new location.  This makes tetex-bin comply
  with current Policy. [frank]
* final changelog entry

Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2006-06-28 14:25:58 UTC (rev 1465)
+++ tetex-bin/trunk/debian/changelog	2006-06-29 11:45:11 UTC (rev 1466)
@@ -1,4 +1,4 @@
-tetex-bin (3.0-16.1) UNRELEASED; urgency=medium
+tetex-bin (3.0-17) unstable; urgency=medium
 
   * Do not link statically against the included libgd, instead use the one
     installed in the system.  This fixes some possible security issues,
@@ -18,8 +18,11 @@
   * In xdvi, force input focus for the text input field that appears after
     hitting Ctrl-F (string search). Closes: #370505. [florent]
   * Do not install symlinks into texmfvar [frank]
+  * Move all files from TEXMFMAIN to TEXMFDIST, except some scripts that
+    would not be found at the new location.  This makes tetex-bin comply
+    with current Policy. [frank]
 
- -- Frank Küster <frank at debian.org>  Wed, 28 Jun 2006 10:40:12 +0200
+ -- Frank Küster <frank at debian.org>  Thu, 29 Jun 2006 13:43:18 +0200
 
 tetex-bin (3.0-16) unstable; urgency=low
 

Modified: tetex-bin/trunk/debian/rules.in
===================================================================
--- tetex-bin/trunk/debian/rules.in	2006-06-28 14:25:58 UTC (rev 1465)
+++ tetex-bin/trunk/debian/rules.in	2006-06-29 11:45:11 UTC (rev 1466)
@@ -250,6 +250,7 @@
 	make install prefix=`pwd`/debian/$(package)/usr texmf=`pwd`/$(txmfdir) infodir=`pwd`/debian
 
 	chmod a+x $(setup_scripts)
+	debian/tetex-bin_install --move-to-texmfmain
 	debian/tetex-bin_install --rm-only
 	debian/tetex-bin_install --format-links
 	debian/tetex-bin_install --manpage-links

Modified: tetex-bin/trunk/debian/tetex-bin_install.in
===================================================================
--- tetex-bin/trunk/debian/tetex-bin_install.in	2006-06-28 14:25:58 UTC (rev 1465)
+++ tetex-bin/trunk/debian/tetex-bin_install.in	2006-06-29 11:45:11 UTC (rev 1466)
@@ -27,6 +27,14 @@
 fi
 
 case $1 in 
+  --move-to-texmfmain)
+    if [ $ACTION = install ]; then
+      mkdir $txmfmaindir/
+      mv $txmfdir/texconfig $txmfmaindir/
+      mkdir $txmfmaindir/web2c
+      mv $txmfdir/web2c/mktex* $txmfmaindir/web2c/
+    fi
+    ;;
   --rm-only)
     if [ $ACTION = install ]; then
 	rm -f $txmfdir/web2c/mktex.cnf




More information about the Pkg-tetex-commits mailing list