[Pkg-jed-commit] r296 - trunk/packages/jed-extra/debian

Jörg Sommer jo-guest at costa.debian.org
Mon May 22 21:05:52 UTC 2006


Author: jo-guest
Date: 2006-05-22 21:05:52 +0000 (Mon, 22 May 2006)
New Revision: 296

Modified:
   trunk/packages/jed-extra/debian/contents.txt
   trunk/packages/jed-extra/debian/copyright
   trunk/packages/jed-extra/debian/rules
Log:
* rules, copyright, contents.txt:
  + added a new mode "boxquote" from an external source


Modified: trunk/packages/jed-extra/debian/contents.txt
===================================================================
--- trunk/packages/jed-extra/debian/contents.txt	2006-05-22 20:53:28 UTC (rev 295)
+++ trunk/packages/jed-extra/debian/contents.txt	2006-05-22 21:05:52 UTC (rev 296)
@@ -15,6 +15,7 @@
 A   browse_url     Functions for display of web pages from within JED.
 X   bufed          buffer manager
 U   bufutils       Tools for buffer and windows handling
+U   boxquote       Draw a border on the left around a region
 D   cal            calendar and diary
 A   calc           SLang calculator
 X   cdecl          S-Lang version of K&R's dcl program

Modified: trunk/packages/jed-extra/debian/copyright
===================================================================
--- trunk/packages/jed-extra/debian/copyright	2006-05-22 20:53:28 UTC (rev 295)
+++ trunk/packages/jed-extra/debian/copyright	2006-05-22 21:05:52 UTC (rev 296)
@@ -10,11 +10,15 @@
 
      and other sources (TODO: specify!)
 
+The file boxquote.sl was downloaded from
+     http://www.cis.fu-berlin.de/~phgrau/slang/boxquote.sl
+
 Upstream Authors:
 
     Boekholt,  Paul
     Davis,     John
     Gerell,    Johann
+    Grau,      Phillip    of boxquote.sl
     Johansen,  Morten
     Koeckritz, Thomas
     Mahnic,    Marko

Modified: trunk/packages/jed-extra/debian/rules
===================================================================
--- trunk/packages/jed-extra/debian/rules	2006-05-22 20:53:28 UTC (rev 295)
+++ trunk/packages/jed-extra/debian/rules	2006-05-22 21:05:52 UTC (rev 296)
@@ -36,7 +36,14 @@
 	# latest non-released source tarball
 	wget http://jedmodes.sf.net/cvs/jedmodes-$(VER).tgz
 	mv jedmodes-$(VER).tgz jed-extra_$(VER).orig.tar.gz
-	
+
+	mkdir --parents jedmodes-$(VER)/boxquote
+	cd jedmodes-$(VER)/boxquote; \
+	    wget http://www.cis.fu-berlin.de/~phgrau/slang/boxquote.sl
+	gunzip jed-extra_$(VER).orig.tar.gz
+	tar --append --file jed-extra_$(VER).orig.tar jedmodes-$(VER)
+	gzip -9 jed-extra_$(VER).orig.tar
+
 clean: unpatch
 	dh_testdir
 	dh_clean




More information about the Pkg-jed-commit mailing list