Control: severity -1 important [ Not setting as serious, because any such generated package will be rejected by the archive, it only affects the md5sum, the build daemons, sbuild, debuild and similar run dpkg-buildpackage with -us -uc anyway, and they can be resigned with something like debsign. But I'll speed up the 1.17.7 release anyway due to this. ]
Hi! On Mon, 2014-03-24 at 22:13:05 +0100, Alberto Fuentes wrote: > Package: dpkg-dev > Version: 1.17.6 > Severity: normal > how to reproduce: > > $ apt-get source grub2-splashimages=1.0.1+nmu1 > $ cd grub2-splashimages-1.0.1+nmu1/ > $ dpkg-buildpackage -kYOURKEY > $ cd .. > > md5 checksum of the files does not match: > > $ md5sum grub2-splashimages_1.0.1+nmu1.dsc > 6fb53bf90affb252bbf29f2f28161ee9 grub2-splashimages_1.0.1+nmu1.dsc > > $ grep grub2-splashimages_1.0.1+nmu1.dsc > grub2-splashimages_1.0.1+nmu1_amd64.changes > 244ea0cb2db9f24a1e024205cd347d76a0434685 1551 > grub2-splashimages_1.0.1+nmu1.dsc > 9117cabb20629eeba899798698a5a9a7bdbfb347524bab13bb0ff3266ab71b1c 1551 > grub2-splashimages_1.0.1+nmu1.dsc > 509cbe55cff640b03f6372150a939917 667 admin optional > grub2-splashimages_1.0.1+nmu1.dsc > > I expect the last value (from Files: section) to match the md5sum of the file Ooops, indeed, this is a problem of underquoting the .dsc filename, and considering it part of a regex (the problem comes from the +). I'm fixing this right now targetted for 1.17.7, which I'll be uploading this week. Thanks, Guillem -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org