[asm] 03/04: Replaced the asm-all symlink with the real jar and re-enabled shrinking (Closes: #845606)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jan 18 11:29:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository asm.

commit 135bf1aa310533ab6c7e35afcf4e2ad6e64fb582
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jan 18 12:12:30 2017 +0100

    Replaced the asm-all symlink with the real jar and re-enabled shrinking (Closes: #845606)
---
 debian/changelog | 2 ++
 debian/rules     | 9 +--------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d6afbc8..2457d60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 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
diff --git a/debian/rules b/debian/rules
index 454dc64..17a1720 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git



More information about the pkg-java-commits mailing list