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

Frank Küster frank at costa.debian.org
Sat Aug 27 12:02:45 UTC 2005


Author: frank
Date: 2005-08-27 12:02:44 +0000 (Sat, 27 Aug 2005)
New Revision: 180

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/tetex-bin_install.in
Log:
stop installing cweb.el

Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2005-08-26 18:13:23 UTC (rev 179)
+++ tetex-bin/trunk/debian/changelog	2005-08-27 12:02:44 UTC (rev 180)
@@ -19,8 +19,11 @@
     --enable.  Changing options does not yet work, though [frank]
   * Drop our home-made dsf-patch system, and build-depend on quilt
     instead [frank]
+  * Do no longer install our outdated version of cweb.el.  An updated
+    version will (hopefully) soon show up in emacs-goodies-el (see
+    #170773) [frank]
 
- -- Frank Küster <frank at debian.org>  Thu, 25 Aug 2005 21:37:54 +0200
+ -- Frank Küster <frank at debian.org>  Sat, 27 Aug 2005 14:01:49 +0200
 
 tetex-bin (3.0-6) experimental; urgency=low
 

Modified: tetex-bin/trunk/debian/tetex-bin_install.in
===================================================================
--- tetex-bin/trunk/debian/tetex-bin_install.in	2005-08-26 18:13:23 UTC (rev 179)
+++ tetex-bin/trunk/debian/tetex-bin_install.in	2005-08-27 12:02:44 UTC (rev 180)
@@ -116,10 +116,11 @@
   --misc)
     if [ $ACTION = install ]; then
       ln -s ../bin/texconfig debian/$package/usr/sbin/
-      cp texk/web2c/cwebdir/cweb.el $sharedir/emacs/site-lisp/
+      # outdated file, should be in an Emacs package
+      # cp texk/web2c/cwebdir/cweb.el $sharedir/emacs/site-lisp/
     else
       rm debian/$package/usr/sbin/texconfig
-      rm $sharedir/emacs/site-lisp/cweb.el
+      # rm $sharedir/emacs/site-lisp/cweb.el
     fi
     ;;
 #   --option)




More information about the Pkg-tetex-commits mailing list