Philipp Matthias Hahn <[EMAIL PROTECTED]> writes:
> Hello!
>
> On Sun, May 04, 2008 at 03:13:31AM +0200, Marco d'Itri wrote:
>> ~/.quiltrc:
>>
>> for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
>> if [ -e ${where}debia
Hello!
On Sun, May 04, 2008 at 03:13:31AM +0200, Marco d'Itri wrote:
> ~/.quiltrc:
>
> for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
> if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
> export QUILT_PA
~/.quiltrc:
for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
export QUILT_PATCHES=debian/patches
fi
done
Also recommended:
QUILT_PUSH_ARGS="--color=auto"
QUILT_DIFF_
3 matches
Mail list logo