[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg-source again broken wrt to 3.0 (quilt)???



Norbert Preining <preining@logic.at> writes:
> On Mi, 18 Jan 2012, Stefano Rivera wrote:

>> Because you haven't set up a .quiltrc? The maint-guide has a really
>> nice example you can steal.

> Ugg, and call dquilt or quilt --quiltrc=... yeah
> I will try to remember that, and will forget it as well as I forget
> setting QUILT_PATCHES

The point of .quiltrc is that you put it in your home directory and forget
about it.  /usr/share/doc/quilt/README.source has:

    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
                export QUILT_PATCHES=debian/patches
                break
        fi
    done

Put that in ~/.quiltrc and be happy.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: