[Pkg-octave-devel] New upstream version for the octave-forge pkgs

Rafael Laboissiere rafael at debian.org
Sun May 4 20:10:56 UTC 2008


* Ólafur Jens Sigurðsson <ojsbug at gmail.com> [2008-05-04 17:44]:

> How does this work with quilt to download the source tex into the
> package for inclusion?

quilt can not download the files.  Download them yourself and put them in
the doc directory (or wherever is appropriate).  Read the quilt manual [1],
if you have not yet done it.  In particular, you should set
QUILT_PATCHES=debian/patches (or put it in ~/.quiltrc).

Here is the cookbook:

    mkdir -p debian/patches
    quilt new <patch-name.diff>
    # Do the following *_before_* the files are in place
    # (file1, file2, etc are complete paths, not only filenames)    
    quilt add file1 file2 ...
    # Download the files and put them at the appropriate places    
    quilt refresh
    quilt pop

At this point, <patch-name.diff> should have appeared in debian/patches and
included in patches/series.

[1] file:///usr/share/doc/quilt/quilt.html

-- 
Rafael



More information about the Pkg-octave-devel mailing list