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

Re: Quilt and patches directory



Paul Wise wrote:

> Try this:
> 
> $ cat ~/.quiltrc
> for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do

Quilt uses bash, you can safely use brace expansion there ;)

>        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
>                export QUILT_PATCHES=debian/patches

Shouldn't it be 
>                export QUILT_PATCHES=${where}debian/patches
?

>        fi
> done



> 
> QUILT_REFRESH_ARGS="-pab --no-timestamps --no-index"

'-pab's? :)

> QUILT_PATCH_OPTS="--unified-reject-files"
> QUILT_DIFF_ARGS="--color=auto --no-timestamps --no-index -p0"

Shouldn't it be -p1? IIRC source version 3.0 (quilt) doesn't work correctly
when using -p<n> where <n> is other than 1.

>
QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33"
> 

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


Reply to: