Bug#730192: libbtm-java: Typo in rules file

2013-11-23 Thread tony mancill
On 11/22/2013 05:28 AM, Artur Rona wrote:
 Package: libbtm-java
 Version: 2.1.4-1
 Tags: patch
 Usertags: origin-ubuntu ubuntu-patch trusty
 
 In Ubuntu, we've applied the attached patch to achieve the following:
 
   * debian/rules:
  - Fixed typo (replaced _'s with -'s in jms package name)
 
 We thought you might be interested in doing the same.


Hi Artur,

I don't know why/whether the geronimo-jms JAR is named differently in
Ubuntu, but it is named correctly for building on Debian, and applying
the proposed patch changes the CLASSPATH and results in a FTBFS on Debian.

 (jdksid)root@boson:/# dpkg -L libgeronimo-jms-1.1-spec-java | grep 
 /usr/share/java
 /usr/share/java
 /usr/share/java/geronimo-jms_1.1_spec-1.1.jar
 /usr/share/java/geronimo-jms_1.1_spec.jar

Thank you,
tony




signature.asc
Description: OpenPGP digital signature
__
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.

Bug#730192: libbtm-java: Typo in rules file

2013-11-23 Thread Artur Rona

Hello Tony,

yes that's right. I found yesterday that change causes FTBFS. We have 
already synced your package clearly to Ubuntu archive. This bug can be 
closed.


Sorry and thanks.

--
Pozdrawiam / Kind Regards,
Artur Rona

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


Bug#730192: libbtm-java: Typo in rules file

2013-11-22 Thread Artur Rona

Package: libbtm-java
Version: 2.1.4-1
Tags: patch
Usertags: origin-ubuntu ubuntu-patch trusty

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/rules:
 - Fixed typo (replaced _'s with -'s in jms package name)

We thought you might be interested in doing the same.

--
Pozdrawiam / Kind regards,
Artur Rona

diff -pruN 2.1.2-1/debian/rules 2.1.2-1ubuntu1/debian/rules
--- 2.1.2-1/debian/rules	2012-01-18 15:25:40.0 +
+++ 2.1.2-1ubuntu1/debian/rules	2012-02-13 20:45:49.0 +
@@ -5,7 +5,7 @@ VERSION = $(shell dpkg-parsechangelog | 
 export JAVA_HOME := /usr/lib/jvm/default-java
 
 D := /usr/share/java/
-export CLASSPATH := $(D)slf4j-api.jar:$(D)geronimo-jms_1.1_spec-1.1.jar:$(D)geronimo-jta-1.0.1b-spec.jar:$(D)mockito-core.jar
+export CLASSPATH := $(D)slf4j-api.jar:$(D)geronimo-jms-1.1-spec-1.1.jar:$(D)geronimo-jta-1.0.1b-spec.jar:$(D)mockito-core.jar
 
 %:
 	dh $@
__
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.