Codebase list dh-python / a9cce90
Avoid the dependency on python-ply for testpb03, this was removed in Ubuntu, already. Stefano Rivera 2 years ago
5 changed file(s) with 10 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 dh-python (5.20211114) UNRELEASED; urgency=medium
1
2 * Avoid the dependency on python-ply for testpb03, this was removed in
3 Ubuntu, already.
4
5 -- Stefano Rivera <stefanor@debian.org> Sun, 14 Nov 2021 17:27:28 -0800
6
07 dh-python (5.20211105) unstable; urgency=medium
18
29 * Add tpb03 - a test covering pybuild building Python 2 and 3 packages.
5252 dh-python,
5353 fakeroot,
5454 python-all,
55 python-ply,
5655 python-setuptools,
5756 python3-all,
58 python3-ply,
5957 python3-setuptools
6058 Restrictions: allow-stderr
33 check:
44 test -f debian/python3-foo/usr/lib/python3/dist-packages/foo.py
55 test -f debian/python-foo/usr/lib/python2.7/dist-packages/foo.py
6 grep -q 'Depends:.*python3-ply' debian/python3-foo/DEBIAN/control
7 grep -q 'Depends:.*python-ply' debian/python-foo/DEBIAN/control
6 grep -q 'Depends:.*python3-pkg-resources' debian/python3-foo/DEBIAN/control
7 grep -q 'Depends:.*python-pkg-resources' debian/python-foo/DEBIAN/control
88
99 clean:
1010 ./debian/rules clean
44 Build-Depends: debhelper-compat (= 12)
55 , python3-all
66 , python3-setuptools
7 , python3-ply
87 , python-all
98 , python-setuptools
10 , python-ply
119 # , dh-python
1210 Standards-Version: 3.9.4
1311
33 [options]
44 py_modules = foo
55 install_requires =
6 ply
6 setuptools