Commits (2)
diffoscope (238) UNRELEASED; urgency=medium
diffoscope (238) unstable; urgency=medium
* WIP (Generated on release).
* Please target 238 to experimental!
* autopkgtest: fix tool name in the skippable list.
-- Mattia Rizzolo <mattia@debian.org> Wed, 01 Mar 2023 10:33:02 +0100
-- Mattia Rizzolo <mattia@debian.org> Wed, 01 Mar 2023 20:17:05 +0100
diffoscope (237) unstable; urgency=medium
......
......@@ -9,7 +9,7 @@ fi
export LIBGUESTFS_MEMSIZE=128
if [ "$(basename "$0")" = "pytest-with-recommends" ]; then
export DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS="aapt apktool dexdump zipinfo pedump oggDump ppudump otool lipo radare2"
export DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS="aapt2 apktool dexdump zipinfo pedump oggDump ppudump otool lipo radare2"
fi
for py in $(py3versions -s); do
......
......@@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
VERSION = "237"
VERSION = "238"