On Tue, May 22, 2012 at 10:41:16PM +0200, Laurent Bigonville wrote:
> Source: synaptic
> Version: 0.75.11
> Severity: normal
Thanks for your bugreport.
> The source package is mixing both dpatch and source version 3.0 (quilt)
>
> I think this is not recommended
Indeed, my goal is to get rid of the ubunt specific patches
entirely. The only missing bit is the 01_ubuntu_changelog patch that
does two things:
- changelog origin checking and setting of the changelog server
- sets the "supported" origin and suported-components to make it
easier to filter package by there "support" status from the distro
The first part can be solved partly by looking at
APT::Changelogs::Server nowdays, ideally apt would simply export the
DownloadChangelog() code it has in apt-get.cc
The second should probably be something like:
_config->Set("Synaptci::Debian::supported-compoents", "main updates")
_config->Set("Synaptci::Ubuntu::supported-compoents", "main restricted")
(or shipping that as a config file)
...
components = _config->Find("Synaptic::$(lsb_release -i
-s)::supported-components")
Any help on this appreciated :)
Cheers,
Michael
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]