1
0

drop installer

This commit is contained in:
2024-10-29 05:12:06 +03:00
parent 2e85d42e92
commit cfb6102755
696 changed files with 2 additions and 2240 deletions

View File

@@ -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)