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

Guenter Milde milde-guest at costa.debian.org
Thu Nov 3 10:05:54 UTC 2005


Author: milde-guest
Date: 2005-11-03 10:05:53 +0000 (Thu, 03 Nov 2005)
New Revision: 123

Added:
   trunk/packages/jed/build-orig-tar-gz
Modified:
   trunk/packages/jed/debian/changelog
Log:
first version of a script to fetch the upstream tarball


Added: trunk/packages/jed/build-orig-tar-gz
===================================================================
--- trunk/packages/jed/build-orig-tar-gz	2005-11-01 13:00:04 UTC (rev 122)
+++ trunk/packages/jed/build-orig-tar-gz	2005-11-03 10:05:53 UTC (rev 123)
@@ -0,0 +1,15 @@
+# build-orig-tar-gz
+# Fetch the upstream tarball and rename according to Debian policy
+#
+#   * help for lazy maintainers,
+#   * needs updating with every new upstream version
+
+srcver=B0.99-17.135
+debver=`echo $srcver | sed s/^B// | sed s/-/./`
+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

Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog	2005-11-01 13:00:04 UTC (rev 122)
+++ trunk/packages/jed/debian/changelog	2005-11-03 10:05:53 UTC (rev 123)
@@ -26,9 +26,15 @@
 
     If a user creates a "~/.jed/" directory, he|she must move ~/.jedrc to
     ~/.jed/jed.rc (~/.jed/.jedrc is still found but deprecated).
+    
+  * linked the Debian specific startup configuration system 
+    (/etc/jed.d/ directory) to the native JED startup config via a defaults.sl
+    file. As defaults.sl itself is not intended for configuration, it may
+    reside in /usr/share/jed/lib/ without violating the FHS.
 
- --
+ -- 
 
+
 jed (0.99.17.111-1) experimental; urgency=low
 
   * New upstream release




More information about the Pkg-jed-commit mailing list