[med-svn] [Git][med-team/libzeep][master] Fix clean target Closes: #1046447
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Dec 23 20:31:44 GMT 2024
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 <maarten at hekkelman.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241223/d0313913/attachment-0001.htm>
More information about the debian-med-commit
mailing list