** Changed in: dbus-java (Debian)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/663277
Title:
Classpath problem in libdbus-java package
To manage notifications ab
** Changed in: dbus-java (Debian)
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/663277
Title:
Classpath problem in libdbus-java package
To manage notifications about t
** Branch linked: lp:ubuntu/dbus-java
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/663277
Title:
Classpath problem in libdbus-java package
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
This bug was fixed in the package dbus-java - 2.8-1ubuntu1
---
dbus-java (2.8-1ubuntu1) natty; urgency=low
* debian/rules: Use relative paths for the .jar dependencies. (LP: #663277)
-- Michael HaggertyWed, 30 Mar 2011 12:48:02 +0200
** Changed in: dbus-java (Ubuntu)
St
Thanks! Sponsored.
** Also affects: dbus-java (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619888
Importance: Unknown
Status: Unknown
** Changed in: dbus-java (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a membe
I have reported this bug to Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619888
** Bug watch added: Debian Bug tracker #619888
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619888
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
Thanks for reporting this issue and adding a patch. The best way for us
to fix this in Ubuntu would be to fix this issue in the upstream Debian
package, and sync it from Debian. Could you please file a bug in
Debian's bug tracker for this package and link the bug here? (Use
http://www.debian.org/Bu
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/663277
Title:
Classpath problem in libdbus-java package
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ub
The problem is apparently that the rules file adds some jar dependencies
to the package's Class-Path using absolute paths, whereas (e.g.,
according to
http://java.sun.com/developer/Books/javaprogramming/JAR/basics/manifest.html#download)
the paths should be relative. I have attached a patch to fix