Skip to content
Snippets Groups Projects
Commit 135bf1aa authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Replaced the asm-all symlink with the real jar and re-enabled shrinking (Closes: #845606)

parent b52c9d06
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
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