Re: Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-17 Thread Andreas Tille
Hi Wolfgang, On Tue, Jan 16, 2018 at 11:11:12PM +0100, Wolfgang Schweer wrote: > > One more thing: > I ran 'git log --follow debian-med-tasks.desc' > > debian-med-tasks.desc with 'Packages: list' content is due to your > commit 2c219f08e54: > > 'Render dependency relations using UDD based

Re: Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-16 Thread Wolfgang Schweer
On Tue, Jan 16, 2018 at 10:50:17PM +0100, Wolfgang Schweer wrote: > But, with the exception of the existing (with unexplicable content) > debian-med-tasks.desc file, things are IMO fine. One more thing: I ran 'git log --follow debian-med-tasks.desc' debian-med-tasks.desc with 'Packages: list'

Re: Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-16 Thread Wolfgang Schweer
Hi Andreas, On Tue, Jan 16, 2018 at 10:06:26PM +0100, Andreas Tille wrote: > On Tue, Jan 16, 2018 at 05:46:34PM +0100, Wolfgang Schweer wrote: > > > > After having cloned the debian-med repo: > > The generated debian-med-tasks.desc file seems to be ok. Further, the > > content is similar to

Re: Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-16 Thread Andreas Tille
Hi Wolfgang, On Tue, Jan 16, 2018 at 05:46:34PM +0100, Wolfgang Schweer wrote: > > After having cloned the debian-med repo: > The generated debian-med-tasks.desc file seems to be ok. Further, the > content is similar to the one available here: >

Re: Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-16 Thread Wolfgang Schweer
On Tue, Jan 16, 2018 at 04:12:48PM +0100, Andreas Tille wrote: > H, may be we should not ask how it looked before but rather what > should be the content of the tasksel file we *want* to create. After having cloned the debian-med repo: The generated debian-med-tasks.desc file seems to be ok.

Re: Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-16 Thread Andreas Tille
> > Strange. > > The above code had been added to re-enable a Debian Edu suited task > desc file, i.e. 'Packages: list' is IMO written only in case the stanza > 'TASKSELOPT = -u' is contained in the debian-med Makefile. > > > Seems such kind of udeb support could be responsible. However,

Re: Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-16 Thread Wolfgang Schweer
Hi Andreas, On Mon, Jan 15, 2018 at 09:44:31PM +0100, Andreas Tille wrote: > On Mon, Jan 15, 2018 at 08:05:56PM +, Mike Gabriel wrote: > > I have looked at the blend-gen-control script. The passages you are missing > > are if'ed out by > > > > ``` > > if ($opts{'u'}) { > > > > ... > >

Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-15 Thread Andreas Tille
Hi Mike, On Mon, Jan 15, 2018 at 08:05:56PM +, Mike Gabriel wrote: > > I have looked at the blend-gen-control script. The passages you are missing > are if'ed out by > > ``` > if ($opts{'u'}) { > > ... > > } > ``` Strange. > Are you possibly missing a command line option? Or are we

Bug#883297: "Packages: list" field removed from tasksel control file

2018-01-15 Thread Mike Gabriel
Hi Andreas, On Fr 01 Dez 2017 21:15:50 CET, Andreas Tille wrote: Package: blends-dev Severity: important Hi, I intend to create a new set of metapackages for Debian Med. After the generation using blends-dev 0.6.100 I realised the following diff: diff --git a/debian-med-tasks.desc

Bug#883297: "Packages: list" field removed from tasksel control file

2017-12-01 Thread Andreas Tille
Package: blends-dev Severity: important Hi, I intend to create a new set of metapackages for Debian Med. After the generation using blends-dev 0.6.100 I realised the following diff: diff --git a/debian-med-tasks.desc b/debian-med-tasks.desc index 40e4191..6108c40 100644 ---