Sanjoy Mahajan <[EMAIL PROTECTED]> writes:

> I've also been using the following patch to build the 3.6.2-4 source
> package on various flavors of Debian and Ubuntu.  The patch fixes the
> problem of quilt returning inconsistent error codes depending on the
> version of quilt.  A few examples:
>
> * with Debian 3.1/i386 and quilt 0.39-2:
>
>   $ ( cd /tmp ; quilt pop -a ; echo $? )
>   No patch removed
>   1
>
> * with Ubuntu 7.04/i386 and quilt 0.45-6:
>
>   $ (cd /tmp ; quilt pop -a ; echo $? )
>   No patch removed
>   2
>
> * with Debian stable/testing/unstable mix and quilt 0.46-2:
>
>   $ (cd /tmp ; quilt pop -a ; echo $? )
>   No patch removed
>   1

I've checked the source for quilt 0.39-2, 0.45-6, and 0.46-2, and they
all have the following code in /usr/share/quilt/pop (nowhere else is
"No patch removed" mentioned):

        printf $"No patch removed\n" >&2
        exit 2

Can you re-check the above?

Thanks,

Matej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to