Skip to content
Commits on Source (4)
reprotest (0.7.13) UNRELEASED; urgency=medium
* WIP - changelog will be generated with gbp-dch at release time.
Please don't add changelog entries here until then.
-- Holger Levsen <holger@debian.org> Tue, 14 Jan 2020 16:59:26 +0100
reprotest (0.7.12) unstable; urgency=medium
* README.rst: use "real" reStructuredText comments instead of using the "raw"
......
......@@ -20,7 +20,7 @@ export PYBUILD_NAME = reprotest
export REPROTEST_TEST_DONTVARY = fileordering,user_group,domain_host$(if $(shell nproc | grep --color=no -Fx 1),$(,)num_cpus,)
override_dh_auto_configure:
test $$(python3 setup.py --version) = $(DEB_VERSION)
test $$(python3 setup.py --version) = $$(echo $(DEB_VERSION) | cut -f1 -d'+')
dh_auto_configure
override_dh_auto_build:
......
......@@ -6,7 +6,7 @@
from setuptools import setup, find_packages
setup(name='reprotest',
version='0.7.12',
version='0.7.13',
description='Build packages and check them for reproducibility.',
long_description=open('README.rst', encoding='utf-8').read(),
author='Ximin Luo, Ceridwen',
......