Skip to content
Commits on Source (4)
trydiffoscope (67.0.1) unstable; urgency=medium
[ Chris Lamb ]
* Add missing Build-Depends on dh-python and python3-distutils.
* Bump Standards-Version to 4.2.1.
* Bump debhelper compat level to 11.
* Update URLs to point to salsa.debian.org.
[ Mattia Rizzolo ]
* Update README with updated instructions on how to release the tarball>
-- Chris Lamb <lamby@debian.org> Sat, 08 Sep 2018 12:59:33 +0100
trydiffoscope (67.0.0) unstable; urgency=medium
* Move canonical version handling to setup.py, but check they match in
......
......@@ -6,10 +6,11 @@ Uploaders:
Chris Lamb <lamby@debian.org>,
Build-Depends:
debhelper (>= 11~),
dh-python,
python-docutils,
python3-all,
python3-distutils,
Standards-Version: 4.1.3
Standards-Version: 4.2.1
Homepage: https://try.diffoscope.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/trydiffoscope.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/trydiffoscope
......
......@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='trydiffoscope',
version='67.0.0',
version='67.0.1',
author="Chris Lamb",
author_email="lamby@debian.org",
scripts=(
......