Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Bump Standards-Version to 4.4.1.
· 01df0a47
Chris Lamb
authored
Oct 11, 2019
01df0a47
Move to debhelper-compat virtual package, level 12.
· 95d7faf4
Chris Lamb
authored
Oct 11, 2019
95d7faf4
Specify Rules-Requires-Root: no.
· 75e8b148
Chris Lamb
authored
Oct 11, 2019
75e8b148
releasing package trydiffoscope version 67.0.2
· b89d7c82
Chris Lamb
authored
Oct 11, 2019
b89d7c82
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b89d7c82
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 ]
...
...
debian/compat
deleted
100644 → 0
View file @
122c5f2b
11
debian/control
View file @
b89d7c82
...
...
@@ -5,15 +5,16 @@ Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.o
Uploaders:
Chris Lamb <lamby@debian.org>,
Build-Depends:
debhelper (
>
= 1
1~
),
debhelper
-compat
(= 1
2
),
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
...
...
setup.py
View file @
b89d7c82
...
...
@@ -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
'
,),
...
...