Details about package python-test2ref
Name: | python-test2ref |
---|---|
Uploader: | Mitchell Augustin <mitchell@mitchellaugustin.com> (Debian QA page) |
Description: | python3-test2ref - Testing Against Learned Reference Data |
Package uploads
Upload #1
Information
Version: | 0.8.2-1 |
---|---|
Uploaded: | 2025-04-19 21:56 |
Source package: | python-test2ref_0.8.2-1.dsc |
Distribution: | unstable |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/nbiotcloud/test2ref/ |
Closes bugs: | #1103609 |
Changelog
python-test2ref (0.8.2-1) unstable; urgency=medium . * New upstream release. (closes: #1103609)
QA information
-
–
Package uses debhelper-compatDebhelper compatibility level 13
-
–
Package is the latest upstream version
Local: 0.8.2 Upstream: 0.8.2 Url: https://github.com/nbiotcloud/test2ref/archive/refs/tags/v0.8.2.tar.gz -
–
Package is not native
Format: 3.0 (quilt) -
–
"Maintainer" email is the same as the uploader
-
–
Package has lintian experimental tagspython-test2ref source
-
X
debian-watch-does-not-check-openpgp-signature
- [debian/watch]
-
X
prefer-uscan-symlink
- filenamemangle s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%test2ref-$1.tar.gz% [debian/watch:4]
-
X
debian-watch-does-not-check-openpgp-signature
-
–
Package closes bugs in a wrong wayErrors:
- Bug #1103609 does not belong to this package
-
–
No VCS field present
-
–
Package is not in Debian
-
–
d/copyright is in DEP5 format
Upstream Contact: iccode17 <iccode17@gmail.com> Licenses: MIT
Comments
-
-
Thanks Phil. I should be able to resolve this by adding some overrides - on my local test, the following works: override_dh_auto_clean: dh_auto_clean -- $(options) rm -rf .pdm-build override_dh_auto_install: dh_auto_install -- $(options) rm -r debian/python3-test2ref/usr/lib/python*/dist-packages/htmlcov rm debian/python3-test2ref/usr/lib/python*/dist-packages/report.xml I'm certain there's a more 'proper' way of doing this that I just haven't found, though (especially w.r.t. the wildcard I use in override_dh_auto_install, which I'd like to avoid). Is there a Debian-preferred way of doing these things you can recommend?