[Pkg-jed-commit] r233 - trunk/packages/jed
Guenter Milde
milde-guest at costa.debian.org
Mon Dec 5 11:42:23 UTC 2005
Author: milde-guest
Date: 2005-12-05 11:42:23 +0000 (Mon, 05 Dec 2005)
New Revision: 233
Modified:
trunk/packages/jed/build-orig-tar-gz
Log:
bugfix: there was a spurious system prompt line
Modified: trunk/packages/jed/build-orig-tar-gz
===================================================================
--- trunk/packages/jed/build-orig-tar-gz 2005-11-27 14:14:24 UTC (rev 232)
+++ trunk/packages/jed/build-orig-tar-gz 2005-12-05 11:42:23 UTC (rev 233)
@@ -9,7 +9,10 @@
wget ftp://space.mit.edu/pub/davis/jed/v0.99/pre-0.99-17/jed-$srcver.tar.gz
mv jed-$srcver.tar.gz jed_$debver.orig.tar.gz
tar xfz jed_$debver.orig.tar.gz
-milde at horst:~/.jed/pkg-jed/trunk/packages/jed >
cd jed-$srcver
# with an up to date local working copy, this can be replaced by a copy or link
# svn co svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed/debian
+
+# now do e.g.
+# $ debuild -us -uc -i
+# to build the package
More information about the Pkg-jed-commit
mailing list