[Pkg-jed-commit] r305 - in trunk/packages/jed-extra/debian: . patches

Guenter Milde milde-guest at costa.debian.org
Fri May 26 12:49:56 UTC 2006


Author: milde-guest
Date: 2006-05-26 12:49:55 +0000 (Fri, 26 May 2006)
New Revision: 305

Modified:
   trunk/packages/jed-extra/debian/contents.txt
   trunk/packages/jed-extra/debian/patches/apsmode.dpatch
   trunk/packages/jed-extra/debian/rules
Log:
apsmode.dpatch: Jed_Tmp_Directory is undefined. (Jed_Temp_Dir could work as
                well)
rules:          get_orig_source no longer itempotent: always download the 
                tarball from the upstream URL (overwriting an existing one)
contents.txt:   fix some categorizations, O is only for obsolete modes.



Modified: trunk/packages/jed-extra/debian/contents.txt
===================================================================
--- trunk/packages/jed-extra/debian/contents.txt	2006-05-26 00:01:00 UTC (rev 304)
+++ trunk/packages/jed-extra/debian/contents.txt	2006-05-26 12:49:55 UTC (rev 305)
@@ -41,14 +41,14 @@
 A   email          mode for editing emails
 X   ffap           Find File At Point
 E   filelist       A special mode for file listings (ls, locate)
-O   fileview       configurable file viewing function
+#X   fileview       configurable file viewing function
 E   filter-buffer  Filter buffer  show/hide lines that match a pattern
 A   gdbmrecent     another recent mode
 A   gnuplot        Mode for the Gnuplot plotting program
 A   grep           JED interface to the `grep` command
 #O   history        Save the content of the minibuffer across jed sessions
 O   home-lib       Initialize libraries for jed extensions easily
-O   howto          howto-reader
+#X   howto          howto-reader
 D   hyperhelp      Hypertext help browser.
 D   hyperman       hypertextish man pager
 X   info           Info reader for JED
@@ -57,7 +57,7 @@
 A   jedasp         Try to simulate MS IIS Active Server Pages with JED
 #X   jedgtk         slgtk dialogs for JED
 #X   jedmodes       Utilities for the publication of modes at Jedmodes
-O   jedscape       html browser
+#X   jedscape       html browser
 #X   kcomplete      keyword completion from the syntax table
 A   keywords       Create keyword lists for syntax tables
 O   kp_keydefs     keydefs for the numeric keypad (now included in x-keydefs)

Modified: trunk/packages/jed-extra/debian/patches/apsmode.dpatch
===================================================================
--- trunk/packages/jed-extra/debian/patches/apsmode.dpatch	2006-05-26 00:01:00 UTC (rev 304)
+++ trunk/packages/jed-extra/debian/patches/apsmode.dpatch	2006-05-26 12:49:55 UTC (rev 305)
@@ -13,7 +13,7 @@
  
  #ifdef UNIX
 -aps_tmp_dir = path_concat(getenv("TMPDIR"), ""); % ensure trailing "/"
-+aps_tmp_dir = path_concat(Jed_Tmp_Directory, ""); % ensure trailing "/"
++aps_tmp_dir = path_concat(getenv("TMP"), ""); % ensure trailing "/"
  if (aps_tmp_dir == "")
    aps_tmp_dir = "/tmp/";
  a2ps_cmd = "a2ps";

Modified: trunk/packages/jed-extra/debian/rules
===================================================================
--- trunk/packages/jed-extra/debian/rules	2006-05-26 00:01:00 UTC (rev 304)
+++ trunk/packages/jed-extra/debian/rules	2006-05-26 12:49:55 UTC (rev 305)
@@ -18,18 +18,16 @@
 build:
 	# nothing to do, but required by debian policy
 
-get-orig-source: jed-extra_$(VER).orig.tar.gz
-	@# nothing to do if jed-extra_$(VER).orig.tar.gz exists
-
-jed-extra_$(VER).orig.tar.gz: 
+get-orig-source: 
 	# latest non-released source tarball
-	wget  http://jedmodes.sf.net/cvs/jedmodes-$(VER).tgz; \
+	wget  http://jedmodes.sf.net/cvs/jedmodes-$(VER).tgz;
 	# officially released CVS tarball directly from a download mirror
 	# wget http://kent.dl.sourceforge.net/sourceforge/jedmodes/jedmodes-$(VER).tgz
 	
 	mv jedmodes-$(VER).tgz jed-extra_$(VER).orig.tar.gz
 	
 	# additional modes from other sources
+	# FIXME: this creates 2 jedmodes-$(VER) directories in the archive!
 	mkdir --parents jedmodes-$(VER)/boxquote
 	cd jedmodes-$(VER)/boxquote; \
 	    wget http://www.cis.fu-berlin.de/~phgrau/slang/boxquote.sl




More information about the Pkg-jed-commit mailing list