Skip to content
Commits on Source (8)
reprotest (0.7.9) UNRELEASED; urgency=medium
* Team upload.
* WIP - changelog autogenerated before release.
[ Dmitry Shachnev ]
* reprotest/build.py:
- do not use faketime at all when asked to not vary time. Closes: #930592.
[ Ryan Scott ]
* reprotest/__init__.py: fix --extra-build.
[ Thomas Coldrick ]
* reprotest/lib/adt_testbed.py: add FedoraInterface.
[ AJ Jordan ]
* reprotest/__init__.py: reference --no-clean-on-error in --store-dir text.
[ Holger Levsen ]
* setup.py: bump version number for the next release.
* d/control:
- bump standards version to 4.4.0, no changes needed.
- drop debian/compat and build-depend on debhelper-compat instead.
- bump build-depends on debhelper-compat=12, no changes
- drop versioned recommends, the versions are fullfilled in oldstable.
- stop declaring "X-Python3-Version: >= 3.5", this is the minimal version
in oldstable anyway.
- drop Ximin Luo from uploaders, thanks for all your work, Ximin!
- add myself to uploaders.
[ Arnout Engelen ]
* README.rst: add command-line example for make-based program.
[ Chris Lamb ]
* Add a .gitlab-ci.yml.
* Publish built packages via aptly.
-- Mattia Rizzolo <mattia@debian.org> Wed, 08 Aug 2018 22:48:41 +0200
-- Holger Levsen <holger@debian.org> Sun, 15 Sep 2019 17:55:54 +0200
reprotest (0.7.8) unstable; urgency=medium
......
Source: reprotest
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Uploaders: Ceridwen <ceridwenv@gmail.com>, Ximin Luo <infinity0@debian.org>
Uploaders: Ceridwen <ceridwenv@gmail.com>,
Holger Levsen <holger@debian.org>
Section: devel
Priority: optional
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Rules-Requires-Root: no
Build-Depends:
debhelper (>= 11),
debhelper-compat (=12),
dh-python,
python3-all,
python3-setuptools,
......@@ -27,7 +28,6 @@ Build-Depends:
xxd <!nocheck>
Vcs-Git: https://salsa.debian.org/reproducible-builds/reprotest.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/reprotest
X-Python3-Version: >= 3.5
Package: reprotest
Architecture: all
......@@ -40,8 +40,8 @@ Depends: ${python3:Depends},
python3-rstr,
${misc:Depends}
Recommends:
diffoscope (>= 84),
disorderfs (>= 0.5.2),
diffoscope,
disorderfs,
faketime,
locales-all,
sudo,
......