On Tue, 2016-01-19 at 14:51 +0000, Ian Campbell wrote: > Now uploaded to delayed/5 (per-devref 5.11.2 since this is an important > bug, and I'm pretty sure it is actually RC but 2 days seemed too > aggressive).
This FTBFS because it wanted to regenerate all the control files because debian/control.md5sum missed the "dch -r" to the changelog, this then fails because linux-support is not in the build deps (since it shouldn't be needed). I've uploaded +nmu2 with debian/control.md5sum fixed, no delay this time since +nmu1 already at the delay. debdiff is just: diff -Nru xen-4.6.0/debian/changelog xen-4.6.0/debian/changelog --- xen-4.6.0/debian/changelog 2016-01-19 14:43:55.000000000 +0000 +++ xen-4.6.0/debian/changelog 2016-02-09 16:41:18.000000000 +0000 @@ -1,3 +1,11 @@ +xen (4.6.0-1+nmu2) unstable; urgency=medium + + * Ensure debian/control.md5sum is correctly updated. Fixes FTBFS of + 4.6.0-1+nmu1 on buildds where linux-support-4.2.0-1 is not expected to be + installed. + + -- Ian Campbell <i...@debian.org> Tue, 09 Feb 2016 16:41:16 +0000 + xen (4.6.0-1+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru xen-4.6.0/debian/control.md5sum xen-4.6.0/debian/control.md5sum --- xen-4.6.0/debian/control.md5sum 2016-01-19 14:11:33.000000000 +0000 +++ xen-4.6.0/debian/control.md5sum 2016-02-09 16:41:21.000000000 +0000 @@ -1,4 +1,4 @@ -ca3b023ce0e3d81c046ef57830e8b50f debian/changelog +3d446943149a2ad4e038758f77d1248d debian/changelog dc7b5d9f0538e3180af4e9aff9b0bd57 debian/bin/gencontrol.py e8f2113c78600fc17eeae209c9fad062 debian/templates/control.main.in a15fa64ce6deead28d33c1581b14dba7 debian/templates/xen-hypervisor.postinst.in [..] > I've also pushed 2022aa90fac033bc5caa439f44b0443b6399930d to > feature/bug805508 in pkg-xen.git. Now added 1d629591f9e4726c587436d4b6a4c7fbfa01c568 on that. > I also have a signed tag in my local repo, debian/4.6.0-1+nmu1, but I > didn't push that (seeing as how this is an NMU, I wasn't sure if I should > or not). Likewise +nmu2. Ian.