Bug#695283: libformula-java: Use ${java:Depends}

2012-12-06 Thread Michael Terry
Package: libformula
Version: 1.1.7.dfsg-2
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
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
debian-j...@lists.debian.org for discussions and questions.

Bug#650432: cdk: Don't build-depend on no-longer-existing libjgrapht0.6-java-link

2011-11-29 Thread Michael Terry
Package: cdk
Version: 1:1.2.10-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

Change libjgraph0.6-java-link to just libjgraph0.6-java now that the
link package is no longer built by libjgraph0.6.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-generic-pae (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 -Nru cdk-1.2.10/debian/changelog cdk-1.2.10/debian/changelog
diff -Nru cdk-1.2.10/debian/control cdk-1.2.10/debian/control
--- cdk-1.2.10/debian/control	2011-06-01 02:23:46.0 -0400
+++ cdk-1.2.10/debian/control	2011-11-29 13:25:20.0 -0500
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Daniel Leidert (dale) daniel.leid...@wgdd.de, Michael Koch konque...@gmx.de, Onkar Shinde onkarshi...@ubuntu.com
 Build-Depends: cdbs, debhelper (= 7), javahelper, default-jdk, ant-optional
-Build-Depends-Indep: ant-contrib, antlr, docbook-xsl (= 1.66.1), javacc, liblog4j1.2-java, libxerces2-java, libjgrapht0.6-java-link, libvecmath-java, libxom-java, libjama-java, libxpp3-java, r-cran-rjava
+Build-Depends-Indep: ant-contrib, antlr, docbook-xsl (= 1.66.1), javacc, liblog4j1.2-java, libxerces2-java, libjgrapht0.6-java, libvecmath-java, libxom-java, libjama-java, libxpp3-java, r-cran-rjava
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/cdk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cdk/#_trunk_cdk_
__
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#649750: netbeans: FTBFS against latest osgi-core

2011-11-23 Thread Michael Terry
Package: netbeans
Severity: normal
Tags: upstream
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise

Dear Maintainer,

I was looking into why netbeans does not build in Ubuntu.  One thing I
realized is that it does not build against osgi-core 4.3.0, though I believe
it would with 4.2.0.

In 4.3.0, org.osgi.framework.launch.FrameworkFactory.newFramework changed
from accepting any old Map to specifically a MapString, String.

In netbeans, core.netigso/src/org/netbeans/core/netigso/Netigso.java passes
in a MapString, Object.  Which stops compilation.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-2-generic-pae (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



__
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#649609: wagon: add missing libjaxen-java build depends

2011-11-22 Thread Michael Terry
Package: wagon
Version: 1.0.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

Add libjaxen-java to build depends to fix FTBFS, because the buildd was trying 
to
download it.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-2-generic-pae (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 -Nru wagon-1.0.0/debian/control wagon-1.0.0/debian/control
--- wagon-1.0.0/debian/control	2011-09-03 05:58:11.0 -0400
+++ wagon-1.0.0/debian/control	2011-11-22 12:08:02.0 -0500
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 1.4)
 Build-Depends-Indep: libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, libplexus-maven-plugin-java,  
  junit (= 3.8.1), libcommons-codec-java, libcommons-httpclient-java, libcommons-io-java,  
- libcommons-logging-java, libcommons-net2-java, libeasymock-java, libjetty-java,  
+ libcommons-logging-java, libcommons-net2-java, libeasymock-java, libjaxen-java, libjetty-java,  
  libjsch-java, libjsoup-java, libmaven-scm-java, libplexus-container-default-java,  
  libplexus-containers-java, libplexus-interactivity-api-java, libplexus-utils-java,  
  junit (= 3.8.1), libeasymock-java, libjetty-java, libmaven-scm-java, default-jdk-doc,  
__
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#648740: flute: define lib.dir

2011-11-14 Thread Michael Terry
Package: flute
Version: 1:1.1.6-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

In Ubuntu, flute was FTBFS, and I've been looking into it.  Flute would build 
locally,
but not in a pbuilder instance.

https://launchpadlibrarian.net/85013254/buildlog_ubuntu-precise-i386.flute_1%3A1.1.6-2_FAILEDTOBUILD.txt.gz

The problem was that it was not finding sac.jar in the classpath.

If I set includeantruntime=false on the javac of the compile target, I
could also reproduce locally.  Seems that the ant run time was providing the
classpaths necessary to find sac.jar, but it wasn't for some reason in a chroot.

Since includeantruntime=false is the recommended way to achieve reliable
builds, it seems like a genuine bug that the build fails with it even though 
Debian doesn't seem to be hitting this issue.

Looking further, I discovered that if I used ivy to resolve the dependencies,
it would work because ivy would put sac.jar in ./lib (which is the default
${lib.dir} value).

So I tried the attached patch to define lib.dir manually to /usr/share/java
and that worked.

Thanks for considering the patch, which would let us get back in sync.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-2-generic-pae (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 -Nru flute-1.1.6/debian/rules flute-1.1.6/debian/rules
--- flute-1.1.6/debian/rules	2011-11-01 10:38:42.0 -0400
+++ flute-1.1.6/debian/rules	2011-11-14 11:17:16.0 -0500
@@ -10,7 +10,7 @@
 
 override_dh_auto_build:
 	cd source/org/w3c/flute/parser  javacc Parser.jj
-	ant -Dantcontrib.build.cache.dir=/usr/share/java compile jar javadoc
+	ant -Dantcontrib.build.cache.dir=/usr/share/java -Dlib.dir=/usr/share/java compile jar javadoc
 
 override_dh_auto_clean:
 	for i in TokenMgrError.java Token.java CharStream.java \
__
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#648749: libpixie-java: build depend on ant-contrib

2011-11-14 Thread Michael Terry
Package: libpixie-java
Version: 1:1.1.6-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

Recently, libpixie-java started using bits of ant-contrib.  But did not add it
as a build dependency.

So during a build, it will be downloaded from sourceforge, which causes a
FTBFS in Ubuntu.

I've used the attached patch to fix this in Ubuntu, thanks for considering it.

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-2-generic-pae (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 libpixie-java-1.1.6/debian/control libpixie-java-1.1.6/debian/control
--- libpixie-java-1.1.6/debian/control
+++ libpixie-java-1.1.6/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Rene Engelhard r...@debian.org
 Build-Depends: debhelper (= 5), cdbs
-Build-Depends-Indep: default-jdk, ant, libjcommon-java (= 1.0.10), libbase-java, libcommons-logging-java, javahelper
+Build-Depends-Indep: default-jdk, ant, libjcommon-java (= 1.0.10), libbase-java, libcommons-logging-java, javahelper, ant-contrib
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libpixie-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libpixie-java/
__
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#616003: eclipse: drop UBUNTU_MENUPROXY export

2011-03-01 Thread Michael Terry
Package: eclipse
Version: 3.5.2-8ubuntu1
Severity: minor
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty

Hello!  I see that you recently incorporated the UBUNTU_MENUPROXY=0 export
that Ubuntu was using to workaround the fact that Eclipse didn't play well
with Ubuntu's global menu.

Since then, I've fixed the issues the global menu had with SWT apps (but
have *not* yet fixed them for Eclipse).  So the current export has the
undesired side effect of disabling the global menu for all launched apps,
including SWT apps that work fine with the menu.

So I've modified appmenu-gtk to blacklist Eclipse and removed the export
from natty's packaging of eclipse.  If Debian has a recent version of
appmenu-gtk, you can also drop the export.

Thanks!

-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-5-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.5.2-8ubuntu1 Eclipse Java Development Tools (JD
ii  eclipse-pde   3.5.2-8ubuntu1 Eclipse Plug-in Development Enviro

eclipse recommends no packages.

eclipse suggests no packages.

Versions of packages eclipse-platform depends on:
ii  ant   1.8.1-1Java based build tool like make
ii  ant-optional  1.8.1-1Java based build tool like make - 
ii  default-jre [java6-ru 1:1.6-40ubuntu1Standard Java or Java compatible R
ii  eclipse-platform-data 3.5.2-8ubuntu1 Eclipse platform without plug-ins 
ii  eclipse-rcp   3.5.2-8ubuntu1 Eclipse Rich Client Platform (RCP)
ii  java-common   0.40ubuntu1Base of all Java packages
ii  libc6 2.13-0ubuntu3  Embedded GNU C Library: Shared lib
ii  libcommons-codec-java 1.4-2  encoder and decoders such as Base6
ii  libcommons-el-java1.0-6  Implementation of the JSP2.0 Expre
ii  libcommons-httpclient 3.1-9  A Java(TM) library for creating HT
ii  libcommons-logging-ja 1.1.1-8commmon wrapper interface for seve
ii  libjasper-java5.5.26-5   Implementation of the JSP Containe
ii  libjetty-java 6.1.24-6   Java servlet engine and webserver 
ii  libjsch-java  0.1.42-2fakesync1  pure Java implementation of the SS
ii  liblucene2-java   2.9.3+ds1-1Full-text search engine library fo
ii  libservlet2.5-java6.0.28-10  Servlet 2.5 and JSP 2.1 Java API c
ii  openjdk-6-jre [java6- 6b21~pre3-0ubuntu1 OpenJDK Java runtime, using Hotspo
ii  perl  5.10.1-17ubuntu3   Larry Wall's Practical Extraction 
ii  sat4j 2.2.0-3Efficient library of SAT solvers i

Versions of packages eclipse-pde depends on:
ii  default-jre [java6-ru 1:1.6-40ubuntu1Standard Java or Java compatible R
ii  eclipse-jdt   3.5.2-8ubuntu1 Eclipse Java Development Tools (JD
ii  eclipse-platform  3.5.2-8ubuntu1 Eclipse platform without plug-ins 
ii  libasm3-java  3.2-3ubuntu1   Java bytecode manipulation framewo
ii  openjdk-6-jre [java6- 6b21~pre3-0ubuntu1 OpenJDK Java runtime, using Hotspo

Versions of packages eclipse-jdt depends on:
ii  default-jre [java6-ru 1:1.6-40ubuntu1Standard Java or Java compatible R
ii  eclipse-platform  3.5.2-8ubuntu1 Eclipse platform without plug-ins 
ii  eclipse-plugin-cvs3.5.2-8ubuntu1 Eclipse Team Integration (CVS supp
ii  junit 3.8.2-4Automated testing framework for Ja
ii  junit44.8.2-2JUnit regression test framework fo
ii  libhamcrest-java  1.1-8  library of matchers for building t
ii  openjdk-6-jre [java6- 6b21~pre3-0ubuntu1 OpenJDK Java runtime, using Hotspo

-- no debconf information



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


Bug#552621: antlr3: Enable testsuite (and fix resulting failures)

2009-10-28 Thread Michael Terry
Package: antlr3
Version: 3.0.1+dfsg-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

I was looking into enabling the testsuite in Ubuntu, and the attached diff will 
do so.  Thought you might be interested in doing the same.

However, running it, there were 14 failures.  Presumably those are upstream 
failures.

So obviously, this patch shouldn't be applied without also fixing those 
failures.  But ideally both would happen.  :)

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u antlr3-3.0.1+dfsg/debian/rules antlr3-3.0.1+dfsg/debian/rules
--- antlr3-3.0.1+dfsg/debian/rules
+++ antlr3-3.0.1+dfsg/debian/rules
@@ -13,7 +13,8 @@
 
 JAVA_HOME := /usr/lib/jvm/default-java
 ANT_OPTS = -Dant.build.javac.source=1.4
-DEB_JARS := ant-antlr antlr junit
+DEB_JARS := ant-antlr antlr junit ant-junit ant-trax
+DEB_ANT_CHECK_TARGET = test
 
 build/antlr3::
 	install -m 644 -D build/antlr.jar \
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers