drop installer
This commit is contained in:
3
debian/lib/python/debian_linux/gencontrol.py
vendored
3
debian/lib/python/debian_linux/gencontrol.py
vendored
@@ -354,8 +354,7 @@ class PackagesBundle:
|
||||
def write_control(self) -> None:
|
||||
p = [self.source] + sorted(
|
||||
self.packages.values(),
|
||||
# Sort deb before udeb and then according to name
|
||||
key=lambda i: (i.package_type or '', i.name),
|
||||
key=lambda i: (i.name),
|
||||
)
|
||||
with self.open('control') as f:
|
||||
write_deb822(p, f)
|
||||
|
Reference in New Issue
Block a user