[med-svn] [Git][med-team/megan-ce][master] Fixing the clean target
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Tue Aug 15 07:06:44 BST 2023
Pierre Gruet pushed to branch master at Debian Med / megan-ce
Commits:
0fa5cb03 by Pierre Gruet at 2023-08-15T08:06:33+02:00
Fixing the clean target
- - - - -
3 changed files:
- debian/changelog
- − debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+megan-ce (6.21.1+dfsg-3) UNRELEASED; urgency=medium
+
+ * Fixing the clean target (Closes: #1046802)
+
+ -- Pierre Gruet <pgt at debian.org> Tue, 15 Aug 2023 08:06:04 +0200
+
megan-ce (6.21.1+dfsg-2) unstable; urgency=medium
* Source-only upload
=====================================
debian/clean deleted
=====================================
@@ -1 +0,0 @@
-antbuild/*.jar
=====================================
debian/rules
=====================================
@@ -9,9 +9,8 @@ export LC_ALL=C.UTF-8
%:
dh $@ --with javahelper
-override_dh_clean:
- dh_clean
- rm -rf antbuild/classes
+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/megan-ce/-/commit/0fa5cb0321008bca25d3cd41555a42e7c7813fcf
--
View it on GitLab: https://salsa.debian.org/med-team/megan-ce/-/commit/0fa5cb0321008bca25d3cd41555a42e7c7813fcf
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/07887ed5/attachment-0001.htm>
More information about the debian-med-commit
mailing list