Your message dated Wed, 5 May 2010 20:37:04 +0900
with message-id <[email protected]>
and subject line Re: Bug#580153: [maint-guide] quiltrc sample
has caused the Debian Bug report #580153,
regarding [maint-guide] quiltrc sample
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
580153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580153
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: maint-guide
Version: 1.2.17
Severity: minor
--- Please enter the report below this line. ---
in 3.1 Set up quilt sample quiltrc not give use quilt of project
set up QUILT_PATCHES to debian/patches must be if it not set
if [ -z $QUILT_PATCHES ]; then
d=.
while [ ! -d "$d/debian" -a `readlink -e $d` != / ]; do
d="$d/.."
done
if [ -d "$d/debian" ]; then
export QUILT_PATCHES=debian/patches
if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi
fi
fi
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.32
Debian Release: squeeze/sid
500 unstable www.debian-multimedia.org
500 unstable http.us.debian.org
500 testing http.us.debian.org
500 testing dl.google.com
500 stable dl.google.com
500 stable deb.opera.com
500 sid 192.168.1.2
1 experimental http.us.debian.org
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
HI,
On Tue, May 04, 2010 at 02:03:14AM +0400, Ivan Borzenkov wrote:
> Package: maint-guide
> Version: 1.2.17
> Severity: minor
>
> --- Please enter the report below this line. ---
>
> in 3.1 Set up quilt sample quiltrc not give use quilt of project
> set up QUILT_PATCHES to debian/patches must be if it not set
I do not understand this English. The example given in "3.1 Set up quilt"
is a shell input example to create ~/.quiltrc. This is not ~/.quiltrc itself.
> if [ -z $QUILT_PATCHES ]; then
> d=.
> while [ ! -d "$d/debian" -a `readlink -e $d` != / ]; do
> d="$d/.."
> done
> if [ -d "$d/debian" ]; then
> export QUILT_PATCHES=debian/patches
> if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi
> fi
> fi
I do not get this. This is less than optimal as I described there.
What is the point of dropping QUILT_PATCH_OPTS etc.?
I am closing this bug report since this seems to be misreading by the
reporter. If I am wrong, please reopen this bug with more celear
explanation.
Thanks,
Osamu
--- End Message ---