[Pkg-jed-commit] r410 - in jed-extra/trunk: debian debian/examples debian/patches utils

Guenter Milde milde-guest at costa.debian.org
Wed Sep 6 15:29:32 UTC 2006


Author: milde-guest
Date: 2006-09-06 15:29:31 +0000 (Wed, 06 Sep 2006)
New Revision: 410

Removed:
   jed-extra/trunk/debian/patches/missing_autoload.dpatch
Modified:
   jed-extra/trunk/debian/README.Debian
   jed-extra/trunk/debian/TODO
   jed-extra/trunk/debian/changelog
   jed-extra/trunk/debian/compile
   jed-extra/trunk/debian/control
   jed-extra/trunk/debian/examples/README.examples
   jed-extra/trunk/debian/rules
   jed-extra/trunk/utils/build-from-scratch.sh
   jed-extra/trunk/utils/build-from-svn-copy.sh
Log:
New upstream URL (proper Sourceforge Release)
Minor fixes

utils/build-from-svn-copy.sh, utils/build-from-scratch.sh: adapt to new SVN
			      				   structure
debian/compile      
debian/control      removed dependency on findutils (>= 4.2.9) (for backport)
debian/changelog    update
debian/rules	    New download URL, move REDME to jed-extra doc dir
debian/TODO	    update
debian/examples/README.examples   cosmetic changes
debian/README.Debian		  cosmetic changes



Modified: jed-extra/trunk/debian/README.Debian
===================================================================
--- jed-extra/trunk/debian/README.Debian	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/README.Debian	2006-09-06 15:29:31 UTC (rev 410)
@@ -7,16 +7,14 @@
 This package contains extensions for the Jed programmer's editor , mainly
 from the `Jedmodes`_ repository at SourceForge.
 
-The Jedmodes repository is a heterogeneous collection of user provided
-S-Lang scripts (modes).
-
-Some of the modes are experimental while others work stable for their 
-authors for ages, so USE AT YOUR OWN RISK.
-
 See contents.txt for a listing of contained modes with abstracts. The
 `Jedmodes`_ web site has more detailled information and also a 
 `mail list`_.
 
+The Jedmodes repository is a heterogeneous collection of user provided
+S-Lang scripts (modes). Some of the modes work stable for their authors for
+ages while others are still experimental, USE AT YOUR OWN RISK.
+
 .. _Jedmodes: http://jedmodes.sourceforge.net/
 .. _`mail list`: mailto:jedmodes-users at lists.sourceforge.net
 

Modified: jed-extra/trunk/debian/TODO
===================================================================
--- jed-extra/trunk/debian/TODO	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/TODO	2006-09-06 15:29:31 UTC (rev 410)
@@ -1,11 +1,2 @@
-    + fine tune ini.sl (add missing autoloads and remove redundancy) by
-        - modifying upstream,
-        - excluding offending modes from the auto-initialization,
-        - adding stuff to 50jed-extra.sl
-
-    + make upstream release of jedmodes-2.2 [GM] (once it is ready and holds
-      all changes proposed during the preparation of the new package release)
-
-      In the preparation phase, the jedmodes.sf.net/cvs/jedmodes-2.1.n.tgz
-      pre-releases are used.
-
+Do a proper testing of all modes (starting with the ones activated by
+default).

Modified: jed-extra/trunk/debian/changelog
===================================================================
--- jed-extra/trunk/debian/changelog	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/changelog	2006-09-06 15:29:31 UTC (rev 410)
@@ -1,3 +1,12 @@
+jed-extra (2.1.3-2) unstable; urgency=low
+
+  NOT YET RELEASED!
+
+  * New upstream URL
+  * Removed dependency on findutils (>= 4.2.9) (for easier backport to sarge)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 06 Sep 2006 16:48:19 +0200
+
 jed-extra (2.1.3-1) unstable; urgency=low
 
   New upstream release

Modified: jed-extra/trunk/debian/compile
===================================================================
--- jed-extra/trunk/debian/compile	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/compile	2006-09-06 15:29:31 UTC (rev 410)
@@ -10,8 +10,12 @@
         # again at installation
 	;;
   remove)
+        # option -delete requires findutils (>= 4.2.9) (not in sarge)
+	# find $LIBDIR \( -name \*.slc -o -name \*.dfa \
+        #                 -o -name ini.sl* -o -name libfuns.txt \) -delete
 	find $LIBDIR \( -name \*.slc -o -name \*.dfa \
-                        -o -name ini.sl* -o -name libfuns.txt \) -delete
+                        -o -name ini.sl* -o -name libfuns.* \) -print0 \
+        | xargs -0 --no-run-if-empty rm
 	;;
   *)
 	echo "unknown argument --> \"$1"\" >&2

