Bug#887666: jh_linkjars: Invalid option: N

2018-04-08 Thread Niels Thykier
Emmanuel Bourg:
> Le 08/04/2018 à 12:57, Niels Thykier a écrit :
> 
>> I had a go and it failed (presumably because I do not have write access)
> 
> You have to join back the team then ;)
> 

Ok, requested access. :)

Let me know once it has been progressed.

Thanks,
~Niels

__
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#887666: jh_linkjars: Invalid option: N

2018-04-08 Thread Niels Thykier
Emmanuel Bourg:
> Le 07/04/2018 à 19:55, Niels Thykier a écrit :
> 
>> I have written some patches to rewrite most of the javatools helpers
>> into perl using Debhelper's Dh_Lib[1].  This would fix this problem and
>> avoid future instances of it.
> 
> Thank you Niels! Feel free to commit the changes directly into the Git
> repository (still on Alioth).
> 
> Emmanuel Bourg
> 

Thanks. :)

I had a go and it failed (presumably because I do not have write access):

"""
$ git push origin master
Counting objects: 44, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (44/44), done.
Writing objects: 100% (44/44), 10.89 KiB | 1.82 MiB/s, done.
Total 44 (delta 34), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to
repository database ./objects
remote: fatal: failed to write object
error: remote unpack failed: unpack-objects abnormal exit
To ssh://git.debian.org/git/pkg-java/javatools.git
 ! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to
'ssh://git.debian.org/git/pkg-java/javatools.git'
"""

(As I recall, I am no longer a member of the java team on alioth)

Thanks,
~Niels

__
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#887666: jh_linkjars: Invalid option: N

2018-04-07 Thread Niels Thykier
On Thu, 18 Jan 2018 21:48:00 + Niels Thykier <ni...@thykier.net> wrote:
> Control: reassign -1 javahelper
> 
> On Thu, 18 Jan 2018 23:41:19 +0200 Adrian Bunk <b...@debian.org> wrote:
> > Package: debhelper
> > Version: 11.1.2
> > Severity: serious
> > Control: affects -1 javahelper src:zabbix
> > 
> > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/zabbix.html
> > 
> > ...
> >jh_linkjars -O--max-parallel=4 -Nzabbix-frontend-php 
> > -Nzabbix-java-gateway
> > Invalid option: N
> > Usage: jh_linkjars [options] [target] 
> > Options:
> > -h --help: show this text
> > -V --version: show the version
> > -v --verbose: show more information while running
> > -t --transitive: transitively link jars
> > -n --no-act: don't actually do anything, just print the results
> > -u --unlink: remove the links instead of adding them
> > debian/rules:77: recipe for target 'binary' failed
> > make: *** [binary] Error 1
> > 
> > 
> > Works after downgrading to debhelper 11
> > 
> > 
> 
> 
> The -N option is a basic "shared" debhelper option required by any
> dh-like tool added to the debhelper sequence (similar to -p/-s/-i).  The
> solution here is to have javahelper support that option.
> 
> Thanks,
> ~Niels
> 
> 
> 

Hi,

I have written some patches to rewrite most of the javatools helpers
into perl using Debhelper's Dh_Lib[1].  This would fix this problem and
avoid future instances of it.

While the patches do include jh_linkjars, I doubt that the bug will be
fixed until jh_build and jh_depends have also been rewritten.
Therefore, I am not tagging this bug with "patch".

Thanks,
~Niels

[1] The 0001 patch is strictly unrelated but avoids relying (fake)root
when building the package.
>From bf05b0189e84660fae137060931a490ab58d0fa2 Mon Sep 17 00:00:00 2001
From: Niels Thykier <ni...@thykier.net>
Date: Sat, 7 Apr 2018 14:43:21 +
Subject: [PATCH 1/6] javatools can be built without (fake)root

Signed-off-by: Niels Thykier <ni...@thykier.net>
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index c127665..6616958 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
  libtest-strict-perl,
  markdown,
  perl
+Rules-Requires-Root: no
 Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/javatools.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javatools.git
-- 
2.16.3

>From 4f6064fa0e380e8b8f50b16e8852987431f1776f Mon Sep 17 00:00:00 2001
From: Niels Thykier <ni...@thykier.net>
Date: Sat, 7 Apr 2018 15:05:06 +
Subject: [PATCH 2/6] Rewrite jh_classpath using Debhelper's Dh_Lib

Signed-off-by: Niels Thykier <ni...@thykier.net>
---
 debian/javahelper.manpages |   1 -
 debian/rules   |   1 +
 jh_classpath   | 221 +++--
 jh_classpath.1 |  30 --
 t/strict.t |   1 +
 5 files changed, 135 insertions(+), 119 deletions(-)
 delete mode 100644 jh_classpath.1

diff --git a/debian/javahelper.manpages b/debian/javahelper.manpages
index 8527947..6f02dc7 100644
--- a/debian/javahelper.manpages
+++ b/debian/javahelper.manpages
@@ -1,5 +1,4 @@
 jh_build.1
-jh_classpath.1
 jh_depends.1
 jh_exec.1
 jh_installjavadoc.1
diff --git a/debian/rules b/debian/rules
index 703676a..600be8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ override_dh_auto_build: jh_lib.sh
 	$(POD2MAN) jh_setupenvironment tmp/jh_setupenvironment.1
 	$(POD2MAN) jh_compilefeatures tmp/jh_compilefeatures.1
 	$(POD2MAN) jh_manifest tmp/jh_manifest.1
+	$(POD2MAN) jh_classpath tmp/jh_classpath.1
 	$(POD2MAN) fetch-eclipse-source.pod tmp/fetch-eclipse-source.1
 	$(POD2MAN) -s 1 jh_clean.pod tmp/jh_clean.1
 	$(POD2MAN) $(MOD_PATH)/Eclipse.pm tmp/Debian::Javahelper::Eclipse.3
diff --git a/jh_classpath b/jh_classpath
index 3024f98..5aa61f2 100755
--- a/jh_classpath
+++ b/jh_classpath
@@ -1,94 +1,139 @@
-#!/bin/bash --
-
-set -e
-
-. /usr/share/javahelper/jh_lib.sh
-
-syntax()
-{
-   echo -e "Usage: jh_classpath [options] [jar(s)]"
-   echo -e "Options:"
-   echo -e "\t-h --help: show this text"
-   echo -e "\t-V --version: show the version"
-   echo -e "\t-i --indep: act on all Arch: all packages"
-   echo -e "\t-a --arch: act on all Arch-specific packages"
-   echo -e "\t-s --same-arch: alias of --arch for compatibility with debhelper"
-   echo -e "\t-p --package=: package to act on (default=all)"
-   echo -e "\t-P --tmpdir=: package directory (default=\$CWD/debian/package)"
-   echo -e "\t-c --classpath=: The classpath to set on the jar(s)"
-   echo -e 

Fwd: Re: jh_linkjars: Invalid option: N

2018-01-18 Thread Niels Thykier
Typo'ed the email; manual forward to fix it. :)


 Forwarded Message 
Subject: Re: jh_linkjars: Invalid option: N
Date: Thu, 18 Jan 2018 21:48:00 +
From: Niels Thykier <ni...@thykier.net>
To: 887...@bugs.debian.org
CC: Adrian Bunk <b...@debian.org>, javato...@package.debian.org

Control: reassign -1 javahelper

On Thu, 18 Jan 2018 23:41:19 +0200 Adrian Bunk <b...@debian.org> wrote:
> Package: debhelper
> Version: 11.1.2
> Severity: serious
> Control: affects -1 javahelper src:zabbix
> 
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/zabbix.html
> 
> ...
>jh_linkjars -O--max-parallel=4 -Nzabbix-frontend-php -Nzabbix-java-gateway
> Invalid option: N
> Usage: jh_linkjars [options] [target] 
> Options:
>   -h --help: show this text
>   -V --version: show the version
>   -v --verbose: show more information while running
>   -t --transitive: transitively link jars
>   -n --no-act: don't actually do anything, just print the results
>   -u --unlink: remove the links instead of adding them
> debian/rules:77: recipe for target 'binary' failed
> make: *** [binary] Error 1
> 
> 
> Works after downgrading to debhelper 11
> 
> 


The -N option is a basic "shared" debhelper option required by any
dh-like tool added to the debhelper sequence (similar to -p/-s/-i).  The
solution here is to have javahelper support that option.

Thanks,
~Niels


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


Re: Wheezy update of jetty?

2017-06-18 Thread Niels Thykier
Chris Lamb:
> Dear maintainer(s),
> 
> The Debian LTS team would like to fix the security issues which are
> currently open in the Wheezy version of jetty:
> https://security-tracker.debian.org/tracker/source-package/jetty
> 

Hi Chris,

As I recall, almost(?) all of the people you have explicitly Cc'ed are
inactive or no longer in the Java team (myself included).

I am bouncing this to debian-java@l.d.o to increase its visibility (from
memory, pkg-java-maintainers@l.a.d.o gets a lot of "automated" traffic
from bugs etc.)

Quoting the rest the rest of your mail for d-java. :)

Thanks,
~Niels

> Would you like to take care of this yourself?
> 
> If yes, please follow the workflow we have defined here:
> https://wiki.debian.org/LTS/Development
> 
> If that workflow is a burden to you, feel free to just prepare an
> updated source package and send it to debian-...@lists.debian.org
> (via a debdiff, or with an URL pointing to the source package,
> or even with a pointer to your packaging repository), and the members
> of the LTS team will take care of the rest. Indicate clearly whether you
> have tested the updated package or not.
> 
> If you don't want to take care of this update, it's not a problem, we
> will do our best with your package. Just let us know whether you would
> like to review and/or test the updated package before it gets released.
> 
> You can also opt-out from receiving future similar emails in your
> answer and then the LTS Team will take care of jetty updates
> for the LTS releases.
> 
> Thank you very much.
> 
> Chris Lamb,
>   on behalf of the Debian LTS team.
> 
> PS: A member of the LTS team might start working on this update at
> any point in time. You can verify whether someone is registered
> on this update in this file:
> https://anonscm.debian.org/viewvc/secure-testing/data/dla-needed.txt?view=markup
> 
> 
> Regards,
> 


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#858876: libjna-jni: causes NoClassDefFoundError

2017-04-09 Thread Niels Thykier
On Wed, 29 Mar 2017 02:07:43 +0900 YOSHINO Yoshihito
 wrote:
> Hi Emmanuel,
> 
> On Tue, Mar 28, 2017 at 4:47 PM, Emmanuel Bourg  wrote:
> > Thank you for the report. The symlink was in the same directory? What
> > JRE did you use?
> 
> Yes, in the same directory. I use openjdk-8-jre:i386.
> 
> Regards,
> -- 
> YOSHINO Yoshihito 
> 
> 

Hi Emmanuel,

Any update on this? This bug is one of the last ~60 RC bugs in key
packages for the stretch release. :)

Thanks,
~Niels

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#823155: maven-debian-helper: mh_make fails to determine that apt-file is configured

2016-05-01 Thread Niels Thykier
On Sun, 01 May 2016 17:14:07 +0200 Peter Spiess-Knafl
 wrote:
> Package: maven-debian-helper
> Version: 2.0.6
> Severity: normal
> Tags: patch
> 
> Dear Maintainer,
> 
> mh_make is looking at a deprecated path for mvnDebug.
> 
> apt-file no longer references to mvnDebug at /usr/bin/mvnDebug but rather at
> /usr/share/maven/bin/mvnDebug
> 
> The attached patch fixes this problem.
> 
> Greetings
> Peter
> 
> [...]

Hi,

FTR, apt-file/3.0 has some new exit codes that might be interesting for you:

> EXIT CODES
>apt-file has the following defined exit codes, which can be used for 
> scripting purposes.
> 
>0   apt-file returned successfully.  If the command was a search, 
> there was at least one result.
> 
>1   apt-file completed a search successfully, but it had no results.
> 
>2   An error occurred (including invalid/conflicting user options).
> 
>3   apt-file could not complete the command because the cache was 
> empty.  Please ensure there are indices enabled in the APT config and run apt 
> update to fetch them.
> 
>4   apt-file could not complete the command because the cache does not 
> have any files matching the restrictions.  Either change the restrictions 
> (e.g. --index-names) or configure apt to fetch the relevant files and
>run apt update.
> 
>255 There was an internal errors / uncaught exception in apt-file.  
> Please file a bug against apt-file.
> 
>Any other exit code is reserved for future use.

Please note that apt-file/3.0 requires a very recent version of APT and
is unlikely to be backported.

Thanks,
~Niels

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Permission on Moving icu4j to Git?

2016-02-29 Thread Niels Thykier
殷啟聰:
> Hi Thykier, Tille, Moeller,
> 
> I would like update icu4j to 59.1. Before that I want to move icu4j to
> Git, would you allow me to do that? Thanks!
> 
> Cheers,
> Kai-Chung Yan
> 

Hi,

I retried from the Java team a few years back and have no stake in this
question. :)

If my name is still listed in "Uploaders", please remove it on the next
upload.

Thanks,
~Niels





signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#789350: javahelper: javadoc fails with error - option -locale must be first on the command line

2015-06-20 Thread Niels Thykier
Package: javahelper
Version: 0.51
Severity: serious

After the new upload, a lintian test case fails with:


jh_build --javacopts='-target 1.7' --javacopts='-source 1.7'
find src -name *.java -and -type f -print0 | xargs -0 
/usr/lib/jvm/default-java/bin/javac -g -cp :debian/_jh_build.testa -d 
debian/_jh_build.testa -target 1.7 -source 1.7
find src -name *.java -and -type f -print0 | xargs -0 
/usr/lib/jvm/default-java/bin/javadoc -classpath :debian/_jh_build.testa -d 
debian/_jh_build.javadoc/api -quiet -locale en_US -notimestamp -source 1.5
javadoc: error - option -locale must be first on the command line.
listing of javadoc usage/options


This is an unforunate regression that is very likely to break existing
packages that relies on jh_build to produce javadoc.

Thanks,
~Niels

__
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#781879: swt-gtk: Please package new upstream version

2015-04-04 Thread Niels Thykier
On 2015-04-04 10:42, Tobias Frost wrote:
 Package: swt-gtk
 Severity: wishlist
 
 Upstream is at 4.4.2 already, we're at 3.8.2
 
 Mayn thanks!
 
 tobi
 
 [...]

Hi,

(Drive-by remark): There is a swt4-gtk source package at 4.3.2, which
might be closer to what you want (still not 4.4.2 though).

Thanks,
~Niels

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


Re: Updating Eclipse

2015-01-10 Thread Niels Thykier
On 2015-01-09 20:21, Markus Koschany wrote:
 Hi Pascal,

 On 09.01.2015 19:43, Pascal Rapicault wrote:
 Hi,


Hi Pascal,

(NB: Please CC me explicit on replies as I am not subscribed to debian-java)

For reference, I am more than happy to provide advice and technical aid
where possible.  But I am not able to be a co-maintainer of eclipse.

 My name is Pascal Rapicault. I'm a long time committer on the Eclipse
 platform, and I've recently been tasked by Ericsson to:
 1 - bring new versions of Eclipse to debian
 2 - make sure the experience of using eclipse on debian is good (from an
 installation pov)
 3 - make sure the user can get multiple versions of Eclipse installed at
 the same time but not all merged (e.g. IDE for C/C++, IDE for Java, etc.)
 4 - find a way to streamline the push of Eclipse to debian
 
 Thank your for your interest in Eclipse and the state of Java packages
 in Debian. [...]
 

Indeed thanks for your interest.  And thanks to Ericsson as well. :)

 I recently worked on a mechanism that creates debian packages from an
 eclipse distro as a single package (all the jars and other files are in
 one package) and is also able to collect the dependencies on native
 packages. This works quite well since it makes it easy for the users to
 get a functional starting point (IDE for Java, IDE for C/C++) that they
 can customize, and allows multiple IDEs to be installed separately.

 Now a couple questions:
 - Would the package I describe above be suitable to be made available in
 the main debian repo? (I assume no, but I may as well check :))

I strongly suspect the answer to be no as well.  Debian is not really
that much into fat packages, static linking or the strictly equals
dependencies (outside binaries built from same source package).

 - What are the reasons why Eclipse is no longer updated, technical,
 political, volunteers?

I suspect mostly lacking volunteers willing to provide a debian package
under the technical and political requirements of Debian.

 - What are the requirements to package Eclipse for debian?

I believe Markus already touched on some of these.  I only have an
incomplete list.  None that some of my remarks / follow comments here
are based on my time as Debian maintainer of eclipse (mostly active
during 2009-2011ish). Anyhow:

 * DFSG compatible licenses.  Here Eclipse general excels with its IP
   and rigid handling of copyright/licenses.
 * Rebuild things from source.  Some of it works, except for the
   bootstrap problem.  Namely to compile eclipse you (used to?) require
   eclipse.
 * No / Avoid bundling of libraries and avoid static linking.
 * Rebuild everything *without internet*.  Mostly an issue with maven.
   In my time, Eclipse did not have an issue here, but I heard they
   considered moving to maven or so?
 * Debian generally tries to avoid = $version dependencies, which are
   fairly common in the Java world (if I am not mistaken).
 * The package must be policy compliant[1].  That is a long read, so
   I would not start here.  For reference, the current eclipse package
   is mostly good enough.
   - I would recommend getting a working compile first and then worry
 about policy compliance afterwards.

 - What are the most painful aspects of this process? 
 [...]

Again note that my remarks here are based from my experience and may
have changed since 2011.  Hopefully you will find it easier - your time
as Eclipse committer might make a lot of things easier for you.  Also
please note that some of these issues are not specific to Debian (e.g.
Fedora have similar concerns).

 * Eclipse upstream and Debian had different ideas on certain things
   like how much should be rebuilt from source.
   - Debian: Everything *must* be rebuildable and everything *should* be
 be rebuilt during a package build.
   - Eclipse: Automatic rebuilds are /sometimes/ an afterthought or not
 done at all (e.g. because they consume the official binaries of
 XYZ).
 * Providing patches to Eclipse upstream was generally difficult.  I
   suspect you will it a lot easier here, being already integrated
   upstream.
   - My problems were mostly I find a problem at X, where do I file a
 bug (i.e. which component maintains X)?
   - During most of my involvement, I had to rely on others having time
 to commit my patches.  I did manage to become a committer at some
 point, but at that time I had mostly burned out.
 * The bootstrap problem.  To have compile eclipse version X, you
   generally need(ed?) eclipse X to pre-build some build files.
   - Some people from Fedora started an eclipse-build project[2] to
 solve the bootstrap problem and ease automatic building of eclipse
 (from scratch).
   - The bootstrap problem is/was solved by pre-compiling some build
 scripts, which were used to bootstrap enough of eclipse for it to
 generate build scripts.  Here after everything is rebuilt just to
 prove everything is buildable.  This is the 

Bug#773805: liblucene4-java: Incomplete poms installed in /usr/share/maven-repo

2015-01-07 Thread Niels Thykier
On 2015-01-08 05:17, tony mancill wrote:
 [...]
 
 
 Hello Hilko, Emmanuel,
 
 I'm taking a look at this, but in the interest of the jessie release, I
 wanted to ask Emmanuel whether it would be okay to decrease the severity.
 
 We have a number of other packages with missing or incomplete poms, and
 propose that we discuss maven metadata for all Java library packages as
 a release goal for jessie + 1.
 
 Otherwise, the package will be removed soonish (February 5th).
 
 https://tracker.debian.org/pkg/lucene4
 
 Thanks,
 tony
 
 [...]

Hi,

If the bug is RC on its own, but you believe it is irrelevant for the
Jessie release, the correct option would be to have it ignored (please
file a bug against release.debian.org for that).
  Mind you, the assumption is that the bug is in fact RC.  If not, the
release team will probably recommend downgrading it instead.

If the bug only prevents new packages from being build (i.e. packages
not already in Jessie/sid), it /sounds/ like it might not be RC after
all (maybe important).  However, please keep in mind that my answer is
solely based on the above mail.

Thanks,
~Niels

__
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#764191: eclipse: FTBFS on armel

2014-11-18 Thread Niels Thykier
On 2014-11-18 11:48, Emmanuel Bourg wrote:
 Hi Hector,
 
 Thank you for the report. It looks like the VM crashed during the build.
 Could you try again with OpenJDK 7u71 please?
 
 Emmanuel Bourg
 
 __
 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.
 

FTR, I requested the removal of eclipse on armel and kfreebsd because of
this (and kfreebsd using gcj, which is known not to work).

~Niels

__
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#769526: xlshlt: xslhlt should use configuration file provided by package by default

