[asm] 09/11: Reduced the size of the package by linking asm-debug-all.jar to asm-all.jar

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Mar 21 22:47:13 UTC 2016


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

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

commit 3e6dda6e62c7847875a4103e5d5a2c7934633097
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Mar 21 19:18:20 2016 +0100

    Reduced the size of the package by linking asm-debug-all.jar to asm-all.jar
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f429026..e4dba3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ asm (5.1-1) UNRELEASED; urgency=medium
     - Updated the OSGi metadata in debian/osgi
   * Renamed the package back to libasm-java
   * Removed the unused build dependency on libow-util-ant-tasks-java
+  * Reduced the size of the package by linking asm-debug-all.jar to asm-all.jar
   * Set the locale when generating the Javadoc to make the build reproducible
   * Standards-Version updated to 3.9.7 (no changes)
   * Removed rm-sigtest.patch
diff --git a/debian/rules b/debian/rules
index 197ef4a..0c1e686 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ get-orig-source:
 
 binary-post-install/$(PACKAGE)::
 	mh_install -e$(VERSION)
+	rm debian/$(PACKAGE)/usr/share/java/asm-debug-all-$(VERSION).jar
+	dh_link usr/share/java/asm-all-$(VERSION).jar usr/share/java/asm-debug-all-$(VERSION).jar
 
 clean::
 	mh_clean

-- 
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