Hi,
I'm working on a service that compares the source packages in the
archive to re-generated-from-git source packages. See https://debaudit-dev/git2dsc/
I ran into several uploads where the re-generated-from-git source
package has a minor difference with the package in the archive regarding
the Uploaders field.
For example, take deepin-icon-theme 2025.12.04-1
https://debaudit.debian.net/git2dsc/result/1ddd74147e5eefd52543cc4902ce36685ca300702ab837fb49e92229d82a21ae
The diff between the archive dsc and the rebuilt dsc is:
--- /var/tmp/oc.7zuxkmuq/archive/deepin-icon-theme_2025.12.04-1_unsigned_stripped.dsc 2026-01-01 08:43:15.137814131 +0000
+++ /var/tmp/oc.7zuxkmuq/deepin-icon-theme_2025.12.04-1_stripped.dsc 2026-01-01 08:43:15.137814131 +0000
@@ -4,7 +4,7 @@
Architecture: all
Version: 2025.12.04-1
Maintainer: Debian Deepin Packaging Team <pkg-deepin-devel@lists.alioth.debian.org>
-Uploaders: Yangfl <mmyangfl@gmail.com>, Boyuan Yang <byang@debian.org>, Yanhao Mo <yanhaocs@gmail.com>, Hu Feng <hufeng@uniontech.com>,
+Uploaders: Yangfl <mmyangfl@gmail.com>, Boyuan Yang <byang@debian.org>, Yanhao Mo <yanhaocs@gmail.com>, Hu Feng <hufeng@uniontech.com>,
Homepage: https://github.com/linuxdeepin/deepin-icon-theme
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/deepin-icon-theme
The source package is rebuilt with 'dpkg-buildpackage -S -us -uc -d -nc'
which translates to 'dpkg-source -b .' With dpkg-dev 1.22.21 (trixie,
forky) I get the added space.
Of course that difference is irrelevant (it looks like it's gone in the
Sources file generated by dak), but I would like to understand where it
comes from, in order to understand how to best treat it on the debaudit
side.
Thanks,
Lucas