On Wed, May 07, 2025 at 02:39:00PM +0100, Ian Jackson wrote: >... > F. Abolish binNMUs and just do no-change source-only uploads. > tag2upload might make this much easier... >...
That would not be workable. For the not uncommon "binNMU 1k packages" case this would not only have the signature problem Simon mentioned, it would also require downloading 1k git trees, some might have GB size. dak already has all sources, a realistic solution for this problem would be a dcut command that sends a file with lines <package> <version> <changelog entry> and then dak creates source packages from that. > Ian. cu Adrian