Package: gimp Version: 2.10.0-2 Building in a sid chroot with debuild -i -I --no-sign --build=binary -j1leads to:
leads to: /media/actionmystique/SAMSUNG5-Shared/home/actionmystique/src/Gimp/gimp-build/gimp-2.10.0-2/desktop/org.gimp.GIMP.appdata.xml: FAILED: • tag-invalid : <release> timestamps are not in order [1448582400 before 1494460800] Validation of files failed FAIL test-appdata.sh (exit status: 1) Building with appstream-util version 0.7.7 solves this issue. However, appstream-util 0.7.7 does not appear in the build-depends, so we need in debian/control: Build-Depends: appstream-util (>= 0.7.7), debhelper (>= 11), ... Cf. reported bug on bugzilla.gnome.org [2.10.0] FTBFS test-appdata.sh: • tag-invalid : <release> timestamps are not in order [1448582400 before 1494460800] <https://bugzilla.gnome.org/show_bug.cgi?id=795658> -- Jean-Christophe Manciot