On 12/08/15 15:43, Ian Jackson wrote:
> Thorsten Glaser writes ("Re: Ad-hoc survey of existing Debian git integration 
> tools"):
>> tglase@tglase-nb:~/Misc/Vendor/xrdp $ cat debian/source/local-options
>> unapply-patches
> 
> I want to test whether a package with this in its source tree works
> properly with dgit.  Do you know (or does anyone else know) of a
> such a package in the archive ?

By definition, there shouldn't be any packages in the archive with this,
because dpkg does not include the local-options when it builds a .dsc:
that's why it's called "local". You'd have to construct a package by
hand, without using dpkg-source.

debian/source/options does get included in the .dsc, but some options
are not allowed to appear there, only in local-options; unapply-patches
is one of them.

dbus in jessie and older had this file in its (gbp-style
unapplied-patches) git repository, if that's any help to you...

    S

Reply via email to