jed-B0.99-17.135 available

Rafael Laboissiere rafael at debian.org
Wed Nov 2 15:21:03 UTC 2005


* G. Milde <g.milde at web.de> [2005-11-02 14:28]:

> The DJG-Guidelines tell not to include the upstream tarball into the SVN.
> Is there a script similar to the build-orig-tar-gz in jed-extra for jed or
> do I have to find the right source tarball and its correct name inside the
> package "by hand".

Once the package is released, this becomes a non-issue, because "apt-get
source" takes care of downloading and unpacking the orig.tar.gz file.

However, while the version is still only at the SVN repository,
developers have to generate the orig.tar.gz by hand.  In waiting that
someone will volunteer to write a build-orig-tar-gz script, here is the
cookbook you should use:

    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
    cd jed-$srcver
    svn co svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed/debian

-- 
Rafael



More information about the Pkg-jed-devel mailing list