[Pkg-ocaml-maint-commits] [SCM] tuareg-mode packaging branch, master, updated. debian/1%2.0.6-2-1-ge715aa7

Ralf Treinen treinen at free.fr
Sat Jul 28 16:59:06 UTC 2012


The following commit has been merged in the master branch:
commit e715aa757210c20a3d2c8e03472b2efda892b059
Author: Ralf Treinen <treinen at debian.org>
Date:   Mon Jul 16 18:02:16 2012 -0600

    fix emacsen-install: link .el files instead of cp

diff --git a/debian/changelog b/debian/changelog
index 3bb6bbe..e01ccbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tuareg-mode (1:2.0.6-3) unstable; urgency=low
+
+  * Updated the emacsen-install file from the current template shipped
+    with dh-make to fix an upgrade failure from squeeze (closes: #681823).
+    Thanks to Hilko Bengen for the patch!
+
+ -- Ralf Treinen <treinen at debian.org>  Sat, 28 Jul 2012 14:16:52 +0200
+
 tuareg-mode (1:2.0.6-2) unstable; urgency=low
 
   * debian/emacsen-install: fix tuareg-use-smie (f -> nil). Thanks to
diff --git a/debian/emacsen-install b/debian/emacsen-install
index 152e711..a268320 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -27,8 +27,8 @@ fi
 install -m 755 -d ${ELCDIR}
 cd ${ELDIR}
 FILES=`echo *.el`
-cp ${FILES} ${ELCDIR}
 cd ${ELCDIR}
+ln -sf ${RELELDIR}/*.el .
 
 cat << EOF > path.el
 (setq load-path (cons "." load-path) byte-compile-warnings nil)
@@ -42,7 +42,7 @@ case "${FLAVOR}" in
         ;;
 esac
 
-rm -f *.el path.el path.elc
+rm -f path.el
 
 cd ${ELCDIR}
 for f in ${FILES} ; do

-- 
tuareg-mode packaging



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