Andreas Tille pushed to branch master at Debian Med / libzeep
Commits: 6cb60b2b by Andreas Tille at 2024-12-23T21:31:28+01:00 Fix clean target Closes: #1046447 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,12 @@ libzeep (6.0.14-1) UNRELEASED; urgency=medium + [ Maarten L. Hekkelman ] * New upstream version 6.0.14 + [ Andreas Tille ] + * Fix clean target + Closes: #1046447 + -- Maarten L. Hekkelman <[email protected]> Mon, 28 Oct 2024 12:57:30 +0100 libzeep (6.0.6-1) experimental; urgency=medium ===================================== debian/rules ===================================== @@ -10,6 +10,10 @@ export LC_ALL %: dh $@ +override_dh_clean: + dh_clean + rm -rf doc/html + override_dh_auto_configure: dh_auto_configure -- -DBUILD_SHARED_LIBS=ON -DUSE_RSRC=ON -DZEEP_BUILD_DOCUMENTATION=ON -DBUILD_TESTING=ON View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/commit/6cb60b2b28df2693265170fd5f4a69cfac7450c0 -- View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/commit/6cb60b2b28df2693265170fd5f4a69cfac7450c0 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