Modified: jed-extra/trunk/debian/control
===================================================================
--- jed-extra/trunk/debian/control	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/control	2006-09-06 15:29:31 UTC (rev 410)
@@ -8,7 +8,6 @@
 
 Package: jed-extra
 Architecture: all
-Depends: findutils (>= 4.2.9)
 Recommends: jed (>= 0.99.18) | xjed (>= 0.99.18)
 Enhances: jed, xjed
 Suggests: slsh, slang-gdbm, dict, slang-curl, www-browser, a2ps

Modified: jed-extra/trunk/debian/examples/README.examples
===================================================================
--- jed-extra/trunk/debian/examples/README.examples	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/examples/README.examples	2006-09-06 15:29:31 UTC (rev 410)
@@ -1,12 +1,11 @@
-# site-wide configuration examples
+# site-wide configuration examples (move or link to /etc/jed.d/50jed-extra.sl)
 
 50jed-extra.sl                 default
 50jed-extra-full.sl            more comprehensive
 50jed-extra-minimal.sl         minimal (almost non-invasive)
 
+# user configuration examples (append to users ~/.jed/jed.rc)
 
-# user configuration examples (append to ~/.jed/jed.rc)
-
 jed-extra.rc                   default 
 jed-extra-minimal-upgrade.rc   for use with 50jed-extra-minimal.sl
 jed-extra-minimal-revert.rc    revert configuration in 50jed-extra-minimal.sl

