Alexandre Mestiashvili pushed to branch master at Debian Med / plip
Commits: d164f637 by Alexandre Mestiashvili at 2025-01-23T11:58:50+01:00 Update autopkgtest invocation - - - - - 190fd2b1 by Alexandre Mestiashvili at 2025-01-24T12:49:21+01:00 Update changelog, fix autopkgtest - - - - - 2 changed files: - debian/changelog - debian/tests/xml-parser Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +plip (2.4.0+dfsg-2) unstable; urgency=medium + + * Update d/tests/control, add python3-lxml as a dependency + * Update autopkgtest invocation + + -- Alexandre Mestiashvili <[email protected]> Fri, 24 Jan 2025 11:05:26 +0100 + plip (2.4.0+dfsg-1) unstable; urgency=medium * New upstream version 2.4.0+dfsg ===================================== debian/tests/xml-parser ===================================== @@ -1,6 +1,4 @@ #!/bin/sh set -e - -cd plip/test -python3 test_xml_parser.py +PYTHONPATH=./ python3 plip/test/test_xml_parser.py View it on GitLab: https://salsa.debian.org/med-team/plip/-/compare/6974826e724dde6a03ba8cad6d2509f81bbe2e00...190fd2b1965013212b6f58f4a6f1f6c368ad157f -- View it on GitLab: https://salsa.debian.org/med-team/plip/-/compare/6974826e724dde6a03ba8cad6d2509f81bbe2e00...190fd2b1965013212b6f58f4a6f1f6c368ad157f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
