[Pkg-jed-commit] r357 - in jed/branches/0.99.19: . patches

Jörg Sommer jo-guest at costa.debian.org
Mon Jul 17 17:51:53 UTC 2006


Author: jo-guest
Date: 2006-07-17 17:51:52 +0000 (Mon, 17 Jul 2006)
New Revision: 357

Modified:
   jed/branches/0.99.19/changelog
   jed/branches/0.99.19/patches/50_enable-xrenderfont.dpatch
   jed/branches/0.99.19/patches/50_jed-manpage.dpatch
   jed/branches/0.99.19/rules
Log:
* 0.99.19/patches/50_enable-xrenderfont.dpatch
  + John has added an option for this in 0.99-19.2 so the patch must have
    changed.

* 0.99.19/patches/50_jed-manpage.dpatch
  + John fixed the \- vs. - issue upstream.

* 0.99.19/changelog
  + Started a new version for this development package.

* 0.99.19/rules
  + Changed the get-orig-source target to fetch code from SVN.


Modified: jed/branches/0.99.19/changelog
===================================================================
--- jed/branches/0.99.19/changelog	2006-07-11 09:01:58 UTC (rev 356)
+++ jed/branches/0.99.19/changelog	2006-07-17 17:51:52 UTC (rev 357)
@@ -1,3 +1,9 @@
+jed (0.99.19-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 17 Jul 2006 19:48:13 +0200
+
 jed (0.99.18-2) experimental; urgency=low
 
   NOT YET RELEASED !

Modified: jed/branches/0.99.19/patches/50_enable-xrenderfont.dpatch
===================================================================
--- jed/branches/0.99.19/patches/50_enable-xrenderfont.dpatch	2006-07-11 09:01:58 UTC (rev 356)
+++ jed/branches/0.99.19/patches/50_enable-xrenderfont.dpatch	2006-07-17 17:51:52 UTC (rev 357)
@@ -5,8 +5,8 @@
 
 @DPATCH@
 diff -urNad jed~/src/Makefile.in jed/src/Makefile.in
---- jed~/src/Makefile.in	2006-02-16 04:09:50.000000000 +0100
-+++ jed/src/Makefile.in	2006-06-29 16:40:37.681900088 +0200
+--- jed~/src/Makefile.in	2006-05-06 06:22:30.000000000 +0200
++++ jed/src/Makefile.in	2006-07-02 18:15:27.229670473 +0200
 @@ -60,7 +60,7 @@
   
  # 2. XFree86 XRENDERFONT (Anti-aliased font) support for XJED
@@ -26,13 +26,14 @@
  # Extra libraries needed by X and Network support on some systems
  X_XTRA_LIBS = @X_EXTRA_LIBS@
 diff -urNad jed~/src/jed-feat.h jed/src/jed-feat.h
---- jed~/src/jed-feat.h	2006-02-13 18:51:58.000000000 +0100
-+++ jed/src/jed-feat.h	2006-06-29 16:40:27.810838088 +0200
-@@ -93,4 +93,7 @@
- # define JED_HAS_IMPORT	0
- #endif
+--- jed~/src/jed-feat.h	2006-04-13 08:41:44.000000000 +0200
++++ jed/src/jed-feat.h	2006-07-02 18:15:46.721670473 +0200
+@@ -79,7 +79,7 @@
+ #define XJED_SET_WM_COMMAND	0
  
-+/* Set XJED_HAS_XRENDERFONT if you want anti-aliased font support in XJed. */
-+#define XJED_HAS_XRENDERFONT 1
-+
- #endif
+ /* For antialiased fonts, set this to 1 and modify Makefile accordingly */
+-#define XJED_HAS_XRENDERFONT	0
++#define XJED_HAS_XRENDERFONT	1
+   
+ #if JED_HAS_EMACS_LOCKING && !defined(HAVE_SYMLINK)
+ # undef JED_HAS_EMACS_LOCKING

Modified: jed/branches/0.99.19/patches/50_jed-manpage.dpatch
===================================================================
--- jed/branches/0.99.19/patches/50_jed-manpage.dpatch	2006-07-11 09:01:58 UTC (rev 356)
+++ jed/branches/0.99.19/patches/50_jed-manpage.dpatch	2006-07-17 17:51:52 UTC (rev 357)
@@ -2,80 +2,16 @@
 ## 50_jed-manpage.dpatch by Rafael Laboissiere <rafael at debian.org>
 ##
 ## DP: Discribe user config files, if jed-extra is installed (#210274)
-## DP: and use \- (minus) for options than - (which is a hyphen) otherwise
-## DP: you get problems on UTF-8 systems; ask lintian
 
 @DPATCH@
 diff -urNad jed-0.99.18~/doc/manual/jed.1 jed-0.99.18/doc/manual/jed.1
 --- jed-0.99.18~/doc/manual/jed.1	2006-02-13 18:51:58.000000000 +0100
 +++ jed-0.99.18/doc/manual/jed.1	2006-04-28 16:49:25.401349000 +0200
-@@ -30,51 +30,51 @@
- provides brief tutorial.
- .SH OPTIONS
- .LP
--.I -batch
-+.I \-batch
- .RS
- run Jed in batch mode.
- This is a non-interactive mode.
- .RE
--.I -n             
-+.I \-n             
- .RS
- do not load 
- .I .jedrc 
- file.
- .RE
--.I -a 'file'
-+.I \-a 'file'
- .RS
- load
- .I file
- as user configuration file instead of .jedrc.
- .RE
--.I -g 'n'
-+.I \-g 'n'
- .RS
- goto line 
- .I n 
- in buffer (notice that in order to this option to take effect, if must
--appear after the file name in the command line, like 'jed file -g 3')
-+appear after the file name in the command line, like 'jed file \-g 3')
- .RE
--.I -l 'file'      
-+.I \-l 'file'      
- .RS
- load 
- .I file 
- as S-Lang code.
- .RE
--.I -f 'function' 
-+.I \-f 'function' 
- .RS
- execute S-Lang function named
- .I function
- .RE
--.I -s 'string'
-+.I \-s 'string'
- .RS
- search forward for 
- .I string
- .RE
--.I -2             
-+.I \-2             
- .RS
- split window
- .RE
--.I -i 'file'
-+.I \-i 'file'
- .RS
- insert 
- .I file 
 @@ -402,18 +402,26 @@
  .I JED_ROOT/lib/*.sl
  .RS
  these are the default runtime jed slang files
-+(packages like jed-extra can define additional slang library directories)
++(packages like jed\-extra can define additional slang library directories)
  .RE
  .I JED_ROOT/lib/site.sl
  .RS

Modified: jed/branches/0.99.19/rules
===================================================================
--- jed/branches/0.99.19/rules	2006-07-11 09:01:58 UTC (rev 356)
+++ jed/branches/0.99.19/rules	2006-07-17 17:51:52 UTC (rev 357)
@@ -154,7 +154,10 @@
 binary: binary-arch binary-indep
 
 get-orig-source: 
-	wget ftp://space.mit.edu/pub/davis/jed/v0.99/jed-$(UPSTREAM_VERSION).tar.gz
-	mv jed-$(UPSTREAM_VERSION).tar.gz jed_$(UPSTREAM_VERSION).orig.tar.gz
+#	wget ftp://space.mit.edu/pub/davis/jed/v0.99/jed-$(UPSTREAM_VERSION).tar.gz
+#	mv jed-$(UPSTREAM_VERSION).tar.gz jed_$(UPSTREAM_VERSION).orig.tar.gz
+	svn export svn://svn.gna.org/svn/jed/trunk jed-0.99.19
+	tar -czf jed_0.99.19.orig.tar.gz jed-0.99.19
+	rm -r jed-0.99.19
 
 .PHONY: build clean binary binary-arch binary-indep get-orig-source




More information about the Pkg-jed-commit mailing list