2014-11-16 Thread Niels Thykier
On 2014-11-16 10:54, Eugene Zhukov wrote:
 Hi and thank you for your bug report! I examined the patch and have a
 question about it.
 What is the purpose of } else if (new
 File(xslthl-config.xml).isFile()) {? As far as I understand it will
 always be true. What did I miss?
 
 I would only change
 configFilename = xslthl-config.xml;
 to
 configFilename = /usr/share/xslthl/highlighters/xslthl-config.xml;
 
 __
 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.
 

Hi,

I suppose the purpose of the } else if(new File(...) is to keep the
current behaviour of using ./xslthl-config.xml if it exists (in
preference to the global one).

On a related note, if xslthl-config.xml is a file that the end user
might want to change (i.e. it contains configuration), then the Debian
package should look for it in /etc (possibly falling back to the
/usr/share one if the /etc variant does not exist).

~Niels

Ref: https://www.debian.org/doc/debian-policy/ch-files.html#s-config-files

__
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#766156: libspring-java: Hard coded JAVA_HOME that cause ftbfs

2014-10-21 Thread Niels Thykier
On 2014-10-21 10:34, Andrew Lee (李健秋) wrote:
 Package: libspring-java
 Version: 3.0.6.RELEASE-15
 Severity: important
 
 Dear Maintainer,
 
 I got such ftbfs on i386:
[...]
 
 Found this in debian/rules:
 JAVA_HOME   := /usr/lib/jvm/java-7-openjdk-amd64
 
 A quickly fix:
 + DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 - JAVA_HOME   := /usr/lib/jvm/java-7-openjdk-amd64
 + JAVA_HOME   := /usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH)
 
 Best regards,
 
 -Andrew
 
 [...]

Hi,

For pedantic correctness, you should be using DEB_BUILD_ARCH instead
of DEB_HOST_ARCH[1].  For an arch:all package it makes little
difference, but for arch:any it is relevant when cross building.

~Niels

[1] DEB_BUILD_ARCH is the architecture on which the build is happening,
DEB_HOST_ARCH is the architecture that will run the compiled binary.

__
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#752397: javahelper doesn't add libswt-cairo-gtk-3-jni when {java:Depends} is specified

2014-06-24 Thread Niels Thykier
On 2014-06-24 10:00, Pirate Praveen wrote:
 [adding debian-java list]
 
 On Tuesday 24 June 2014 10:14 AM, Niels Thykier wrote:
 On 2014-06-23 14:14, Praveen Arimbrathodiyil wrote:
 package: javahelper, libswt-gtk-3-java
 severity: important

 [...]

 Hi,

 Does the JAR files in gnukhata use Class-Path?  If not, javahelper will
 not be able to help you with dependencies automatically.  If it uses
 Maven, you might have luck with the Maven helpers and if it uses OSGi,
 then I believe you currently must do it manually.
 
 I think the issue is libswt-gtk-3-java missing the dependency, as java
 helper finds this dependency correctly.
 
 Hoping someone in debian-java can give a better insight.
 
 ~Niels

 
 

True; I overlooked the fact that it was the swt-java - swt-jni
dependency.  That said, javahelper never supported those!  Those are
from the same source and usually the Java package needs a very strict
dependency on the JNI dependency.

*In the particular case* - SWT is a bit special here, because it builds
a mandatory JNI (libswt-gtk-3-jni) and several optional extensions
(e.g. libswt-cairo-gtk-3-jni).  I suspect that gnukhata need to declare
a dependency on libswt-cairo-gtk-3-jni if it needs that particular
extension.
 * Admittedly, libswt-gtk-3-java could do with a Suggests/Recommends on
   its optional JNI packages.

~Niels

__
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#752397: javahelper doesn't add libswt-cairo-gtk-3-jni when {java:Depends} is specified

2014-06-23 Thread Niels Thykier
On 2014-06-23 14:14, Praveen Arimbrathodiyil wrote:
 package: javahelper, libswt-gtk-3-java
 severity: important
 
 It is likely that libswt-gtk-3-java is missing a runtime dependency on .
 To test this gnukhata package can be installed from
 packages.debian.org/~praveen/gnukhata
 
 [...]
 

Hi,

Does the JAR files in gnukhata use Class-Path?  If not, javahelper will
not be able to help you with dependencies automatically.  If it uses
Maven, you might have luck with the Maven helpers and if it uses OSGi,
then I believe you currently must do it manually.

~Niels

__
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#747054: FTBFS: package javax.servlet.http does not exist

2014-06-05 Thread Niels Thykier
On 2014-05-31 07:25, Hideki Yamane wrote:
 control: tags -1 +unreproducible
 
 Hi,
 
 I've rebuilt eclipse package in current sid using pbuilder and didn't 
 encounter any error.
 Can someone please confirm this bug is still relevant?
 
  me too (cowbuilder amd64/sid), so once tag it as unreproducible.
 

Hi Michael,

Both Jakub and Hideki has tried to rebuild eclipse and cannot reproduce
your issue.  Accordingly the bug is currently tagged unreproducible.  If
you can still reproduce the issue, I believe there is need for more
information.


AFAICT you were not CC'ed, so you might not have seen this before now.

~Niels

__
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#735763: svnkit is marked for autoremoval from testing

2014-03-31 Thread Niels Thykier
On 2014-03-31 17:11, Markus Koschany wrote:
 On 31.03.2014 15:40, Miguel Landaeta wrote:
 [...]
 Help with this is more than welcome, of course.
 
 I have committed some changes to svnkit two weeks ago and tried to build
 the latest upstream release. [1] My impression is that we need a new
 version of libtrilead-ssh2-java first and that the package would
 otherwise build just fine with ant. If anyone can tell me where I can
 find a newer version of trilead-ssh2, I might be able to package a new
 version and fix this bug.
 
 Regards,
 
 Markus
 
 [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735763#22
 
 

Hi,

Thanks for looking into it. Also, Miguel - great that you are taking
ownership of this bug (among others).

Pro-tip for dealing with these kind of auto-removals: If you CC the bug
in your updates:
 * the timer is reset
 * we can easier find the latest information about the bug in the bug.
   :)

Particularly, the first one is important as it gives us more time to
solve the bug.

~Niels

__
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#729943: jarwrapper: pass only 48 chars of Debian-Java-Parameters

2014-03-19 Thread Niels Thykier
On 2014-03-19 07:21, Dmitry Smirnov wrote:
 On Wed, 19 Mar 2014 06:52:56 Niels Thykier wrote:
 Why is perl needed rather than perl-base (which is essential).  The
 patch seems to be using none of the modules from perl or perl-modules
 
 Good point. It's just that dependencies on perl-base are so rare probably 
 because ${perl:Depends} never expands as perl-base but only as perl.
 
 I'll update dependency to perl-base. I think it should be just enough.
 Thanks.
 

Actually, you should probably just drop the dependency, since perl-base
is essential (and therefore causes a lintian error if you depend on it
without version).

~Niels

__
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#729943: jarwrapper: pass only 48 chars of Debian-Java-Parameters

2014-03-18 Thread Niels Thykier
On 2014-03-19 02:23, Dmitry Smirnov wrote:
 Hi Emmanuel,
 

Hi,

 On Wed, 19 Mar 2014 00:33:50 Emmanuel Bourg wrote:
 I checked the suggested regexp and I confirm it parses properly the
 manifest entries. It's a bit sad to add a dependency on perl just for
 this though.
 
 Thanks for double-checking my fix. Although I added perl to Depends I'm not 
 too sure if we have to add such explicit dependency since Perl is Priority: 
 standard and therefore pretty much always installed.
 
 I feel comfortable with Perl as dependency. I'm not too comfortable with 
 sed 
 that is (IMHO) much harder to use not to mention that sometimes it is just 
 not 
 sufficient...
 
 
 [...]



Why is perl needed rather than perl-base (which is essential).  The
patch seems to be using none of the modules from perl or perl-modules

~Niels

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


Re: sisu-guice_3.1.9+dfsg-2_amd64.changes REJECTED

2014-02-11 Thread Niels Thykier
On 2014-02-12 07:33, Debian FTP Masters wrote:
 
 libsisu-guice-java_3.1.9+dfsg-2_all.deb: Built-Using refers to non-existing 
 source package libasm3-java (= 3.3.2-2)
 
 
[...]

You have to use source packages (i.e. asm3 instead of libasm3-java)
in Built-Using.

~Niels



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


Re: libnb-platform18-java_7.4+dfsg1-1_amd64.changes REJECTED

2014-01-05 Thread Niels Thykier
On 2014-01-05 07:50, Debian FTP Masters wrote:
 
 There was an uncaught exception when processing your upload:
 Traceback (most recent call last):
   File /srv/ftp-master.debian.org/dak/dak/process_upload.py, line 213, in 
 wrapper
 return function(directory, upload, *args, **kwargs)
   File /srv/ftp-master.debian.org/dak/dak/process_upload.py, line 305, in 
 accept_to_new
 upload.install_to_new()
   File /srv/ftp-master.debian.org/dak/dak/daklib/archive.py, line 1269, in 
 install_to_new
 (db_source, db_binaries) = self._install_to_suite(new_suite, 
 source_component_func, binary_component_func, source_suites=True, 
 extra_source_archives=[suite.archive])
   File /srv/ftp-master.debian.org/dak/dak/daklib/archive.py, line 976, in 
 _install_to_suite
 db_binary = self.transaction.install_binary(self.directory, binary, 
 suite, component, fingerprint=self.fingerprint, source_suites=source_suites, 
 extra_source_archives=extra_source_archives)
   File /srv/ftp-master.debian.org/dak/dak/daklib/archive.py, line 194, in 
 install_binary
 self._add_built_using(db_binary, binary.hashed_file.filename, control, 
 suite, extra_archives=extra_source_archives)
   File /srv/ftp-master.debian.org/dak/dak/daklib/archive.py, line 249, in 
 _add_built_using
 assert comp == '=', 'Built-Using must contain strict dependencies'
 AssertionError: Built-Using must contain strict dependencies
 
 Any original reject reason follows below.
 
 
 ===
 
 Please feel free to respond to this email if you don't understand why
 your files were rejected, or if you upload new files which address our
 concerns.
 
 [...]

Dear FTP masters,

You may want to catch that error and present it less like dak crashed
and more like the uploader messed up.

~Niels



__
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#734285: libjogl2-java: FTBFS on s390x (and ia64)

2014-01-05 Thread Niels Thykier
Control: reassign -1 libgluegen2-build-java
Control: forcemerge 733310 -1
Control: affects 733310 libjogl2-java

On 2014-01-05 17:22, Ivo De Decker wrote:
 package: libjogl2-java
 version: 2.1.3-1
 severity: serious
 
 Hi,
 
 It seems libjogl2-java fails to build on s390x (and ia64), but it built fine
 in the past:
 
 https://buildd.debian.org/status/package.php?p=libjogl2-java
 
 Cheers,
 
 Ivo
 
 [...]

Hi,

I am pretty sure this is basically #733310.

~Niels

__
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#730685: wheezy-only backporting bug; does not affect jessie or sid

2013-12-31 Thread Niels Thykier
Control: severity -1 important


On 2013-12-31 19:09, tony mancill wrote:
 Hello Release Team:
 
 I am contacting you for guidance on this bug.  It affects backporting
 this package to wheezy, but not jessie or sid.  Therefore, I don't think
 it should be considered RC (and don't want to see the package removed
 from testing), although it's obviously helpful to have the bug report in
 the BTS to alert users to the issue with backporting the package.
 
 Is the right thing to do to reduce the severity?  Would the release team
 consider tagging it jessie-ignore?
 
 Cheers,
 tony
 
 [...]

I think reducing it to important would be reasonable in this case,
provided it does not affect testing or sid.  That said, the bug is
currently not affecting testing nor sid (due to the wheezy tag), so it
would not have been auto-removed.

~Niels

__
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#732320: java-package: for jdk provide alternative to bin/java rather than jre/bin/java

2013-12-16 Thread Niels Thykier
Package: java-package
Version: 0.53
Severity: normal
X-Debbugs-CC: deb...@ginguppin.de
Control: submitter -1 deb...@ginguppin.de


Hi Arne,

With this mail I am turning your mail into a bug report (maintainers,
please see below).  If your reportbug silently fails, it may be because
the STMP settings for it are wrong.  You can still report bugs by using
the mail interface (like I am now) or alternatively, contact one of the
Debian support channels for help with checking the settings.

~Niels

 Original Message 
Subject: java-package: for jdk provide alternative to bin/java rather
than jre/bin/java
Date: Tue, 29 Oct 2013 20:08:28 +0100
From: arne anka deb...@ginguppin.de
To: pkg-java-maintainers@lists.alioth.debian.org

since for some reason my reportbug sumission seems not to go through (at
least i never get a confirmation), below the text again

Subject: java-package: for jdk provide alternative to bin/java rather than
jre/bin/java
Package: java-package
Version: 0.53
Severity: normal

Dear Maintainer,
when creating a deb package from the JDK there should be a (and probably
the default one) pointing to bin/java (and all other tools) rather than
jre/bin/java.
firstly, a JDK is usually installed to be used as JDK not a JRE (else one
would use the JRE to begin with). secondly, Eclipse/ANT continually
complaints about the java exec not being from an JDK, preventing the use
of the same JRE as Eclipse uses and thus a several features requiring ANT
to use the same java as Eclipse does.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages java-package depends on:
ii  debhelper   9.20130921
ii  fakeroot1.20-1
ii  libasound2  1.0.27.2-3
ii  libx11-62:1.6.2-1
ii  unzip   6.0-10

Versions of packages java-package recommends:
ii  dpkg-dev  1.17.1
ii  gcc   4:4.8.1-3

Versions of packages java-package suggests:
pn  openjdk-6-jre  none
pn  openjdk-7-jre  none

-- debconf information:
* java-package/postinst-note:

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

__
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#720572: openjdk-6 removal is now release critical

2013-10-27 Thread Niels Thykier
severity 720570 serious
severity 720552 serious
severity 720569 serious
severity 720561 serious
severity 720551 serious
severity 720572 serious
thanks

Hi,

I am bumping the OpenJDK-6 removal to release critical; please update /
fix your packages at your earliest convenience.

Thank you,
~Niels

__
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#687694: Close?

2013-09-08 Thread Niels Thykier
On 2013-09-08 01:35, gregor herrmann wrote:
 On Sat, 07 Sep 2013 23:44:12 +0200, Emmanuel Bourg wrote:
 
 Is this the right syntax for the break clause:

 Breaks: jakarta-jmeter ( 2.8-1),
 jenkins-instance-identity ( 1.3-1),
 jglobus ( 2.0.6-1),
 libitext-java ( 2.1.7-6),
 libpdfbox-java ( 1:1.8.2+dfsg-1),
 voms-api-java ( 2.0.9-1.1)

 I listed only the package that were confirmed to break and required and
 modification. I'm not sure about versions, should I use ( X) where X
 is the first version supporting Bouncy Castle = 1.47, or should I use
 (= Y) where Y is the last version in testing compatible with Bouncy
 Castle 1.44?
 
 The former, i.e.  X; it should break everything less than the first
 fixed version of those packages, since there are broken (pun
 intended).
 
 Cheers,
 gregor
 

Actually, (being a bit pedantic) you should use  X~, so backports
cannot satisfy the relation either.  In this given case, I don't think
it will make a difference, but I believe it is a good habit to have.

~Niels

__
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#687694: Close?

2013-09-05 Thread Niels Thykier
On 2013-09-05 10:03, Mattias Ellert wrote:
 Isn't it time to close this now?
 
   Mattias
 
 
 
 

Does bouncycastle now force packages the affected reverse dependencies
to be upgraded with it? If not, it will still break partial upgrades.

~Niels

__
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#687694: Close?

2013-09-05 Thread Niels Thykier
On 2013-09-05 11:01, Emmanuel Bourg wrote:
 Le 05/09/2013 10:19, Niels Thykier a écrit :
 
 Does bouncycastle now force packages the affected reverse dependencies
 to be upgraded with it? If not, it will still break partial upgrades.
 
 All of the reverse dependencies that were updated in this transition
 have the correct versionned dependency on bouncycastle. Is it enough or
 do we have to declare Breaks for the reverse dependencies affected in
 bouncycastle?
 
 Emmanuel Bourg
 
 [...]

We generally still need Breaks.  The problem is:

  $rdep version X
Depends on $bc = 1.44
  $bc version 1.44

  $bc version 1.46
   - not compatible with $bc 1.44
  $rdep version Y
Depends on $bc = 1.46

Here, APT or a user can choose to only upgrade $bc to version 1.46 and
keep $rdep at version X.  In this case, $rdep is broken but APT thinks
it will just work(tm) and therefore allow it.  On the other hand, if
$bc version 1.46 Breaks $rdep  Y~, then APT will see that it has to
upgrade both or none at all.

~Niels

__
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#719094: generates broken Class-Path in MANIFEST.MF

2013-08-08 Thread Niels Thykier
On 2013-08-08 15:15, Daniel Pocock wrote:
 On 08/08/13 15:08, Emmanuel Bourg wrote:
 Manifest files support wrapped values, see:

 http://docs.oracle.com/javase/1.3/docs/guide/jar/jar.html#Notes%20on%20Manifest%20and%20Signature%20Files

 No line may be longer than 72 bytes (not characters), in its
 UTF8-encoded form. If a value would make the initial line longer than
 this, it should be continued on extra lines (each starting with a single
 SPACE).

 
 
 I tried doing that in debian/manifest, but it still didn't work, they
 were just joined together again
 
 Can you give an example of how debian/manifest should be written?
 
 [...]

jh_manifest will wrap the lines unconditionally.  But that is not the
issue.  The class path entry generated:


Class-Path: /usr/share/java/jar1.jar /usr/share/java/jar2.jar /usr/shar
 e/java/jar3.jar


is perfectly legal and to my knowledge correct (which I believe was the
point Emmanuel was trying to make).  The above will unwrap to (the eqv. of):

Class-Path: /usr/share/java/jar1.jar /usr/share/java/jar2.jar
 /usr/share/java/jar3.jar

~Niels

__
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#719094: generates broken Class-Path in MANIFEST.MF

2013-08-08 Thread Niels Thykier
On 2013-08-08 15:49, Daniel Pocock wrote:
 [...]
 
 Just to clarify: you are suggesting that I should manually break the
 lines in debian/manifest at 72 characters

No, jh_manifest will do that for you - whether you like it or not.

 and then the JVM will concatenate them back together again at runtime?
 
 

Yes, just like a RFC822 parser will concatenate


Field: a...b
 c


into a...bc.

~Niels

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


Candidates for removal from testing (2013-06-30)

2013-07-01 Thread Niels Thykier

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


We are considering removing the following packages from testing as
they have unfixed RC bugs filed against them.  The packages can be
found in the attached dd-list.

The packages have been selected based on the following criteria:
 - The package had at least one RC bug without activity for the past
   14 days.
   - If a bug is assigned to multiple packages, both packages will
 be affected[1].
 - The RC bug affects both unstable and testing.
 - The affected package does not have any reverse dependencies in
   testing.

 - One of their RC bugs had FTBFS in their title. (*)
 - The source package had a popcon inst value of 500 or less. (*)

(*) These extra filter rules was applied to keep the list down.  The
original list was 246.

If the relevant RC bugs in the affected packages (those listed in
FTBFS-w-popcon-lt-500.txt) are not dealt with before the 8th of
July, the packages will be removed from testing.  Note that dealt
with may also include downgrading a severity-inflated bug or fixing
affected versions in the BTS.

For reference, the original list is also included.

Thanks,
Niels (on behalf of the Release Team)

PS: This mail has been BCC'ed to pkg@packages.debian.org for
packaged listed in FTBFS-w-popcon-lt-500.txt.

 8  FTBFS-w-popcon-lt-500.txt  8 

BUG [SRC]: TITLE

