Norbert Preining <prein...@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 (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87aa5lrlb5....@windlord.stanford.edu