Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libjogl2-java
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
libjogl2-java
Commits
898bba33
Commit
898bba33
authored
1 year ago
by
Pierre Gruet
Browse files
Options
Downloads
Patches
Plain Diff
Fixing the clean target
parent
27fc02b1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/clean
+3
-0
3 additions, 0 deletions
debian/clean
debian/rules
+3
-7
3 additions, 7 deletions
debian/rules
with
12 additions
and
7 deletions
debian/changelog
+
6
−
0
View file @
898bba33
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)
...
...
This diff is collapsed.
Click to expand it.
debian/clean
0 → 100644
+
3
−
0
View file @
898bba33
make-jogl.xml
make-nativewindow.xml
make-newt.xml
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
7
View file @
898bba33
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment