Skip to content
Snippets Groups Projects
Commit 898bba33 authored by Pierre Gruet's avatar Pierre Gruet
Browse files

Fixing the clean target

parent 27fc02b1
No related branches found
No related tags found
No related merge requests found
libjogl2-java (2.4.0+dfsg-2) UNRELEASED; urgency=medium
* Fixing the clean target (Closes: #1046349)
-- Pierre Gruet <pgt@debian.org> Tue, 15 Aug 2023 08:14:11 +0200
libjogl2-java (2.4.0+dfsg-1) unstable; urgency=medium
* Adding myself as uploader (Closes: #783518)
......
make-jogl.xml
make-nativewindow.xml
make-newt.xml
......@@ -54,18 +54,14 @@ override_dh_auto_build:
override_mh_install:
mh_install -plibjogl2-java
override_dh_auto_clean:
dh_auto_clean
override_dh_clean:
$(RM) -r build build-temp gluegen-build jdkHeaders
# Restoring the make/build-*.xml files
for sub in jogl nativewindow newt; do \
if [ -e "make/build-$$sub.xml.old" ]; then \
mv make/build-$$sub.xml.old make-$$sub.xml; \
mv make/build-$$sub.xml.old make/build-$$sub.xml; \
fi; \
done
override_dh_clean:
$(RM) -r gluegen/build
$(RM) -r jdkHeaders
dh_clean
get-orig-pom:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment