[Pkg-erlang-commits] r1208 - in erlang/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Mar 8 18:16:48 UTC 2010


Author: sgolovan
Date: 2010-03-08 18:16:43 +0000 (Mon, 08 Mar 2010)
New Revision: 1208

Modified:
   erlang/trunk/debian/changelog
   erlang/trunk/debian/patches/emacs.patch
Log:
[erlang]
  * Added code skeleton files to erlang-mode package.


Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog	2010-03-08 17:45:38 UTC (rev 1207)
+++ erlang/trunk/debian/changelog	2010-03-08 18:16:43 UTC (rev 1208)
@@ -4,9 +4,10 @@
   * Moved xsltproc and fop to build-depends-indep and do not build
     documentation if only architecture-specific packages are built.
   * Refreshed all patches.
-  * Made Emacs look in man5 and man7 for Erlang manpages.
+  * Made Emacs look in man5 and man7 for Erlang manpages and added code
+    skeleton files to erlang-mode package.
 
- -- Sergei Golovan <sgolovan at debian.org>  Mon, 08 Mar 2010 20:44:02 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 08 Mar 2010 21:15:39 +0300
 
 erlang (1:13.b.4-dfsg-1) unstable; urgency=low
 

Modified: erlang/trunk/debian/patches/emacs.patch
===================================================================
--- erlang/trunk/debian/patches/emacs.patch	2010-03-08 17:45:38 UTC (rev 1207)
+++ erlang/trunk/debian/patches/emacs.patch	2010-03-08 18:16:43 UTC (rev 1208)
@@ -1,7 +1,7 @@
 Patch by Balint Reczey <balint at balintreczey.hu> fixes backquote
 syntax (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494823).
 Also, it fixes manpage name regexp matching only 3erl manpages in
-section 3.
+section 3. Also, added code skeletons to the Makefile.
 
 --- erlang-13.b.4-dfsg.orig/lib/tools/emacs/erlang.el
 +++ erlang-13.b.4-dfsg/lib/tools/emacs/erlang.el
@@ -80,3 +80,14 @@
  	    (let ((dir (substring file (match-beginning 1) (match-end 1)))
  		  (page (substring file (match-beginning 2) (match-end 2))))
  	      (if (fboundp 'setenv)
+--- erlang-13.b.4-dfsg.orig/lib/tools/emacs/Makefile
++++ erlang-13.b.4-dfsg/lib/tools/emacs/Makefile
+@@ -39,6 +39,8 @@
+ EMACS_FILES= \
+ 	erlang-start \
+ 	erlang-eunit \
++	erlang-skels \
++	erlang-skels-old \
+ 	erlang
+ 
+ README_FILES= README




More information about the Pkg-erlang-commits mailing list