[Git][reproducible-builds/reprotest][master] 4 commits: Version test: split on + character.
Holger Levsen
gitlab at salsa.debian.org
Tue Jan 14 16:01:37 UTC 2020
Holger Levsen pushed to branch master at Reproducible Builds / reprotest
Commits:
dc67985e by Iñaki Malerba at 2020-01-14T16:01:55+01:00
Version test: split on + character.
- - - - -
51367fa3 by Holger Levsen at 2020-01-14T16:59:47+01:00
WIP - changelog will be generated with gbp-dch upon release.
Gbp-Dch: ignore
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
fcd92786 by Holger Levsen at 2020-01-14T17:00:44+01:00
setup.py: bump version number for this release.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3e60aa5e by Holger Levsen at 2020-01-14T17:01:16+01:00
Merge branch 'mr-origin-9'
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- setup.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at 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"
=====================================
debian/rules
=====================================
@@ -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:
=====================================
setup.py
=====================================
@@ -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',
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/compare/7449ad96d2a86878f285753664f0bad357b6471d...3e60aa5ed4cc5018631721118c5e2c6ea62a2125
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/compare/7449ad96d2a86878f285753664f0bad357b6471d...3e60aa5ed4cc5018631721118c5e2c6ea62a2125
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200114/c566ef5f/attachment.htm>
More information about the rb-commits
mailing list