Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Add missing Build-Depends on dh-python.
· fa026453
Chris Lamb
authored
Sep 08, 2018
fa026453
Bump Standards-Version to 4.2.1.
· 8a4d36b7
Chris Lamb
authored
Sep 08, 2018
8a4d36b7
Update version in setup.py.
· 10c6391e
Chris Lamb
authored
Sep 08, 2018
10c6391e
releasing package trydiffoscope version 67.0.1
· ac445ad9
Chris Lamb
authored
Sep 08, 2018
ac445ad9
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ac445ad9
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
...
...
debian/control
View file @
ac445ad9
...
...
@@ -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
...
...
setup.py
View file @
ac445ad9
...
...
@@ -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
=
(
...
...