Run of lintian-fixes for cctools

Merge these changes:

git pull https://janitor.debian.net/git/cctools lintian-fixes/main
Full worker log

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 78d5144..094a1cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+cctools (9.9-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use versioned copyright format URI.
+  * Fix broken Vcs URL.
+  * Add missing ${misc:Built-Using} to Built-Using on coop-computing-tools,
+    coop-computing-tools-dev, python3-workqueue.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 15 Nov 2022 03:23:40 -0000
+
 cctools (9.9-2) unstable; urgency=medium
 
   * Don't try to build with golang support on arches where its not present
@@ -81,15 +92,15 @@ cctools (7.0.22-1) unstable; urgency=medium
   * New upstream release
   * Use dh-sequence-python3 instead of --with python3
   * Standards-Version: 4.5.0
-  * Update patch python3.path -> python-paths.patch 
+  * Update patch python3.path -> python-paths.patch
 
  -- Alastair McKinstry <mckinstry@debian.org>  Mon, 16 Mar 2020 14:38:55 +0000
 
 cctools (7.0.9-5) unstable; urgency=medium
 
   * Add dh-python to Build-Depends for --with python3.
-  * Drop ${python3:Depends} in d/control for main package in favour of 
-    python3 as dh_python3 incorrectly includes python2 depends 
+  * Drop ${python3:Depends} in d/control for main package in favour of
+    python3 as dh_python3 incorrectly includes python2 depends
   * Convert scripts to python3. Closes: #936277
   * Ack old bug fixed in previous release: Closes: #755181
 
@@ -198,7 +209,7 @@ cctools (6.2.9-1) experimental; urgency=medium
   * Standards-Version: 4.1.4
   * libperl-dev now needed to build
   * Add new manpages
-  * B-D on libsqlite3-dev. Use this rather than embedded copy 
+  * B-D on libsqlite3-dev. Use this rather than embedded copy
 
  -- Alastair McKinstry <mckinstry@debian.org>  Tue, 22 May 2018 08:47:14 +0100
 
@@ -206,7 +217,7 @@ cctools (4.0-3) unstable; urgency=medium
 
   * Adopting cctools. (Closes: #889130)
   * Get mpi path from pkg-config. don't assume /usr/include/mpi/mpi.h
-    which breaks on openmpi 
+    which breaks on openmpi
 
  -- Alastair McKinstry <mckinstry@debian.org>  Mon, 16 Apr 2018 09:12:01 +0100
 
diff --git a/debian/control b/debian/control
index 9595954..6499098 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: cctools
 Section: utils
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Build-Depends: debhelper-compat (= 13), 
+Build-Depends: debhelper-compat (= 13),
   dh-sequence-python3,
-  python3-all-dev, 
+  python3-all-dev,
   python3-examples,
   libglobus-common-dev,
   default-libmysqlclient-dev,
@@ -17,21 +17,22 @@ Build-Depends: debhelper-compat (= 13),
   pkg-config,
   golang-go [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !sh4 !ia64 !alpha !hppa !m68k !powerpc !ppc64 !x32],
   libglobus-gss-assist-dev, net-tools, doxygen,
-  libreadline6-dev | libreadline-dev | libeditreadline-dev, 
-  libncurses5-dev | libncurses-dev, 
+  libreadline6-dev | libreadline-dev | libeditreadline-dev,
+  libncurses5-dev | libncurses-dev,
   libjsonparser-dev,
   swig,
-  m4, 
+  m4,
   mpi-default-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
 Homepage: https://ccl.cse.nd.edu/software/
 Vcs-Browser: https://salsa.debian.org:/neurodebian-team/cctools.git
-Vcs-Git: https://salsa.debian.org:/neurodebian-team/cctools.git -b debian/latest
+Vcs-Git: https://salsa.debian.org/neurodebian-team/cctools.git -b debian/latest
 
 Package: coop-computing-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, python3
 Suggests: coop-computing-tools-doc, condor, gridengine-client
+Built-Using: ${misc:Built-Using}
 Description: cooperative computing tools
  This is a collection of software that help users to share resources in a
  complex, heterogeneous, and unreliable computing environment. This includes:
@@ -60,6 +61,7 @@ Package: coop-computing-tools-dev
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Built-Using: ${misc:Built-Using}
 Description: libraries and header files for coop-computing-tools
  These tools are a collection of software that help users to share resources in
  a complex, heterogeneous, and unreliable computing environment.
@@ -82,6 +84,7 @@ Package: python3-workqueue
 Section: python
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3
+Built-Using: ${misc:Built-Using}
 Description: cooperative computing tools work queue Python3 bindings
  CCTools's Work Queue is a system and API for building master-worker style
  programs that scale up to thousands of processors. This package provides
diff --git a/debian/copyright b/debian/copyright
index ee1044a..2661555 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: cctools
 Upstream-Contact: Douglas Thain <dthain@nd.edu>
 Source: http://www.cse.nd.edu/~ccl/software/
diff --git a/debian/rules b/debian/rules
index 8f3c5b5..87bc835 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_VERBOSE=1
 	dh $@  --no-parallel
 
 PY3:=$(shell py3versions -d)
-CF:=$(shell dpkg-buildflags --get CFLAGS) 
+CF:=$(shell dpkg-buildflags --get CFLAGS)
 
 ARCH_NOGOLANG:= hurd-i386 kfreebsd-amd64 kfreebsd-i386 sh4 ia64 alpha hppa m68k powerpc ppc64 x32
 GOLANG:= $(if $(filter $(DEB_TARGET_ARCH), $(ARCH_NOGOLANG)),,--with-golang-path /usr)
@@ -25,14 +25,14 @@ override_dh_auto_configure:
 		--with-python3-path /usr/bin/python3 \
 		--with-python2-path no \
 		--without-system-parrot \
-		--build-date "$(shell LC_ALL=C date --utc --date=@$${SOURCE_DATE_EPOCH})" 
+		--build-date "$(shell LC_ALL=C date --utc --date=@$${SOURCE_DATE_EPOCH})"
 
 override_dh_auto_test:
 	# disable the tests for now on upstream's request. they will be reenabled
 	# once the test suite can properly deal with the buildd environment
 
 override_dh_auto_install:
-	dh_auto_install -- CCTOOLS_INSTALL_DIR=$(CURDIR)/debian/tmp 
+	dh_auto_install -- CCTOOLS_INSTALL_DIR=$(CURDIR)/debian/tmp
 	# make extensions for other supported python versions
 	if [ -n "$(non_default_python3_versions)" ]; then \
 		for pyver in $(non_default_python3_versions); do \

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/00/c7d0606a73a634fab332c6a1fc68887081e417.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/28/b330d77b329bedbfcf7b57cd4b0fcc483ccc60.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/29/f3f066bf0424a361749bb489fc0161cd240839.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/34/1cd436e930144349d0433eeeb9c7ae1fc3e7c1.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/37/c98e93aa30b05b6dc9481b51abca10bcc757e7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/39/08ebc09ddc8152bee8b88c6af3ccbea42cb88f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/40/ef32d2de967d1f21bd4f172450dbdf76b54701.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/4c/7a2f0552fe4327c84d5ddffac6604b655bca3b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/4e/4e394d9e2d4101aa576c8e5b5cc5f13d1faccf.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/57/020a27471d66f1a7dce27ecc4c6adc2dfa2738.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/59/569850fc1e07e0e767d210507c10d3a719fc3d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/5a/49e11d80493d41248b43ff5838cd398ae00cc6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/60/c1ead6037b5f12c6423177e2f31bfedabee5e3.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/71/af85d82d575f13730497e9782dc80e1ce5eaf7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/75/ae247f8e7bf75300769396e4d16d7f9fd9619e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/79/8d3c19bdd00fece2b43927892c995be9c41400.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7e/fb2d0b72a211e52197c0c0be532f59b0fc670a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/82/7db97d948dd02ff8c7f3de565366737e38bc43.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/89/0a348d17d3a8cb79a5e36ccaa75537f3344e53.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8b/bfc173dd147c9f5da77aff34c3f1a03b160019.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8c/99db3f884aafd7a321bbe2210c10242096ad2d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/98/c9cbbe276302fa3784b4ff899582950f022d4a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9c/a576a9a9f5389da3a020a7f735665aac9cfb19.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a1/d1e60d3c19f06bcb89d06ce49bfcb9bacfb83e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a3/58dc33185d8a1935f14ff054afd31260469f3c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a7/f56d7e1047e8beddb63ea0bc7bd74f9143afc8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a8/a178215b159d9040d03e49ac4c7c5d5cd0079c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a9/89971ceb70f3ff592ff645ebefcf47ea09ac2f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/aa/c2261ca769df01a31e539c352f79f89a9f70d1.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b3/ff2ea2e9454e9e83c8ea3a857c57820fa37185.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b5/ae6fac889b19b041463e46ee1f725e4da962db.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b8/e6b865e4369f3873fafc515901709678b11a1d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/bb/1d06d89db4069c560fa21757f917e95e3c46f0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c4/6d58c6faa3f0d6bf4f911a984a66cbdc159194.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c7/debb49ed12b257ad4dcc40962ac0326b03db94.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/cb/41aaeab651e36c1905180786148cfb02b7091b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/cc/12f1ec51450b69fe9b8a04e2667899704c2230.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ce/e5880598283d6b9d0b215a3128264deb0c52b8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d2/e66ec323fe0b51df04fc57a01583ad8460e5e1.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/de/92dbb75635afaf7acf869fad8809e5c75e6158.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e0/5463b210262be53eb889a7625012b31980ec57.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ea/c8e757bb67e1674234b02b1e865660c257ab19.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ec/4d211bdcdde475ceb8e96f040ff28fcd7ee571.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ec/d707ba5acbaccfe01f77005e9a55e30bd1daa9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ef/522056504ca5c7337f065a04d127c014d1170a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f0/34f1f8adc3837a8727f44112914ec1451e7eeb.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f4/f3802346b06669b68610debc34dedc58c0f23d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/fb/ecec298d41f9414a3cb48077191ff4840aa7f2.debug
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/_CChirp.cpython-310-x86_64-linux-gnu.so
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/_resource_monitor.cpython-310-x86_64-linux-gnu.so
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/_work_queue.cpython-310-x86_64-linux-gnu.so
-rwxr-xr-x  root/root   /usr/bin/chirp_server.old

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/01/02563df49118ffa535e53a394f17321cad9a25.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/01/18d627e289279abc9588e0d65820d8a455c54c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/06/741f792768410240330c6806f22e498b8ac2fa.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/0b/3dbbb4ddfdf07825e77cd3e2c42556bbba666f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/11/fc1d858994d17a64c55b103aca5b42815aa623.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/17/4f792ec52e6b336660d969064f53bedd36c90b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/19/81c48f6333dc7cdd86314a3a5431cc95a00d39.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/21/830dec435baa6ef8c9e23d47d76cfcffb9e944.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/38/c5ebbddad923f043f435706beeedfbf197d8bb.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/3d/b20ba5273b8d8514437d4f0da321e29fff5e8b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/51/9ca294d57fc1367ae0caff0425d35fa440c7e4.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/52/40568c8fb5964d44699cffc50468a93d220bc9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/52/7a266e55d804c3c505952254a96798102a553a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/54/1f9ee0b52b56e6b73e3534964c807e0a27fcef.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/55/6d566a5553241227a58a913d81aa6160de9037.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/57/ab3f899467b3bc6a03aeb0ca2935d63ecb95f6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/5e/2af18a7fe9f3f4da850e23e91c86d18cc36eb7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/60/899e8d4e8bb83a7028bce00dc6232ecbabd0cc.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/62/37273f482749bad8dd55f4068b7429d77ae910.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/65/af7739cfdc92097fa7ac0f1bae182a6b420a8c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6a/f037c167a8fbd8e0b56ecacc8e191bb99230d5.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6b/aea3e0f87a04c0f9051c65ca8e352aac2fb6f3.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/70/607407b5d1f744143bd9757a508af5d1e37488.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/79/eb719ceceab5a07bdeef0bb826826c57df2483.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7f/9c5d6522613e5cc8d1d7a308cbf694f5d0efae.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/86/86daef4b53bfa7ceccd09759fe1583f03ec045.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/89/cfae4d7b05bec73fdfd48c87ec3f44a4df375c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/92/1c8b3e4c82ecf4339618eadec1943fbcb588cb.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/93/49ff6e0789eb8ad6d51139b9d0ffbee87ae3e1.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/96/0da10cbeb5b68df61edb62ff8ccbaa768153a3.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9e/07aa7819d67a7f90ce6f86fe30eff736f00ca4.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a8/6f679b9be7a029d743fb2cb60111bdcedffe09.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/bf/db929a92c53b6d385bbd9c008fb62e557625d0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c4/a54f1a8ac3c27c99e8996dcbe123fc1f576529.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ce/d0f592045030c2c6791f8e9ca9dc2787d2470c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d1/976519429f16a4085ab951178ed20aa06c5707.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d3/4da80add55887a940434e4fbb1bba2cb3b89e0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e2/9eb66047ff57bb980db3d32154bb5566ed2332.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e3/c54c54b2a6a33325f413d044e77c458575c235.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e6/9313682597d5b6be280d7f9adfcf8de0e8ca49.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ea/417d369de06f0ba2a6833ae6b49974326fc0b6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/eb/61f961764f6cc51dd2f7206c95a2cf727be801.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ee/65a80c572f2f8a2e6f4136b26c19e26a6885f3.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f7/41237e0637a2acb99df240783ef63b1fc02f9b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f8/056140304d0dc5d42c43ba5742ff26898df159.debug

No differences were encountered between the control files of package coop-computing-tools

Control files of package coop-computing-tools-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 0118d627e289279abc9588e0d65820d8a455c54c 06741f792768410240330c6806f22e498b8ac2fa 0b3dbbb4ddfdf07825e77cd3e2c42556bbba666f 11fc1d858994d17a64c55b103aca5b42815aa623 174f792ec52e6b336660d969064f53bedd36c90b 1981c48f6333dc7cdd86314a3a5431cc95a00d39 21830dec435baa6ef8c9e23d47d76cfcffb9e944 38c5ebbddad923f043f435706beeedfbf197d8bb 3db20ba5273b8d8514437d4f0da321e29fff5e8b 519ca294d57fc1367ae0caff0425d35fa440c7e4 5240568c8fb5964d44699cffc50468a93d220bc9 527a266e55d804c3c505952254a96798102a553a 541f9ee0b52b56e6b73e3534964c807e0a27fcef 556d566a5553241227a58a913d81aa6160de9037 57ab3f899467b3bc6a03aeb0ca2935d63ecb95f6 5e2af18a7fe9f3f4da850e23e91c86d18cc36eb7 60899e8d4e8bb83a7028bce00dc6232ecbabd0cc 6237273f482749bad8dd55f4068b7429d77ae910 65af7739cfdc92097fa7ac0f1bae182a6b420a8c 6af037c167a8fbd8e0b56ecacc8e191bb99230d5 6baea3e0f87a04c0f9051c65ca8e352aac2fb6f3 70607407b5d1f744143bd9757a508af5d1e37488 79eb719ceceab5a07bdeef0bb826826c57df2483 7f9c5d6522613e5cc8d1d7a308cbf694f5d0efae 8686daef4b53bfa7ceccd09759fe1583f03ec045 89cfae4d7b05bec73fdfd48c87ec3f44a4df375c 921c8b3e4c82ecf4339618eadec1943fbcb588cb 9349ff6e0789eb8ad6d51139b9d0ffbee87ae3e1 960da10cbeb5b68df61edb62ff8ccbaa768153a3 a86f679b9be7a029d743fb2cb60111bdcedffe09 bfdb929a92c53b6d385bbd9c008fb62e557625d0 c4a54f1a8ac3c27c99e8996dcbe123fc1f576529 ced0f592045030c2c6791f8e9ca9dc2787d2470c d1976519429f16a4085ab951178ed20aa06c5707 d34da80add55887a940434e4fbb1bba2cb3b89e0 e29eb66047ff57bb980db3d32154bb5566ed2332 e3c54c54b2a6a33325f413d044e77c458575c235 e69313682597d5b6be280d7f9adfcf8de0e8ca49 eb61f961764f6cc51dd2f7206c95a2cf727be801 ee65a80c572f2f8a2e6f4136b26c19e26a6885f3 f741237e0637a2acb99df240783ef63b1fc02f9b f8056140304d0dc5d42c43ba5742ff26898df159 00c7d0606a73a634fab332c6a1fc68887081e417 28b330d77b329bedbfcf7b57cd4b0fcc483ccc60 29f3f066bf0424a361749bb489fc0161cd240839 37c98e93aa30b05b6dc9481b51abca10bcc757e7 3908ebc09ddc8152bee8b88c6af3ccbea42cb88f 40ef32d2de967d1f21bd4f172450dbdf76b54701 4c7a2f0552fe4327c84d5ddffac6604b655bca3b 4e4e394d9e2d4101aa576c8e5b5cc5f13d1faccf 57020a27471d66f1a7dce27ecc4c6adc2dfa2738 59569850fc1e07e0e767d210507c10d3a719fc3d 5a49e11d80493d41248b43ff5838cd398ae00cc6 60c1ead6037b5f12c6423177e2f31bfedabee5e3 71af85d82d575f13730497e9782dc80e1ce5eaf7 75ae247f8e7bf75300769396e4d16d7f9fd9619e 798d3c19bdd00fece2b43927892c995be9c41400 7efb2d0b72a211e52197c0c0be532f59b0fc670a 827db97d948dd02ff8c7f3de565366737e38bc43 890a348d17d3a8cb79a5e36ccaa75537f3344e53 8bbfc173dd147c9f5da77aff34c3f1a03b160019 8c99db3f884aafd7a321bbe2210c10242096ad2d 98c9cbbe276302fa3784b4ff899582950f022d4a 9ca576a9a9f5389da3a020a7f735665aac9cfb19 a1d1e60d3c19f06bcb89d06ce49bfcb9bacfb83e a358dc33185d8a1935f14ff054afd31260469f3c a7f56d7e1047e8beddb63ea0bc7bd74f9143afc8 a989971ceb70f3ff592ff645ebefcf47ea09ac2f b3ff2ea2e9454e9e83c8ea3a857c57820fa37185 b5ae6fac889b19b041463e46ee1f725e4da962db c46d58c6faa3f0d6bf4f911a984a66cbdc159194 c7debb49ed12b257ad4dcc40962ac0326b03db94 cb41aaeab651e36c1905180786148cfb02b7091b cee5880598283d6b9d0b215a3128264deb0c52b8 d2e66ec323fe0b51df04fc57a01583ad8460e5e1 de92dbb75635afaf7acf869fad8809e5c75e6158 e05463b210262be53eb889a7625012b31980ec57 eac8e757bb67e1674234b02b1e865660c257ab19 ec4d211bdcdde475ceb8e96f040ff28fcd7ee571 ecd707ba5acbaccfe01f77005e9a55e30bd1daa9 ef522056504ca5c7337f065a04d127c014d1170a f034f1f8adc3837a8727f44112914ec1451e7eeb f4f3802346b06669b68610debc34dedc58c0f23d fbecec298d41f9414a3cb48077191ff4840aa7f2

No differences were encountered between the control files of package coop-computing-tools-dev

No differences were encountered between the control files of package coop-computing-tools-doc

Control files of package python3-workqueue: lines which differ (wdiff format)

  • Depends: libc6 (>= 2.34), libglobus-common0 (>= 17), libglobus-gss-assist3 (>= 11), libglobus-gssapi-gsi4 (>= 13), zlib1g (>= 1:1.2.0), python3 (<< 3.12), python3 (>= 3.11~), 3.10~), python3:any

Control files of package python3-workqueue-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 0102563df49118ffa535e53a394f17321cad9a25 9e07aa7819d67a7f90ce6f86fe30eff736f00ca4 ea417d369de06f0ba2a6833ae6b49974326fc0b6 341cd436e930144349d0433eeeb9c7ae1fc3e7c1 a8a178215b159d9040d03e49ac4c7c5d5cd0079c aac2261ca769df01a31e539c352f79f89a9f70d1 b8e6b865e4369f3873fafc515901709678b11a1d bb1d06d89db4069c560fa21757f917e95e3c46f0 cc12f1ec51450b69fe9b8a04e2667899704c2230

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes coop-computing-tools-dbgsymapt install -t lintian-fixes coop-computing-tools-devapt install -t lintian-fixes coop-computing-tools-docapt install -t lintian-fixes coop-computing-toolsapt install -t lintian-fixes python3-workqueue-dbgsymapt install -t lintian-fixes python3-workqueue

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved