Skip to content
Commits on Source (4)
trydiffoscope (67.0.2) unstable; urgency=medium
* Add (and apply) black code formatter.
* Bump Standards-Version to 4.4.1.
* Move to debhelper-compat virtual package, level 12.
* Specify Rules-Requires-Root: no.
-- Chris Lamb <lamby@debian.org> Fri, 11 Oct 2019 12:45:21 -0700
trydiffoscope (67.0.1) unstable; urgency=medium
[ Chris Lamb ]
......
......@@ -5,15 +5,16 @@ Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.o
Uploaders:
Chris Lamb <lamby@debian.org>,
Build-Depends:
debhelper (>= 11~),
debhelper-compat (= 12),
dh-python,
python-docutils,
python3-all,
python3-distutils,
Standards-Version: 4.2.1
Standards-Version: 4.4.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
Rules-Requires-Root: no
Package: trydiffoscope
Architecture: all
......
......@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='trydiffoscope',
version='67.0.1',
version='67.0.2',
author="Chris Lamb",
author_email="lamby@debian.org",
scripts=('trydiffoscope',),
......