#712367 [bashdb]: bashdb: FTBFS: manuals build fails against textinfo5 because 
some incompatibles changes wrt 4.13 and below (some warnings have turned into 
errors)
#711787 [falconpl]: falconpl: FTBFS on mipsen
#701412 [prelude-manager]: prelude-manager: ftbfs with eglibc-2.17
#712329 [epix]: epix: FTBFS: manuals build fails against textinfo5 because some 
incompatibles changes wrt 4.13 and below (some warnings have turned into errors)
#710633 [orafce]: orafce: FTBFS: plvlex.c:209:3: error: too many arguments to 
function 'orafce_sql_yyparse'
#707399 [gedit-valencia-plugin]: gedit-valencia-plugin: FTBFS: 
GIRepository-2.0.gir:240.11-240.30: error: expected start element of `parameter'
#710614 [bip]: bip: FTBFS: lex.l:19:6: error: conflicting types for 'yyparse'
#701319 [massxpert]: massxpert: ftbfs with GCC-4.8
#701334 [openvrml]: openvrml: ftbfs with GCC-4.8
#701328 [nwchem]: nwchem: ftbfs with GCC-4.8
#701367 [toonloop]: toonloop: ftbfs with GCC-4.8
#712321 [oneliner-el]: oneliner-el: FTBFS: manuals build fails against 
textinfo5 because some incompatibles changes wrt 4.13 and below (some warnings 
have turned into errors)
#701411 [prelude-lml]: prelude-lml: ftbfs with eglibc-2.17
#701348 [rnahybrid]: rnahybrid: ftbfs with GCC-4.8
#710636 [mididings]: mididings: FTBFS: src/python_caller.cc:151:42: error: 
expected unqualified-id before numeric constant
#701438 [charybdis]: charybdis: ftbfs with eglibc-2.17
#708692 [dnsjava]: FTBFS: requires internet connectivity
#712344 [cfi]: cfi: FTBFS: Package babel Error: Unknow option `swedish'. Either 
you misspelled it
#707373 [libccaudio2]: libccaudio2: FTBFS: friends.cpp:1189:25: error: 
'ACCESS_DIRECTORY' is not a member of 'ucommon::fsys'
#701300 [ivtools]: ivtools: ftbfs with GCC-4.8
#701428 [turnserver]: turnserver: ftbfs with eglibc-2.17
#712349 [cdk]: cdk: FTBFS: This CDK release requires Ant 1.7.1 or better
#701342 [psychtoolbox-3]: psychtoolbox-3: ftbfs with GCC-4.8
#707411 [zoneminder]: zoneminder: FTBFS: zm_local_camera.cpp:742:49: error: 
invalid conversion from '__u32 {aka unsigned int}' to 'v4l2_buf_type' 
[-fpermissive]
#712327 [freepops]: freepops: FTBFS: Package babel Error: You haven't specified 
a language option.
#711628 [libhttp-daemon-ssl-perl]: libhttp-daemon-ssl-perl: FTBFS: test failure
#701317 [mailavenger]: mailavenger: ftbfs with GCC-4.8
#711367 [python-django-localeurl]: python-django-localeurl: FTBFS: 
NoReverseMatch: 'url' requires a non-empty first argument
#701298 [ion]: ion: ftbfs with GCC-4.8
#701281 [gcc-msp430]: gcc-msp430: ftbfs with GCC-4.8
#707420 [sdpnetstat]: sdpnetstat: FTBFS: strip.c:24:28: fatal error: 
linux/if_strip.h: No such file or directory
#710501 [avinfo]: avinfo: FTBFS: ass.tab.h:104:5: error: conflicting types for 
'yyparse'
#707501 [rpy]: rpy: FTBFS: grep: ecrm1095.log: No such file or directory
#708808 [nant]: nant: FTBFS: [csc] Cannot open assembly 
'/usr/lib/mono/4.0/dmcs.exe': No such file or directory.
#706176 [openjpa]: FTBFS with hsqldb 2.2.9: cannot find symbol 
(org.hsqldb.Trace)
#701308 [libpam-unix2]: libpam-unix2: ftbfs with GCC-4.8
#701416 [rrep]: rrep: ftbfs with eglibc-2.17
#710637 [sipwitch]: sipwitch: FTBFS: ../inc/sipwitch/service.h:111:14: error: 
'id' was not declared in this scope
#602668 [libdevel-bt-perl]: libdevel-bt-perl: FTBFS on armel
#707872 [elmerfem]: src:elmerfem: FTBFS in sid
#701286 [geotranz]: geotranz: ftbfs with GCC-4.8
#701356 [sdpa]: sdpa: ftbfs with GCC-4.8
#701371 [xmlcopyeditor]: xmlcopyeditor: ftbfs with GCC-4.8
#708802 [pion-net]: pion-net: FTBFS: PionScheduler.cpp:105:40: error: expected 
unqualified-id before numeric 

Bug#632821: javahelper: adds unversioned base-files dependency

2013-06-23 Thread Niels Thykier
On 2011-07-06 10:00, Rene Engelhard wrote:
 Package: javahelper
 Version: 0.36.1
 Severity: important
 
 Hi,
 
 I saw that jh_depends seems to add a unversioned base-files dependency
 to e.g. libreoffice-base:
 
 [...]
 earching 
 /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreoff
 ice-base for libreoffice-base
 Searching 
 /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreoff
 ice-base/usr/share/libreoffice/basis3.3/program/classes/sdbc_hsqldb.jar
 Found Jars: .. /usr/share/java/hsqldb.jar
 Checking:  
 /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreof
 fice-base/tmp
 Checking:  
 /home/rene/Debian/Pakete/LibreOffice/libreoffice-3.3.3/debian/libreof
 fice-base/usr/share/java/hsqldb-1.8.0.10.jar
 Found Debs: base-files libhsqldb-java
 Adding substvars: java:Depends=base-files,  libhsqldb-java java:Recommends=
 [...]
 
 [...]

Hi,

Follow up for this.  I believe we talked about this over IRC and
concluded the issue was that the jar file used file:// (which is
permitted by Java, but jh_depends does not handle it as gracefully as it
should).

~Niels

__
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#712453: libguava-java: If possible, please take over libgoogle-collections-java

2013-06-16 Thread Niels Thykier
Package: libguava-java
Version: 13.0.1-3
Severity: normal

Context: https://lists.debian.org/debian-java/2013/06/msg00061.html

Basically, libguava-java superseeds libgoogle-collections-java.  If
libguava-java can take over libgoogle-collections-java (in a backwards
compatible manner) we can immediately remove the old
libgoogle-collections-java source.

It is my understanding that libguava-java's API is a superset of
libgoogle-collections-java and they (codewise) should be compatible.
It should just be a question of keeping old packages buildable and
running.

~Niels

__
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#706668: mysql-connector-java: FTBFS with openjdk-7

2013-05-03 Thread Niels Thykier
Control: severity -1 important
Control: tags -1 pending

On 2013-05-03 08:22, Verica_Lazova.str wrote:
 Package: mysql-connector-java
 Version: 5.1.16-2
 Severity: serious
 Tags: patch
 Justification: fails to build from source (but built successfully in the past)
 
 Fails to build with openjdk-7 due to incompatibility with the newer version of
 JDBC (abstract methods need to be overridden).
 Here is the relevant part of the build log.
 

OpenJDK-7 is not (yet) the default Java, so the package still builds
successfully (hench this is not a serious/RC bug at this time).  That
said it will probably be soon anyway.

 [...]
 
 
 I propose a patch that fixes this issue as attachment.
 
 [...]

It appears that a patch has already been committed[1] 10 months ago.
Accordingly I tagged this pending.  I didn't review either, if you have
reason to believe the existing patch is insufficient, please follow up
with more information.

~Niels

[1]
http://anonscm.debian.org/viewvc/pkg-java?view=revisionrevision=16211

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


Re: sun-java6-jdk

2013-04-29 Thread Niels Thykier
On 2013-03-13 20:55, Jim Goddard wrote:
 Hi,
 


Hi,

Sorry for the very late reply.  I am not sure why but your email did not
reach my inbox until today (29th of April), but I don't see a reply to
this email, so I hope better late than never applies to this case.

 It appears that the sun-java6-jdk package has been removed from the canonical 
 mirror, and was subsequently purged from my internal mirror.
 

It was removed from the Debian mirrors as well; we no longer have
permission to distribute the sun-java in Debian anymore[1].  I suspect
that was the same reason why they disappeared from the canonical mirrors
but I don't know.

 I have an urgent and temporary need for this .deb to get me through a test 
 cycle before I can replace it with a supported Java.
 
 I have spent the morning poking around for the .deb but with no luck, 
 hopefully some here will take pity on me?
 aptitude show sun-java6-jdk
 [...]
 
 Thanks,
 
 Jim Goddard | System Administrator III
 [...]

At this point, it is probably easiest to download Oracle's non-free  and
use java-package[2] to create a deb out of it (assuming OpenJDK is not
an option).  Even if this advice is too late for that particular
problem, perhaps java-package will be useful to you in the future.

~Niels

[1] Strictly speaking we might have permission to distribute the old
versions, but there are plenty of security bugs in those that we cannot fix.

[2] http://packages.qa.debian.org/j/java-package.html



__
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#703376: javahelper: Remove Maven support from jh_makepkg

2013-04-07 Thread Niels Thykier
Control: tags -1 confirmed

On 2013-03-18 23:04, Hilko Bengen wrote:
 Package: javahelper
 Version: 0.43
 Severity: normal
 Tags: patch
 
 jh_makepkg's template for Maven projects produces a debian/rules file
 that uses /usr/bin/mvn-debian whose maintainer does not support
 production use. The comment at the top of /usr/bin/mvn-debian is
 correct: The template produced by jh_makepkg cannot even determine in a
 robust way if the build attempt by mvn-debian has been successful or
 not.
 
 Yet, production use is exactly what is implied by templates for building
 Debian packages that are output by a script.
 
 In its current form, this template does more harm and frustration than
 good for unsuspecting users (DDs such as myself who just want to package
 some Maven-built software). On the other hand, supporting Maven seems to
 be a bigger, more complicated, task that is better served by mh_make
 from the maven-debian-helper package. 
 
 I suggest removing maven support from jh_makepkg altogether; see my
 patch below.
 
 Cheers,
 -Hilko
 
 [...]
 

I will probably have jh_makepkg recommend mh_make for this instead
instead of just removing the options.  But definitely seconded.
  I am planning on a rewrite of jh_makepkg and have therefore not
applied your patch as-is.

~Niels

__
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#701991: maven3: CVE-2013-0253

2013-03-16 Thread Niels Thykier
Control: reassign -1 src:wagon2
Control: tags -1 + patch

Hi,

The email does not appear to have reached the BTS, so I am resending it
(and quoting it in full).

~Niels

On 2013-03-15 04:49, Arnaud Fontaine wrote:
 Control: reassign -1 src:wagon2
 Control: tags -1 + patch
 
 Hello,
 
 This security issue is actually  affecting libwagon2-java as, besides of
 build improvements,  maven 3.0.5 only  bumps wagon2 version from  2.2 to
 2.4  (should   maven  be   rebuilt  when  a   fixed  version   has  been
 uploaded?). Therefore, I'm reassigning this issue to wagon2 instead.
 
 According  to [0],  it  is recommended  to upgrade  to  Maven Wagon  2.4
 however this  is not  really possible  as the  new version  requires (at
 least,  when  testing by  changing  the  required  version, I  got  more
 dependency  errors later  on) libmaven-parent-java  = 23  which is  not
 available in the archive.  Moreover, there are many unrelated changes so
 the only  solution is  probably to  backport the  patches. The  issue on
 Maven Wagon BTS seems to be:
 
 https://jira.codehaus.org/browse/WAGON-385
 
 And the patches (quite small indeed):
 
 https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=2f7bb33852cbb9ddb4e1abaa37f282b67bf72af5
 https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=b5a0839e312345499c811b6eff8f9029118ca8d5
 
 As I  don't know anything  about Maven (I'm  just hunting RC  bugs ;-)),
 could you please confirm that these patches fix this issue?  I can later
 NMU if it helps.
 
 Also,  there seems  to  have  been several  other  bug fixes  (including
 security-related  ones), not  sure  if they  are  really critical,  just
 pointing out  what I have found  so far while checking  git history from
 Maven Wagon 2.2 to 2.4:
 
 https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=f1298163ebb9f72c618c69140f6b47c7ad6c32e5
 https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=31a5772aeffa38ed50355ad488f741cf48c4960a
 https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=d95189d00ab1e7ac79bd5b9f7d20525c2776a6a2
 https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=6b664d691c9a0fec8a09b77a0f57c1945691db8a
 https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=81c5ebb0efc4c9803a32fa81d390dc60da8905ac
 
 Cheers,
 
 
 
 __
 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.

__
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#702059: eclipse-cdt is missing a dep: libglib2.0-bin, crashed after startup

2013-03-02 Thread Niels Thykier
On 2013-03-02 11:59, Michael Strobel wrote:
 Package: eclipse-cdt
 Version: 8.1.0+dfsg-2
 Severity: normal
 
 Dear Maintainer,
 
i installed eclipse-cdt and it crashed at startup installing
libglib2.0-bin resolved the issue. A dep should be added to this
package to install it automatically. 
 
 
 [...]

Hi,

Thanks for the report; sadly I have been unable to reproduce this crash
(libglib2.0-bin was no present).  Do you by chance the error logs, or
are you able to reproduce it again attach the errors?  You may want to
run eclipse from a terminal with:

  eclipse -debug -ErrorLog

Alternatively check the .metadata/.log file in your workspace
(assuming eclipse got far enough to create your workspace before crashing).

~Niels

__
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#684604: Fwd: [Bug 1075747] Re: Pydev workspaces become corupted after loading them without Pydev installed

2013-01-27 Thread Niels Thykier
Hi,

I noticed a related bug in the Ubuntu bug tracker.  It might not be
quite the same issue afaict, but it does suggest that workspace can
become corrupted.  This could explain why a eclipse starts with a
clean workspace, but not with the original one.

~Niels

https://bugs.launchpad.net/bugs/1075747

 Original Message 
Subject: [Bug 1075747] Re: Pydev workspaces become corupted after
loading them without Pydev installed
[...]

** Description changed:

