[Bug 663277] Re: Classpath problem in libdbus-java package

2014-02-01 Thread Bug Watch Updater
** 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

[Bug 663277] Re: Classpath problem in libdbus-java package

2011-08-10 Thread Bug Watch Updater
** 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

[Bug 663277] Re: Classpath problem in libdbus-java package

2011-03-30 Thread Launchpad Bug Tracker
** 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

[Bug 663277] Re: Classpath problem in libdbus-java package

2011-03-30 Thread Launchpad Bug Tracker
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

[Bug 663277] Re: Classpath problem in libdbus-java package

2011-03-30 Thread Martin Pitt
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

[Bug 663277] Re: Classpath problem in libdbus-java package

2011-03-30 Thread Michael Haggerty
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

[Bug 663277] Re: Classpath problem in libdbus-java package

2011-03-25 Thread Marc Deslauriers
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

[Bug 663277] Re: Classpath problem in libdbus-java package

2010-12-14 Thread Brian Murray
** 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

[Bug 663277] Re: Classpath problem in libdbus-java package

2010-12-14 Thread Michael Haggerty
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