Deleted: jed-extra/trunk/debian/patches/missing_autoload.dpatch
===================================================================
--- jed-extra/trunk/debian/patches/missing_autoload.dpatch	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/patches/missing_autoload.dpatch	2006-09-06 15:29:31 UTC (rev 410)
@@ -1,293 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## missing_autoload.dpatch by Jörg Sommer <joerg at alea.gnuu.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad jed-extra-2.2~/a2ps/a2ps.sl jed-extra-2.2/a2ps/a2ps.sl
---- jed-extra-2.2~/a2ps/a2ps.sl	2005-03-15 10:25:03.000000000 +0100
-+++ jed-extra-2.2/a2ps/a2ps.sl	2006-05-25 00:06:04.287052008 +0200
-@@ -14,6 +14,9 @@
- $1 = "a2ps";
- provide ($1);
- 
-+autoload("string_get_match", "strutils");
-+autoload("rebind", "bufutils");
-+
- %{{{ syntax table
- 
- % this is mostly out of sh_mode.sl
-diff -urNad jed-extra-2.2~/browse_url/browse_url.sl jed-extra-2.2/browse_url/browse_url.sl
---- jed-extra-2.2~/browse_url/browse_url.sl	2005-11-21 11:56:31.000000000 +0100
-+++ jed-extra-2.2/browse_url/browse_url.sl	2006-05-25 00:06:04.287052008 +0200
-@@ -23,6 +23,8 @@
- % _debug_info=1;
- 
- autoload("popup_buffer", "bufutils");
-+autoload("push_defaults", "slutils");
-+autoload("close_buffer", "bufutils");
- 
- private variable mode = "browse_url";
- provide(mode);
-diff -urNad jed-extra-2.2~/bufed/bufed_srch.sl jed-extra-2.2/bufed/bufed_srch.sl
---- jed-extra-2.2~/bufed/bufed_srch.sl	2006-03-21 09:20:21.000000000 +0100
-+++ jed-extra-2.2/bufed/bufed_srch.sl	2006-05-25 00:06:04.287052008 +0200
-@@ -9,6 +9,7 @@
- 
- provide ("bufed_srch");
- 
-+require ("bufed");
- require ("search");
- require ("srchmisc");
- require ("regexp");
-diff -urNad jed-extra-2.2~/cal/cal.sl jed-extra-2.2/cal/cal.sl
---- jed-extra-2.2~/cal/cal.sl	2005-11-26 18:10:30.000000000 +0100
-+++ jed-extra-2.2/cal/cal.sl	2006-05-25 00:06:04.287052008 +0200
-@@ -16,6 +16,7 @@
- "cal_print_day_of_year", "calmisc.sl", 3);
- 
- require("diary");
-+require("keydefs");
- use_namespace("calendar");
- variable mode = "calendar";
- 
-diff -urNad jed-extra-2.2~/complete/complete.sl jed-extra-2.2/complete/complete.sl
---- jed-extra-2.2~/complete/complete.sl	2005-03-15 10:25:07.000000000 +0100
-+++ jed-extra-2.2/complete/complete.sl	2006-05-25 00:06:04.291052008 +0200
-@@ -35,6 +35,10 @@
- %   
- % You don't need this for completing in S-Lang, use sltabc.sl for that.
- 
-+autoload("push_defaults", "sl_utils");
-+autoload("bget_word", "txtutils");
-+autoload("run_blocal_hook", "bufutils");
-+
- % find the completions of WORD in FILE
- % The file should be sorted!
- define complete_from_file() % (word [file])
-diff -urNad jed-extra-2.2~/cuamouse/cuamouse.sl jed-extra-2.2/cuamouse/cuamouse.sl
---- jed-extra-2.2~/cuamouse/cuamouse.sl	2005-11-18 11:50:27.000000000 +0100
-+++ jed-extra-2.2/cuamouse/cuamouse.sl	2006-05-25 00:06:04.291052008 +0200
-@@ -64,6 +64,7 @@
- 
- require ("mouse");
- autoload("run_function", "sl_utils");
-+autoload("cua_mark", "cuamark");
- 
- variable CuaMouse_Drag_Mode = 0;     % 0 no previous drag, 1 drag
- variable CuaMouse_Return_Value = 1;  % return value for the mouse_hooks
-diff -urNad jed-extra-2.2~/diagnose/diagnose.sl jed-extra-2.2/diagnose/diagnose.sl
---- jed-extra-2.2~/diagnose/diagnose.sl	2005-11-18 11:50:27.000000000 +0100
-+++ jed-extra-2.2/diagnose/diagnose.sl	2006-05-25 00:06:04.291052008 +0200
-@@ -9,6 +9,7 @@
- 
- 
- autoload("popup_buffer", "bufutils");
-+autoload("fit_window", "bufutils");
- autoload("view_mode", "view");
- require("sprint_var");
- 
-diff -urNad jed-extra-2.2~/ding/ding.sl jed-extra-2.2/ding/ding.sl
---- jed-extra-2.2~/ding/ding.sl	2005-11-18 11:50:27.000000000 +0100
-+++ jed-extra-2.2/ding/ding.sl	2006-05-25 00:06:04.291052008 +0200
-@@ -54,6 +54,7 @@
- autoload("array", "datutils");
- autoload("get_table", "csvutils");
- autoload("insert_table", "csvutils");
-+autoload("fit_window", "bufutils");
- 
- % --- name it
- provide("ding");
-diff -urNad jed-extra-2.2~/gdbmrecent/gdbmrecent.sl jed-extra-2.2/gdbmrecent/gdbmrecent.sl
---- jed-extra-2.2~/gdbmrecent/gdbmrecent.sl	2005-10-23 13:18:48.000000000 +0200
-+++ jed-extra-2.2/gdbmrecent/gdbmrecent.sl	2006-05-25 00:08:33.783052008 +0200
-@@ -29,6 +29,9 @@
- provide("recent");
- provide("gdbmrecent");
- 
-+autoload("what_line_if_wide", "sl_utils");
-+autoload("buffer_dirname", "bufutils");
-+
- % customvariables.
- 
- % where to store the list
-diff -urNad jed-extra-2.2~/gnuplot/gnuplot.sl jed-extra-2.2/gnuplot/gnuplot.sl
---- jed-extra-2.2~/gnuplot/gnuplot.sl	2005-11-18 11:50:28.000000000 +0100
-+++ jed-extra-2.2/gnuplot/gnuplot.sl	2006-05-25 00:06:04.295052008 +0200
-@@ -64,6 +64,8 @@
- autoload("view_mode", "bufutils");
- autoload("ishell_mode", "ishell");
- autoload("shell_cmd_on_region", "ishell");
-+autoload("get_blocal", "sl_utils");
-+autoload("fit_window", "bufutils");
- 
- % --- user adjustable settings ------------------------------------
- 
-diff -urNad jed-extra-2.2~/hyperman/hyperman.sl jed-extra-2.2/hyperman/hyperman.sl
---- jed-extra-2.2~/hyperman/hyperman.sl	2005-11-18 11:50:29.000000000 +0100
-+++ jed-extra-2.2/hyperman/hyperman.sl	2006-05-25 00:06:04.295052008 +0200
-@@ -10,6 +10,7 @@
- provide ("hyperman");
- provide ("man");
- require("view");
-+autoload("string_nth_match", "strutils");
- implements("man");
- 
- %{{{ customvariables
-diff -urNad jed-extra-2.2~/info/info_look.sl jed-extra-2.2/info/info_look.sl
---- jed-extra-2.2~/info/info_look.sl	2006-03-21 09:20:22.000000000 +0100
-+++ jed-extra-2.2/info/info_look.sl	2006-05-25 00:06:04.295052008 +0200
-@@ -11,6 +11,7 @@
- % hyperman and info.
- 
- autoload("unix_apropos", "hyperman");
-+autoload("get_word", "txtutils");
- require("info");
- use_namespace("info");
- % Look up word in manpage in mode-dependent section
-diff -urNad jed-extra-2.2~/ishell/ishell.sl jed-extra-2.2/ishell/ishell.sl
---- jed-extra-2.2~/ishell/ishell.sl	2006-05-17 15:07:42.000000000 +0200
-+++ jed-extra-2.2/ishell/ishell.sl	2006-05-25 00:06:04.299052008 +0200
-@@ -128,6 +128,7 @@
- autoload("run_local_hook", "bufutils");
- autoload("bufsubfile", "bufutils");
- autoload("view_mode", "view");
-+autoload("fit_window", "bufutils");
- 
- % autoload("strbreak", "strutils");
- 
-diff -urNad jed-extra-2.2~/ispell/ispell_init.sl jed-extra-2.2/ispell/ispell_init.sl
---- jed-extra-2.2~/ispell/ispell_init.sl	2006-03-21 09:20:22.000000000 +0100
-+++ jed-extra-2.2/ispell/ispell_init.sl	2006-05-25 00:06:04.299052008 +0200
-@@ -25,7 +25,8 @@
- 	  "flyspell_mode","flyspell",
- 	  "flyspell_region", "flyspell",
- 	  "ispell_region", "ispell",
--	  "vispell", "vispell", 9);
-+	  "vispell", "vispell",
-+          "push_defaults", "sl_utils", 10);
- _add_completion("ispell_change_dictionary",
- 		"ispell_change_local_dictionary",
- 		"flyspell_mode", "ispell_region", 
-diff -urNad jed-extra-2.2~/menutils/menutils.sl jed-extra-2.2/menutils/menutils.sl
---- jed-extra-2.2~/menutils/menutils.sl	2005-11-18 11:50:29.000000000 +0100
-+++ jed-extra-2.2/menutils/menutils.sl	2006-05-25 00:06:04.299052008 +0200
-@@ -9,6 +9,8 @@
- 
- provide("menutils");
- 
-+autoload("push_defaults", "sl_utils");
-+
- static define menu_do_toggle(var)
- {
-    @var = not @var;
-diff -urNad jed-extra-2.2~/occur/occur.sl jed-extra-2.2/occur/occur.sl
---- jed-extra-2.2~/occur/occur.sl	2005-11-26 18:06:11.000000000 +0100
-+++ jed-extra-2.2/occur/occur.sl	2006-05-25 00:06:04.299052008 +0200
-@@ -18,6 +18,9 @@
- provide ("occur");
- require ("keydefs");
- require ("view");
-+autoload("push_defaults", "sl_utils");
-+autoload("get_word", "txtutils");
-+autoload("popup_buffer", "bufutils");
- implements ("occur");
- define get_buffer_name();
- 
-diff -urNad jed-extra-2.2~/pcre/pcre.sl jed-extra-2.2/pcre/pcre.sl
---- jed-extra-2.2~/pcre/pcre.sl	2005-11-18 11:50:30.000000000 +0100
-+++ jed-extra-2.2/pcre/pcre.sl	2006-05-25 00:06:04.299052008 +0200
-@@ -17,6 +17,8 @@
- import("pcre");
- require("srchmisc");
- require("occur");  % this requires the occur from jedmodes.sf.net/mode/occur
-+autoload("get_word", "txtutils");
-+autoload("popup_buffer", "bufutils");
- 
- % _debug_info=1;
- %{{{ search
-diff -urNad jed-extra-2.2~/rfcview/rfcview.sl jed-extra-2.2/rfcview/rfcview.sl
---- jed-extra-2.2~/rfcview/rfcview.sl	2005-11-18 11:50:30.000000000 +0100
-+++ jed-extra-2.2/rfcview/rfcview.sl	2006-05-25 00:06:04.303052008 +0200
-@@ -17,6 +17,8 @@
- 
- provide("rfcview");
- require("view");
-+autoload("string_get_match", "strutils");
-+require("bufutils");          % for Help_Message
- implements("rfcview");
- 
- custom_variable ("Rfc_Path", "/usr/doc/rfc");
-diff -urNad jed-extra-2.2~/rst/rst.sl jed-extra-2.2/rst/rst.sl
---- jed-extra-2.2~/rst/rst.sl	2006-05-17 15:07:44.000000000 +0200
-+++ jed-extra-2.2/rst/rst.sl	2006-05-25 00:06:04.303052008 +0200
-@@ -43,6 +43,9 @@
- autoload("insert_markup", "txtutils");   % >= 2.3
- autoload("insert_block_markup", "txtutils");   % >= 2.3
- autoload("string_repeat", "strutils");
-+autoload("close_buffer", "bufutils");
-+autoload("get_blocal", "sl_utils");
-+autoload("fit_window", "bufutils");
- 
- % Recommendations
- % ===============
-diff -urNad jed-extra-2.2~/snake/snake.sl jed-extra-2.2/snake/snake.sl
---- jed-extra-2.2~/snake/snake.sl	2005-11-18 11:50:30.000000000 +0100
-+++ jed-extra-2.2/snake/snake.sl	2006-05-25 00:06:04.303052008 +0200
-@@ -10,6 +10,7 @@
- provide("snake");
- implements("snake");
- 
-+autoload("get_keystring", "strutils");
- 
- 
- custom_variable("Snake_Use_DFA", 1);
-diff -urNad jed-extra-2.2~/strutils/strutils.sl jed-extra-2.2/strutils/strutils.sl
---- jed-extra-2.2~/strutils/strutils.sl	2005-11-21 11:56:33.000000000 +0100
-+++ jed-extra-2.2/strutils/strutils.sl	2006-05-25 00:06:04.303052008 +0200
-@@ -20,6 +20,7 @@
- % (projects for further functions in projects/str_utils.sl)
- 
- autoload("array_append", "datutils");
-+autoload("push_defaults", "slutils");
- 
- % debug information, uncomment to locate errors
-  % _debug_info = 1;
-diff -urNad jed-extra-2.2~/tm/tmtools.sl jed-extra-2.2/tm/tmtools.sl
---- jed-extra-2.2~/tm/tmtools.sl	2006-03-21 09:20:24.000000000 +0100
-+++ jed-extra-2.2/tm/tmtools.sl	2006-05-25 00:06:04.307052008 +0200
-@@ -20,6 +20,7 @@
- autoload("bget_word", "txtutils");
- autoload("insert_markup", "txtutils");
- autoload("string_nth_match", "strutils");
-+autoload("c_top_of_function", "cmisc");
- 
- % Uhm, the word should be defined by mode, I guess (but currently is not)
- % More accurate: it should be mode specific: when I edit a latin1 encoded
-diff -urNad jed-extra-2.2~/turbo/turbo.sl jed-extra-2.2/turbo/turbo.sl
---- jed-extra-2.2~/turbo/turbo.sl	2005-03-15 10:25:20.000000000 +0100
-+++ jed-extra-2.2/turbo/turbo.sl	2006-05-25 00:06:04.307052008 +0200
-@@ -19,6 +19,8 @@
- % }
- 
- require ("keydefs");
-+autoload("get_blocal", "sl_utils");
-+
- static variable begin = "", completion = "", wordchars = 
-   "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", otherchars = "-'",
-   nomatch = 0;
-diff -urNad jed-extra-2.2~/yodl/yodl.sl jed-extra-2.2/yodl/yodl.sl
---- jed-extra-2.2~/yodl/yodl.sl	2005-03-15 10:25:21.000000000 +0100
-+++ jed-extra-2.2/yodl/yodl.sl	2006-05-25 00:06:04.307052008 +0200
-@@ -7,6 +7,10 @@
- % Copyright (c) 2004 Paul Boekholt.
- % Released under the terms of the GNU GPL (version 2 or later).
- 
-+autoload("get_word", "txtutils");
-+autoload("popup_buffer", "bufutils");
-+autoload("help_for_word_at_point", "help");
-+
- if (_featurep("yodl"))
-   use_namespace("yodl");
- else

Modified: jed-extra/trunk/debian/rules
===================================================================
--- jed-extra/trunk/debian/rules	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/debian/rules	2006-09-06 15:29:31 UTC (rev 410)
@@ -27,10 +27,10 @@
 UPSTREAM_VERSION ?= $(shell perl -ne '/([\d.]+)-/; print $$1; exit' < debian/changelog)
 
 get-orig-source:
-	# latest non-released source tarball
-	wget http://jedmodes.sourceforge.net/cvs/jedmodes-$(UPSTREAM_VERSION).tgz
-	# officially released CVS tarball directly from a download mirror
-	# wget http://kent.dl.sourceforge.net/sourceforge/jedmodes/jedmodes-$(VER).tgz
+	# pre-release (source tarball from the jedmodes home site)
+	# wget http://jedmodes.sourceforge.net/cvs/jedmodes-$(UPSTREAM_VERSION).tgz
+	# officially released CVS tarball from the sf FRS
+	wget http://osdn.dl.sourceforge.net/sourceforge/jedmodes/jedmodes-$(UPSTREAM_VERSION).tgz
 
 	mv jedmodes-$(UPSTREAM_VERSION).tgz jed-extra_$(UPSTREAM_VERSION).orig.tar.gz
 
@@ -73,14 +73,18 @@
         # install package documentation
 	dh_installdocs debian/contents.txt
 
+	# install upstream documentation
+	dh_install $$(find . -wholename ./debian -prune \
+	    -o \( -name README -o -name README.html \) -print) \
+	    usr/share/doc/jed-extra/
+
+	dh_install $$(find . -wholename ./debian -prune -o \( -name \*.html \
+	    -o -name \*.otl -name \*.example \) -print) \
+	    usr/share/doc/jed-extra/mode-doc/
+
 	# Install examples
 	dh_installexamples debian/examples/*
 	
-	# install mode documentation
-	dh_install $$(find . -wholename ./debian -prune -o \( -name \*.html \
-	    -o -name \*.otl -name \*.example -o -name README \) -print) \
-	    usr/share/doc/jed-extra/mode-doc/
-
 	# fix some names (as dh_install* cannot change filenames)
 	mv $(debroot)/usr/share/jed/compile/compile \
 	   $(debroot)/usr/share/jed/compile/jed-extra

Modified: jed-extra/trunk/utils/build-from-scratch.sh
===================================================================
--- jed-extra/trunk/utils/build-from-scratch.sh	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/utils/build-from-scratch.sh	2006-09-06 15:29:31 UTC (rev 410)
@@ -8,8 +8,8 @@
 # Get the jed-extra files from SVN
 # --------------------------------
 
-svn co svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed-extra
-cd jed-extra
+svn co svn+ssh://svn.debian.org/svn/pkg-jed/jed-extra/trunk/
+cd trunk
 
 # upstream version
 VER=`perl -ne '/\(([\d.]+)-/; print $1; exit' < debian/changelog`

Modified: jed-extra/trunk/utils/build-from-svn-copy.sh
===================================================================
--- jed-extra/trunk/utils/build-from-svn-copy.sh	2006-08-28 09:28:57 UTC (rev 409)
+++ jed-extra/trunk/utils/build-from-svn-copy.sh	2006-09-06 15:29:31 UTC (rev 410)
@@ -4,9 +4,12 @@
 # This is an experimental script that helps test-build jed-extra
 # even on a computer not connected to the internet.
 #
+# It tries to download the upstream tarball via the debian/rules's
+# `get-orig-source` rule, if it doesnot exist in jed-extra/trunk
+#
 # (c) 2005, 2006 Guenter Milde
 
-# go to the packages/jed-extra dir of the SVN copy
+# go to the jed-extra/trunk dir of the SVN copy
 if [ `pwd | egrep '/utils$'` ]; then
   cd ..
 fi  
@@ -15,11 +18,11 @@
   cd ..
 fi  
 
-if [ ! `pwd | egrep '/jed-extra$'` ]; then
+if [ ! `pwd | egrep '/jed-extra/trunk$'` ]; then
   echo "Call this script from 
-        <pkg-jed SVN>/packages/jed-extra/utils/ (where this file resides),
-        <pkg-jed SVN>/packages/jed-extra/debian/, or 
-        <pkg-jed SVN>/packages/jed-extra/"
+        <pkg-jed SVN>/jed-extra/trunk/utils/ (where this file resides),
+        <pkg-jed SVN>/jed-extra/trunk/debian/, or 
+        <pkg-jed SVN>/jed-extra/trunk/"
   exit 1
 fi  
 




More information about the Pkg-jed-commit mailing list