- When a workspace synced using Ubuntu One is selected, Eclipse is unable
- to initiate.
+ STEPS FOR REPRODUCING
+ *
+
+ Warning: This procedure will remove all your Eclipse's add-ons.
+
+ 1. Switch to a new and never used workspace by using the provider
+ functionality at the “File/Switch workspace/Other...” menu.
+
+ 2. Install Pydev from http://pydev.org/updates by using the provided
+ functionality at the “Help/Install new software” menu.
+
+ 3. Create a new Pydev project.
+
+ 4. Close Eclipse.
+
+ 5. Delete the folder named “.eclipse” in your personal folder. If you
+ don't see it, you can show it by going to the
+ “Edit/Preferences/Views/Default view” menu in the file explorer, and by
+ marking the “Show the hidden and backup folders” option.
+
+ 6. Restart Eclipse and choose the workspace you created in the
+ beginning.
+
+ EXPECTED BEHAVIOUR
+ **
+
+ The  workspace to initiate.
+
+ REAL BEHAVIOUR
+ *
+
+ Eclipse hangs and the workspace becomes corrupted, and can never be
+ opened again.
+
+ WORKAROUNDS
+ 
+
+  For starting Eclipse at first run preventing your Pydev workspace to
+ become corrupted:
+
+ 1. Start Eclipse by choosing a workspace never used.
+
+ 2. Install Pydev.
+
+ 3. Close Eclipse.
+
+ 4. Delete the workspace you have just created.
+
+  For recovering a broken workspace:
+
+ 1. Close Eclipse.
+
+ 2. Rename the workspace to [workspace-name].back
+
+ 3. Create a folder called [workspace-name]
+
+ 4. Open Eclipse and choose [workspace-name] as workspace.
+
+ 5. Import [workspace-name].back projects into the current workspace by
+ right-clicking on the Project Explorer section and choosing “Import...”.
+ They should be imported as filesystem.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: eclipse-platform 3.8.0~rc4-1ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  Date: Tue Nov  6 22:22:58 2012
  InstallationDate: Installed on 2012-11-03 (3 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386
(20121017.2)
  MarkForUpload: True
  SourcePackage: eclipse
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  STEPS FOR REPRODUCING
- *
+ *

  Warning: This procedure will remove all your Eclipse's add-ons.

  1. Switch to a new and never used workspace by using the provider
  functionality at the “File/Switch workspace/Other...” menu.

  2. Install Pydev from http://pydev.org/updates by using the provided
  functionality at the “Help/Install new software” menu.

  3. Create a new Pydev project.

  4. Close Eclipse.

  5. Delete the folder named “.eclipse” in your personal folder. If you
  don't see it, you can show it by going to the
  “Edit/Preferences/Views/Default view” menu in the file explorer, and by
  marking the “Show the hidden and backup folders” option.

  6. Restart Eclipse and choose the workspace you created in the
  beginning.

  EXPECTED BEHAVIOUR
- **
+ **

  The  workspace to initiate.

  REAL BEHAVIOUR
- *
+ **

  Eclipse hangs and the workspace becomes corrupted, and can never be
  opened again.

  WORKAROUNDS
- 
+ ***

   For starting Eclipse at first run preventing your Pydev workspace to
  become corrupted:

  1. Start Eclipse by choosing a workspace never used.

  2. Install Pydev.

  3. Close Eclipse.

  4. Delete the workspace you have just created.

   For recovering a broken workspace:

  1. Close Eclipse.

  2. Rename the workspace to [workspace-name].back

  3. Create a folder called [workspace-name]

  4. Open Eclipse and choose [workspace-name] as workspace.

  5. Import [workspace-name].back projects into the current workspace by
  right-clicking on the Project Explorer section and choosing “Import...”.
  They should be imported as filesystem.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: eclipse-platform 3.8.0~rc4-1ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  Date: Tue Nov  6 22:22:58 2012
  InstallationDate: Installed on 2012-11-03 (3 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386
(20121017.2)
  MarkForUpload: True
  SourcePackage: eclipse
  UpgradeStatus: 

Candidates for removal from testing (2013-01-24)

2013-01-25 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

We are considering removing the following packages from testing as
they have unfixed RC bugs filed against them. The packages can be
found in the attached dd-list.  The bugs that put them on this list
can be found in the removals file (also attached) just above the
package name.

The packages have been selected based on the following criteria:
 * The package had at least one RC bug without activity for the past
   14 days.
 * If a bug is assigned to multiple packages, both packages will be
   affected.
 * The RC bug affects both unstable and testing.
 * The affected package does not have any reverse dependencies in
   testing.

If the relevant RC bugs in the affected packages are not dealt with
/before/ Thursday the 31th of Jan., the packages will be removed from
testing.  Note that dealt with may also include downgrading a
severity-inflated bug or fixing affected versions in the BTS.

Please remember to file unblock bugs for packages fixed via uploads to
unstable (and tpu bugs for requests to fix the package via a tpu
upload).

Should you need a bit more time than given, please do not hesitate to
contact us.  It is also easier for us if we can avoid having to
reintroduce a removed package.

We will check the DELAYED queues before activing the removal hints, so
NMUs in the DELAYED queues will be given a chance to reach unstable.

Thanks,
Niels (on behalf of the Release Team)

The bugs were found using the tools from:
  svn://svn.debian.org/svn/collab-qa/rc-buggy-leaf-packages


http://release.debian.org/wheezy/freeze_policy.html

  --88-- dd-list --88--
Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
   jenkins

Debian QA Group packa...@qa.debian.org
   bzr-gtk

James Page james.p...@ubuntu.com
   jenkins (U)

Pierre Chifflier pol...@debian.org
   glpi

Romain Beauxis to...@rastageeks.org
   lastfmproxy

Wouter Verhelst wou...@debian.org
   pmw

  --88-- end of dd-list --88--

  --88-- removals --88--
# #697402
remove bzr-gtk/0.103.0+bzr792-3

# #694642
remove glpi/0.83.31-1

# #696816
remove jenkins/1.447.2+dfsg-2

# #694589
remove lastfmproxy/1.3b-2

# #696844
remove pmw/1:4.24-1

  --88-- end of removals --88--
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRAUhvAAoJEAVLu599gGRCdKoP/AouibtJnE4H4MGdGNxU4rJE
G4kJaeqpR/aeKBiti30eXdUwKLfMNGE2dFqbrp0Wgp/YSE+vr22JyqyC43AHoKkD
dLhpqcnFVKfQe97MvsdbVel6Ox5x45wwGFqkO5HwT6M5cLc9RClCm7sA0XyCsinQ
dmq3nR0tJW9pfnTm97bwCRmisJ9DwVxtgjKqr082sfQFsUOkZP7OpM2q0ZDtwC84
X4/P+7rHSOor8Evj8lE75fN4rXu0e4bjq98yRprRuHHyWLSmqpuvFpniBlQFmsI3
kdMv2r5WL6NU3bT6IGDhjcx4gq8FouRbKYyTybhua2J8Ez9bkp4gbR5VMh3nmIrI
e7BI0UEWIeYz2TmyclSp/1DCjQY+Rl9NmTJpklcJuAUgtDHt2pZCnVemz/iEvkjv
mZbVhynfNeZrnlR0KQGQXdshm2K2amF0WoF9as71vU9EqMUI2DXiD8fDTgtQa2+B
YuP1Pk5hEko5A9c9tAjSNfEOjnLaFfbUfW1+5gCplzF7Vd4FcY5JTiAKzOliwPpD
lMrPL5XTgUDfz6d9sW2aGA2Iyk6ruhDk0d98YcpmviQE72aTyHuZ8m97zqhAprdt
eaCD56R3TJfr2DKRh6933Ccq7AtLcUx4asOCZV6myEFKSg4kMd5LEAyVlziNYxxx
Gp5OZE+O4xLtiMtU+MUy
=/0Pa
-END PGP 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#684604: Same problem here

2013-01-14 Thread Niels Thykier
On 2012-09-24 21:55, Ulrich Van Den Hekke wrote:
 Hi,
 
 I have the same problem. I start eclipse configure some project, install ADT 
 plugin to work, after a few restart, i have this bug (splash screen hang on 
 Loading Workbench). Removing .eclipse resolve the problem, but i need to 
 reinstall plugin, and configuration, until the next hang.
 
 

Hi,

What version of Java are you using to run Eclipse?  If in doubt, running
readlink -f /usr/bin/java should be a good guess.  Example:


  $ readlink -f /usr/bin/java
  /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java


If that gives you Java 6 (examples include java-6-openjdk or
java-6-sun-java), could you try with Java 7?  Ensure you have
openjdk-7-jdk installed and run (as root):


  $ update-java-alternatives --set java-1.7.0-openjdk-i386



~Niels

__
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#684604: eclipse-rcp: eclipse 3.8 hangs on splash screen with Loading Workbench after update from 3.7.2

2013-01-14 Thread Niels Thykier
On 2013-01-02 18:13, Dave Tapesar wrote:
 Hello there,
 
 I had the same issue on a Debian SID x86_64.
 As a sid, there was no eclipse update, only an install on July:
 eclipse:amd64 (3.8.0~rc4-1)
 The only openjdk update is from October 23rd
 openjdk-6-jre:amd64 6b24-1.11.4-3 - 6b24-1.11.5-1
 
 The problem appeared after the SVN plugin uninstall (because of a plugin
 problem) : when asked to reboot, I agreed and Eclipse would stop at the
 point Loading Workbench. Killing the graphic application launched what
 seemed to be a deadlock, as the java process was taking all CPU time. A
 simple kill pid stopped the process. Unfortunately, I have not kept the
 details (haven't made a strace)
 
 [...]
 
 Hope it helps.
 
 

To be honest, it sound like you have / had a different problem[1].

That said, I am glad you have resolved it and we will keep it in mind in
case others report problems with a similar set of symptoms.

~Niels

[1] The fact that is solved by upgrading Java6 to Java7 make it sound
like it is/was a bug in Java6.  The original problem includes a
configuration issue that (to my knowledge) has not been triggered by
bugs in OpenJDK (yet).

__
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#684604: Same problem here

2013-01-14 Thread Niels Thykier
On 2013-01-14 15:43, Niels Thykier wrote:
 On 2012-09-24 21:55, Ulrich Van Den Hekke wrote:
 Hi,

 I have the same problem. I start eclipse configure some project, install ADT 
 plugin to work, after a few restart, i have this bug (splash screen hang on 
 Loading Workbench). Removing .eclipse resolve the problem, but i need to 
 reinstall plugin, and configuration, until the next hang.


 
 Hi,
 
 What version of Java are you using to run Eclipse?  If in doubt, running
 readlink -f /usr/bin/java should be a good guess.  Example:
 
 
   $ readlink -f /usr/bin/java
   /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java
 
 
 If that gives you Java 6 (examples include java-6-openjdk or
 java-6-sun-java), could you try with Java 7?  Ensure you have
 openjdk-7-jdk installed and run (as root):
 
 
   $ update-java-alternatives --set java-1.7.0-openjdk-i386
 
 

Correction; if you are on an i386 that above command is correct, though
it changes based on your architecture.  Running the following command
(yes, quotes in it are important) should give you a list of valid Java7
installations you can use with update-java-alternatives --set:


  # update-java-alternatives --list | awk '/1\.7/ { print $1 }'



~Niels

__
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#698108: java-package: diff for NMU version 0.50+nmu2

2013-01-14 Thread Niels Thykier
On 2013-01-15 00:57, David Prévot wrote:
 tags 698108 + patch
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for java-package (versioned as 0.50+nmu2) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer (or even if I should dcut it to 0-day, given the
 security matter).
 
 If you prefer to fix it in another not intrusive way (not c1fb4d0), I'm
 happy to (quickly) sponsor your package too.
 
 Regards.
 
 David
 
 [...]

Seems to me your patch will prevent anyone from using java-package on
the older Java7 binaries.  If we do remove this support because they are
infested with security issues making them unsuitable for anything at
all[1], I think it should have a nice little error message saying Nope,
won't do this - That version is vulnerable/unsupported/$whatever.
  Just so people are aware it is a deliberate choice from our side and
not a buggy script crashing.  (Particularly people have been using it
with older versions before.  They might be surprised to see that
non-descriptive error message the reporter included in the original mail).

~Niels

[1] Something I would find entirely plausible at this point.

__
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#687694: version incompatibility

2012-12-12 Thread Niels Thykier
On 2012-10-04 22:45, brian.thoma...@gmail.com wrote:
 Hi,
 

Hi,

 I'm happy to make whatever changes are necessary to this package, but I'm
 not sure what is gained by providing Breaks for every potential package
 affected by a bouncycastle upgrade.  It seems to me more proper that if
 package X depends on bouncycastle = version Y (which appears to be the case
 here) that package should then reflect it, rather than putting X number of
 Breaks in the bouncycastle package itself and having to expand that list
 each time a new package enters the pool that depends upon it.
 
 Best regards,
 
 -Brian
 
 [...]

It would be optimal if reverse dependencies would have the proper upper
bound, but fact is that they don't.  And at this point it is too late to
introduce the upper bound (and relying on it).
  The use of breaks in bouncycastle is a (temporary) fail-safe, in case
someone does a partial upgrade including bouncycastle (from sid), but
without (e.g.) libitext-java.  The libitext-java in stable has no upper
bound, so this would be permitted and break libitext-java.

To be honest, I am not sure to what extend the breaks are needed, but
libitext-java in Wheezy still does not have the proper version (waiting
for the RT to get back to me).  So partial upgrades between sid and
Wheezy are /still/ broken without a Breaks in bouncycastle on libitext-java.

If we had a decent transition system for Java (e.g. like the one we have
for C/C++ libraries) and it had been followed, we would not have had to
resolve to breaks either.

~Niels

__
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#691203: Acknowledgement (Missing B-D to ant)

2012-10-22 Thread Niels Thykier
On 2012-10-22 22:56, Mathieu Malaterre wrote:
 Even after installing: maven-ant-helper I still get some error during 
 building:
 
   [javadoc] 
 /tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientPreviewPanel.java:26:
 package org.apache.batik.ext.awt does not exist
   [javadoc] import org.apache.batik.ext.awt.RadialGradientPaint;
   [javadoc]^
   [javadoc] 
 /tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientTrackRenderer.java:23:
 package org.apache.batik.ext.awt does not exist
   [javadoc] import org.apache.batik.ext.awt.MultipleGradientPaint;
   [javadoc]^
   [javadoc] 
 /tmp/libswingx1-java-1.0/src/beaninfo/org/jdesktop/swingx/editors/PainterUtil.java:50:
 package org.apache.batik.ext.awt does not exist
   [javadoc] import org.apache.batik.ext.awt.LinearGradientPaint;
 
 I guess I could merge 691203 and 691202 into one... let me know what you 
 think.
 
 thanks
 
 [...]

These particular errors (i.e. the [javadoc] ones) usually don't lead to
a build error and at worst causes the Javadoc to be slightly less
pleasent.  Those javadoc errors should be fixed, but I would not
consider it a priority to those in Wheezy nor Squeeze.

The build-depends issues are of course) a different matter.  But I think
one bug is sufficient for tracking those, so I'd vote for merging.

~Niels

__
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#687692: libitext-java: Allegedly broken in testing but not in sid

2012-09-15 Thread Niels Thykier
Package: libitext-java
Version: 2.1.7-3
Severity: serious
Tags: wheezy

Hi,

According to Julius Davies[1], libitext-java in testing is broken due
to an ABI change in libbcprov-java (bouncycastle).  Allegedly a no
change rebuild against the testing version og libbcprov-java should
solve the issue.  (The alternative would be to allow a new version of
bouncycastle in testing, but that is probably not going to happen).

Furthermore, we would need a libbcprov-java ( 1.45~) dependency in
the testing version to ensure it is not broken by upgrading
libbcprov-java.

~Niels

[1] https://lists.debian.org/debian-java/2012/08/msg00030.html

__
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#687694: bouncycastle: 1.44 and 1.46 are not binary compatible

2012-09-15 Thread Niels Thykier
Package: bouncycastle
Version: 1.46+dfsg-7
Severity: serious

Hi,

As reported by Julius Davies[1], packages built against
bouncycastle/1.46 breaks when run with bouncycastle/1.44.

The known issue is that some constants in bcprov changed type, but
there may be others.  Using dak, I have come up with a list of
packages that might be affected by this[2].

At the very least, bouncycastle or libbcprov-java needs a Breaks on
libitext-java ( 2.1.7-4), but may need others on top of this.

~Niels

[1] https://lists.debian.org/debian-java/2012/08/msg00030.html

[2] dak (rm -s testing -nR -b libbcprov-java) suggests these might be:

Checking reverse dependencies...
# Broken Depends:
bouncycastle: libbcprov-java-gcj [amd64 ...]
jakarta-jmeter: jmeter
jenkins-instance-identity: jenkins-instance-identity
libitext5-java: libitext5-java
red5: libred5-java
voms-api-java: libvoms-api-java-java

# Broken Build-Depends:
ivy: libbcprov-java
jakarta-jmeter: libbcprov-java
jenkins-instance-identity: libbcprov-java
libcommons-openpgp-java: libbcprov-java
libitext-java: libbcprov-java
libitext5-java: libbcprov-java
libj2ssh-java: libbcprov-java
libjgroups-java: libbcprov-java
libjgroups2.6-java: libbcprov-java
libpdfbox-java: libbcprov-java
red5: libbcprov-java
voms-api-java: libbcprov-java
wagon2: libbcprov-java
wss4j: libbcprov-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.


Re: Is sun-java6 6.26-0squeeze1 vulnerable to CVE-2012-1723?

2012-08-14 Thread Niels Thykier
On 2012-08-14 23:16, Kevin wrote:
 Sorry if this has been addressed elsewhere. I searched the list and bug 
 reports and didn't see anything.
 
 I'm running Squeeze and today Iceweasel informed me that Java Plug-in 
 1.6.0_26 is insecure and recommended disabling it.
 
 Versions below 1.6.0_33 or between 1.7.0 and 1.7.0_5 are now in the Mozilla 
 blocklist:
 
 https://addons.mozilla.org/en-US/firefox/blocked/p119
 https://bugzilla.mozilla.org/show_bug.cgi?id=780717
 
 My question is, is sun-java6 6.26-0squeeze1 vulnerable to CVE-2012-1723? If 
 yes, this is a bug against sun-java6 to update the package. If no, I need to 
 file a bug against mozilla's blocklist for incorrectly flagging this version 
 as insecure.
 
 Thanks,
 Kevin
 


Hi,

It is quite possible that sun-java6 is vulnerable to that CVE; I haven't
checked.  The problem is that we cannot do anything about it as we do
not have permission to distribute updates for sun-java6[1]...

~Niels

[1]
http://sylvestre.ledru.info/blog/sylvestre/2011/08/26/sun_java6_packages_removed_from_debian_u


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


Re: sqljet_1.1.3-1_amd64.changes REJECTED

2012-07-30 Thread Niels Thykier
On 2012-07-29 00:56, Jakub Adam wrote:
 Hi Niels,
 
 I packaged new upstream of sqljet and addressed the problems found by
 FTP masters:
 
 On 28.7.2012 12:59, Luca Falavigna wrote:
 * sqljet-distribution/src/main/site/prettify.* lack source,
 they're minified stuff. Either provide the uncompressed form,
 or drop them from the tarball.
 
 Removed both files as they are not really needed for package build,
 in d/README.source I mentioned where to get the prettify sources in
 case anyone will want them.
 
 * d/README.Debian-source: this really should be d/README.source.
 The information is great, but README.source is the canonical
 location for this kind of stuff.
 
 Renamed.
 
 Could you, please, reupload the fixed package [1]?
 
 Regards,
 
 Jakub
 
 [1] http://anonscm.debian.org/gitweb/?p=pkg-java/sqljet.git

Done, :)

~Niels


__
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#682060: jarjar: Embeds parts of libasm3-java

2012-07-19 Thread Niels Thykier
Package: jarjar
Version: 1.1-3
Severity: important

This embedded code caused #646600 and it is not really preferred.

~Niels

__
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#681971: Syntax error in catalina.sh -security: java.security.policy==

2012-07-18 Thread Niels Thykier
On 2012-07-18 11:34, Christoph Berg wrote:
 Package: tomcat6-common
 Version: 6.0.35-1
 Severity: grave
 Tags: security
 
 /usr/share/tomcat6/bin/catalina.sh line 276 reads
 
 -Djava.security.policy==$CATALINA_BASE/work/catalina.policy \
 
 The double = looks like a mistake. When running with -security, the
 policy will not get loaded.
 
 Admittedly, I haven't tested it here, but I figured I should still
 file a bug because this just looks too obvious. If the second = is on
 purpose there, some comment should document that.
 
 Affected are both squeeze and unstable/testing.
 
 Christoph
 
 [...]

Hi,

I vaguely that there are special semantics regarding security settings
and the use of ==, so its use may be legitimate.  Admittedly it was a
while back I last looked at security settings ...

~Niels

__
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#681041: eclipse: upgrade disables installed plugins

2012-07-10 Thread Niels Thykier
On 2012-07-10 10:42, Shai Berger wrote:
 Package: eclipse
 Version: 3.8.0~rc4-1
 Severity: normal
 
 [...]
 
 Package: eclipse
 Version: 3.8.0~rc4-1
 Severity: normal
 
 Dear Maintainer,
 
 I've just upgraded my eclipse, to find my plugins missing;
 they were not active, and not in the installed software reports.
 
 I wanted to install them, and found:
 
 The EGit plug-in (installed as a Debian package) still had its
 software site in the list of update sources. Updating from there
 reported that the software is already installed; I added more
 packages from this site, and it made the plug-in live again.
 
 Aptana Studio (which I had installed directly from their site) was
 nowhere to be found, and had to be completely reinstalled.
 Aptana Studio - http://download.aptana.com/studio3/plugin/install
 
 Aptana Studio, among other things, defines perspectives. Some of the
 perspective settings were lost.
 
 Thanks for your good work,
 
 Shai.
 
 [...]

Hi,

This is a known issue #649878 / #587657 that we have not been able to
fix.  A quick fix should be removing ~/.eclipse and then reinstalling
locally installed plugins.

~Niels




__
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#679501: eclipse-cdt: Contains non-DFSG compatible files

2012-06-29 Thread Niels Thykier
Source: eclipse-cdt
Version: 8.1.0-2
Severity: serious


Parts of eclipse-linuxtools has been moved to eclipse-cdt;
unfortunately this seems to be including some GDFL files with invariant
sections  (see 4fcd094b.3090...@ktknet.cz).

~Niels



__
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#678801: osgi-core: libosgi-core-java contains copy of jar with different manifest

2012-06-24 Thread Niels Thykier
Package: osgi-core
Severity: normal


The Jars installed by libosgi-core-java in /usr/share/java contains
the same classes but their manifest differs.  I suspect a tool during
build replaces a symlink with a copy rather than following the symlink
and updating the real jar.

~Niels



__
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#678288: eclipselink: FTBFS with Java7 as default-java

2012-06-20 Thread Niels Thykier
Package: eclipselink
Version: 2.1.3-1
Severity: normal
Tags: patch

Hi,

eclipselink FTBFS with Java7 as default-java due to an API change in
Java's SQL libraries.  Attached is a patch for that problem.  There is
a second problem in that the javadoc is no longer generated due to an
encoding issue in 3 of the Java files (Caveat: the build does not
fail in this case!).
  I would have attached a patch for that, but file(1) does not tell me
what encoding they have[1].  It may be possible to avoid the encoding
issue all together by passing adding a esource=1.5 to the javadoc tag
in debian/build.xml, but I didn't try that.

~Niels

[1] eclipselink/org/eclipse/persistence/config/PersistenceUnitProperties.java: 
Non-ISO extended-ASCII text, with CRLF line terminators
diff --git a/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java b/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java
index 44dd8a6..3c3e44a 100644
--- a/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java
+++ b/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java
@@ -154,4 +154,10 @@ public class DataSourceImpl implements DataSource {
 return false;
 }
 
+/*
+ * Java7 compat.
+ */
+public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException {
+throw new java.sql.SQLFeatureNotSupportedException();
+}
 }
__
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#678308: svnkit: FTBFS SVNClientImpl [...] does not override abstract method [...]

2012-06-20 Thread Niels Thykier
Package: svnkit
Version: 1.3.5+dfsg-1
Severity: serious




