Package: libformula
Version: 1.1.7.dfsg-2
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer,
libformula-java currently hardcodes its dependency on libjcommon-java. But
ideally it would use ${java:Depends} to be safer and future-proof.
I tested with this, and you'd lose the versioned part of the dependency
(>= 1.0.10-1), but that is satisfied by even oldstable. So no great loss.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers raring-updates
APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring')
Architecture: i386 (i686)
Kernel: Linux 3.7.0-4-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libformula-1.1.7.dfsg/debian/control libformula-1.1.7.dfsg/debian/control
--- libformula-1.1.7.dfsg/debian/control
+++ libformula-1.1.7.dfsg/debian/control
@@ -10,7 +10,7 @@
Package: libformula-java
Architecture: all
-Depends: libjcommon-java (>= 1.0.10-1),
+Depends: ${java:Depends},
${misc:Depends}
Suggests: libformula-java-doc
Description: Excel(tm) style formula expressions library
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.