[Pkg-jed-commit] r201 - in trunk/packages/jed-extra: debian utils

Guenter Milde milde-guest at costa.debian.org
Thu Nov 17 08:39:07 UTC 2005


Author: milde-guest
Date: 2005-11-17 08:39:06 +0000 (Thu, 17 Nov 2005)
New Revision: 201

Modified:
   trunk/packages/jed-extra/debian/rules
   trunk/packages/jed-extra/utils/prepare-build.sh
Log:
prepare-build.sh: commented and cleaned up


Modified: trunk/packages/jed-extra/debian/rules
===================================================================
--- trunk/packages/jed-extra/debian/rules	2005-11-15 20:44:37 UTC (rev 200)
+++ trunk/packages/jed-extra/debian/rules	2005-11-17 08:39:06 UTC (rev 201)
@@ -32,9 +32,9 @@
 	# officially released CVS tarball directly from a download mirror
 	# wget http://kent.dl.sourceforge.net/sourceforge/jedmodes/jedmodes-cvs.tgz
 	# latest non-released source tarball
-	# wget  http://jedmodes.sf.net/cvs/jedmodes.tgz
+	wget  http://jedmodes.sf.net/cvs/jedmodes.tgz
 	# local copy
-	cp ~/.jed/jedmodes/src/jedmodes.tgz .
+	# cp ~/.jed/jedmodes/src/jedmodes.tgz .
 	
 	# rename
 	mv jedmodes.tgz jed-extra_$(VER).orig.tar.gz

Modified: trunk/packages/jed-extra/utils/prepare-build.sh
===================================================================
--- trunk/packages/jed-extra/utils/prepare-build.sh	2005-11-15 20:44:37 UTC (rev 200)
+++ trunk/packages/jed-extra/utils/prepare-build.sh	2005-11-17 08:39:06 UTC (rev 201)
@@ -1,34 +1,52 @@
-milde at horst:~/.jed/pkg-jed/trunk/packages/jed-extra/utils > milde at horst:~/.jed/pkg-jed/trunk/packages/jed-extra/utils > milde at horst:~/.jed/pkg-jed/trunk/packages/jed-extra/utils > #                          -*- ishell-mode -*-
-# this is an experimental script that helps me test-build jed-extra
+# This is an experimental script that helps me test-build jed-extra
 # (c) 2005 Guenter Milde
 
-# prepare an unpacked source tree with debian dir for package build
+# Prepare an unpacked source tree with debian dir for package build
+# 
+# Call this script from the base dir of jed-extra which must have the
+# subdirs /debian/ and /utils/
+
+# Get the jed-extra files from SVN
+
+# svn export svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed-extra
+# cd jed-extra
+
+# upstream version
 VERSION=2.0
 
-cd `locate "*pkg-jed/trunk/packages/jed-extra"`
+# Download the upstream tarball
+# -----------------------------
 
 debian/rules get-orig-source
-# Debian policy says:
 
+
+# Unpack and rename
+# -----------------
+
+# rm -R jed-extra-$VERSION
+
 tar -xzf jed-extra_$VERSION.orig.tar.gz
 
-# rm -R jed-extra-$VERSION
-# mv mode jed-extra-$VERSION
 install --directory jed-extra-$VERSION
 cp -uRf mode/* jed-extra-$VERSION
 rm -Rf mode
 
+
+# (Re)create the jed-extra.install file list
+# -------------------------------------------
+
 jed-script utils/sort-modes.sl
 
+
+# Copy the debian/ subdir to the source tree
+# ------------------------------------------
 cp -uRf debian jed-extra-$VERSION
 
-cd jed-extra-$VERSION/debian
 rm -Rf .svn
 rm -Rf */.svn
 
 
-#dpatch --strict apply-all --verbose
-
+cd jed-extra-$VERSION/debian
 debuild -us -uc
 
 




More information about the Pkg-jed-commit mailing list