[DRE-commits] [SCM] tdiary-contrib.git branch, master, updated. debian/3.1.20120506-1-5-g6dace1f

Taku YASUI tach at debian.org
Sat May 19 15:57:57 UTC 2012


The following commit has been merged in the master branch:
commit 16d18d11655eb26ac6e8da4e8e5c82ff8b83aed7
Author: Taku YASUI <tach at debian.org>
Date:   Sun May 20 00:41:29 2012 +0900

    tdiary-mode: create .el symlink to beside the flavored elcs

diff --git a/debian/changelog b/debian/changelog
index 52d5291..8d94ec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tdiary-contrib (3.1.20120506-3) UNRELEASED; urgency=low
+
+  * tdiary-mode: create .el symlink to beside the flavored elcs
+    (closes: #670343).
+
+ -- Taku YASUI <tach at debian.org>  Sun, 20 May 2012 00:39:35 +0900
+
 tdiary-contrib (3.1.20120506-2) unstable; urgency=low
 
   * debian/control: Add rsync to Build-Deps (closes: #671970).
diff --git a/debian/tdiary-mode.emacsen-install b/debian/tdiary-mode.emacsen-install
index b471184..ba24ee5 100644
--- a/debian/tdiary-mode.emacsen-install
+++ b/debian/tdiary-mode.emacsen-install
@@ -44,6 +44,9 @@ EOF
 ${FLAVOR} ${FLAGS} ${FILES} > ${LOG} 2>&1
 gzip -9 ${LOG}
 
+# create symlinks to the flavor dir for source link
+ln -s ${FILES} ${ELCDIR}
+
 rm -f *.el path.el
 
 exit 0

-- 
tdiary-contrib.git



More information about the Pkg-ruby-extras-commits mailing list