Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asm
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
asm
Commits
135bf1aa
Commit
135bf1aa
authored
8 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Replaced the asm-all symlink with the real jar and re-enabled shrinking (Closes: #845606)
parent
b52c9d06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+2
-0
2 additions, 0 deletions
debian/changelog
debian/rules
+1
-8
1 addition, 8 deletions
debian/rules
with
3 additions
and
8 deletions
debian/changelog
+
2
−
0
View file @
135bf1aa
asm (5.2-2) UNRELEASED; urgency=medium
* Team upload.
* Replaced the asm-all symlink with the real jar and re-enabled shrinking
(Closes: #845606)
* Build the jar files with bnd to always have up to date OSGi metadata
and ensure their contents match with upstream binaries.
* Fixed the links to the JDK classes in the javadoc
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
8
View file @
135bf1aa
...
...
@@ -9,17 +9,10 @@ export CLASSPATH=/usr/share/java/bnd.jar:/usr/share/java/bndlib.jar
override_dh_auto_build:
mkdir -p output/eclipse
dh_auto_build --
-Dproduct.noshrink=true
jar jdoc examples
dh_auto_build -- jar jdoc examples
override_mh_install:
mh_install -e$(VERSION)
override_dh_link:
dh_link
# Link asm-debug-all.jar to asm-all.jar
rm debian/libasm-java/usr/share/java/asm-debug-all-*.jar
dh_link usr/share/java/asm-all-$(VERSION).jar usr/share/java/asm-debug-all-$(VERSION).jar
get-orig-source:
uscan --download-current-version --force-download --rename
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