[med-svn] [Git][med-team/malt][master] Fixing the clean target
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Tue Aug 15 07:07:34 BST 2023
Pierre Gruet pushed to branch master at Debian Med / malt
Commits:
0862b51f by Pierre Gruet at 2023-08-15T08:07:20+02:00
Fixing the clean target
- - - - -
3 changed files:
- debian/changelog
- − debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+malt (0.5.2-3) UNRELEASED; urgency=medium
+
+ * Fixing the clean target (Closes: #1046315)
+
+ -- Pierre Gruet <pgt at debian.org> Tue, 15 Aug 2023 08:06:58 +0200
+
malt (0.5.2-2) unstable; urgency=medium
* Packaging update
=====================================
debian/clean deleted
=====================================
@@ -1 +0,0 @@
-antbuild/*.jar
=====================================
debian/rules
=====================================
@@ -6,9 +6,8 @@ export LC_ALL=C.UTF-8
%:
dh $@ --with javahelper
-override_dh_clean:
- dh_clean
- rm -rf antbuild/classes antbuild/src
+override_dh_auto_clean:
+ ant -buildfile antbuild/build.xml clean
override_dh_auto_build:
ant -buildfile antbuild/build.xml jar
View it on GitLab: https://salsa.debian.org/med-team/malt/-/commit/0862b51fd95a49176de16c87ac35c2454ef07a8f
--
View it on GitLab: https://salsa.debian.org/med-team/malt/-/commit/0862b51fd95a49176de16c87ac35c2454ef07a8f
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/20230815/0fd94e8a/attachment-0001.htm>
More information about the debian-med-commit
mailing list