[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#986409: unblock: azure-cosmos-python/3.1.1-4



On Sun, 2021-04-11 at 14:29 +0200, Ivo De Decker wrote:
> Hi,
> 
> On Tue, Apr 06, 2021 at 09:21:10PM +0100, Luca Boccassi wrote:
> > > Changes to the debhelper compat are no longer appropriate at this
> > > point
> > > in the freeze. Please revert that. Once the new version is
> > > available in
> > > unstable, please remove the moreinfo tag.
> > 
> > Thanks for the review - I would rather not change this again. The
> > package is trivial, and thus this version bump is trivial too, and
> > has
> > no discernible effect bar silencing Lintian.
> 
> See the last entry at
> https://release.debian.org/bullseye/FAQ.html

"Changing the debhelper compat version changes the resulting packages,
sometimes in complicated or unintended ways. Carefully checking the
details of these changes is too much work when processing an unblock
request."

As mentioned, it's identical before/after. The only difference you can
see is that a generated comment in a script doesn't end with a colon
anymore:

$ diffoscope python3-azure-cosmos_3.1.1-3_all.deb python3-azure-cosmos_3.1.1-4_all.deb
--- python3-azure-cosmos_3.1.1-3_all.deb
+++ python3-azure-cosmos_3.1.1-4_all.deb
├── file list
│ @@ -1,3 +1,3 @@
│ --rw-r--r--   0        0        0        4 2020-03-07 10:58:01.000000 debian-binary
│ --rw-r--r--   0        0        0     2328 2020-03-07 10:58:01.000000 control.tar.xz
│ --rw-r--r--   0        0        0    51572 2020-03-07 10:58:01.000000 data.tar.xz
│ +-rw-r--r--   0        0        0        4 2021-03-12 12:02:24.000000 debian-binary
│ +-rw-r--r--   0        0        0     2324 2021-03-12 12:02:24.000000 control.tar.xz
│ +-rw-r--r--   0        0        0    51812 2021-03-12 12:02:24.000000 data.tar.xz
├── control.tar.xz
│ ├── control.tar
│ │ ├── file list
│ │ │ @@ -1,5 +1,5 @@
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./
│ │ │ --rw-r--r--   0 root         (0) root         (0)      464 2020-03-07 10:58:01.000000 ./control
│ │ │ --rw-r--r--   0 root         (0) root         (0)     4868 2020-03-07 10:58:01.000000 ./md5sums
│ │ │ --rwxr-xr-x   0 root         (0) root         (0)      266 2020-03-07 10:58:01.000000 ./postinst
│ │ │ --rwxr-xr-x   0 root         (0) root         (0)      415 2020-03-07 10:58:01.000000 ./prerm
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./
│ │ │ +-rw-r--r--   0 root         (0) root         (0)      443 2021-03-12 12:02:24.000000 ./control
│ │ │ +-rw-r--r--   0 root         (0) root         (0)     4868 2021-03-12 12:02:24.000000 ./md5sums
│ │ │ +-rwxr-xr-x   0 root         (0) root         (0)      265 2021-03-12 12:02:24.000000 ./postinst
│ │ │ +-rwxr-xr-x   0 root         (0) root         (0)      414 2021-03-12 12:02:24.000000 ./prerm
│ │ ├── ./control
│ │ │ @@ -1,12 +1,12 @@
│ │ │  Package: python3-azure-cosmos
│ │ │  Source: azure-cosmos-python
│ │ │ -Version: 3.1.1-3
│ │ │ +Version: 3.1.1-4
│ │ │  Architecture: all
│ │ │ -Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
│ │ │ +Maintainer: Debian Python Team <team+python@tracker.debian.org>
│ │ │  Installed-Size: 383
│ │ │  Depends: python3-requests, python3-six (>= 1.6), python3:any
│ │ │  Section: python
│ │ │  Priority: optional
│ │ │  Homepage: https://github.com/Azure/azure-cosmos-python
│ │ │  Description: Azure DocumentDB Python SDK
│ │ │   This package provides the Python 3 modules for the Azure DocumentDB API.
│ │ ├── ./md5sums
│ │ │ ├── ./md5sums
│ │ │ │┄ Files differ
│ │ ├── ./postinst
│ │ │ @@ -1,11 +1,11 @@
│ │ │  #!/bin/sh
│ │ │  set -e
│ │ │  
│ │ │ -# Automatically added by dh_python3:
│ │ │ +# Automatically added by dh_python3
│ │ │  if which py3compile >/dev/null 2>&1; then
│ │ │  	py3compile -p python3-azure-cosmos 
│ │ │  fi
│ │ │  if which pypy3compile >/dev/null 2>&1; then
│ │ │  	pypy3compile -p python3-azure-cosmos  || true
│ │ │  fi
│ │ ├── ./prerm
│ │ │ @@ -1,11 +1,11 @@
│ │ │  #!/bin/sh
│ │ │  set -e
│ │ │  
│ │ │ -# Automatically added by dh_python3:
│ │ │ +# Automatically added by dh_python3
│ │ │  if which py3clean >/dev/null 2>&1; then
│ │ │  	py3clean -p python3-azure-cosmos 
│ │ │  else
│ │ │  	dpkg -L python3-azure-cosmos | perl -ne 's,/([^/]*)\.py$,/__pycache__/\1.*, or next; unlink $_ or die $! foreach glob($_)'
│ │ │  	find /usr/lib/python3/dist-packages/ -type d -name __pycache__ -empty -print0 | xargs --null --no-run-if-empty rmdir
│ │ │  fi
├── data.tar.xz
│ ├── data.tar
│ │ ├── file list
│ │ │ @@ -1,25 +1,25 @@
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure/cosmos/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure/cosmos/
│ │ │  -rw-r--r--   0 root         (0) root         (0)     1103 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/__init__.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     6168 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/auth.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)    22405 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/base.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     5308 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/consistent_hash_ring.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     1676 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/constants.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)   104690 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/cosmos_client.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     3183 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/default_retry_policy.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)    15424 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/documents.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     4650 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/endpoint_discovery_retry_policy.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     2421 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/errors.py
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/
│ │ │  -rw-r--r--   0 root         (0) root         (0)     1103 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/__init__.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     3298 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/aggregators.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)    10218 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/base_execution_context.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     9638 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/document_producer.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     4502 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/endpoint_component.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     7072 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/execution_dispatcher.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     6235 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/execution_context/multi_execution_aggregator.py
│ │ │ @@ -33,32 +33,32 @@
│ │ │  -rw-r--r--   0 root         (0) root         (0)     5215 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/query_iterable.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     2919 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/range.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     4877 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/range_partition_resolver.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     2242 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/request_object.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     2820 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/resource_throttle_retry_policy.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     2385 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/retry_options.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     5750 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/retry_utility.py
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure/cosmos/routing/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure/cosmos/routing/
│ │ │  -rw-r--r--   0 root         (0) root         (0)     1103 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/routing/__init__.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     7503 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/routing/collection_routing_map.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     8401 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/routing/routing_map_provider.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     4342 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/routing/routing_range.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     1639 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/runtime_constants.py
│ │ │ --rw-r--r--   0 root         (0) root         (0)     9596 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/session.py
│ │ │ +-rw-r--r--   0 root         (0) root         (0)     9592 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure/cosmos/session.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     5983 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/session_retry_policy.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     8624 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/synchronized_request.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     1850 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/utils.py
│ │ │  -rw-r--r--   0 root         (0) root         (0)     6265 2019-08-05 17:40:17.000000 ./usr/lib/python3/dist-packages/azure/cosmos/vector_session_token.py
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/
│ │ │ --rw-r--r--   0 root         (0) root         (0)      889 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/PKG-INFO
│ │ │ --rw-r--r--   0 root         (0) root         (0)        1 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/dependency_links.txt
│ │ │ --rw-r--r--   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/requires.txt
│ │ │ --rw-r--r--   0 root         (0) root         (0)       18 2020-03-07 10:58:01.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/top_level.txt
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/share/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/share/doc/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/share/doc/python3-azure-cosmos/
│ │ │ --rw-r--r--   0 root         (0) root         (0)      530 2020-03-07 10:58:01.000000 ./usr/share/doc/python3-azure-cosmos/changelog.Debian.gz
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/
│ │ │ +-rw-r--r--   0 root         (0) root         (0)      889 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/PKG-INFO
│ │ │ +-rw-r--r--   0 root         (0) root         (0)        1 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/dependency_links.txt
│ │ │ +-rw-r--r--   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/requires.txt
│ │ │ +-rw-r--r--   0 root         (0) root         (0)       18 2021-03-12 12:02:24.000000 ./usr/lib/python3/dist-packages/azure_cosmos-3.1.1.egg-info/top_level.txt
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/share/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/share/doc/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/share/doc/python3-azure-cosmos/
│ │ │ +-rw-r--r--   0 root         (0) root         (0)      765 2021-03-12 12:02:24.000000 ./usr/share/doc/python3-azure-cosmos/changelog.Debian.gz
│ │ │  -rw-r--r--   0 root         (0) root         (0)     1970 2019-08-05 17:40:17.000000 ./usr/share/doc/python3-azure-cosmos/changelog.gz
│ │ │ --rw-r--r--   0 root         (0) root         (0)     1292 2020-02-06 20:08:48.000000 ./usr/share/doc/python3-azure-cosmos/copyright
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/share/man/
│ │ │ -drwxr-xr-x   0 root         (0) root         (0)        0 2020-03-07 10:58:01.000000 ./usr/share/man/man1/
│ │ │ --rw-r--r--   0 root         (0) root         (0)     1419 2020-03-07 10:58:01.000000 ./usr/share/man/man1/azure-cosmos.1.gz
│ │ │ +-rw-r--r--   0 root         (0) root         (0)     1292 2021-03-12 12:01:33.000000 ./usr/share/doc/python3-azure-cosmos/copyright
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/share/man/
│ │ │ +drwxr-xr-x   0 root         (0) root         (0)        0 2021-03-12 12:02:24.000000 ./usr/share/man/man1/
│ │ │ +-rw-r--r--   0 root         (0) root         (0)     1431 2021-03-12 12:02:24.000000 ./usr/share/man/man1/azure-cosmos.1.gz
│ │ ├── ./usr/lib/python3/dist-packages/azure/cosmos/session.py
│ │ │ @@ -179,15 +179,15 @@
│ │ │  
│ │ │          # extract session token from response header
│ │ │          session_token = ''
│ │ │          if http_constants.HttpHeaders.SessionToken in response_headers:
│ │ │                  session_token = response_headers[http_constants.HttpHeaders.SessionToken]
│ │ │  
│ │ │          id_to_sessionlsn = {}
│ │ │ -        if session_token is not '':
│ │ │ +        if session_token != '':
│ │ │              ''' extract id, lsn from the token. For p-collection,
│ │ │              the token will be a concatenation of pairs for each collection'''
│ │ │              token_pairs = session_token.split(',')
│ │ │              for token_pair in token_pairs:
│ │ │                  tokens = token_pair.split(':')
│ │ │                  if (len(tokens) == 2):
│ │ │                      id = tokens[0]
│ │ ├── ./usr/share/doc/python3-azure-cosmos/changelog.Debian.gz
│ │ │ ├── changelog.Debian
│ │ │ │ @@ -1,7 +1,26 @@
│ │ │ │ +azure-cosmos-python (3.1.1-4) unstable; urgency=medium
│ │ │ │ +
│ │ │ │ +  [ Debian Janitor ]
│ │ │ │ +  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
│ │ │ │ +    Repository-Browse.
│ │ │ │ +
│ │ │ │ +  [ Ondřej Nový ]
│ │ │ │ +  * d/control: Update Maintainer field with new Debian Python Team
│ │ │ │ +    contact address.
│ │ │ │ +  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
│ │ │ │ +    layout.
│ │ │ │ +
│ │ │ │ +  [ Luca Boccassi ]
│ │ │ │ +  * Bump Standards-Version to 4.5.1, no changes
│ │ │ │ +  * Bump debhelper-compat to 13
│ │ │ │ +  * Add patch to fix syntax warning on package install (Closes: #985021)
│ │ │ │ +
│ │ │ │ + -- Luca Boccassi <bluca@debian.org>  Fri, 12 Mar 2021 12:02:24 +0000
│ │ │ │ +
│ │ │ │  azure-cosmos-python (3.1.1-3) unstable; urgency=medium
│ │ │ │  
│ │ │ │    * Remove build-dependency on pytest, all tests require connection to
│ │ │ │      real DB
│ │ │ │    * Add Testsuite: autopkgtest-pkg-python to d/control
│ │ │ │    * Move package under Python Modules Team maintenance
│ │ │ │ ├── encoding
│ │ │ │ │ @@ -1 +1 @@
│ │ │ │ │ -us-ascii
│ │ │ │ │ +utf-8
│ │ ├── ./usr/share/man/man1/azure-cosmos.1.gz
│ │ │ ├── azure-cosmos.1
│ │ │ │ @@ -1,10 +1,10 @@
│ │ │ │  .\" Man page generated from reStructuredText.
│ │ │ │  .
│ │ │ │ -.TH "AZURE-COSMOS" "1" "Mar 07, 2020" "3.1.1" "azure-cosmos"
│ │ │ │ +.TH "AZURE-COSMOS" "1" "Mar 12, 2021" "3.1.1" "azure-cosmos"
│ │ │ │  .SH NAME
│ │ │ │  azure-cosmos \- azure-cosmos 3.1.1
│ │ │ │  .
│ │ │ │  .nr rst2man-indent-level 0
│ │ │ │  .
│ │ │ │  .de1 rstReportMargin
│ │ │ │  \\$1 \\n[an-margin]
│ │ │ │ @@ -170,11 +170,13 @@
│ │ │ │  .SS cosmos.runtime_constants module
│ │ │ │  .SS cosmos.session module
│ │ │ │  .SS cosmos.session_retry_policy module
│ │ │ │  .SS cosmos.synchronized_request module
│ │ │ │  .SS cosmos.utils module
│ │ │ │  .SS cosmos.vector_session_token module
│ │ │ │  .SS Module contents
│ │ │ │ +.SH AUTHOR
│ │ │ │ +unknown
│ │ │ │  .SH COPYRIGHT
│ │ │ │ -2020, Microsoft
│ │ │ │ +2021, Microsoft
│ │ │ │  .\" Generated by docutils manpage writer.
│ │ │ │  .

> I'm closing this bug. If you change your mind and do the upload
> anyway, feel
> free to reopen it.
> 
> Cheers,
> 
> Ivo
> 

-- 
Kind regards,
Luca Boccassi

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: