Commits (5)
trydiffoscope (67.0.5) unstable; urgency=medium
* Autopkgtests:
- Mark a "--help"-only test as being "superficial". (Closes: #971506)
- Add a (flaky, needs-internet) test that interacts with the
try.diffoscope.org service.
* Bump Standards-Version to 4.5.0.
* Bump debhelper compatibility level to 13.
-- Chris Lamb <lamby@debian.org> Thu, 01 Oct 2020 09:53:23 +0100
trydiffoscope (67.0.4) unstable; urgency=medium
* Add trydiffoscope script to MANIFEST.
......
......@@ -5,12 +5,12 @@ Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.o
Uploaders:
Chris Lamb <lamby@debian.org>,
Build-Depends:
debhelper-compat (= 12),
debhelper-compat (= 13),
dh-python,
python3-all,
python3-distutils,
python3-docutils,
Standards-Version: 4.4.1
Standards-Version: 4.5.0
Homepage: https://try.diffoscope.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/trydiffoscope.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/trydiffoscope
......
echo foo > a
echo bar > b
trydiffoscope a b
Tests: 0001-usage
Restrictions: superficial
Tests: 0002-basic
Restrictions: needs-internet, flaky
......@@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name='trydiffoscope',
version='67.0.4',
version='67.0.5',
author="Chris Lamb",
author_email="lamby@debian.org",
scripts=('trydiffoscope',),
......