FYI, I forwarded the bug to ASM's upstream issue tracker [1].

I propose the follwing patch to fix the bug:

```
diff --git a/debian/rules b/debian/rules
index 734f78c..ed59b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ VERSION ?= $(shell dpkg-parsechangelog | sed -rne
's/^Version: ([0-9.]+)[-+].*$$
        dh $@ --with maven-repo-helper

 override_dh_auto_build:
-       dh_auto_build -- jar jdoc examples
+       dh_auto_build -- -Dproduct.noshrink=true jar jdoc examples

 override_mh_install:
        mh_install -e$(VERSION)
```

[1]: 
http://forge.ow2.org/tracker/?func=detail&aid=317779&group_id=23&atid=100023

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to