[Pkg-privacy-commits] [Git][pkg-privacy-team/onioncircuits][master] 7 commits: Mark the gui-test autopkgtests as flaky. (Closes: #930448)

Chris Lamb lamby at debian.org
Fri Apr 17 09:57:18 BST 2020



Chris Lamb pushed to branch master at Privacy Maintainers / onioncircuits


Commits:
b15452da by Chris Lamb at 2020-04-17T09:51:38+01:00
Mark the gui-test autopkgtests as flaky. (Closes: #930448)

- - - - -
bfd87794 by Chris Lamb at 2020-04-17T09:53:06+01:00
Move to the debhelper-compat virtual package.

- - - - -
9db4879f by Chris Lamb at 2020-04-17T09:53:20+01:00
Bump Standards-Version to 4.5.0.

- - - - -
76bcc9de by Chris Lamb at 2020-04-17T09:53:32+01:00
Set Rules-Requires-Root: no.

- - - - -
6823c1bd by Chris Lamb at 2020-04-17T09:54:46+01:00
Use DEB_VERSION_UPSTREAM_REVISION over manually parsing dpkg-parsechangelog.

- - - - -
1919ed63 by Chris Lamb at 2020-04-17T09:55:09+01:00
Add myself to uploaders.

- - - - -
b1c74db9 by Chris Lamb at 2020-04-17T09:56:30+01:00
releasing package onioncircuits version 0.6-3

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+onioncircuits (0.6-3) unstable; urgency=medium
+
+  * Mark the gui-test autopkgtests as flaky for now to ease migration.
+    (Closes: #930448)
+  * Use DEB_VERSION_UPSTREAM_REVISION over manually parsing
+    dpkg-parsechangelog in debian/rules.
+  * debian/control:
+    - Bump Standards-Version to 4.5.0.
+    - Set Rules-Requires-Root: no.
+    - Add myself to uploaders.
+  * Move to the debhelper-compat virtual package.
+
+ -- Chris Lamb <lamby at debian.org>  Fri, 17 Apr 2020 09:55:30 +0100
+
 onioncircuits (0.6-2) unstable; urgency=medium
 
   * Update autopkgtests to the Python 3.x version of Dogtail. (Closes: #935174)


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -2,8 +2,8 @@ Source: onioncircuits
 Section: utils
 Priority: optional
 Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
-Uploaders: Sascha Steinbiss <satta at debian.org>
-Build-Depends: debhelper (>= 11),
+Uploaders: Chris Lamb <lamby at debian.org>, Sascha Steinbiss <satta at debian.org>
+Build-Depends: debhelper-compat (= 11),
                dh-apparmor,
                dh-python,
                python3-all,
@@ -15,10 +15,11 @@ Build-Depends: debhelper (>= 11),
                python3-pycountry,
                gir1.2-gtk-3.0,
                gir1.2-glib-2.0
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
 Homepage: https://git-tails.immerda.ch/onioncircuits/
 Vcs-Git: https://salsa.debian.org/pkg-privacy-team/onioncircuits.git
 Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/onioncircuits
+Rules-Requires-Root: no
 
 Package: onioncircuits
 Architecture: all


=====================================
debian/rules
=====================================
@@ -1,7 +1,8 @@
 #! /usr/bin/make -f
 
+include /usr/share/dpkg/pkg-info.mk
+
 export PYBUILD_NAME=onioncircuits
-UPSTREAM_VERSION=$(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
@@ -13,7 +14,7 @@ override_dh_install:
 override_dh_installman:
 	help2man -S 'Tails project' \
 	  -n 'display Tor circuits and streams' \
-	  -N --version-string="$(UPSTREAM_VERSION)" \
+	  -N --version-string="$(DEB_VERSION_UPSTREAM_REVISION)" \
 	  -i debian/extra-man-info.txt \
 	  $(CURDIR)/onioncircuits > debian/onioncircuits.1
 	dh_installman


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: gui-test
 Depends: @, psmisc, xvfb, dbus (>= 1.8), gir1.2-wnck-3.0, libglib2.0-bin, python3-dogtail, tor, python3-stem
-Restrictions: needs-root, isolation-container, allow-stderr
+Restrictions: needs-root, isolation-container, allow-stderr, flaky



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onioncircuits/-/compare/85cba04f1c906cedf882b72dcf8a11bda41f7372...b1c74db91fe28c81dd3585592890533c5ae886e1

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onioncircuits/-/compare/85cba04f1c906cedf882b72dcf8a11bda41f7372...b1c74db91fe28c81dd3585592890533c5ae886e1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20200417/12cc7783/attachment-0001.html>


More information about the Pkg-privacy-commits mailing list