On 02/08/2011 16:09, Raphael Hertzog wrote:
> On Tue, 02 Aug 2011, Giovanni Mascellani wrote:
>> diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py
>> index 80ad8dc..0f90e2f 100644
>> --- a/patchtracker/Patch.py
>> +++ b/patchtracker/Patch.py
>> @@ -177,6 +177,8 @@ class Quilt30PatchSeries (GenericPatchSeries):
>> try:
>> try:
>> series_fh = self.tarfh.extractfile("debian/patches/debian.series")
>> + # FIXME - From dpkg-source manpage it appears that when both files
>> + # exist, patch listed in both must be applied
>> except KeyError:
>> series_fh = self.tarfh.extractfile("debian/patches/series")
>> except KeyError:
>
> I think you have misread the manual page. The or is really a "xor".
> Thus the code is fine as is.So, Sean, just drop my patch! :-) BTW, are you subscribed to debian-qa@, or should I keep you in Cc:? Gio. -- Giovanni Mascellani <[email protected]> Pisa, Italy Web: http://poisson.phc.unipi.it/~mascellani Jabber: [email protected] / [email protected]
signature.asc
Description: OpenPGP digital signature

