Codebase list partd / cme/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 88%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 6 package versions. Please wait... Got info from api.ftp-master.debian.org for 6 packages. Config::Model::Backend::DpkgStoreRole::store_section_leaf_element Test-Command should be only one line. Gluing together the lines (line 66) Changes applied to dpkg configuration: - tests control:0 Test-Command: Gluing together lines Debian Janitor 2 years ago
2 changed file(s) with 19 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 partd (1.2.0-2) UNRELEASED; urgency=medium
1
2 * Reading package lists... 0%Reading package lists... 0%Reading package
3 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
4 package lists... Done Building dependency tree... 0%Building dependency
5 tree... 0%Building dependency tree... 50%Building dependency tree...
6 50%Building dependency tree... 88%Building dependency tree... Done Reading
7 state information... 0% Reading state information... 0%Reading state
8 information... Done Connecting to api.ftp-master.debian.org to check 6
9 package versions. Please wait... Got info from api.ftp-master.debian.org for
10 6 packages.
11 Config::Model::Backend::DpkgStoreRole::store_section_leaf_element
12 Test-Command should be only one line. Gluing together the lines (line 66)
13 Changes applied to dpkg configuration: - tests control:0 Test-Command:
14 Gluing together lines
15
16 -- Debian Janitor <janitor@jelmer.uk> Wed, 25 Aug 2021 18:35:35 -0000
17
018 partd (1.2.0-1) unstable; urgency=medium
119
220 [ Ondřej Nový ]
0 Test-Command: set -e
1 ; for py in $(py3versions -r 2>/dev/null)
2 ; do pushd partd/tests
3 ; echo "Testing with $py:"
4 ; http_proxy= $py -m pytest -v
5 ; popd
6 ; done
0 Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do pushd partd/tests ; echo "Testing with $py:" ; http_proxy= $py -m pytest -v ; popd ; done
71 Depends: @,
82 python3-pytest,
93 python3-all,