On Thu, September 16, 2010 09:24, [email protected] wrote: > 2010/9/16 Adam D. Barratt <[email protected]> > > --- /dev/null > +++ b/debian/series > @@ -0,0 +1,3 @@ > +sqlite-to-sqlite3 > +pgsql-as-keyword > +fix_vulnerabilities > > Why does this mention three patches when the diff only contains one (the > third)? (Having patches in debian/ is also a little odd, but...) > > > Only the last one is revelant for that release. The two others are part of > normal package processing.
On a closer look at the current package, the problem appears to be that you've created the new patch incorrectly. The existing patches are in debian/patches, and applied via debian/patches/series, as would be expected; the new patch is (presumably incorrectly) in debian/ so quilt has created a debian/series file to include all of the patches. Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

