[Pkg-ocaml-maint-commits] r3878 - in /trunk/packages/cmigrep/trunk/debian: changelog emacsen-install

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sat Jun 30 13:46:32 UTC 2007


Author: treinen
Date: Sat Jun 30 13:46:31 2007
New Revision: 3878

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3878
Log:
cmigrep 1.3-2

Modified:
    trunk/packages/cmigrep/trunk/debian/changelog
    trunk/packages/cmigrep/trunk/debian/emacsen-install

Modified: trunk/packages/cmigrep/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/changelog?rev=3878&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/changelog (original)
+++ trunk/packages/cmigrep/trunk/debian/changelog Sat Jun 30 13:46:31 2007
@@ -1,8 +1,10 @@
-cmigrep (1.3-2) UNRELEASED; urgency=low
+cmigrep (1.3-2) unstable; urgency=high
 
   * Removed trailing common in the uploaders field (closes: Bug#426486).
+  * Fix install-emacsen: compile only cmigrep.el, don't remove unrelated 
+    el files (!), compile with -no-site-files, do not create a path.el
 
- --
+ -- Ralf Treinen <treinen at debian.org>  Sat, 30 Jun 2007 15:36:59 +0200
 
 cmigrep (1.3-1) unstable; urgency=low
 

Modified: trunk/packages/cmigrep/trunk/debian/emacsen-install
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/emacsen-install?rev=3878&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/emacsen-install (original)
+++ trunk/packages/cmigrep/trunk/debian/emacsen-install Sat Jun 30 13:46:31 2007
@@ -1,7 +1,8 @@
 #! /bin/sh -e
 # /usr/lib/emacsen-common/packages/install/cmigrep
 
-# Written by Jim Van Zandt <jrv at vanzandt.mv.com>, borrowing heavily
+# adapted for cmigrep from a template which was
+# written by Jim Van Zandt <jrv at vanzandt.mv.com>, borrowing heavily
 # from the install scripts for gettext by Santiago Vila
 # <sanvila at ctv.es> and octave by Dirk Eddelbuettel <edd at debian.org>.
 
@@ -12,7 +13,7 @@
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
-FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
+FLAGS="${SITEFLAG} -q -batch -f batch-byte-compile -no-site-file"
 ELDIR=/usr/share/emacs/site-lisp
 ELCDIR=/usr/share/${FLAVOR}/site-lisp
 
@@ -25,14 +26,10 @@
 
 install -m 755 -d ${ELCDIR}
 cd ${ELDIR}
-FILES=`echo *.el`
+FILES=cmigrep.el
 cp ${FILES} ${ELCDIR}
 cd ${ELCDIR}
 
-cat << EOF > path.el
-(setq load-path (cons "." load-path) byte-compile-warnings nil)
-EOF
 ${FLAVOR} ${FLAGS} ${FILES}
-rm -f *.el path.el path.elc
 
 exit 0




More information about the Pkg-ocaml-maint-commits mailing list