compile-library:
[javac] builddir/build.xml:47: warning: 'includeantruntime' was not set, 
defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 68 source files to builddir/contrib/sequence/bin
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] builddir/build.xml:48: warning: 'includeantruntime' was not set, 
defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 447 source files to builddir/svnkit/bin
[javac] 
builddir/svnkit/src/org/tmatesoft/svn/core/javahl/SVNClientImpl.java:138: 
org.tmatesoft.svn.core.javahl.SVNClientImpl is not abstract and does not 
override abstract method upgrade(java.lang.String) in 
org.tigris.subversion.javahl.SVNClientInterface
[javac] public class SVNClientImpl implements SVNClientInterface {
[javac]^
[javac] 
builddir/svnkit/src/org/tigris/subversion/javahl/SVNClient.java:24: 
org.tigris.subversion.javahl.SVNClient is not abstract and does not override 
abstract method upgrade(java.lang.String) in 
org.tigris.subversion.javahl.SVNClientInterface
[javac] public class SVNClient implements SVNClientInterface {
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors



Full log attached - most likely related to the recent subversion upload.

~Niels
dpkg-buildpackage: source package svnkit
dpkg-buildpackage: source version 1.3.5+dfsg-2
dpkg-buildpackage: source changed by Niels Thykier ni...@thykier.net
 dpkg-source --before-build svnkit-1.3.5+dfsg
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with javahelper
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `builddir'
ant clean
Buildfile: builddir/build.xml

clean:

BUILD SUCCESSFUL
Total time: 0 seconds
make[1]: Leaving directory `builddir'
   jh_clean
   dh_clean
 dpkg-source -b svnkit-1.3.5+dfsg
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building svnkit using existing 
./svnkit_1.3.5+dfsg.orig.tar.gz
dpkg-source: info: building svnkit in svnkit_1.3.5+dfsg-2.debian.tar.gz
dpkg-source: info: building svnkit in svnkit_1.3.5+dfsg-2.dsc
 debian/rules build
dh build --with javahelper
   dh_testdir
   dh_auto_configure
   jh_linkjars
   debian/rules override_dh_auto_build
make[1]: Entering directory `builddir'
ant
Buildfile: builddir/build.xml

clean:

init-environment:

compile-library:
[javac] builddir/build.xml:47: warning: 'includeantruntime' was not set, 
defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 68 source files to builddir/contrib/sequence/bin
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] builddir/build.xml:48: warning: 'includeantruntime' was not set, 
defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 447 source files to builddir/svnkit/bin
[javac] 
builddir/svnkit/src/org/tmatesoft/svn/core/javahl/SVNClientImpl.java:138: 
org.tmatesoft.svn.core.javahl.SVNClientImpl is not abstract and does not 
override abstract method upgrade(java.lang.String) in 
org.tigris.subversion.javahl.SVNClientInterface
[javac] public class SVNClientImpl implements SVNClientInterface {
[javac]^
[javac] 
builddir/svnkit/src/org/tigris/subversion/javahl/SVNClient.java:24: 
org.tigris.subversion.javahl.SVNClient is not abstract and does not override 
abstract method upgrade(java.lang.String) in 
org.tigris.subversion.javahl.SVNClientInterface
[javac] public class SVNClient implements SVNClientInterface {
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors

BUILD FAILED
builddir/build.xml:48: Compile failed; see the compiler error output for 
details.

Total time: 3 seconds
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `builddir'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
__
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#678314: libjbzip2-java: Vcs-Svn path has typo in package name

2012-06-20 Thread Niels Thykier
Package: libjbzip2-java
Version: 0.9.1-1
Severity: minor

The Vcs path is svn://svn.debian.org/svn/pkg-java/trunk/libjbib2-java
(package spelled as libjbib2-java), but the source is called
libjbzip2-java.

~Niels



__
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#678130: clojure1.3: Can this package be removed (no rdeps and clojure1.{2, 4} exists) ?

2012-06-19 Thread Niels Thykier
Package: clojure1.3
Version: 1.3.0+dfsg-2
Severity: important

Hi,

Seems a bit wasteful to me to have 3 versions of clojure in the
archive.  Given that clojure1.3 has no reverse dependencies (according
to dak) it should be trivial to remove unless there is a(nother)
reason to keep it.

~Niels



__
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#678131: eclipse: FTBFS with OpenJDK-7 as default java

2012-06-19 Thread Niels Thykier
Package: eclipse
Version: 3.7.2-1
Severity: important
User: ubuntu-de...@lists.ubuntu.com
Usertags: openjdk-7-transition

Known issue - upstream is aware of it[1].  I believe I saw some
patches for this in the eclipse-build repository (for 3.8 or maybe
4.2).

We probably also have to wait for sat4j to be fixed #678007 (and
a new upload of swt-gtk #677025).

~Niels

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=369145



__
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#678131: eclipse: FTBFS with OpenJDK-7 as default java

2012-06-19 Thread Niels Thykier
block 678131 by 678007
block 678131 by 677025
thanks

On 2012-06-19 14:40, Niels Thykier wrote:
 Package: eclipse
 Version: 3.7.2-1
 Severity: important
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: openjdk-7-transition
 
 Known issue - upstream is aware of it[1].  I believe I saw some
 patches for this in the eclipse-build repository (for 3.8 or maybe
 4.2).
 
 We probably also have to wait for sat4j to be fixed #678007 (and
 a new upload of swt-gtk #677025).
 
 ~Niels
 
 [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=369145
 
 
 

Already in our 3.8 branch[2], we may need to regenerate the bootstrap
files for it to work though (not sure - haven't looked to closely at it
yet).

~Niels

[2] pdebuild.xml: target name=jsr14To15ForBootstrap




__
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#678131: eclipse: FTBFS with OpenJDK-7 as default java

2012-06-19 Thread Niels Thykier
block 678131 by 678007
block 678131 by 677025
thanks

On 2012-06-19 14:40, Niels Thykier wrote:
 Package: eclipse
 Version: 3.7.2-1
 Severity: important
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: openjdk-7-transition
 
 Known issue - upstream is aware of it[1].  I believe I saw some
 patches for this in the eclipse-build repository (for 3.8 or maybe
 4.2).
 
 We probably also have to wait for sat4j to be fixed #678007 (and
 a new upload of swt-gtk #677025).
 
 ~Niels
 
 [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=369145
 
 
 

Already in our 3.8 branch[2], we may need to regenerate the bootstrap
files for it to work though (not sure - haven't looked to closely at it
yet).

~Niels

[2] pdebuild.xml: target name=jsr14To15ForBootstrap




__
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#677974: eclipse-egit: FTBFS with eclipse 3.8.0 (git version)

2012-06-18 Thread Niels Thykier
Package: eclipse-egit
Severity: important


Hi,

Snippet from the log included below - I haven't tested if it is reproducible
with eclipse from sid; if it is I will bump the severity to serious.


allElements:

init:

generateScript:
[eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
[eclipse.buildScript] Bundle org.eclipse.egit.core.test:
[eclipse.buildScript]   Host plug-in org.eclipse.egit.core_0.0.0 has not been 
found.
[eclipse.buildScript]   Missing required plug-in org.mockito_[1.8.0,1.9.0).
[eclipse.buildScript]   Missing required plug-in org.hamcrest_[1.1.0,2.0.0).
[eclipse.buildScript]   Unsatisfied import package org.mockito_[1.8.0,1.9.0).
[eclipse.buildScript]   Unsatisfied import package 
org.mockito.stubbing_[1.8.0,1.9.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.egit.core_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.egit.core.op_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.egit.core.project_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.api.errors_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.junit_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.lib_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.treewalk_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.treewalk.filter_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.util_[1.1.0,1.2.0).
[eclipse.buildScript] Bundle org.eclipse.egit.core:
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.api_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.api.errors_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.diff_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.dircache_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.errors_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.lib_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.merge_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.patch_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.revwalk_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.revwalk.filter_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.storage.file_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.transport_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.treewalk_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.treewalk.filter_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.util_[1.1.0,1.2.0).
[eclipse.buildScript] Bundle org.eclipse.egit.mylyn.ui.test:
[eclipse.buildScript]   Host plug-in org.eclipse.egit.mylyn.ui_1.1.0 has not 
been found.
[eclipse.buildScript]   Missing required plug-in org.apache.log4j_[1.0.0,2.0.0).
[eclipse.buildScript]   Missing required plug-in org.hamcrest_[1.1.0,2.0.0).
[eclipse.buildScript] Bundle org.eclipse.egit.mylyn.ui:
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.monitor.core_[3.0.0,4.0.0).
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.tasks.core_[3.0.0,4.0.0).
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.tasks.ui_[3.0.0,4.0.0).
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.team.ui_[3.0.0,4.0.0).
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.resources.ui_[3.0.0,4.0.0).
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.context.core_[3.0.0,4.0.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.egit.core_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.egit.ui_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.egit.ui.internal.commit_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.egit.ui.internal.synchronize.model_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.errors_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.lib_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.revwalk_[1.1.0,1.2.0).
[eclipse.buildScript]   Unsatisfied import package 
org.eclipse.jgit.transport_[1.1.0,1.2.0).
[eclipse.buildScript] Bundle org.eclipse.egit.ui.test:
[eclipse.buildScript]   Host plug-in org.eclipse.egit.ui_0.0.0 has not been 
found.
[eclipse.buildScript]   Missing required plug-in org.apache.log4j_[1.0.0,2.0.0).
[eclipse.buildScript]   Missing required 

Bug#677978: bnd: FTBFS with eclipse 3.8.0 (git version)

2012-06-18 Thread Niels Thykier
Package: bnd
Version: 1.50.0-4
Severity: important
Tags: patch

Hi,

bnd FTBFS with eclipse 3.8.0 (from git) since some JDT jars have been
moved (see attached patch).  The patch will not work with eclipse
currently in sid though.

~Niels
diff -Nru bnd-1.50.0/debian/changelog bnd-1.50.0/debian/changelog
--- bnd-1.50.0/debian/changelog	2012-04-30 22:45:14.0 +0200
+++ bnd-1.50.0/debian/changelog	2012-06-18 11:50:43.0 +0200
@@ -1,3 +1,10 @@
+bnd (1.50.0-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Update locations of JDT jars.
+
+ -- Niels Thykier ni...@thykier.net  Mon, 18 Jun 2012 11:50:31 +0200
+
 bnd (1.50.0-4) unstable; urgency=low
 
   * Fix FTBFS after update to eclipse 3.7.2-1 (Closes: #669533).
diff -Nru bnd-1.50.0/debian/rules bnd-1.50.0/debian/rules
--- bnd-1.50.0/debian/rules	2012-04-30 20:15:40.0 +0200
+++ bnd-1.50.0/debian/rules	2012-06-18 11:50:21.0 +0200
@@ -62,10 +62,10 @@
 	ln -s /usr/lib/eclipse/plugins/org.eclipse.core.resources_*.jar cnf/repo/org.eclipse.core.resources/org.eclipse.core.resources-3.3.1.jar
 	ln -s /usr/lib/eclipse/plugins/org.eclipse.core.commands_*.jar cnf/repo/org.eclipse.core.commands/org.eclipse.core.commands-3.3.3.jar
 	ln -s /usr/lib/eclipse/plugins/org.eclipse.jdt.core_*.jar cnf/repo/org.eclipse.jdt.core/org.eclipse.jdt.core-3.3.3.jar
-	ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_*.jar cnf/repo/org.eclipse.jdt.ui/org.eclipse.jdt.ui-3.3.3.jar
-	ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*.jar cnf/repo/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui-3.2.102.jar
-	ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit_*.jar cnf/repo/org.eclipse.jdt.junit/org.eclipse.jdt.junit-3.3.3.jar
-	ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_*.jar cnf/repo/org.eclipse.jdt.launching/org.eclipse.jdt.launching-3.3.3.jar
+	ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_*.jar cnf/repo/org.eclipse.jdt.ui/org.eclipse.jdt.ui-3.3.3.jar
+	ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*.jar cnf/repo/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui-3.2.102.jar
+	ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit_*.jar cnf/repo/org.eclipse.jdt.junit/org.eclipse.jdt.junit-3.3.3.jar
+	ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_*.jar cnf/repo/org.eclipse.jdt.launching/org.eclipse.jdt.launching-3.3.3.jar
 	ln -s /usr/lib/eclipse/plugins/org.eclipse.jface_*.jar cnf/repo/org.eclipse.jface/org.eclipse.jface-3.3.2.jar
 	ln -s /usr/lib/eclipse/plugins/org.eclipse.jface.text_*.jar cnf/repo/org.eclipse.jface.text/org.eclipse.jface.text-3.3.2.jar
 	ln -s /usr/lib/java/swt-gtk-*.jar cnf/repo/org.eclipse.swt/org.eclipse.swt-3.3.2.jar
__
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#677974: eclipse-egit: FTBFS with eclipse 3.8.0 (git version)

2012-06-18 Thread Niels Thykier
# Reproduced in sid chroot
severity 677974 serious
retitle 677974 eclipse-egit: FTBFS OSGi dependency issues
thanks

On 2012-06-18 11:30, Niels Thykier wrote:
 Package: eclipse-egit
 Severity: important
 
 
 Hi,
 
 Snippet from the log included below - I haven't tested if it is reproducible
 with eclipse from sid; if it is I will bump the severity to serious.
 
 
 [...] 
 
 
 ~Niels
 

The full log of my (sid) build is attached.

~Niels


dpkg-buildpackage: source package eclipse-egit
dpkg-buildpackage: source version 1.1.0-1
dpkg-buildpackage: source changed by Jakub Adam jakub.a...@ktknet.cz
 dpkg-source --before-build eclipse-egit
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with eclipse-helper
   dh_testdir
   dh_auto_clean
   jh_clean
   dh_clean
 dpkg-source -b eclipse-egit
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building eclipse-egit using existing ./eclipse-egit_1.1.0.orig.tar.gz
dpkg-source: info: building eclipse-egit in eclipse-egit_1.1.0-1.debian.tar.gz
dpkg-source: info: building eclipse-egit in eclipse-egit_1.1.0-1.dsc
 debian/rules build
dh build --with eclipse-helper
   dh_testdir
   dh_auto_configure
   dh_auto_build
   jh_setupenvironment
   jh_generateorbitdir
   jh_compilefeatures
mkdir -p builddir/eclipse-egit/debian/.eclipse-build/build
mkdir -p builddir/eclipse-egit/debian/.eclipse-build/build/home
mkdir -p builddir/eclipse-egit/debian/.eclipse-build/build/home/workspace
Building feature = org.eclipse.egit.
Symlinking SDK and jgit into builddir/eclipse-egit/debian/.eclipse-build/build/SDK directory.
/bin/sh /usr/lib/eclipse/buildscripts/copy-platform builddir/eclipse-egit/debian/.eclipse-build/build/SDK /usr/lib/eclipse jgit
ln: failed to create symbolic link `about.html': File exists
ln: failed to create symbolic link `icon.xpm': File exists
ln: failed to create symbolic link `notice.html': File exists
ln: failed to create symbolic link `readme': File exists
ln: failed to create symbolic link `swt-gtk-3.7.2.jar': File exists
ln: failed to create symbolic link `swt-gtk.jar': File exists
ln: failed to create symbolic link `swt.jar': File exists
Starting build:
Buildfile: /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.7.0.dist/scripts/build.xml

main:

preBuild:
 [copy] Copying 1 file to builddir/eclipse-egit/debian/.eclipse-build/build

preSetup:

getMapFiles:

postSetup:

processRepos:

fetch:

generate:

preGenerate:
 [exec] preparing files in builddir/eclipse-egit/debian/.eclipse-build for buildfile generation ...
 [exec]   making the 'features' and 'plugins' directories
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/features/org.eclipse.egit - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit-feature
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/features/org.eclipse.egit.mylyn - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.mylyn-feature
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/features/org.eclipse.egit.psf - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.psf-feature
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/features/org.eclipse.egit.source - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.source-feature
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit.core.test - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.core.test/
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit.core - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.core/
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit.doc - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.doc/
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit.mylyn.ui.test - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.mylyn.ui.test/
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit.mylyn.ui - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.mylyn.ui/
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit.ui.test - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.ui.test/
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit.ui - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit.ui/
 [exec]   making symlink: builddir/eclipse-egit/debian/.eclipse-build/build/plugins/org.eclipse.egit - builddir/eclipse-egit/debian/.eclipse-build/org.eclipse.egit/
 [exec] done

symlinkDeps:

allElements:

init:

generateScript:
[eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied

Bug#678032: libiscwt-java: FTBFS with OpenJDK-7 - uses internal proprietary API which has changed

2012-06-18 Thread Niels Thykier
bytes = ((ByteInterleavedRaster) 
raster).getDataStorage();
  ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:293: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
} else if (raster instanceof BytePackedRaster) {
 ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:295: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
bytes = ((BytePackedRaster) raster).getDataStorage();
  ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
19 warnings


~Niels
Complete layout information:
buildArea=builddir/build-area
origDir=builddir/tarballs
trunkDir=builddir/libiscwt-java
trunkUrl=svn+ssh://svn.debian.org/svn/pkg-java/trunk/libiscwt-java
dpkg-checkbuilddeps
builddir/build-area/libiscwt-java-5.3.20100629 exists, renaming to 
/home/moon/debian/test-build/java7/build-area/libiscwt-java-5.3.20100629.obsolete.0.983080024671839
mergeWithUpstream mode detected, looking for 
builddir/tarballs/libiscwt-java_5.3.20100629.orig.tar.gz
I: mergeWithUpstream property set, looking for upstream source tarball...
 tar --no-same-owner --no-same-permissions --extract --gzip --file 
builddir/tarballs/libiscwt-java_5.3.20100629.orig.tar.gz --directory 1 more 
argument
 mv builddir/build-area/tmp-0.822409086951183/libiscwt-java-5.3.20100629 
/home/moon/debian/test-build/java7/build-area/libiscwt-java-5.3.20100629
 mkdir -p builddir/build-area/libiscwt-java-5.3.20100629/debian 
/home/moon/debian/test-build/java7/build-area/libiscwt-java-5.3.20100629/debian/source
 cp --parents -laf debian/README.source debian/control debian/copyright 
debian/changelog debian/source/format debian/README.Debian debian/watch 
debian/javabuild 6 more arguments
rm -rf builddir/build-area/tmp-0.822409086951183
chmod -R u+r+w+X,g+r-w+X,o+r-w+X -- 
builddir/build-area/libiscwt-java-5.3.20100629
dpkg-buildpackage -us -uc -tc
dpkg-buildpackage: source package libiscwt-java
dpkg-buildpackage: source version 5.3.20100629-2
dpkg-buildpackage: source changed by Niels Thykier ni...@thykier.net
 dpkg-source --before-build libiscwt-java-5.3.20100629
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh --with javahelper clean
   dh_testdir
   dh_auto_clean
   jh_clean
   dh_clean
 dpkg-source -b libiscwt-java-5.3.20100629
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building libiscwt-java using existing 
./libiscwt-java_5.3.20100629.orig.tar.gz
dpkg-source: info: building libiscwt-java in 
libiscwt-java_5.3.20100629-2.debian.tar.gz
dpkg-source: info: building libiscwt-java in libiscwt-java_5.3.20100629-2.dsc
 debian/rules build
dh --with javahelper build
   dh_testdir
   dh_auto_configure
   jh_linkjars
   dh_auto_build
   jh_build
find src -name *.java -and -type f -print0 | xargs -0 
/usr/lib/jvm/default-java/bin/javac -cp 
/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt.jar:debian/_jh_build.iscwt
 -d debian/_jh_build.iscwt -source 1.5
warning: [options] bootstrap class path not set in conjunction with -source 1.5
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
 *  UFWORDadvanceWidthMaxMaximum advance width value in 
?hmtx? table.

^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
 *  UFWORDadvanceWidthMaxMaximum advance width value in 
?hmtx? table.

 ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
 *  FWORDminLeftSideBearingMinimum left sidebearing 
value in ?hmtx? table.

 ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
 *  FWORDminLeftSideBearingMinimum left sidebearing 
value in ?hmtx? table.

  ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding ASCII
 *  USHORTnumberOfHMetricsNumber of hMetric entries in  
?hmtx? table; may be smaller than the total number of glyphs in the font.

^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding

[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 3f7e663232eea4660a1cdf89e4abc593c1faeddb
Author: Niels Thykier ni...@thykier.net
Date:   Thu May 24 08:21:16 2012 +0200

Drop co-installability with older versions of SWT

The current co-installability fails to ensure the relevant JNI
libraries which causes bugs like #670756 and LP: #1000272.

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index 4fb5c0e..053904d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
 swt-gtk (3.7.2-3) UNRELEASED; urgency=low
 
+  [ Jakub Adam ]
   * debian/Makefile: Add missing SWTMessages*.properties files to
 swt-gtk-$(RELEASE).jar
 
+  [ Niels Thykier ]
+  * Use breaks to ensure that the SWT JNI libraries are upgraded
+together with the Java package.
+  * Add conflicts with older versions of SWT and its JNI libraries.
+This avoid this issue new and old versions of SWT and its JNI
+libraries being used (and crashing).  (Closes: #670756,
+LP: #1000272)
+
  -- Jakub Adam jakub.a...@ktknet.cz  Sun, 08 Apr 2012 22:41:29 +0200
 
 swt-gtk (3.7.2-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0efbd1a..312a463 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,14 @@ Architecture: any
 Section: java
 Depends: libswt-gtk-3-jni (= ${binary:Version}), ${misc:Depends}
 Suggests: libswt-gtk-3-java-gcj
+Conflicts: libswt3.2-gtk-jni,
+   libswt3.2-gtk-java,
+   libswt-gtk-3.4-java,
+   libswt-gtk-3.4-jni,
+   libswt-gtk-3.5-jni,
+   libswt-gnome-gtk-3.5-jni,
+   libswt-cairo-gtk-3.5-jni,
+   libswt-mozilla-gtk-3.5-jni,
 Description: Standard Widget Toolkit for GTK+ Java library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -32,6 +40,7 @@ Package: libswt-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libswt-gnome-gtk-3-jni
+Breaks: libswt-gtk-3-java ( ${binary:Version}), libswt-gtk-3-java ( 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -43,6 +52,7 @@ Description: Standard Widget Toolkit for GTK+ JNI library
 Package: libswt-gnome-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libswt-gtk-3-java ( ${binary:Version}), libswt-gtk-3-java ( 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ GNOME JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -54,6 +64,7 @@ Description: Standard Widget Toolkit for GTK+ GNOME JNI 
library
 Package: libswt-cairo-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libswt-gtk-3-java ( ${binary:Version}), libswt-gtk-3-java ( 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ Cairo JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to
@@ -76,6 +87,7 @@ Description: Standard Widget Toolkit for GTK+ GLX JNI library
 Package: libswt-webkit-gtk-3-jni
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: libswt-gtk-3-java ( ${binary:Version}), libswt-gtk-3-java ( 
${binary:Version})
 Description: Standard Widget Toolkit for GTK+ WebKit JNI library
  The Standard Widget Toolkit (SWT) is a fast and rich GUI toolkit for the Java
  programming language. SWT provides efficient, portable and fast access to

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 7c71d3bcca539b84885cff1e9a7bde8d032741e6
Author: Niels Thykier ni...@thykier.net
Date:   Thu May 24 08:45:44 2012 +0200

Remove alternatives for swt.jar

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index 053904d..b2309b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ swt-gtk (3.7.2-3) UNRELEASED; urgency=low
 This avoid this issue new and old versions of SWT and its JNI
 libraries being used (and crashing).  (Closes: #670756,
 LP: #1000272)
+  * Remove alternatives for /usr/share/java/swt.jar.
 
  -- Jakub Adam jakub.a...@ktknet.cz  Sun, 08 Apr 2012 22:41:29 +0200
 
diff --git a/debian/libswt-gtk-3-java.links b/debian/libswt-gtk-3-java.links
index 946c6c3..f469179 100644
--- a/debian/libswt-gtk-3-java.links
+++ b/debian/libswt-gtk-3-java.links
@@ -1 +1,2 @@
 usr/lib/java/swt-gtk-3.7.2.jar usr/share/java/swt-gtk-3.7.jar
+usr/lib/java/swt-gtk-3.7.2.jar usr/share/java/swt.jar
diff --git a/debian/libswt-gtk-3-java.postinst 
b/debian/libswt-gtk-3-java.postinst
deleted file mode 100644
index eceed51..000
--- a/debian/libswt-gtk-3-java.postinst
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/sh
-set -e
-
-case $1 in
-configure)
-update-alternatives --install \
-/usr/share/java/swt.jar \
-swt.jar \
-/usr/share/java/swt-gtk-3.7.jar \
-103
-;;
-
-abort-upgrade|abort-remove|abort-deconfigure)
-;;
-
-*)
-echo postinst called with unknown argument \`$1' 2
-exit 1
-;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libswt-gtk-3-java.prerm b/debian/libswt-gtk-3-java.preinst
similarity index 51%
rename from debian/libswt-gtk-3-java.prerm
rename to debian/libswt-gtk-3-java.preinst
index f5571e4..84ae327 100644
--- a/debian/libswt-gtk-3-java.prerm
+++ b/debian/libswt-gtk-3-java.preinst
@@ -2,11 +2,10 @@
 set -e
 
 case $1 in
-remove|upgrade|deconfigure)
-   update-alternatives --remove swt.jar \
-/usr/share/java/swt-gtk-3.7.jar
-   ;;
-failed-upgrade)
+install|upgrade)
+if update-alternatives --list swt.jar /dev/null 21 ; then
+   update-alternatives --remove-all swt.jar
+fi
;;
 *)
 echo prerm called with unknown argument \`$1' 2

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 5e98cf566236f4f599c70e3f8a4f09c2db94a006
Author: Niels Thykier ni...@thykier.net
Date:   Thu May 24 09:32:55 2012 +0200

Add myself to uploaders

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index b2309b2..9f0cd55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ swt-gtk (3.7.2-3) UNRELEASED; urgency=low
 libraries being used (and crashing).  (Closes: #670756,
 LP: #1000272)
   * Remove alternatives for /usr/share/java/swt.jar.
+  * Add myself to uploaders.
 
  -- Jakub Adam jakub.a...@ktknet.cz  Sun, 08 Apr 2012 22:41:29 +0200
 
diff --git a/debian/control b/debian/control
index 312a463..93eebbf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Adrian Perez blackxo...@debian.org,
أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org,
-   Jakub Adam jakub.a...@ktknet.cz
+   Jakub Adam jakub.a...@ktknet.cz,
+   Niels Thykier ni...@thykier.net
 DM-Upload-Allowed: yes
 Build-Depends: default-jdk, gcj-native-helper, libgnomeui-dev, libxtst-dev,
  libxcb-render-util0-dev, libxt-dev,

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-1-7-g489edea

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 489edea9d383650e7946466ef3467043853e9a29
Author: Niels Thykier ni...@thykier.net
Date:   Thu May 24 09:19:13 2012 +0200

Set dist to unstable

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index 9f0cd55..2fe8e99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-swt-gtk (3.7.2-3) UNRELEASED; urgency=low
+swt-gtk (3.7.2-3) unstable; urgency=low
 
   [ Jakub Adam ]
   * debian/Makefile: Add missing SWTMessages*.properties files to
@@ -14,7 +14,7 @@ swt-gtk (3.7.2-3) UNRELEASED; urgency=low
   * Remove alternatives for /usr/share/java/swt.jar.
   * Add myself to uploaders.
 
- -- Jakub Adam jakub.a...@ktknet.cz  Sun, 08 Apr 2012 22:41:29 +0200
+ -- Niels Thykier ni...@thykier.net  Thu, 24 May 2012 09:18:54 +0200
 
 swt-gtk (3.7.2-2) unstable; urgency=low
 

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. annotated tag, debian/3.7.2-3, created. debian/3.7.2-3

2012-05-24 Thread Niels Thykier
The annotated tag, debian/3.7.2-3 has been created
at  c5ae8d8925faa7bae362652c60ca30e3afb3b225 (tag)
   tagging  489edea9d383650e7946466ef3467043853e9a29 (commit)
  replaces  debian/3.7.2-1
 tagged by  Niels Thykier
on  Thu May 24 09:42:23 2012 +0200

- Shortlog 
Release swt-gtk/3.7.2-3 into unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPveZoAAoJEAVLu599gGRCud0P/3oew5LywVggXoe4K43jSwW5
RF+sbp/L25PJnf0icGoK1lmEiq0GnJko1fZKl1rWYogFxaYgW4qWzgAwubTFnGVu
2Sdb0JJT/U6Uxxfq5E1Zpc8ruwnO4q2hSDCpkVyoRZT0r6oJRX+sa1rSCiuri4c8
5RHTXpQNPTW9uRqVO/6URzKFphXi3v1L2Ie3ba7+AUJHnOX7d2MGnDkQm2aGqHdC
3J21yM7djqPRjHxSv/vYZa/OiprJH02oevOehb2R6X01JtzLrxi/lwvUsgdRq/7J
a1l6jtpa9N/Qv1R8N4fCkiWdcs1zKGjfRIpRYI6bSUiCjqVoeLQPVIhvTBr4M5kC
Mt0ilB3LPZED/HlSCSRy3Mn24JaB0zTQNzMvCNL2uaQM2WCsvTKrQU9t17dLcC3D
kVJRYxEkE+zBI7tIvCNW1SigNeOm/ovwHeRMTMNjqJbta02bmIx8ras+kttC4Of7
AGCmWwAzDfF566tFAFoXX3O2gQSxOctS3d467WOXBj6FieWtlT0YVDMu3s8urC2P
doUNFfbWsQtMVVuWWLL23VFq/rJAlclDEvZ//zCAX98hwWa5E//hqU1EYKKPOYdW
NRdOVQ65Fhsydt48eGn1/L1A5uuIX3lD71U/7pBw4eZBUWpzp/vRBlHLpMkIEg9T
atSoUD037qJse2z3Sfbl
=2hiy
-END PGP SIGNATURE-

Jakub Adam (1):
  Add missing SWTMessages*.properties files to swt-gtk-$(RELEASE).jar

Niels Thykier (4):
  Drop co-installability with older versions of SWT
  Remove alternatives for swt.jar
  Add myself to uploaders
  Set dist to unstable

أحمد المحمودي (Ahmed El-Mahmoudy) (2):
  Change build-dep: libwebkit-dev - libwebkitgtk-dev
  Release 3.7.2-2

---

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

[SCM] Debian packaging for swt-gtk. branch, master-3.8, updated. debian/3.8.0-m7-2-1-g20c4b3c

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master-3.8 branch:
commit 20c4b3c1d46c9fa4396f08fe7bfc10f45316f59b
Author: Niels Thykier ni...@thykier.net
Date:   Thu May 24 08:45:44 2012 +0200

Remove alternatives for swt.jar

Signed-off-by: Niels Thykier ni...@thykier.net

Conflicts:

debian/changelog
debian/libswt-gtk-3-java.links
debian/libswt-gtk-3-java.postinst
debian/libswt-gtk-3-java.preinst

diff --git a/debian/changelog b/debian/changelog
index 396d44d..bd46e8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+swt-gtk (3.8.0~m7-3) UNRELEASED; urgency=low
+
+  * Use breaks to ensure that the SWT JNI libraries are upgraded
+together with the Java package.
+  * Add conflicts with older versions of SWT and its JNI libraries.
+This avoid this issue new and old versions of SWT and its JNI
+libraries being used (and crashing).  (Closes: #670756,
+LP: #1000272)
+  * Remove alternatives for /usr/share/java/swt.jar.
+
+ -- Niels Thykier ni...@thykier.net  Thu, 24 May 2012 09:44:43 +0200
+
 swt-gtk (3.8.0~m7-2) experimental; urgency=low
 
   * Fix build on 64-bit platforms.
diff --git a/debian/libswt-gtk-3-java.links b/debian/libswt-gtk-3-java.links
index 4e00acd..1a459af 100644
--- a/debian/libswt-gtk-3-java.links
+++ b/debian/libswt-gtk-3-java.links
@@ -1 +1,2 @@
 usr/lib/java/swt-gtk-3.8.0.jar usr/share/java/swt-gtk-3.8.jar
+usr/lib/java/swt-gtk-3.8.0.jar usr/share/java/swt.jar
diff --git a/debian/libswt-gtk-3-java.postinst 
b/debian/libswt-gtk-3-java.postinst
deleted file mode 100644
index bdd69fa..000
--- a/debian/libswt-gtk-3-java.postinst
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/sh
-set -e
-
-case $1 in
-configure)
-update-alternatives --install \
-/usr/share/java/swt.jar \
-swt.jar \
-/usr/share/java/swt-gtk-3.8.jar \
-103
-;;
-
-abort-upgrade|abort-remove|abort-deconfigure)
-;;
-
-*)
-echo postinst called with unknown argument \`$1' 2
-exit 1
-;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libswt-gtk-3-java.prerm b/debian/libswt-gtk-3-java.preinst
similarity index 51%
rename from debian/libswt-gtk-3-java.prerm
rename to debian/libswt-gtk-3-java.preinst
index a0e8380..84ae327 100644
--- a/debian/libswt-gtk-3-java.prerm
+++ b/debian/libswt-gtk-3-java.preinst
@@ -2,11 +2,10 @@
 set -e
 
 case $1 in
-remove|upgrade|deconfigure)
-   update-alternatives --remove swt.jar \
-/usr/share/java/swt-gtk-3.8.jar
-   ;;
-failed-upgrade)
+install|upgrade)
+if update-alternatives --list swt.jar /dev/null 21 ; then
+   update-alternatives --remove-all swt.jar
+fi
;;
 *)
 echo prerm called with unknown argument \`$1' 2

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. debian/3.6.5+dfsg1-1-16-g9b469e8

2012-05-24 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 9b469e8067499044a50769e539fc245ae2e8b355
Author: Niels Thykier ni...@thykier.net
Date:   Thu May 24 11:50:33 2012 +0200

Set dist to unstable

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index d55787c..8e10fe7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-eclipse-mylyn (3.7.1-1) UNRELEASED; urgency=low
+eclipse-mylyn (3.7.1-1) unstable; urgency=low
 
   * New upstream release.
   * Removed no longer required eclipse-mylyn.lintian-overrides.
 
- -- Jakub Adam jakub.a...@ktknet.cz  Sun, 25 Mar 2012 12:24:51 +0200
+ -- Jakub Adam jakub.a...@ktknet.cz  Thu, 24 May 2012 11:50:27 +0200
 
 eclipse-mylyn (3.6.5+dfsg1-1) unstable; urgency=low
 

-- 
eclipse-mylyn - Plug-in for eclipse - Debian package.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. annotated tag, debian/3.7.1-1, created. debian/3.7.1-1

2012-05-24 Thread Niels Thykier
The annotated tag, debian/3.7.1-1 has been created
at  f2a2fa2b5b1ae77ef9a3bdc9ce2636a4e0da2895 (tag)
   tagging  9b469e8067499044a50769e539fc245ae2e8b355 (commit)
  replaces  debian/3.6.5+dfsg1-1
 tagged by  Niels Thykier
on  Thu May 24 12:12:16 2012 +0200

- Shortlog 
Release eclipse-mylyn/3.7.1-1 into unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPvgmOAAoJEAVLu599gGRCPQEP/jL85xO8vQRdYqVaU4+j5lJh
DeV5Dpc0TzO8az/ajcNNPS9TqJZjbFxZtaZGfk42Rbi7n9u7jkZfZVfwVn2sY+4V
tJPabkWod/G0CbvHP3VJWXeemthE3LrU1zHneEDHRpaKvCt0asA7vbpjwplLg3MK
ZNHBkxhuAb+D0L01gJJZiQS5xFjdUK8bPSndi0wlk7WrshC7yRo8vXkopnPUUvYv
8vjON61S1dqm1B3xh5Qi1g6hmU8N/n2ima8AGYA2TqbtUT++jT44LthTbJQCV3cq
9667ibPGSkCEQten081TCALCc6r/JRknzRL0FhIDk1G8QuYDVk3GgRR7M/J3vEq5
A1UMsK52Moba9NHhZ1UvDD/0aKhU+voHKWazS6DkGbUGle5PhWKuu/CeA9hk8eCz
YhqTtre7bt2USTt7FxnMXgdXuecOL+MkQUbY2+ljrWBbp6cPpKLVTU/0ko4QKbn/
7XWgJIqTaUaU8LQhGcuqXqptJ1N9y10Km7n1LYNf1lJwn4DL2HJDeXooAx2uWjCB
wGSY9EzYCJbFDzrJdgR5rZ2QisCW9y1VB+4k3+4StL5kjxrbATqEKGLpiBEaBxEO
EsiajZU+xpgnDUJ9vMcz2+1zBoPuo2z4fJb0oBwi8uH9J5RGCC7MaY3zvo5yGHmp
UTo1UIrP4s1GrBiFNJU7
=uP/a
-END PGP SIGNATURE-

Jakub Adam (15):
  Merge tag 'upstream/3.7.0'
  Imported Upstream version 3.7.0
  Updated d/get-orig-source
  Update d/changelog
  Update d/eclipse.features and d/eclipse-mylyn.eh-install for new upstream 
release
  Refresh d/patches
  Fix instanceClassName of RepositoryLocation class in ecore model
  Updated d/get-orig-source
  Imported Upstream version 3.7.1
  Merge tag 'upstream/3.7.1'
  Updated d/changelog
  Refresh d/patches
  Updated d/eclipse-mylyn-wikitext.lintian-overrides
  Update build dependences
  Removed no longer required eclipse-mylyn.lintian-overrides

Niels Thykier (1):
  Set dist to unstable

---

-- 
eclipse-mylyn - Plug-in for eclipse - Debian package.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] eclipse-anyedit packaging branch, master, updated. debian/2.4.1-1-4-g11da1cd

2012-05-23 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 11da1cdfc7316751d19edd57b27cd582d2af5679
Author: Niels Thykier ni...@thykier.net
Date:   Wed May 23 09:31:44 2012 +0200

Set dist to unstable
Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index ab303cd..946dfc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-eclipse-anyedit (2.4.2-1) UNRELEASED; urgency=low
+eclipse-anyedit (2.4.2-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Jakub Adam jakub.a...@ktknet.cz  Sun, 20 May 2012 12:28:02 +0200
+ -- Jakub Adam jakub.a...@ktknet.cz  Wed, 23 May 2012 09:15:47 +0200
 
 eclipse-anyedit (2.4.1-1) unstable; urgency=low
 

-- 
eclipse-anyedit packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] eclipse-anyedit packaging annotated tag, debian/2.4.2-1, created. debian/2.4.2-1

2012-05-23 Thread Niels Thykier
The annotated tag, debian/2.4.2-1 has been created
at  e5cc0c623ab8764cd9f6a9378646f14ad0debd22 (tag)
   tagging  11da1cdfc7316751d19edd57b27cd582d2af5679 (commit)
  replaces  debian/2.4.1-1
 tagged by  Niels Thykier
on  Wed May 23 09:31:57 2012 +0200

- Shortlog 
Release eclipse-anyedit/2.4.2-1 into unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPvJJ3AAoJEAVLu599gGRCehcP/1NpbWkCXO8PxivOuq//qATi
c+kpwS6mOT2SLrmpD9Up68as5ubwbgxCHCTdNEJixDM9QAAomyrzEavbbeHrplGK
98MuPy/g1bXRte1qW3x2Omil2ny+y4OV/Il461BCFmVN7eMNsTi7Y/JFjQ4T2X0z
MQqTSDo1cW51impIN9rzvKZmJF653BGPl56KEuUQfA8xoC8J5usekKJwiDAgQ1oK
5QQMr/s8eMxQvsH9BtcW76Ec1GfZHfbWykXGMQZAdE1ATJisI/5zUIivm8huZeNu
rLTaaIZB0TOngKPCOE/NCflsKlGCCT/CBa/v1fYK5Gkmg8JFAEZqPw4ssMrBcoS6
aS4dWOKPMRKb3XvofqMvNfDL8G1F6RawqusRaPPtzxka6B8fGxN62LVlx6rTK+fT
Wrqr5t8YSW2z3LyVR7P3xNv6gaM5N+21j2DwpfDiCz/hyXxBVYGkuDvtd4gchOy1
V2/a71uZQrpHjgzmx6UkCjsPjcAMhpvGAMKYM2IU3rDjjM5w4z2scKRiVsr9HlCK
o18ssTRthkZcvf5lZyZOFD9qIiSHvUWdFdqe0a8vuRF+x+Ye5JDAr/It+7b0hyl3
Fbiy1fYj/FVzGSoG1dM5fcypfgMUXEO42pn8sRNfZmMDE5fijqxt9E1TVnHaIEA9
JjV579yL7dWfDCC8Eb6Z
=uMmx
-END PGP SIGNATURE-

Jakub Adam (3):
  Imported Upstream version 2.4.2
  Merge tag 'upstream/2.4.2'
  Update d/changelog for new upstream release

Niels Thykier (1):
  Set dist to unstable

---

-- 
eclipse-anyedit packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#673765: dom4j FTBFS with openjdk-7

2012-05-23 Thread Niels Thykier
On 2012-05-23 10:19, James Page wrote:
 Hi Niels
 
 On 23/05/12 07:27, Niels Thykier wrote:
 However, I must admit I am a bit concerned in the use of of !=
 with reals (floats/doubles)[0].  To my understanding (in at least
 C/C++) that is very likely to always be true due to even minor
 rounding errors[1]. Presumably this is why upstream used
 Math.round in the first place. It is possible that it only apply
 to expressions (and not stored values in variables) or Java handles
 this better, but in this case, I believe a comment in the code
 documenting this assertion would be prudent.
 
 I had the same concern when writing this patch but reading into this
 in a bit more detail I decided that this was actually OK for the
 following reason.
 
 The priority (see [0]) is always one of four values:
 
  -0.25
  0.5
  0.0
  -0.5
 
 I did a quick check and all four of these values can be represented
 accurately in Java (this is not true of all float/double literals).
 
 I'll update the patch with an appropriate comment to this effect.
 
 Cheers
 
 James
 
 [0] http://www.w3.org/TR/xslt11/#conflict

Revisiting this, couldn't we use Double.compare(double, double) for
this?  This way we should be safe from changes (if any) in how doubles
are handled in the future as well as any changes to the standard
(possible exceptions include allowing the use NaN or INF values).

~Niels




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


[SCM] jetty8 packaging branch, master, updated. debian/8.1.3-1-3-gf7cbfed

2012-05-22 Thread Niels Thykier
The following commit has been merged in the master branch:
commit f7cbfed19d67fc36156e65cc8e4047376099a808
Author: Niels Thykier ni...@thykier.net
Date:   Wed May 23 07:54:30 2012 +0200

Set dist to unstable

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index bbe7de5..e142435 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-jetty8 (8.1.3-2) UNRELEASED; urgency=low
+jetty8 (8.1.3-2) unstable; urgency=low
 
   * Fix server startup when jsvc is not installed.
   * Fix a typo in binary package dependencies (jstl1.1-java to
 libjstl1.1-java)
 
- -- Jakub Adam jakub.a...@ktknet.cz  Fri, 18 May 2012 20:11:19 +0200
+ -- Jakub Adam jakub.a...@ktknet.cz  Wed, 23 May 2012 07:49:07 +0200
 
 jetty8 (8.1.3-1) unstable; urgency=low
 

-- 
jetty8 packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] jetty8 packaging annotated tag, debian/8.1.3-2, created. debian/8.1.3-2

2012-05-22 Thread Niels Thykier
The annotated tag, debian/8.1.3-2 has been created
at  0ef842dbc45f1b278788f9c9ae86333821e49c52 (tag)
   tagging  f7cbfed19d67fc36156e65cc8e4047376099a808 (commit)
  replaces  debian/8.1.3-1
 tagged by  Niels Thykier
on  Wed May 23 07:55:57 2012 +0200

- Shortlog 
Release jetty8/8.1.3-2 into unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPvHv7AAoJEAVLu599gGRCz64P/jEFfsolKj9GGavJh4AzTYux
QSemikkc4NiFilmspQ8xhYJo77r4agkjDLQfkvX8P3BeugMZ2XtPmTkqBjfbmgBu
VWkG5FLmaSjKrSqULi0Ko5MfkayP80DGYGxSmJSPP8A1J7lJ+iqjElOVAYhHFuwu
1NZP0EuWeIUoaHyE6hD1FDMN9/Jg6elpdY9NBaa9iKauJQLpzsJ/BLka3O2xdmtf
L75D1S/eCmU+gOTx/Gun+bCoLKl4zleumDWXWMxM8XMjk7kUdHudlpgf6Bkwyz1A
ej4WLL4f/vqGgS1Nv/l0diVkrhfnvukjQlV/FErimtiIiaLa36oExg+DW2Cw8sQF
X4x2U76T107KDnNnRw8y725zLbzgzhm6VHluIwzb13tb+Usff5yxteO8YhzvuhS/
ME52oR317HiicywSxVankflYUD/PBt1l2OPx6xbBFaErKv2/Rs1ZRLEBmnRgfUJq
OOGCY+/SCyK/3B3KlpswVgWz75soVmRR68nKK2sTRPjDDK350chKOBUc57sNZdtO
vbEqOGLBo+9+XdfGm+n0Rc+w53MhGiOiXgxx5tX0tGJnWhkcvlwjAWS4LHRyrS5S
Jqw50UMxv/d4sWP62bdfnp/HqIFb36K0NPMgSodUbQNS/mRc4cT4is8SO67fu3iB
ru9G4HZXAVlg5t2J2JGC
=yhxZ
-END PGP SIGNATURE-

Jakub Adam (2):
  Fix server startup when jsvc is not installed
  Fix a typo in binary package dependencies jstl1.1-java - libjstl1.1-java

Niels Thykier (1):
  Set dist to unstable

---

-- 
jetty8 packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Re: Comments regarding jetty8_8.1.3-1_amd64.changes

2012-05-22 Thread Niels Thykier
On 2012-05-21 17:07, Jakub Adam wrote:
 Hi Luca,
 
 On 21.5.2012 11:14, Luca Falavigna wrote:
 Hi,

 you declare a dependency on jstl1.1-java, but I can't find any
 reference of it. Could you please check?
 
 sorry, my mistake. Dependency should be on libjstl1.1-java not
 jstl1.1-java.
 
 Niels, could you please upload the corrected version [1]?
 
 Regards,
 
 Jakub
 
 [1]
 http://anonscm.debian.org/gitweb/?p=pkg-java/jetty8.git;a=commit;h=48dcff92cb5856d8f152f42ea34a37099911100a
 

Done.  :)

~Niels


__
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#670756: Tuxguitar does not start

2012-05-14 Thread Niels Thykier
On 2012-05-15 06:38, tony mancill wrote:
 On 05/14/2012 08:18 AM, Jakub Adam wrote:
 In my opinion libswt-gtk-3.5-java and libswt-3-gtk-java are not in
 conflict,
 generally it's ok to have them installed both. The problem is in tuxguitar
 package itself which will not work with SWT 3.5.

 So I suggest that we make tuxguitar to conflict with libswt-gtk-3.5-java
 (and maybe also with libswt-gtk-3.4-java and libswt-gtk-3.6-java I see
 in Grant's package list too).
 
 Hi Jakub,
 
 There are times in the past when tuxguitar explicitly depended on
 libswt-gtk-3.5-jar, so it seems odd to say that tuxguitar won't work
 with it.  What seems to be the case is that tuxguitar won't work when
 both -3.5 and -3 packages are install.
 
 Could it be due to the version of libswt-gtk-3-java that was used when
 the tuxguitar binary was built?  (That is, should it be a versioned
 dependency on libswt-gtk-3-java?)  Also, I'm able to install both
 libswt-gtk-3.5-java and libswt-3-gtk-java in a clean chroot and still
 run tuxguitar without a problem.  In any event, I'm not trying to
 contradict your assertion; merely understand it.
 
 Cheers,
 tony
 

I believe that swt uses alternatives for the swt.jar, so if you have an
older version of libswt-*-java providing the alternative without (all)
the relevant -jni package = boom.  Now that should not be possible to
do, but it is...



un  libswt-gnome-gtk-3.5-jninone  [...]
un  libswt-gnome-gtk-3.6-jninone  [...]
[...]
ii  libswt-gtk-3.5-java 3.5.1-5 [...]
ii  libswt-gtk-3.6-java 3.6.2-1 [...]


Presumably the dependency relations on the old -jni packages (or on the
old -java packages) are not strong enough.

Personally, I think the swt alternatives is... weird at best.  So I
would vote for breaking the old packages to force their removal and then
remove the usage of alternatives in Wheezy+1.
  I think the original idea was to allow co-installation of two
(API/ABI) incompatiable swt jars to smoothing transitions - however they
are not going to enabled at the same time, so we would end up breaking
some programs during a transition anyway.

~Niels




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


[SCM] jetty8 packaging branch, master, updated. upstream/8.1.3-21-g58d1faa

2012-05-13 Thread Niels Thykier
The following commit has been merged in the master branch:
commit 58d1faa0f97e660bd9c7de96a889b8b3685ebac3
Author: Niels Thykier ni...@thykier.net
Date:   Sun May 13 14:54:16 2012 +0200

Set dist to unstable

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index 6933fbe..4ddc53e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-jetty8 (8.1.3-1) UNRELEASED; urgency=low
+jetty8 (8.1.3-1) unstable; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.9.3.
 
- -- Jakub Adam jakub.a...@ktknet.cz  Thu, 01 Mar 2012 21:05:15 +0100
+ -- Jakub Adam jakub.a...@ktknet.cz  Sun, 13 May 2012 14:54:06 +0200
 
 jetty (6.1.24-6) unstable; urgency=medium
 

-- 
jetty8 packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] jetty8 packaging annotated tag, debian/8.1.3-1, created. debian/8.1.3-1

2012-05-13 Thread Niels Thykier
The annotated tag, debian/8.1.3-1 has been created
at  8e6ddeb6508e9d755bd03d43dc98e63d983ea1f2 (tag)
   tagging  58d1faa0f97e660bd9c7de96a889b8b3685ebac3 (commit)
  replaces  upstream/8.1.3
 tagged by  Niels Thykier
on  Sun May 13 15:23:17 2012 +0200

- Shortlog 
Release jetty8/8.1.3-1 into unstable
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPr7XQAAoJEAVLu599gGRCim8P/jc+EgEVMjiBGtl+jOAQ95FJ
I+OzfwztILh3aDrErcn3FMnSZ4+/d0oGo1ZjYVjLVZtTLy/gV3MjtROpDncdcxWr
bWmHnyaET21UJMB9RE5U02/gJVJhFaafxCsYciPHRCIMaeQw6aMYeSq6gSj0H4v2
gy/8W3iQn+VgnlzMvDNmv864sRWE+xnYhiij2Bji4g55pMWCrX/2hFYQ1/SBMKGK
anzUT0vnfnRnxwvFnA/Qujnt80BtEaK+tjWnyE2iwj37pw0f01OjD9WK9+rVbuhB
eAuPme+IwWZL0HtKrt/OKqg58Lhxnl8WMyEURFzfk9VI3lMG4Tiifx3uTYrHqZyh
JnmyedSbww6WCLZ1XxU++ySAXUx4kB3AEGLqWrYMzzBNgUOfgh/x/BqEedG+wmHz
vZDNEuUotiD0ZsG2oep+LJ/xIfBfX7DMtXG2TMxV1mTWxb89l5prkpizJAiUvJDX
rtah2ZRIBJyStfaquLL8hHRaWQ2wPnjT2ohJzkwLO1wWpfPnS16ypNrN3Ag7Dit9
e0dIlwWFOiXUe8R7wXS1mlsw/x4B/WizKfh9+RyZP3A1H0DZ0ASdkQlP+mEtStZ3
E4FuROCKsgYNn1xCIPC9arszJoEBz+GKtovCf30JTm1Cx61wQesxk1BLSFyU5iPM
uauKZJsuunrT3RwTVCg1
=geXb
-END PGP SIGNATURE-

Jakub Adam (20):
  Imported debian directory from Jetty 6 packaging SVN repo
  Remove *.patch from .gitignore
  jetty.init: Fix character class syntax
  Use C.UTF-8 locale for build
  Updated debian directory
  Install files to jetty8 directories to allow installation alongside 
jetty6
  Add build patches
  Build documentation package
  Bump Standards-Version to 3.9.3
  Updated Vcs-* fields
  Clear Uploaders list
  Removed obsolete d/orig-tar.sh
  Add libmaven-javadoc-plugin-java to Build-Depends
  Updated d/copyright
  Update d/watch
  Merge tag 'upstream/8.1.3'
  Updated d/changelog for new upstream release
  Remove useless d/libjetty8-extra-java.dirs
  Fix lintian warning init.d-script-does-not-provide-itself
  d/libjetty8-java.poms: removed POMs not needed in build

Niels Thykier (1):
  Set dist to unstable

---

-- 
jetty8 packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#670756: Tuxguitar does not start

2012-05-13 Thread Niels Thykier
On 2012-04-29 12:38, Jakub Adam wrote:
 Hi Grant,
 
 from the fact that SWT is looking for swt-cairo-gtk-3555 I suspect you have
 still libswt-gtk-3.5-java and libswt-gtk-3.5-java-jni installed.
 Removing these
 packages should solve the problem.
 
 Regards,
 
 Jakub
 
 
 
 __
 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.

Hi Grant,

I am not sure if you saw the mail above[1], but could you please confirm
whether the above is true?

~Niels

[1] As far as I can tell, you were not CC'ed and the BTS does not send
follow ups to reporters by default.



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


[SCM] Debian packaging for swt-gtk. annotated tag, debian/3.8.0-m7-2, created. debian/3.8.0-m7-2

2012-05-10 Thread Niels Thykier
The annotated tag, debian/3.8.0-m7-2 has been created
at  a98c9daf23637740964f31fe540562a2dc6bd53d (tag)
   tagging  5c76343075deb537b4c64a4a4dfcbe6e2c31ccf4 (commit)
  replaces  debian/3.8.0-m7-1
 tagged by  Niels Thykier
on  Thu May 10 13:31:28 2012 +0200

- Shortlog 
Release swt-gtk/3.8.0~m7-2 into experimental
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPq6cfAAoJEAVLu599gGRCr2wP/R9wduZA2gUItXuuEVJbKhNE
OPB2fujyKoFnCuPDQH7EwlYIoRwaEk/UJpa1IA0g7Kj6eBx6uGFJrg6RY4L3iUuL
76o4jWIZxWamSFu9p9LY4RqXKYslw8pe6yd+bWxJCfNOHy0fJQ3GU03oDKXvhxpC
mvkyQNnokUclKRSnfJZbSSUpBBoMwV2jrs4lXnOLL+qAxOycd7qiChi4fRDh4unZ
bVKtlxMNA7ezFF5Ua+4hN34ND5K4aW96SKAM/gGuWLIg9pLYaXxAPuhRfK4woXY8
GnumCPSYc00v8ZkLp8pQ8RJkVfy1Ri1mOdctQOTHpL3MWwo5PTs8dSeRzmZqf+RE
acVmU5ebnM4EjV1ZAgvZmDykfQ3+JPTR8pRaMgoUvzop9HlQQM1OzvWwArjTeNzi
fdJ6taaeakprzZd21VQ3Q4vjR7lfBjl2e1uwHcmaNq4MNOCdilsg2Eit8+aOm+sn
ZeEyMPIEf3ceYeDNHIXYA6bTe/gZi/PQpRhLXV3Svg3gL1rJT+Gu//kDp7JDRb5z
x5bLBoXF8gh7gEZg5LdXIdTBAzHcnVrehIUMNvrjzDI6STbOKT3Pd173dtpdO4Ri
mEEz2YX2ijg4PyzjS0SODdLfRxcPR1zwoVb7SbXWG3TNHJIf03eqGau2F1OAD5sO
OvX0kH0WV2V+zUXiKNg2
=bJTO
-END PGP SIGNATURE-

Jakub Adam (1):
  d/rules: Fix build on 64-bit platforms

Niels Thykier (1):
  Set dist to experimental

---

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. branch, master-3.8, updated. debian/3.8.0-m6-1-9-g6e351c8

2012-05-09 Thread Niels Thykier
The following commit has been merged in the master-3.8 branch:
commit 424d5d0fee50ad4989faf4ccd385ff7a6afdc0d5
Author: Niels Thykier ni...@thykier.net
Date:   Wed May 9 16:10:03 2012 +0200

Refactor d/rules

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index e1671f9..f1c9e29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ swt-gtk (3.8.0~m7-1) UNRELEASED; urgency=low
   [ Niels Thykier ]
   * Merge make_linux.mak patches and pass LDFLAGS + CPPFLAGS
 to the underlying build system.
+  * Refactored the d/rules files.
 
  -- Jakub Adam jakub.a...@ktknet.cz  Mon, 07 May 2012 00:05:05 +0200
 
diff --git a/debian/control b/debian/control
index 0efbd1a..78ec030 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ DM-Upload-Allowed: yes
 Build-Depends: default-jdk, gcj-native-helper, libgnomeui-dev, libxtst-dev,
  libxcb-render-util0-dev, libxt-dev,
  libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev,
- fastjar, cdbs, patchutils, debhelper (= 9), libwebkitgtk-dev, javahelper
+ fastjar, cdbs, patchutils, debhelper (= 9), libwebkitgtk-dev, javahelper,
+ dpkg-dev (= 1.16.1~)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-java/swt-gtk.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/swt-gtk.git
diff --git a/debian/rules b/debian/rules
index 5910e32..675b09c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,39 +1,34 @@
 #!/usr/bin/make -f
 
-alpha := 64
-amd64 := 64
-ia64  := 64
-ppc64 := 64
-DEB_PATCHDIRS = debian/patches/common debian/patches/$($(DEB_HOST_ARCH_CPU))
+DPKG_EXPORT_BUILDFLAGS:=1
+include /usr/share/dpkg/buildflags.mk
 
-DEB_DH_MAKESHLIBS_ARGS_ALL := -Xjni
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
 
-AWT_LIB_DIR = $(DEB_HOST_ARCH_CPU)
+include /usr/share/javahelper/java-vars.mk
 
-ifneq (,$(filter $(DEB_HOST_ARCH), lpia))
-   AWT_LIB_DIR = i386
-endif
+include /usr/share/gcj/debian_defaults
 
-ifneq (,$(filter $(DEB_HOST_ARCH), powerpc))
-   AWT_LIB_DIR = ppc
-endif
+DEB_PATCHDIRS = debian/patches/common
+BITS = $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 
-ifneq (,$(filter $(DEB_HOST_ARCH), powerpcspe))
-   AWT_LIB_DIR = ppc
+ifeq (64,$(BITS))
+DEB_PATCHDIES += debian/patches/64
 endif
 
-ifneq (,$(filter $(DEB_HOST_ARCH), sh4))
-   AWT_LIB_DIR = sh
-endif 
+# Must be included after setting DEB_PATCHDIRS
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-export AWT_LIB_PATH=/usr/lib/jvm/default-java/jre/lib/$(AWT_LIB_DIR)
 
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/javahelper.mk
 
-include /usr/share/gcj/debian_defaults
+DEB_DH_MAKESHLIBS_ARGS_ALL := -Xjni
+
+AWT_LIB_DIR := $(JAVA_ARCH)
+
+export AWT_LIB_PATH=/usr/lib/jvm/default-java/jre/lib/$(AWT_LIB_DIR)
+
 
 makecleanbuildir::patch
 

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. branch, master-3.8, updated. debian/3.8.0-m6-1-9-g6e351c8

2012-05-09 Thread Niels Thykier
The following commit has been merged in the master-3.8 branch:
commit 39ced9f0f9cb128a077c6c9d3b8549e1f9286c91
Author: Niels Thykier ni...@thykier.net
Date:   Wed May 9 16:09:20 2012 +0200

Merge the make_linux.mak patches

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index d1bd44c..e1671f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 swt-gtk (3.8.0~m7-1) UNRELEASED; urgency=low
 
+  [ Jakub Adam ]
   * New upstream release.
   * Updated arch64.diff patch for new upstream release.
   * Updated 01-as-needed.diff patch for new upstream release.
 
+  [ Niels Thykier ]
+  * Merge make_linux.mak patches and pass LDFLAGS + CPPFLAGS
+to the underlying build system.
+
  -- Jakub Adam jakub.a...@ktknet.cz  Mon, 07 May 2012 00:05:05 +0200
 
 swt-gtk (3.8.0~m6-1) experimental; urgency=low
diff --git a/debian/patches/common/01-as-needed.diff 
b/debian/patches/common/01-as-needed.diff
deleted file mode 100644
index 602c4c1..000
--- a/debian/patches/common/01-as-needed.diff
+++ /dev/null
@@ -1,95 +0,0 @@
-Description: Use -Wl,--as-needed when linking
-Author: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
-Forwarded: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350346
 a/make_linux.mak
-+++ b/make_linux.mak
-@@ -136,7 +136,7 @@
-   $(CC) $(CFLAGS) -DUSE_ASSEMBLER -c callback.c
- 
- $(SWTPI_LIB): $(SWTPI_OBJECTS)
--  $(CC) $(LFLAGS) -o $(SWTPI_LIB) $(SWTPI_OBJECTS) $(GTKLIBS)
-+  $(CC) $(LFLAGS) -o $(SWTPI_LIB) $(SWTPI_OBJECTS) -Wl,--as-needed 
$(GTKLIBS)
- 
- swt.o: swt.c swt.h
-   $(CC) $(CFLAGS) -c swt.c
-@@ -155,7 +155,7 @@
- make_cairo: $(CAIRO_LIB)
- 
- $(CAIRO_LIB): $(CAIRO_OBJECTS)
--  $(CC) $(LFLAGS) -o $(CAIRO_LIB) $(CAIRO_OBJECTS) $(CAIROLIBS)
-+  $(CC) $(LFLAGS) -o $(CAIRO_LIB) $(CAIRO_OBJECTS) -Wl,--as-needed 
$(CAIROLIBS)
- 
- cairo.o: cairo.c cairo.h swt.h
-   $(CC) $(CFLAGS) $(CAIROCFLAGS) -c cairo.c
-@@ -171,7 +171,7 @@
- make_cde: $(CDE_LIB)
- 
- $(CDE_LIB): $(CDE_OBJECTS)
--  $(CC) $(LFLAGS) -o $(CDE_LIB) $(CDE_OBJECTS) $(CDE_LIBS)
-+  $(CC) $(LFLAGS) -o $(CDE_LIB) $(CDE_OBJECTS) -Wl,--as-needed $(CDE_LIBS)
- 
- #
- # AWT lib
-@@ -179,7 +179,7 @@
- make_awt:$(AWT_LIB)
- 
- $(AWT_LIB): $(AWT_OBJECTS)
--  $(CC) $(AWT_LFLAGS) -o $(AWT_LIB) $(AWT_OBJECTS) $(AWT_LIBS)
-+  $(CC) $(AWT_LFLAGS) -o $(AWT_LIB) $(AWT_OBJECTS) -Wl,--as-needed 
$(AWT_LIBS)
- 
- #
- # Atk lib
-@@ -187,7 +187,7 @@
- make_atk: $(ATK_LIB)
- 
- $(ATK_LIB): $(ATK_OBJECTS)
--  $(CC) $(LFLAGS) -o $(ATK_LIB) $(ATK_OBJECTS) $(ATKLIBS)
-+  $(CC) $(LFLAGS) -o $(ATK_LIB) $(ATK_OBJECTS) -Wl,--as-needed $(ATKLIBS)
- 
- atk.o: atk.c atk.h
-   $(CC) $(CFLAGS) $(ATKCFLAGS) -c atk.c
-@@ -204,7 +204,7 @@
- make_gnome: $(GNOME_LIB)
- 
- $(GNOME_LIB): $(GNOME_OBJECTS)
--  $(CC) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) $(GNOMELIBS)
-+  $(CC) $(LFLAGS) -o $(GNOME_LIB) $(GNOME_OBJECTS) -Wl,--as-needed 
$(GNOMELIBS)
- 
- gnome.o: gnome.c 
-   $(CC) $(CFLAGS) $(GNOMECFLAGS) -c gnome.c
-@@ -221,7 +221,7 @@
- make_mozilla:$(MOZILLA_LIB)
- 
- $(MOZILLA_LIB): $(MOZILLA_OBJECTS)
--  $(CXX) -o $(MOZILLA_LIB) $(MOZILLA_OBJECTS) $(MOZILLALFLAGS) 
${MOZILLA_LIBS}
-+  $(CXX) -o $(MOZILLA_LIB) $(MOZILLA_OBJECTS) $(MOZILLALFLAGS) 
-Wl,--as-needed ${MOZILLA_LIBS}
- 
- xpcom.o: xpcom.cpp
-   $(CXX) $(MOZILLACFLAGS) $(MOZILLAEXCLUDES) ${MOZILLA_INCLUDES} -c 
xpcom.cpp
-@@ -242,7 +242,7 @@
- 
- $(XULRUNNER_LIB): $(XULRUNNER_OBJECTS)
-   echo -e #includestdlib.h\nsize_t 
je_malloc_usable_size_in_advance(size_t n) {\nreturn n;\n} | gcc --shared -xc 
- -o libswt-xulrunner-fix.so
--  $(CXX) -o $(XULRUNNER_LIB) $(XULRUNNER_OBJECTS) $(MOZILLALFLAGS) 
${XULRUNNER_LIBS}
-+  $(CXX) -o $(XULRUNNER_LIB) $(XULRUNNER_OBJECTS) $(MOZILLALFLAGS) 
-Wl,--as-needed ${XULRUNNER_LIBS}
- 
- xpcomxul.o: xpcom.cpp
-   $(CXX) -o xpcomxul.o $(MOZILLACFLAGS) $(XULRUNNEREXCLUDES) 
${XULRUNNER_INCLUDES} -c xpcom.cpp
-@@ -262,7 +262,7 @@
- make_xpcominit:$(XPCOMINIT_LIB)
- 
- $(XPCOMINIT_LIB): $(XPCOMINIT_OBJECTS)
--  $(CXX) -o $(XPCOMINIT_LIB) $(XPCOMINIT_OBJECTS) $(MOZILLALFLAGS) 
${XULRUNNER_LIBS}
-+  $(CXX) -o $(XPCOMINIT_LIB) $(XPCOMINIT_OBJECTS) $(MOZILLALFLAGS) 
-Wl,--as-needed ${XULRUNNER_LIBS}
- 
- xpcominit.o: xpcominit.cpp
-   $(CXX) $(MOZILLACFLAGS) ${XULRUNNER_INCLUDES} -c xpcominit.cpp
-@@ -296,7 +296,7 @@
- make_glx: $(GLX_LIB)
- 
- $(GLX_LIB): $(GLX_OBJECTS)
--  $(CC) $(LFLAGS) -o $(GLX_LIB) $(GLX_OBJECTS) $(GLXLIBS)
-+  $(CC) $(LFLAGS) -o $(GLX_LIB) $(GLX_OBJECTS) -Wl,--as-needed $(GLXLIBS)
- 
- glx.o: glx.c 
-   $(CC) $(CFLAGS) $(GLXCFLAGS) -c glx.c
diff --git a/debian/patches/common/01-make_linux.patch 
b/debian/patches/common/01-make_linux.patch
index 3ccc2e7..8615758 100644
--- a/debian/patches/common/01-make_linux.patch
+++ b/debian/patches/common/01-make_linux.patch
@@ -1,7 +1,11 @@
-diff -Nur -x '*.orig' -x '*~' swt-gtk/make_linux.mak swt-gtk.new

[SCM] Debian packaging for swt-gtk. branch, master-3.8, updated. debian/3.8.0-m6-1-9-g6e351c8

2012-05-09 Thread Niels Thykier
The following commit has been merged in the master-3.8 branch:
commit 6e351c84b195e45d99a4b944f605d16a3ebb8ebf
Author: Niels Thykier ni...@thykier.net
Date:   Wed May 9 17:01:07 2012 +0200

Set dist to experimental

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index f1c9e29..279ca7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-swt-gtk (3.8.0~m7-1) UNRELEASED; urgency=low
+swt-gtk (3.8.0~m7-1) experimental; urgency=low
 
   [ Jakub Adam ]
   * New upstream release.
@@ -10,7 +10,7 @@ swt-gtk (3.8.0~m7-1) UNRELEASED; urgency=low
 to the underlying build system.
   * Refactored the d/rules files.
 
- -- Jakub Adam jakub.a...@ktknet.cz  Mon, 07 May 2012 00:05:05 +0200
+ -- Jakub Adam jakub.a...@ktknet.cz  Wed, 09 May 2012 17:00:58 +0200
 
 swt-gtk (3.8.0~m6-1) experimental; urgency=low
 

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. annotated tag, debian/3.8.0-m7-1, created. debian/3.8.0-m7-1

2012-05-09 Thread Niels Thykier
The annotated tag, debian/3.8.0-m7-1 has been created
at  77abfee645e9174d76c7813017c3da5fe44cb2d5 (tag)
   tagging  6e351c84b195e45d99a4b944f605d16a3ebb8ebf (commit)
  replaces  debian/3.8.0-m6-1
 tagged by  Niels Thykier
on  Wed May 9 17:26:53 2012 +0200

- Shortlog 
Release swt-gtk/3.8.0~m7-1 into Experimental
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPqozLAAoJEAVLu599gGRC++wP/jJv/64ZsST5aXo1+FNDzp/8
TspDXVW8e35Jikrt7Vmiksy84YF7QW5kASJRjcCQcEfBBwU+nDcjMonklz/CI9LZ
6Ajpy4Y5asODKlAq6kMPIQhx2biiXSWuKnqmmomWRyoRFwiOBFBDRkhihQnGq9B6
GWtBdFK6HGZHZnSaq0KZWLxwQXmcV9OoCChqb+TO+2jFWtCnv7CVrzVnZYin9luL
9g0pls+djUme5bVzjyWoCQTgxrpxzjznINtHTzip5K2ej3T69CkxXUnPoUl4odJn
EAolAH/9IHUhuY5vaA2r7dWqIpm5dMl3eJGTi/P8629GfZxSDe0Nm7KK1rKemOyO
IlzfepCINtF8lfTE3SJYE4fSL2e1x9ROU8YL+Sfa6A/oTzdcmj/m+gzd80Weltf3
XhJbxYxmzdP2vGq9EjcdG94Q+mEinI7aXwM2SVZwkVxnvB9LG+ak6bJ2JP3Z+83g
JeNvIivq9MvHUq0JzrHrsuSDkG0W+o0ukECzYo8YnwRR6MSOlkB6O2BIyHWoJHOV
OkuvDr03BTWQVDzC96PyHjHyVehVx9ZNnU/dcVWNK7wGbaFTEg6qcFWlwkHbR4xl
CfwAwzzAb4EYjUNKbYt8pc2RUBqs00lFKRzynXvYj5Ke8OigSXxDz0Vrk2xG8Lex
kKQ9g/psYnWQGpQUyNYi
=EKjo
-END PGP SIGNATURE-

Jakub Adam (5):
  Imported Upstream version 3.8.0~m7
  Merge branch 'upstream-3.8' into master-3.8
  Updated d/changelog
  Updated arch64.diff patch for new upstream release
  Updated 01-as-needed.diff patch for new upstream release

Niels Thykier (4):
  Merge the make_linux.mak patches
  Refactor d/rules
  Merge CFLAGS and CPPFLAGS
  Set dist to experimental

---

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#670915: libiscwt-java: FTBFS with swt-gtk 3.8 (experimental)

2012-04-30 Thread Niels Thykier
Source: libiscwt-java
Version: 5.3.20100629-1
Severity: important


Hi,

libiscwt-java FTBFS with swt-gtk 3.8 (from experimental).  Presumably
it is the use of /usr/share/java/swt-gtk-3.7.jar rather than
/usr/share/java/swt.jar.

Log attached.

~Niels
dpkg-buildpackage: source package libiscwt-java
dpkg-buildpackage: source version 5.3.20100629-1
dpkg-buildpackage: source changed by Torsten Werner twer...@debian.org
 dpkg-source --before-build libiscwt-java-5.3.20100629
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh --with javahelper clean
   dh_testdir
   dh_auto_clean
   jh_clean
   dh_clean
 dpkg-source -b libiscwt-java-5.3.20100629
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building libiscwt-java using existing 
./libiscwt-java_5.3.20100629.orig.tar.gz
dpkg-source: info: building libiscwt-java in 
libiscwt-java_5.3.20100629-1.debian.tar.gz
dpkg-source: info: building libiscwt-java in libiscwt-java_5.3.20100629-1.dsc
 debian/rules build
dh --with javahelper build
   dh_testdir
   dh_auto_configure
   jh_linkjars
   dh_auto_build
   jh_build
find src -name *.java -and -type f -print0 | xargs -0 
/usr/lib/jvm/default-java/bin/javac -cp 
/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt-gtk-3.7.jar:debian/_jh_build.iscwt
 -d debian/_jh_build.iscwt -source 1.5
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
 *  UFWORDadvanceWidthMaxMaximum advance width value in 
?hmtx? table.

^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
 *  UFWORDadvanceWidthMaxMaximum advance width value in 
?hmtx? table.

 ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
 *  FWORDminLeftSideBearingMinimum left sidebearing 
value in ?hmtx? table.

 ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
 *  FWORDminLeftSideBearingMinimum left sidebearing 
value in ?hmtx? table.

  ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding ASCII
 *  USHORTnumberOfHMetricsNumber of hMetric entries in  
?hmtx? table; may be smaller than the total number of glyphs in the font.

^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding ASCII
 *  USHORTnumberOfHMetricsNumber of hMetric entries in  
?hmtx? table; may be smaller than the total number of glyphs in the font.

 ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:351: warning: unmappable 
character for encoding ASCII
 *  ULONGulUnicodeRange1Bits 0?31
  ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:352: warning: unmappable 
character for encoding ASCII
 *  ULONGulUnicodeRange2Bits 32?63
   ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:353: warning: unmappable 
character for encoding ASCII
 *  ULONGulUnicodeRange3Bits 64?95
   ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:354: warning: unmappable 
character for encoding ASCII
 *  ULONGulUnicodeRange4Bits 96?127
   ^
src/de/intarsys/cwt/font/FontEnvironment.java:43: warning: sun.font.FontManager 
is internal proprietary API and may be removed in a future release
import sun.font.FontManager;
   ^
src/de/intarsys/cwt/swt/image/ImageConverterSwt2Awt.java:36: package 
org.eclipse.swt.graphics does not exist
import org.eclipse.swt.graphics.ImageData;
   ^
src/de/intarsys/cwt/swt/image/ImageConverterSwt2Awt.java:44: cannot find symbol
symbol  : class ImageData
location: class de.intarsys.cwt.swt.image.ImageConverterSwt2Awt
private ImageData imageData;
^
src/de/intarsys/cwt/swt/image/ImageConverterSwt2Awt.java:46: cannot find symbol
symbol  : class ImageData
location: class de.intarsys.cwt.swt.image.ImageConverterSwt2Awt
public ImageConverterSwt2Awt(ImageData imageData) {

[pkg-java] r16023 - trunk/libiscwt-java/debian

2012-04-30 Thread Niels Thykier
Author: nthykier
Date: 2012-04-30 13:00:11 + (Mon, 30 Apr 2012)
New Revision: 16023

Modified:
   trunk/libiscwt-java/debian/changelog
   trunk/libiscwt-java/debian/control
   trunk/libiscwt-java/debian/rules
Log:
Updated packaging

Modified: trunk/libiscwt-java/debian/changelog
===
--- trunk/libiscwt-java/debian/changelog2012-04-27 19:38:22 UTC (rev 
16022)
+++ trunk/libiscwt-java/debian/changelog2012-04-30 13:00:11 UTC (rev 
16023)
@@ -1,9 +1,15 @@
 libiscwt-java (5.3.20100629-2) UNRELEASED; urgency=low
 
+  [ Miguel Landaeta ]
   * Team upload.
   * Use public access URL in Vcs-Svn field. (Closes: #670276).
   * Bump Standards-Version to 3.9.3. No changes were required.
 
+  [ Niels Thykier ]
+  * Updated description.
+  * Use swt.jar rather than swt-gtk-3.7.jar.  (Closes: #670915)
+  * Rebuild in sid environment.  (Closes: #663396)
+
  -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 21:00:29 -0430
 
 libiscwt-java (5.3.20100629-1) unstable; urgency=low

Modified: trunk/libiscwt-java/debian/control
===
--- trunk/libiscwt-java/debian/control  2012-04-27 19:38:22 UTC (rev 16022)
+++ trunk/libiscwt-java/debian/control  2012-04-30 13:00:11 UTC (rev 16023)
@@ -20,9 +20,6 @@
  implementations needed for rendering PDF that are not related to PDF
  itself.  This library is built and used primarily for jPod Renderer,
  so one is likely to miss some features when using it in another context.
- .
- This package always installs the latest version of the isCWT library.
- It only offers a symbolic link to the respective jar file.
 
 Package: libiscwt-java-doc
 Architecture: all

Modified: trunk/libiscwt-java/debian/rules
===
--- trunk/libiscwt-java/debian/rules2012-04-27 19:38:22 UTC (rev 16022)
+++ trunk/libiscwt-java/debian/rules2012-04-30 13:00:11 UTC (rev 16023)
@@ -2,7 +2,7 @@
 
 export JAVA_HOME=/usr/lib/jvm/default-java
 
-export 
CLASSPATH=/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt-gtk-3.7.jar
+export 
CLASSPATH=/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt.jar
 
 %:
dh --with javahelper $@


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r16024 - trunk/libiscwt-java/debian

2012-04-30 Thread Niels Thykier
Author: nthykier
Date: 2012-04-30 13:10:49 + (Mon, 30 Apr 2012)
New Revision: 16024

Modified:
   trunk/libiscwt-java/debian/changelog
Log:
Set dist to unstable

Modified: trunk/libiscwt-java/debian/changelog
===
--- trunk/libiscwt-java/debian/changelog2012-04-30 13:00:11 UTC (rev 
16023)
+++ trunk/libiscwt-java/debian/changelog2012-04-30 13:10:49 UTC (rev 
16024)
@@ -1,4 +1,4 @@
-libiscwt-java (5.3.20100629-2) UNRELEASED; urgency=low
+libiscwt-java (5.3.20100629-2) unstable; urgency=low
 
   [ Miguel Landaeta ]
   * Team upload.
@@ -10,7 +10,7 @@
   * Use swt.jar rather than swt-gtk-3.7.jar.  (Closes: #670915)
   * Rebuild in sid environment.  (Closes: #663396)
 
- -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 21:00:29 -0430
+ -- Niels Thykier ni...@thykier.net  Mon, 30 Apr 2012 15:07:59 +0200
 
 libiscwt-java (5.3.20100629-1) unstable; urgency=low
 


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r16025 - tags/libiscwt-java

2012-04-30 Thread Niels Thykier
Author: nthykier
Date: 2012-04-30 13:15:43 + (Mon, 30 Apr 2012)
New Revision: 16025

Added:
   tags/libiscwt-java/5.3.20100629-2/
Log:
Upload libiscwt-java/5.3.20100629-2 to unstable


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r16029 - trunk/bnd/debian

2012-04-30 Thread Niels Thykier
Author: nthykier
Date: 2012-04-30 20:45:14 + (Mon, 30 Apr 2012)
New Revision: 16029

Modified:
   trunk/bnd/debian/changelog
Log:
Set dist to unstable

Modified: trunk/bnd/debian/changelog
===
--- trunk/bnd/debian/changelog  2012-04-30 18:22:41 UTC (rev 16028)
+++ trunk/bnd/debian/changelog  2012-04-30 20:45:14 UTC (rev 16029)
@@ -1,10 +1,10 @@
-bnd (1.50.0-4) UNRELEASED; urgency=low
+bnd (1.50.0-4) unstable; urgency=low
 
   * Fix FTBFS after update to eclipse 3.7.2-1 (Closes: #669533).
   * Add Jakub Adam to Uploaders.
   * Bump Standards-Version to 3.9.3: no changes needed.
 
- -- Jakub Adam jakub.a...@ktknet.cz  Mon, 30 Apr 2012 19:42:26 +0200
+ -- Jakub Adam jakub.a...@ktknet.cz  Mon, 30 Apr 2012 22:44:59 +0200
 
 bnd (1.50.0-3) unstable; urgency=low
 


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r16030 - trunk/bnd/debian

2012-04-30 Thread Niels Thykier
Author: nthykier
Date: 2012-04-30 20:49:43 + (Mon, 30 Apr 2012)
New Revision: 16030

Modified:
   trunk/bnd/debian/copyright
Log:
Fix duplicate field in d/copyright

Modified: trunk/bnd/debian/copyright
===
--- trunk/bnd/debian/copyright  2012-04-30 20:45:14 UTC (rev 16029)
+++ trunk/bnd/debian/copyright  2012-04-30 20:49:43 UTC (rev 16030)
@@ -19,12 +19,12 @@
 
 Files: biz.aQute.bndlib/src/test/lib/deployer/obr/NanoHTTPD.java
 Copyright: Copyright (C) 2001,2005-2011 by Jarno Elonen elo...@iki.fi
-Copyright: Copyright (C) 2010 by Konstantinos Togias i...@ktogias.gr
+   Copyright (C) 2010 by Konstantinos Togias i...@ktogias.gr
 License: BSD-3-clause
 
 Files: debian/*
 Copyright: 2009, Ludovic Claude ludovic.cla...@laposte.net
-Copyright: 2011, Damien Raude-Morvan draz...@debian.org
+   2011, Damien Raude-Morvan draz...@debian.org
 License: Apache-2.0
 
 Files: biz.aQute.junit/src/aQute/junit/runtime/Operation.java


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r16031 - tags/bnd

2012-04-30 Thread Niels Thykier
Author: nthykier
Date: 2012-04-30 20:52:10 + (Mon, 30 Apr 2012)
New Revision: 16031

Added:
   tags/bnd/1.50.0-4/
Log:
Release bnd/1.50.0-4 into unstable


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. branch, master-3.8, updated. debian/3.7.2-1-12-g7b600c4

2012-04-29 Thread Niels Thykier
The following commit has been merged in the master-3.8 branch:
commit 7b600c40276f87103d860227d4995cd8f1ac33d2
Author: Niels Thykier ni...@thykier.net
Date:   Sun Apr 29 21:14:39 2012 +0200

Set dist to experimental

Signed-off-by: Niels Thykier ni...@thykier.net

diff --git a/debian/changelog b/debian/changelog
index bc8347f..e6dae6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-swt-gtk (3.8.0~m6-1) UNRELEASED; urgency=low
+swt-gtk (3.8.0~m6-1) experimental; urgency=low
 
   * New upstream release.
   * debian/Makefile: Add missing SWTMessages*.properties files to
@@ -8,7 +8,7 @@ swt-gtk (3.8.0~m6-1) UNRELEASED; urgency=low
   * Search for JNI libraries in Debian location /usr/lib/jni
 (Closes: #663734 #665195 #668002)
 
- -- Jakub Adam jakub.a...@ktknet.cz  Sun, 18 Mar 2012 19:44:15 +0100
+ -- Jakub Adam jakub.a...@ktknet.cz  Sun, 29 Apr 2012 21:14:20 +0200
 
 swt-gtk (3.7.2-2) unstable; urgency=low
 

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Debian packaging for swt-gtk. annotated tag, debian/3.8.0-m6-1, created. debian/3.8.0-m6-1

2012-04-29 Thread Niels Thykier
The annotated tag, debian/3.8.0-m6-1 has been created
at  1d583b33e33b97525c4ec8225cd1deddb8407c89 (tag)
   tagging  7b600c40276f87103d860227d4995cd8f1ac33d2 (commit)
  replaces  debian/3.7.2-1
 tagged by  Niels Thykier
on  Sun Apr 29 21:25:55 2012 +0200

- Shortlog 
Release swt-gtk/3.8.0~m6-1 into experimental
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPnZXbAAoJEAVLu599gGRCPjUP/ialqy268mb3ygG29dCNpOhT
55asvi0GF8IjXEhK8n60jAFtILbtSGVRaS499TBEWMvyzAAMTNf/RcFsLxGJyn5Q
ParXXkbX9n1GON/ZBNeMEeIvZ7nqi84U4Y/RTIqdNkMYXE+2bWcYU8fl80GzOXIK
n9n3lu4DGXDgZcgth/uQOLn4RGLXBuzS+Q4cJVI+pZLnuS1OOJ5YPS/jucnqOJIJ
ze1RAbfuVRnRoHV72sd3dMjycvZ4wy/5wVbv8jY26k/JQ6HJbVahy1ByYAIjl7lD
7ccOJS/xDLX8nvya5pOTv17oVeXXTyUF9poqU8HGEukKAycBiZLWEH1pgf3k/RCJ
nShf9y5ytoKfmIxcTU2pMAUCGpp6a1LQHoT2XffpchYoKkrhI9GuaNZU6m03OvkV
UJd00ROQKi6LrhFLuw5Ru02PSQF504g2Zdyi7iAQn1CFALAwU4Ti3/7INoXuKvt2
rzfzfNimw+y4vAcnk8611827fijxobxxZTUgK7IFEV+uIxmZY6J392+y0K7OHOr1
wSacxk8zOPw6t4AB4Xf5zs9yU6O3IYY6wjBTDpAtLBVyTMuE1PYRZ9DXZ6jzE3Y1
WmOQOUXPqlxGOTAG0wptvikRhtZNp+opZsVqPn+KCe41taGvKpuLQx7K9tY9j8NQ
Y3ljqRjBPXr4Tf5tuPZ1
=UWVA
-END PGP SIGNATURE-

Jakub Adam (8):
  Add missing SWTMessages*.properties files to swt-gtk-$(RELEASE).jar
  Imported Upstream version 3.8.0~m6
  Merge branch 'upstream-3.8' into master-3.8
  Bumped version
  Updated 01-as-needed.diff patch for new upstream release
  Updated arch64.diff patch for new upstream release.
  d/Makefile: remove ~* from RELEASE
  Search for JNI libraries in Debian location /usr/lib/jni

Niels Thykier (1):
  Set dist to experimental

أحمد المحمودي (Ahmed El-Mahmoudy) (3):
  Imported Upstream version 3.7.2
  Change build-dep: libwebkit-dev - libwebkitgtk-dev
  Release 3.7.2-2

---

-- 
Debian packaging for swt-gtk.

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

  1   2   3   4   5   6   7   8   9   10   >