Hello team,
I've reviewed a bit more:
[x] arno-iptables-firewall_2.0.3-1.dsc builds cleanly with pbuilder
[x] the package correctly builds twice by debuild within the source tree
I found strange thing. The content match, but checksum doesn't match for the previous release tarball:
$ pristine-tar checkout arno-iptables-firewall_2.0.1.f.orig.tar.gz
$ sha1sum arno-iptables-firewall_2.0.1.f.orig.tar.gz aif-2.0.1f.tar.gz
af32d7757a3e85a7b92b88c8e4dfdfd86bb32b16 arno-iptables-firewall_2.0.1.f.orig.tar.gz
a18f94fb9324df8e8e4a28805b92269ff8bd1bc6 aif-2.0.1f.tar.gz
, where aif-2.0.1f.tar.gz is taken from upstream github tag [1]
I'm experiencing some problems running autopkgtest:
1) failed to correctly setup serial console ttyS0/ttyS1 for qemu debian-sid image (autopkgtest fails to connect)
2) autopkgtest fails with ssh to a VirtualBox VM, using command:
autopkgtest arno-iptables-firewall_2.0.3-1_amd64.changes -- ssh --capability=isolation-machine -l root -p 2022 -H 127.0.0.1
See the log [2]. It looks like autopkgtest doesn't not install arno-iptables-firewall_2.0.3-1_all.deb
To run the test I've also removed the 'needs-root' restriction, since the option '--capability=root-on-testbed' is not enough.