quiltrc - Debian
This is a discussion on quiltrc - Debian ; ~/.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_ARGS="--no-timestamps --no-index -p ab --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
QUILT_DIFF_OPTS='-p'
QUILT_PATCH_OPTS='--unified-reject-files'
--
ciao,
...
-
quiltrc
~/.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_ARGS="--no-timestamps --no-index -p ab --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
QUILT_DIFF_OPTS='-p'
QUILT_PATCH_OPTS='--unified-reject-files'
--
ciao,
Marco
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIHQ27FGfw2OHuP7ERAnU/AKCVNGVj1lw9PEXyjGAKQ2+z92vaJwCgmWOX
d6YTE9KqraLg4ksOfZRP5xU=
=lXaD
-----END PGP SIGNATURE-----
-
Re: quiltrc
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_PATCHES=debian/patches
"${PWD}/${where}debian/patches" ?
> fi
> done
I think I want the above.
BYtE
Philipp
--
Philipp Matthias Hahn
GPG/PGP: 9A540E39 @ keyrings.debian.org
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
-
Re: quiltrc
Philipp Matthias Hahn writes:
> 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_PATCHES=debian/patches
> "${PWD}/${where}debian/patches" ?
>> fi
>> done
>
> I think I want the above.
quilt actually figures it out by itself if you just set QUILT_PATCHES to
debian/patches.
--
Russ Allbery (rra@debian.org)
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org