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

Jörg Sommer jo-guest at costa.debian.org
Thu Apr 6 14:27:23 UTC 2006


Author: jo-guest
Date: 2006-04-06 14:27:22 +0000 (Thu, 06 Apr 2006)
New Revision: 253

Added:
   trunk/packages/jed/debian/patches/50_jed.tex.dpatch
Modified:
   trunk/packages/jed/debian/changelog
   trunk/packages/jed/debian/defaults.sl
   trunk/packages/jed/debian/patches/00list
   trunk/packages/jed/debian/rules
Log:
* jed/debian/changelog:
  + new entry for next upstream release

* jed/debian/rules:
  + removed "enabling of mouse support"; this is done with
    60_gpm-mouse-support.dpatch. I don't know why it was in the rules
    files a second time

  + replaced all @echo with #. They get also shown by the normal make
    run, but do not mess up the output of a "make -s" run.

* jed/debian/patches/50_jed.tex.dpatch, jed/debian/patches/00list:
  + added a patch to fix the warnings raised by hevea

* jed/debian/defaults.sl:
  + removed the show() expression; it's not a jed function


Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog	2006-03-23 12:03:32 UTC (rev 252)
+++ trunk/packages/jed/debian/changelog	2006-04-06 14:27:22 UTC (rev 253)
@@ -1,3 +1,9 @@
+jed (0.99.17.165-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Thu, 6 Apr 2006 15:58:21 +0200
+
 jed (0.99.17.135-1) experimental; urgency=low
 
   +++ Changes by Rafael Laboissiere

Modified: trunk/packages/jed/debian/defaults.sl
===================================================================
--- trunk/packages/jed/debian/defaults.sl	2006-03-23 12:03:32 UTC (rev 252)
+++ trunk/packages/jed/debian/defaults.sl	2006-04-06 14:27:22 UTC (rev 253)
@@ -19,8 +19,7 @@
    % skip startup scripts if jed is started with --skip-debian-startup
    {not(length(where(__argv == "--skip-debian-startup")))}
    )
-{ 
-   show("hi");
+{
     $1 = listdir("/etc/jed.d/");
     foreach ( $1[ array_sort($1) ] ) {
         $1 = ();

Modified: trunk/packages/jed/debian/patches/00list
===================================================================
--- trunk/packages/jed/debian/patches/00list	2006-03-23 12:03:32 UTC (rev 252)
+++ trunk/packages/jed/debian/patches/00list	2006-04-06 14:27:22 UTC (rev 253)
@@ -2,5 +2,6 @@
 50_README.dpatch
 50_enable-xrenderfont.dpatch
 50_jed-manpage.dpatch
+50_jed.tex.dpatch
 50_popups.sl.dpatch
 60_gpm-mouse-support.dpatch

Added: trunk/packages/jed/debian/patches/50_jed.tex.dpatch
===================================================================
--- trunk/packages/jed/debian/patches/50_jed.tex.dpatch	2006-03-23 12:03:32 UTC (rev 252)
+++ trunk/packages/jed/debian/patches/50_jed.tex.dpatch	2006-04-06 14:27:22 UTC (rev 253)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## jed.tex.dpatch by Jörg Sommer <joerg at alea.gnuu.de>
+##
+## DP: hevea complains that it does not know the commands \parindent and
+## DP: \parskip. Because this is a ugly plain tex file we comment them out.
+
+ at DPATCH@
+diff -urNad jed-0.99.17.135~/doc/manual/jed.tex jed-0.99.17.135/doc/manual/jed.tex
+--- jed-0.99.17.135~/doc/manual/jed.tex	2006-02-13 18:51:58.000000000 +0100
++++ jed-0.99.17.135/doc/manual/jed.tex	2006-04-06 15:15:50.233284000 +0200
+@@ -4,8 +4,8 @@
+ \setlength{\textwidth}{160mm}
+ \setlength{\topmargin}{-10mm}
+ \setlength{\textheight}{210mm}
+-\parindent=0mm
+-\parskip=5mm
++% \parindent=0mm
++% \parskip=5mm
+ 
+ \def\mytitle{The JED Editor}
+ 


Property changes on: trunk/packages/jed/debian/patches/50_jed.tex.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/packages/jed/debian/rules
===================================================================
--- trunk/packages/jed/debian/rules	2006-03-23 12:03:32 UTC (rev 252)
+++ trunk/packages/jed/debian/rules	2006-04-06 14:27:22 UTC (rev 253)
@@ -20,23 +20,11 @@
 	dh_testdir
 	./configure --prefix=/usr/share --exec-prefix=/usr --with-x
 
-	@echo
-	@echo "--- enable mouse support for Linux ---"
-	@echo
-	if [ "`uname -s`" = "Linux" ]; then \
-		perl -w -i -p \
-			-e 's/#MOUSEFLAGS/MOUSEFLAGS/;' \
-			-e 's/#MOUSELIB/MOUSELIB/;' \
-			-e 's/#GPMMOUSEO/GPMMOUSEO/;' \
-			-e 's/#OBJGPMMOUSEO/OBJGPMMOUSEO/;' \
-			src/Makefile; \
-	fi
+	#
+	# --- MAKE ---
+	#
+	make jed xjed # rgrep getmail
 
-	@echo
-	@echo --- MAKE ---
-	@echo
-	make RPATH= jed xjed # rgrep getmail
-
 	touch build-stamp
 
 $(temp): build-stamp
@@ -69,9 +57,9 @@
 	dh_clean -X$(temp) -i --keep
 	dh_installdirs -i
 
-	@echo
-	@echo --- JED-COMMON ---
-	@echo
+	#
+	# --- JED-COMMON ---
+	#
 	# install *.sl files
 	dh_install -pjed-common -Xjed.rc --autodest $(temp)/usr/share/jed/lib/
 	dh_install -pjed-common debian/defaults.sl usr/share/jed/lib/
@@ -106,9 +94,9 @@
 
 	dh_installdebconf -i
 
-	@echo
-	@echo --- INSTALL-ARCH-INDEP ---
-	@echo
+	#
+	# --- INSTALL-ARCH-INDEP ---
+	#
 	dh_compress -i --exclude=libfuns.txt --exclude=jedfuns.txt
 
 	dh_fixperms -i
@@ -124,26 +112,26 @@
 	dh_clean -X$(temp) -a --keep
 	dh_installdirs -a
 
-	@echo
-	@echo --- JED ---
-	@echo
+	#
+	# --- JED ---
+	#
 	dh_install -pjed --autodest \
 	    $(temp)/usr/bin/jed $(temp)/usr/share/man/man1/jed.1
 #	    $(temp)/usr/bin/jgrep $(temp)/usr/share/man/man1/jgrep.1
 
 	dh_link -pjed usr/share/doc/jed-common usr/share/doc/jed
 
-	@echo
-	@echo --- XJED ---
-	@echo
+	#
+	# --- XJED ---
+	#
 	dh_install -pxjed --autodest \
 	    $(temp)/usr/bin/xjed $(temp)/usr/share/man/man1/xjed.1
 
 	dh_link -pxjed usr/share/doc/jed-common usr/share/doc/xjed
 
-	@echo
-	@echo --- INSTALL-ARCH-DEP ---
-	@echo
+	#
+	# --- INSTALL-ARCH-DEP ---
+	#
 	dh_link -a
 
 	dh_installmenu -a




More information about the Pkg-jed-commit mailing list