[Git][reproducible-builds/trydiffoscope][master] 5 commits: Mark --help-only test as being "superficial". (Closes: #971506)
Chris Lamb
gitlab at salsa.debian.org
Thu Oct 1 08:54:34 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / trydiffoscope
Commits:
e6d98383 by Chris Lamb at 2020-10-01T09:47:39+01:00
Mark --help-only test as being "superficial". (Closes: #971506)
- - - - -
cc076b2e by Chris Lamb at 2020-10-01T09:50:13+01:00
Add a (flaky) test that interacts with the try.diffoscope.org service.
- - - - -
9d30857b by Chris Lamb at 2020-10-01T09:50:29+01:00
Bump Standards-Version to 4.5.0.
- - - - -
0dfa946e by Chris Lamb at 2020-10-01T09:51:07+01:00
Bump debhelper compatibility level to 13.
- - - - -
4d1f726e by Chris Lamb at 2020-10-01T09:53:54+01:00
releasing package trydiffoscope version 67.0.5
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/tests/0002-basic
- debian/tests/control
- setup.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+trydiffoscope (67.0.5) unstable; urgency=medium
+
+ * Autopkgtests:
+ - Mark a "--help"-only test as being "superficial". (Closes: #971506)
+ - Add a (flaky, needs-internet) test that interacts with the
+ try.diffoscope.org service.
+ * Bump Standards-Version to 4.5.0.
+ * Bump debhelper compatibility level to 13.
+
+ -- Chris Lamb <lamby at debian.org> Thu, 01 Oct 2020 09:53:23 +0100
+
trydiffoscope (67.0.4) unstable; urgency=medium
* Add trydiffoscope script to MANIFEST.
=====================================
debian/control
=====================================
@@ -5,12 +5,12 @@ Maintainer: Reproducible builds folks <reproducible-builds at lists.alioth.debian.o
Uploaders:
Chris Lamb <lamby at debian.org>,
Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
dh-python,
python3-all,
python3-distutils,
python3-docutils,
-Standards-Version: 4.4.1
+Standards-Version: 4.5.0
Homepage: https://try.diffoscope.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/trydiffoscope.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/trydiffoscope
=====================================
debian/tests/0002-basic
=====================================
@@ -0,0 +1,3 @@
+echo foo > a
+echo bar > b
+trydiffoscope a b
=====================================
debian/tests/control
=====================================
@@ -1 +1,5 @@
Tests: 0001-usage
+Restrictions: superficial
+
+Tests: 0002-basic
+Restrictions: needs-internet, flaky
=====================================
setup.py
=====================================
@@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name='trydiffoscope',
- version='67.0.4',
+ version='67.0.5',
author="Chris Lamb",
author_email="lamby at debian.org",
scripts=('trydiffoscope',),
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/ccf21c262d1e68197913115f5b03cd0b0319c332...4d1f726e6fa0a395b7c27200b6ff477bd97091a7
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/ccf21c262d1e68197913115f5b03cd0b0319c332...4d1f726e6fa0a395b7c27200b6ff477bd97091a7
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/20201001/2ff35e3e/attachment.htm>
More information about the rb-commits
mailing list