Skip to content
Commits on Source (3)
......@@ -404,23 +404,6 @@ class Task:
Key:
astro-education
<BLANKLINE>
>>> print(task.gen_task_desc(udeb=True).dump())
Task: astro-education
Section: debian-astro
Description: Educational astronomy applications
Various applications that can be used to teach astronomy.
.
This is however incomplete.
Relevance: 10
Test-new-install: mark show
Key:
astro-education
Packages: list
celestia-glut
celestia-gnome
gravit
starplot
<BLANKLINE>
'''
d = Deb822()
......@@ -438,10 +421,6 @@ class Task:
for key, value in self.tests.items():
d['Test-' + key] = value
d['Key'] = '\n {}'.format(self.package_name)
if udeb:
d['Packages'] = 'list\n ' + \
'\n '.join(sorted(d.name for d in itertools.chain(
*(self.recommends + self.dependencies))))
return d
def update(self, cache):
......
blends (0.7.2) UNRELEASED; urgency=medium
blends (0.7.2) unstable; urgency=medium
[ Andreas Tille ]
* Replace bc call with a portable shell substitution (thanks to Lars Kruse
for the patch)
-- Andreas Tille <tille@debian.org> Sun, 08 Jul 2018 18:04:00 +0200
[ Wolfgang Schweer ]
* python3-blends: shouldn't write Packages: list in udeb case
(Closes: #903593)
-- Ole Streicher <olebole@debian.org> Fri, 13 Jul 2018 17:32:06 +0200
blends (0.7.1) unstable; urgency=medium
......