Bug#873209: Please drop dependency on avalon-framework

2018-03-12 Thread Sylvestre Ledru
On 12/03/2018 12:39, Emmanuel Bourg wrote:
> Control: user debian-j...@lists.debian.org
> Control: usertag -1 - default-java9
> 
> avalon-framework has been fixed to build with Java 9, so removing the
> dependency is no longer required for the transition to Java 9 and can be
> delayed until upstream removes it.
> 
The bug is about fop :)

Sylvestre

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


[libjlatexmath-java] branch master updated (a23cb54 -> 01a8f22)

2017-11-01 Thread Sylvestre Ledru
This is an automated email from the git hooks/post-receive script.

sylvestre pushed a change to branch master
in repository libjlatexmath-java.

  from  a23cb54   Moved the package to Git
   new  01a8f22   add mising files

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/libjlatexmath-java.lintian-overrides   |  4 +++
 debian/libjlatexmath-java.poms| 35 +++
 debian/{patches/series => maven.cleanIgnoreRules} |  0
 debian/maven.ignoreRules  |  7 +
 debian/maven.properties   |  6 
 debian/maven.rules|  9 ++
 6 files changed, 61 insertions(+)
 create mode 100644 debian/libjlatexmath-java.lintian-overrides
 create mode 100644 debian/libjlatexmath-java.poms
 copy debian/{patches/series => maven.cleanIgnoreRules} (100%)
 create mode 100644 debian/maven.ignoreRules
 create mode 100644 debian/maven.properties
 create mode 100644 debian/maven.rules

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libjlatexmath-java.git

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


[libjlatexmath-java] 01/01: add mising files

2017-11-01 Thread Sylvestre Ledru
This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository libjlatexmath-java.

commit 01a8f22720fca5889ad04f14cca47c2d230bfbd7
Author: Sylvestre Ledru <sylves...@debian.org>
Date:   Wed Nov 1 11:04:17 2017 +0100

add mising files
---
 debian/libjlatexmath-java.lintian-overrides |  4 
 debian/libjlatexmath-java.poms  | 35 +
 debian/maven.cleanIgnoreRules   |  1 +
 debian/maven.ignoreRules|  7 ++
 debian/maven.properties |  6 +
 debian/maven.rules  |  9 
 6 files changed, 62 insertions(+)

diff --git a/debian/libjlatexmath-java.lintian-overrides 
b/debian/libjlatexmath-java.lintian-overrides
new file mode 100644
index 000..5868e30
--- /dev/null
+++ b/debian/libjlatexmath-java.lintian-overrides
@@ -0,0 +1,4 @@
+# They are fonts
+libjlatexmath-java: codeless-jar usr/share/java/jlatexmath-example-export.jar
+libjlatexmath-java: codeless-jar usr/share/java/jlatexmath-font-cyrillic.jar
+libjlatexmath-java: codeless-jar usr/share/java/jlatexmath-font-greek.jar
diff --git a/debian/libjlatexmath-java.poms b/debian/libjlatexmath-java.poms
new file mode 100644
index 000..b62edda
--- /dev/null
+++ b/debian/libjlatexmath-java.poms
@@ -0,0 +1,35 @@
+# List of POM files for the package
+# Format of this file is:
+#  [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, 
mh_installpoms]
+#   --no-parent: remove the  tag from the POM
+#   --package=: an alternative package to use when installing this POM
+#  and its artifact
+#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
+#  of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#  during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=: path to the build artifact associated with this POM,
+#  it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#  packaging guidelines
+#   --usj-name=: name to use when installing the library in 
/usr/share/java
+#   --usj-version=: version to use when installing the library in 
/usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=: the destination for the real jar.
+# It will be installed with mh_install. [mh_install]
+#   --classifier=: Optional, the classifier for the jar. Empty by 
default.
+#   --site-xml=: Optional, the location for site.xml if it needs to 
be installed.
+# Empty by default. [mh_install]
+#
+pom.xml --no-parent --has-package-version
+jlatexmath-font-cyrillic/pom.xml --has-package-version
+jlatexmath-font-greek/pom.xml --has-package-version
+jlatexmath/pom.xml --has-package-version
+jlatexmath-example-giws/pom.xml --has-package-version
+jlatexmath-example-export/pom.xml --has-package-version
+jlatexmath-ignore/pom.xml --has-package-version
+jlatexmath-fop/pom.xml --has-package-version --package=libjlatexmath-fop-java
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 000..ebfdf9e
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,7 @@
+
+junit junit * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
+org.openjdk.jmh jmh-core * * * *
+org.openjdk.jmh jmh-generator-annprocess * * * *
+org.sonatype.plugins nexus-staging-maven-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 000..9bc693b
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,6 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+# project.build.sourceEncoding=UTF-8
+
+maven.test.skip=true
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 000..451779f
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,9 @@
+
+org.scilab.forge jlatexmath-example-export jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-example-giws jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-font-cyrillic jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-font-greek jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-fop jar s/.*/debian/ * *
+org.scilab.forge jlatexmath-ignore pom s/.*/debian/ * *
+org.scilab.forge jlatexmath-parent pom s/.*/debian/ * *
+org.scilab.forge jlatexmath jar s/.*/debian/ * *

-- 
Alioth's /usr/l

[pkg-java] r19297 - trunk/libjlatexmath-java/debian

2017-10-29 Thread Sylvestre Ledru
Author: sylvestre
Date: 2017-10-29 18:34:34 + (Sun, 29 Oct 2017)
New Revision: 19297

Modified:
   trunk/libjlatexmath-java/debian/changelog
   trunk/libjlatexmath-java/debian/compat
   trunk/libjlatexmath-java/debian/control
   trunk/libjlatexmath-java/debian/rules
   trunk/libjlatexmath-java/debian/watch
Log:
* Standards-Version: 4.1.1
* Move to maven
* Disable the generation of doc package

Modified: trunk/libjlatexmath-java/debian/changelog
===
--- trunk/libjlatexmath-java/debian/changelog   2017-10-29 18:30:42 UTC (rev 
19296)
+++ trunk/libjlatexmath-java/debian/changelog   2017-10-29 18:34:34 UTC (rev 
19297)
@@ -1,8 +1,10 @@
 libjlatexmath-java (1.0.6-1) unstable; urgency=medium
 
   * New upstream release
-  * Standards-Version: 4.1.0
+  * Standards-Version: 4.1.1
   * Update the homepage
+  * Move to maven
+  * Disable the generation of doc package
 
  -- Sylvestre Ledru <sylves...@debian.org>  Wed, 30 Dec 2015 14:00:59 +0100
 

Modified: trunk/libjlatexmath-java/debian/compat
===
--- trunk/libjlatexmath-java/debian/compat  2017-10-29 18:30:42 UTC (rev 
19296)
+++ trunk/libjlatexmath-java/debian/compat  2017-10-29 18:34:34 UTC (rev 
19297)
@@ -1 +1,2 @@
-7
+10
+

Modified: trunk/libjlatexmath-java/debian/control
===
--- trunk/libjlatexmath-java/debian/control 2017-10-29 18:30:42 UTC (rev 
19296)
+++ trunk/libjlatexmath-java/debian/control 2017-10-29 18:34:34 UTC (rev 
19297)
@@ -3,8 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylves...@debian.org>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, fop
-Standards-Version: 4.1.0
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1)
+Build-Depends-Indep: libbuild-helper-maven-plugin-java (>= 3.0.0),
+ libbatik-java,
+ libfop-java,
+ libxmlgraphics-commons-java
+Standards-Version: 4.1.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjlatexmath-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjlatexmath-java
 Homepage: https://github.com/opencollab/jlatexmath
@@ -14,7 +18,6 @@
 Section: java
 Priority: optional
 Depends: ${misc:Depends}
-Suggests: libjlatexmath-java-doc
 Description: Implementation of LaTeX math mode wrote in Java
  JLaTeXmath library provides a set of Java classes for displaying (complex)
  mathematical formulas as part of a Java application. Some use cases are:
@@ -27,25 +30,25 @@
 these.
   - Display the formula together with the graph of a function.
 
-Package: libjlatexmath-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Priority: optional
-Suggests: libjlatexmath
-Description: Implementation of LaTeX math mode wrote in Java
- JLaTeXmath library provides a set of Java classes for displaying (complex)
- mathematical formulas as part of a Java application. Some use cases are:
-  - Displaying text with embedded formulas (in an editor pane, a JavaHelp
-page, ...)
-  - Make a combo box which provides the user with a choice between various
-formulas.
-  - Have a slider with ticks that display their values not as decimal numbers,
-but as exact values, e.g., fractions, square roots or any combination of
-these.
-  - Display the formula together with the graph of a function.
- .
- This package contains the Javadoc API documentation.
+# Package: libjlatexmath-java-doc
+# Architecture: all
+# Section: doc
+# Depends: ${misc:Depends}
+# Priority: optional
+# Suggests: libjlatexmath
+# Description: Implementation of LaTeX math mode wrote in Java
+#  JLaTeXmath library provides a set of Java classes for displaying (complex)
+#  mathematical formulas as part of a Java application. Some use cases are:
+#   - Displaying text with embedded formulas (in an editor pane, a JavaHelp
+# page, ...)
+#   - Make a combo box which provides the user with a choice between various
+# formulas.
+#   - Have a slider with ticks that display their values not as decimal 
numbers,
+# but as exact values, e.g., fractions, square roots or any combination of
+# these.
+#   - Display the formula together with the graph of a function.
+#  .
+#  This package contains the Javadoc API documentation.
 
 
 Package: libjlatexmath-fop-java

Modified: trunk/libjlatexmath-java/debian/rules
===
--- trunk/libjlatexmath-java/debian/rules   2017-10-29 18:30:42 UTC (rev 
19296)
+++ trunk/libjlatexmath-java/debian/rules   2017-10-29 18:34:34 UTC (rev 
19297)
@@ -1,20 +1,7 @@
 #!/usr/bin/make -f
-# debian/rules for libjlatexmath-java (uses CDBS)
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
+%:
+   dh $@
 
-DEB_ANT_BUILD

[pkg-java] r19281 - trunk/libjlatexmath-java/debian

2017-10-13 Thread Sylvestre Ledru
Author: sylvestre
Date: 2017-10-13 21:48:19 + (Fri, 13 Oct 2017)
New Revision: 19281

Modified:
   trunk/libjlatexmath-java/debian/changelog
   trunk/libjlatexmath-java/debian/control
   trunk/libjlatexmath-java/debian/watch
Log:
* New upstream release
* Standards-Version: 4.1.0

Modified: trunk/libjlatexmath-java/debian/changelog
===
--- trunk/libjlatexmath-java/debian/changelog   2017-10-13 15:49:05 UTC (rev 
19280)
+++ trunk/libjlatexmath-java/debian/changelog   2017-10-13 21:48:19 UTC (rev 
19281)
@@ -1,6 +1,7 @@
-libjlatexmath-java (1.0.3-2) UNRELEASED; urgency=medium
+libjlatexmath-java (1.0.6-1) unstable; urgency=medium
 
-  * Standards-Version: 3.9.6
+  * New upstream release
+  * Standards-Version: 4.1.0
   * Update the homepage
 
  -- Sylvestre Ledru <sylves...@debian.org>  Wed, 30 Dec 2015 14:00:59 +0100

Modified: trunk/libjlatexmath-java/debian/control
===
--- trunk/libjlatexmath-java/debian/control 2017-10-13 15:49:05 UTC (rev 
19280)
+++ trunk/libjlatexmath-java/debian/control 2017-10-13 21:48:19 UTC (rev 
19281)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylves...@debian.org>
 Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, fop
-Standards-Version: 3.9.6
+Standards-Version: 4.1.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjlatexmath-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjlatexmath-java
 Homepage: https://github.com/opencollab/jlatexmath
@@ -67,4 +67,3 @@
   - Display the formula together with the graph of a function.
  .
   This package contains the fop plugin.
-

Modified: trunk/libjlatexmath-java/debian/watch
===
--- trunk/libjlatexmath-java/debian/watch   2017-10-13 15:49:05 UTC (rev 
19280)
+++ trunk/libjlatexmath-java/debian/watch   2017-10-13 21:48:19 UTC (rev 
19281)
@@ -1,3 +1,4 @@
-version=3
-http://forge.scilab.org/index.php/p/jlatexmath/downloads/direct/ \
-.*/jlatexmath-src-all-(.*).zip debian debian/orig-tar.sh
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%jlatexmath-$1.tar.gz%" \
+https://github.com/opencollab/jlatexmath/tags \
+(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
\ No newline at end of file


___
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#822458: libjgraphx-java: new version and new upstream URL

2016-04-25 Thread Sylvestre Ledru

Hello,

Le 24/04/2016 à 19:39, ydir...@free.fr a écrit :

Package: libjgraphx-java
Version: 2.1.0.7-1

Homepage from control file and copyright file redirects to jgraphx github repo,
which is at v3.5.1.2.


FYI, I am not planning to work on this.

When I was managing it actively, upstream was breaking regularly the 
compatibility, making it very hard to follow (dependency like Scilab had 
to be updated too).


S

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

Bug#712003: libgluegen2-rt-java: Install maven metadata

2014-08-10 Thread Sylvestre Ledru
On Tue, 11 Jun 2013 23:59:43 +0100 Andrew Ross ubu...@rossfamily.co.uk
wrote:
 Package: libgluegen2-rt-java
 Version: 2.0-rc11-1
 Severity: wishlist

 Dear Maintainer,

 Please consider installing maven metadata for the jars in this
 package to allow building of maven based projects where this
 package is a dependency.
I don't have too much time for this package.
Don't hesitate to propose a patch for this.

Thanks

Cheers,
S

__
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: qiime REMOVED from testing

2014-08-10 Thread Sylvestre Ledru
On Wed, 22 Jan 2014 13:02:39 +0100 Andreas Tille andr...@an3as.eu wrote:
 Hi Steven,
  If the libjogl-java dependency is dropped, king should be installable on
  kfreebsd and then so would qiime. And libjogl2-java transition can go
  ahead.

 Most probably this would be the most simple solution.
OK. Any progress on this ?

I would like to remove jogl v1 for Jessie and it is the last package
using it.

Thanks
Sylvestre


__
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#756642: libxml-security-java: Please improve the short description

2014-07-31 Thread Sylvestre Ledru
Source: libxml-security-java
Severity: minor

Hello,

The current short description is Apache Santuario.
Since I have no clue what is Santuario, it would be nice to improve the short 
description.

Example:
XML Digital Signature library
or
XML Security for Java library

Thanks
Sylvestre

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

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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


Bug#692728: Possible GPL violation: Geogebra

2014-01-28 Thread Sylvestre Ledru
On 28/01/2014 11:28, Hendrik Weimer wrote:
 Sylvestre Ledru sylves...@debian.org writes:

 From it last few releases, geogebra is released under GPL with a non
 commercial clause.

 Besides the fact that it seems invalid, it also ships Jlatexmath (which I co
 maintain) which is published under the GPL v2.
 If the program is a derived work of both the GPLed source code and the
 CC-BY-SAed language files, the resulting work has already been
 non-distributable before because the two licenses are incompatible. The
 new NC clause and the vague statements on the website only add insult to
 injury.
OK. Thanks for the information.
 You should contact Jlatexmath upstream to check whether they gave an
 exemption to geogebra. If not, they might want to apply some pressure.

I am sorry I didn't provide the information but I am one of the
maintainer of jlatexmath
(Calixte Denizet, as cc being the main developer).
We didn't provide any exemption. And, even if we want to do that (which
we don't want),
we could not since jlatexmath is a fork of jmathtex (GPL).
We applied pressure and it didn't work.

Thanks,
Sylvestre

__
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#692728: Possible GPL violation: Geogebra

2014-01-27 Thread Sylvestre Ledru
Hello,

From it last few releases, geogebra is released under GPL with a non
commercial clause.

Besides the fact that it seems invalid, it also ships Jlatexmath (which
I co maintain) which is published under the GPL v2.

As you can see on the Debian thread (
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692728 ), we contacted
and exchanged with upstream.

Since they didn't move, we contacted them privately to get more
information and they replied with:
we've had our licence etc details checked by an experienced legal team
and it's OK. Hopefully this is clear:
http://www.geogebra.org/cms/license#FAQ;
http://www.geogebra.org/cms/license#FAQ
In particular, first sentence of their license (
http://www.geogebra.org/cms/license ) is non-free
You are free to copy, distribute and transmit GeoGebra for
non-commercial purposes

Do you think their experienced legal team is right?

Thanks
Sylvestre

__
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: findbugs_2.0.2-1_amd64.changes REJECTED

2013-09-08 Thread Sylvestre Ledru
On 08/09/2013 12:00, Ansgar Burchardt wrote:
 Hi,

 the source for lib/* and build-lib/* seems to be missing, nor are they
 documented in d/copyright.
That is my mistake. I used a old .tar.gz. Now, we are removing these two
directories.
Sorry.

 Apache-1.1 and GPL are incompatible[1], yet upstream includes both. Please
 explain why you think this is not a problem (it was mentioned on #-mentors 
 when
 talking about the package so I assume you are aware of the problem).

I am not on #mentors so I just learnt about this issue.

I will ping upstream on this.

Sylvestre


__
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: findbugs_2.0.2-1_amd64.changes REJECTED

2013-09-08 Thread Sylvestre Ledru

 Apache-1.1 and GPL are incompatible[1], yet upstream includes both. Please
 explain why you think this is not a problem (it was mentioned on #-mentors 
 when
 talking about the package so I assume you are aware of the problem).

 I am not on #mentors so I just learnt about this issue.

Do you know if Apache-1.1 is incompatible with LGPL ?

Thanks
Sylvestre


__
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: visualvm: Please stop using openjdk-6-*

2013-08-23 Thread Sylvestre Ledru
Package: visualvm
Severity: important
User: ubuntu-de...@lists.ubuntu.com
Usertags: openjdk-7-transition

Hello,

As part of the transition to OpenJDK 7 and the removal of OpenJDK 6 from
the archive, could you update the dependency of your package to 
default-jdk ?

Thanks,
Sylvestre


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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


Re: New version of libedit in experimental: tests welcome

2013-08-15 Thread Sylvestre Ledru
Hello,

The release in experimental of libedit received some good feedbacks
(btw, thanks to Guillem Jover).
I am planning to upload it soon in the archive. So, if you haven't
tested libedit yet, please go ahead!
Thanks!

Cheers,
Sylvestre

On 02/08/2013 19:34, Sylvestre Ledru wrote:
 Hello,

 You are receiving this email because you maintain one (or more) package
 using libedit.

 I just uploaded in experimental a new upstream version of libedit
 published here:
 http://www.thrysoee.dk/editline/

 It would be nice if you could test if your packages still behave the
 same. I am not really worried but since it is an important package, I
 would like confirmations.


 Thanks,
 Sylvestre


 Here is the list:
 $ build-rdeps --print-maintainer libedit-dev
 Reverse Build-depends in contrib:
 -

 No reverse build-depends found for libedit-dev.

 Reverse Build-depends in main:
 --

 boxbackup (Reinhard Tartler siret...@tauware.de)
 heimdal (Brian May b...@debian.org)
 varnish (Varnish Package Maintainers
 pkg-varnish-de...@lists.alioth.debian.org)
 repmgr (Marco Nenciarini mnen...@debian.org)
 ocropus (Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com)
 mapserver (Debian GIS Project pkg-grass-de...@lists.alioth.debian.org)
 gnuplot (Debian Science Team
 debian-science-maintain...@lists.alioth.debian.org)
 llvm-toolchain-snapshot (LLVM Packaging Team
 pkg-llvm-t...@lists.alioth.debian.org)
 php5 (Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org)
 ufsutils (GNU/kFreeBSD Maintainers debian-...@lists.debian.org)
 ntp (Debian NTP Team pkg-ntp-maintain...@lists.alioth.debian.org)
 ceph (Laszlo Boszormenyi (GCS) g...@debian.hu)
 haskell-editline (Debian Haskell Group
 pkg-haskell-maintain...@lists.alioth.debian.org)
 llvm-toolchain-3.3 (LLVM Packaging Team
 pkg-llvm-t...@lists.alioth.debian.org)
 postgresql-9.1 (Debian PostgreSQL Maintainers
 pkg-postgresql-pub...@lists.alioth.debian.org)
 chrony (Debian QA Group packa...@qa.debian.org)
 firebird2.5 (Debian Firebird Group
 pkg-firebird-gene...@lists.alioth.debian.org)
 freebsd-utils (GNU/kFreeBSD Maintainers debian-...@lists.debian.org)
 openssh (Debian OpenSSH Maintainers debian-...@lists.debian.org)
 uim (HIGUCHI Daisuke (VDR dai) d...@debian.org)
 llvm-toolchain-3.2 (LLVM Packaging Team
 pkg-llvm-t...@lists.alioth.debian.org)
 libreadline-java (Debian Java Maintainers
 pkg-java-maintainers@lists.alioth.debian.org)
 prerex (Ryan Kavanagh r...@debian.org)
 postgres-xc (Vladimir Stavrinov vstavri...@gmail.com)

 Found a total of 24 reverse build-depend(s) for libedit-dev.

 Reverse Build-depends in non-free:
 --

 ngspice (Debian Science Team
 debian-science-maintain...@lists.alioth.debian.org)

 Found a total of 1 reverse build-depend(s) for libedit-dev.




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


New version of libedit in experimental: tests welcome

2013-08-02 Thread Sylvestre Ledru
Hello,

You are receiving this email because you maintain one (or more) package
using libedit.

I just uploaded in experimental a new upstream version of libedit
published here:
http://www.thrysoee.dk/editline/

It would be nice if you could test if your packages still behave the
same. I am not really worried but since it is an important package, I
would like confirmations.


Thanks,
Sylvestre


Here is the list:
$ build-rdeps --print-maintainer libedit-dev
Reverse Build-depends in contrib:
-

No reverse build-depends found for libedit-dev.

Reverse Build-depends in main:
--

boxbackup (Reinhard Tartler siret...@tauware.de)
heimdal (Brian May b...@debian.org)
varnish (Varnish Package Maintainers
pkg-varnish-de...@lists.alioth.debian.org)
repmgr (Marco Nenciarini mnen...@debian.org)
ocropus (Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com)
mapserver (Debian GIS Project pkg-grass-de...@lists.alioth.debian.org)
gnuplot (Debian Science Team
debian-science-maintain...@lists.alioth.debian.org)
llvm-toolchain-snapshot (LLVM Packaging Team
pkg-llvm-t...@lists.alioth.debian.org)
php5 (Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org)
ufsutils (GNU/kFreeBSD Maintainers debian-...@lists.debian.org)
ntp (Debian NTP Team pkg-ntp-maintain...@lists.alioth.debian.org)
ceph (Laszlo Boszormenyi (GCS) g...@debian.hu)
haskell-editline (Debian Haskell Group
pkg-haskell-maintain...@lists.alioth.debian.org)
llvm-toolchain-3.3 (LLVM Packaging Team
pkg-llvm-t...@lists.alioth.debian.org)
postgresql-9.1 (Debian PostgreSQL Maintainers
pkg-postgresql-pub...@lists.alioth.debian.org)
chrony (Debian QA Group packa...@qa.debian.org)
firebird2.5 (Debian Firebird Group
pkg-firebird-gene...@lists.alioth.debian.org)
freebsd-utils (GNU/kFreeBSD Maintainers debian-...@lists.debian.org)
openssh (Debian OpenSSH Maintainers debian-...@lists.debian.org)
uim (HIGUCHI Daisuke (VDR dai) d...@debian.org)
llvm-toolchain-3.2 (LLVM Packaging Team
pkg-llvm-t...@lists.alioth.debian.org)
libreadline-java (Debian Java Maintainers
pkg-java-maintainers@lists.alioth.debian.org)
prerex (Ryan Kavanagh r...@debian.org)
postgres-xc (Vladimir Stavrinov vstavri...@gmail.com)

Found a total of 24 reverse build-depend(s) for libedit-dev.

Reverse Build-depends in non-free:
--

ngspice (Debian Science Team
debian-science-maintain...@lists.alioth.debian.org)

Found a total of 1 reverse build-depend(s) for libedit-dev.



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


Switch to OpenJDK 7

2013-08-01 Thread Sylvestre Ledru
Hello,

Finally, we are ready to make the switch to OpenJDK 7 as the default
Java compiler.

Next week, we will upload version 0.49 of java-common which will
switch the default to OpenJDK 7. That means that all packages depending
on default-jdk and default-jre will use the OpenJDK 7 for the supported
architectures.
However, since some architectures (sparc, s390, mips, mipsel,
partially kfreebsd) are not supported by the current package of OpenJDK
7, these architectures will remain with OpenJDK 6 as default. Volunteers
are welcome.
In order to simplify the packaging, java-common will provide a
/usr/share/java/java_defaults.mk file containing the default Java
version for each platform.
This upload also improves/refreshes the Java policy.

The Debian Java packaging team would like to thank folks of Ubuntu (in
particular James Page) who did most of the work by providing a huge
quantity of patches.
The finalization of this work has been done by Shuxiong Ye in the
context of the Google Summer of Code and used our credits on the Amazon
cloud to perform the rebuilds.

Next step, OpenJDK 8!

Thanks
Sylvestre on the behalf of the Java packaging team.



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

Bug#685075: java-package: plugin not found when trying to build jdk7u6 - Closing

2013-06-05 Thread Sylvestre Ledru
tags 685075 +moreinfo
thanks

Hi

I am closing this bug because questions have been asked a year ago
without any reply.

Sylvestre

__
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#676877: java-package: Putting Jvisualvm in PATH

2013-06-05 Thread Sylvestre Ledru
Hi

jvisualvm already exists as a package and is not provided as an alternative.
I am not sure it is worst updating the package to make it available
through alternative.
Is there a lot of changes between the one available here
https://visualvm.dev.java.net/ and one in the proprietary packages ?

Thanks
Sylvestre

__
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#698974: NMU for libjsyntaxpane-java?

2013-04-04 Thread Sylvestre Ledru
On 23/03/2013 14:32, Felix Natter wrote:
 hello,
 
 I would like to start the sponsoring process for the freeplane-1.2.22
 package, but that requires libjsyntaxpane-java 0.9.6~r156-1.
[...]
 So is there a chance of doing an NMU so that I can build upon the
 package with freeplane 1.2.22? [1]
Uploaded.
I pushed some minor updates in the repack script.

Thanks,
Sylvestre

__
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#698974: NMU for libjsyntaxpane-java?

2013-03-23 Thread Sylvestre Ledru
On 23/03/2013 14:32, Felix Natter wrote:
 hello,
 
 I would like to start the sponsoring process for the freeplane-1.2.22
 package, but that requires libjsyntaxpane-java 0.9.6~r156-1.
 
 Martin Quinson (the current libjsyntaxpane-java maintainer) already
 updated it and I fixed one problem and made sure that it works with the
 two packages that depend on it (umlet 11.3 and freeplane 1.2.22).
[...]

 So is there a chance of doing an NMU so that I can build upon the
 package with freeplane 1.2.22? [1]
 
 [1] Is this even an NMU? I saw this in debian/control:
 Maintainer: Debian Java Maintainers 
 pkg-java-maintainers@lists.alioth.debian.org
No, it would be a team upload (and we would not have to apply the NMU
procedure).
I can try to do it next week (and anyone want to do it sooner, don't
hesitate)

Sylvestre

__
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#698154: netbeans: Switch to the native Look and feel

2013-01-14 Thread Sylvestre Ledru
Package: netbeans
Version: 7.0.1+dfsg1-5
Severity: wishlist

Hello,

It would be nice if you could switch the default Look and Feel to native.

As you can see with:
netbeans --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel
the look and feel is way better than the metal one.

For more information:
http://wiki.netbeans.org/FaqCustomLaf

Thanks,
Sylvestre




-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages netbeans depends on:
ii  default-jdk [java6-sdk]1:1.6-47
ii  libnb-apisupport3-java 7.0.1+dfsg1-5
ii  libnb-ide14-java   7.0.1+dfsg1-5
ii  libnb-java5-java   7.0.1+dfsg1-5
ii  libnb-platform13-java  7.0.1+dfsg1-5
ii  openjdk-6-jdk [java6-sdk]  6b24-1.11.5-1
ii  openjdk-7-jdk [java6-sdk]  7u3-2.1.3-1

netbeans recommends no packages.

netbeans suggests no packages.

-- no debconf information

__
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#657281: src/java/org/apache/fop/pdf/ sRGB Color Space Profile.icm is non-free [was: Re: Bug#657281: Any news on this?]

2012-12-16 Thread Sylvestre Ledru
On 16/12/2012 14:04, alberto fuentes wrote:
 Any news on this?

Still No :/

Next time, please provide some context in your email ;)


Sylvestre

__
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#657281: src/java/org/apache/fop/pdf/ sRGB Color Space Profile.icm is non-free [was: Re: Bug#657281: Any news on this?]

2012-12-16 Thread Sylvestre Ledru
On 17/12/2012 00:42, alberto fuentes wrote:
 Sorry about that :)
No worries

 Since its being a while without response and we are getting closer to
 release, i was thinking about requesting a wheezy-ignore for the bug or
 something to the release team
 
 What do you think about that?
I am OK for the wheezy-ignore...

Thanks for the ping,
Sylvestre

__
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#657281: fop vs non-free ?

2012-08-30 Thread Sylvestre Ledru

Le 30/08/2012 17:51, Moritz Muehlenhoff a écrit :

On Thu, May 31, 2012 at 02:07:57PM +0200, Sylvestre Ledru wrote:

On 31/05/2012 13:32, Mathieu Malaterre wrote:

Any news on this bug ?

$ cat https://issues.apache.org/bugzilla/show_bug.cgi?id=52704#c12
Sylvestre Ledru 2012-04-13 11:26:24 UTC
I am in touch with HP on this subject. Looks like they might be able
to do something about this file.



I pinged my contact a few days ago. I let you know once I get more
information.

What's the status?


No news yet.. Sorry

Sylvestre

__
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#679616: jenkins: Please package a more recent upstream version

2012-06-30 Thread Sylvestre Ledru
Source: jenkins
Severity: wishlist

Hello,

Could you consider to package a more recent version of Jenkins ?
We are currently shipping 1.447 and upstream is 1.472

Thanks
Sylvestre


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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


Bug#657281: fop vs non-free ?

2012-05-31 Thread Sylvestre Ledru

On 31/05/2012 13:32, Mathieu Malaterre wrote:

Any news on this bug ?

$ cat https://issues.apache.org/bugzilla/show_bug.cgi?id=52704#c12
Sylvestre Ledru 2012-04-13 11:26:24 UTC
I am in touch with HP on this subject. Looks like they might be able
to do something about this file.


I pinged my contact a few days ago. I let you know once I get more 
information.


S




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


[pkg-java] r16061 - in trunk/libjogl2-java/debian: . patches

2012-05-23 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-05-23 16:41:32 + (Wed, 23 May 2012)
New Revision: 16061

Added:
   trunk/libjogl2-java/debian/patches/manifest.diff
Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/control
   trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff
   trunk/libjogl2-java/debian/patches/disable_android.diff
   trunk/libjogl2-java/debian/patches/disable_android_3.diff
   trunk/libjogl2-java/debian/patches/series
   trunk/libjogl2-java/debian/patches/variousFixes.diff
Log:
* New upstream release
* Set the exact version of the dependency between libjogl2-java
  and libjogl2-jni

Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2012-05-23 10:55:20 UTC (rev 
16060)
+++ trunk/libjogl2-java/debian/changelog2012-05-23 16:41:32 UTC (rev 
16061)
@@ -1,10 +1,14 @@
-libjogl2-java (2.0-rc5-3) UNRELEASED; urgency=low
+libjogl2-java (2.0-rc8-1~exp1) experimental; urgency=low
+  
+  * New upstream release
+  * Set the exact version of the dependency between libjogl2-java
+and libjogl2-jni
 
-  * Team upload.
+  [ Miguel Landaeta ]
   * Use public access URL in Vcs-Svn field. (Closes: #670283).
   * Fix debian-control-has-unusual-field-spacing lintian warning.
 
- -- Miguel Landaeta mig...@miguel.cc  Wed, 25 Apr 2012 20:38:39 -0430
+ -- Sylvestre Ledru sylves...@debian.org  Wed, 23 May 2012 14:23:19 +0200
 
 libjogl2-java (2.0-rc5-2) unstable; urgency=low
 

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2012-05-23 10:55:20 UTC (rev 16060)
+++ trunk/libjogl2-java/debian/control  2012-05-23 16:41:32 UTC (rev 16061)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sylvestre Ledru sylves...@debian.org
 Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
- libgluegen2-build-java (= 2.0-rc5-1~), libgluegen2-rt-java (= 2.0-rc5-1~),
+ libgluegen2-build-java (= 2.0-rc8-1~), libgluegen2-rt-java (= 2.0-rc8-1~),
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
  x11proto-xf86vidmode-dev, libxt-dev,  junit4, libswt-gtk-3-java,
  ant-contrib, ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
@@ -17,7 +17,7 @@
 Package: libjogl2-java
 Architecture: all
 Depends: ${misc:Depends},
- libgluegen2-rt-java, libjogl2-jni
+ libgluegen2-rt-java, libjogl2-jni (= ${source:Version})
 Suggests: libjogl2-java-doc
 Description: Java bindings for OpenGL API
  The JOGL project hosts the development version of the Java Bindings for 

Modified: trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff
===
--- trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff  
2012-05-23 10:55:20 UTC (rev 16060)
+++ trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff  
2012-05-23 16:41:32 UTC (rev 16061)
@@ -1,25 +1,25 @@
-Index: libjogl2-java-2.0-rc5/make/build-jogl.xml
+Index: jogl-v2.0-rc8/make/build-jogl.xml
 ===
 libjogl2-java-2.0-rc5.orig/make/build-jogl.xml 2011-12-26 
09:54:09.0 +0100
-+++ libjogl2-java-2.0-rc5/make/build-jogl.xml  2011-12-27 23:14:19.109596268 
+0100
-@@ -1092,7 +1092,7 @@
+--- jogl-v2.0-rc8.orig/make/build-jogl.xml 2012-05-02 03:28:29.0 
+0200
 jogl-v2.0-rc8/make/build-jogl.xml  2012-05-15 13:53:13.0 +0200
+@@ -1155,7 +1155,7 @@
/linker
  
linker id=linker.cfg.linux.armv7.jogl.x11 
extends=linker.cfg.linux.armv7
--syslibset dir=${env.TARGET_PLATFORM_LIBS} libs=X11/
+-syslibset dir=${env.TARGET_PLATFORM_ROOT}/usr/lib libs=X11/
 +syslibset libs=X11/
/linker
  
linker id=linker.cfg.android.jogl extends=linker.cfg.android
-Index: libjogl2-java-2.0-rc5/make/build-newt.xml
+Index: jogl-v2.0-rc8/make/build-newt.xml
 ===
 libjogl2-java-2.0-rc5.orig/make/build-newt.xml 2011-12-26 
09:54:09.0 +0100
-+++ libjogl2-java-2.0-rc5/make/build-newt.xml  2011-12-27 23:14:25.001596434 
+0100
-@@ -276,7 +276,7 @@
+--- jogl-v2.0-rc8.orig/make/build-newt.xml 2012-05-15 13:48:52.0 
+0200
 jogl-v2.0-rc8/make/build-newt.xml  2012-05-15 13:52:55.0 +0200
+@@ -279,7 +279,7 @@
/linker
  
linker id=linker.cfg.android.newt extends=linker.cfg.android
--syslibset dir=${env.TARGET_PLATFORM_LIBS} libs=android /
+-syslibset dir=${env.TARGET_PLATFORM_ROOT}/usr/lib libs=android /
 +syslibset libs=android /
/linker
  

Modified: trunk/libjogl2-java/debian/patches/disable_android.diff
===
--- trunk/libjogl2-java/debian/patches/disable_android.diff

[pkg-java] r16006 - in trunk: . libjena-iri-java libjena-iri-java/debian libjena-iri-java/debian/patches libjena-iri-java/debian/source

2012-04-25 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-04-25 22:19:14 + (Wed, 25 Apr 2012)
New Revision: 16006

Added:
   trunk/libjena-iri-java/
   trunk/libjena-iri-java/debian/
   trunk/libjena-iri-java/debian/changelog
   trunk/libjena-iri-java/debian/compat
   trunk/libjena-iri-java/debian/control
   trunk/libjena-iri-java/debian/copyright
   trunk/libjena-iri-java/debian/libjena-iri-java.jlibs
   trunk/libjena-iri-java/debian/patches/
   trunk/libjena-iri-java/debian/patches/jarPath.diff
   trunk/libjena-iri-java/debian/patches/javadoc.diff
   trunk/libjena-iri-java/debian/patches/series
   trunk/libjena-iri-java/debian/rules
   trunk/libjena-iri-java/debian/source/
   trunk/libjena-iri-java/debian/source/format
Log:
initial packaging

Added: trunk/libjena-iri-java/debian/changelog
===
--- trunk/libjena-iri-java/debian/changelog (rev 0)
+++ trunk/libjena-iri-java/debian/changelog 2012-04-25 22:19:14 UTC (rev 
16006)
@@ -0,0 +1,5 @@
+libjena-iri-java (0.8-1) unstable; urgency=low
+
+  * Initial release. (Closes: #670465)
+
+ -- Sylvestre Ledru sylves...@debian.org  Wed, 25 Apr 2012 22:46:59 +0200

Added: trunk/libjena-iri-java/debian/compat
===
--- trunk/libjena-iri-java/debian/compat(rev 0)
+++ trunk/libjena-iri-java/debian/compat2012-04-25 22:19:14 UTC (rev 
16006)
@@ -0,0 +1 @@
+8

Added: trunk/libjena-iri-java/debian/control
===
--- trunk/libjena-iri-java/debian/control   (rev 0)
+++ trunk/libjena-iri-java/debian/control   2012-04-25 22:19:14 UTC (rev 
16006)
@@ -0,0 +1,19 @@
+Source: libjena-iri-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Sylvestre Ledru sylves...@debian.org
+Build-Depends: debhelper (= 8), default-jdk, javahelper (= 0.41) , ant,
+ libicu4j-java, junit4, jflex
+Standards-Version: 3.9.3
+Homepage: http://incubator.apache.org/jena/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjena-iri-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjena-iri-java/
+
+Package: libjena-iri-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Java implementation of the RFC 3987 (IRI) norm
+ The Jena IRI Library is an implementation of RFC 3987 (IRI) and 
+ RFC 3986 (URI), and a partial implementation of other related standards. 

Added: trunk/libjena-iri-java/debian/copyright
===
--- trunk/libjena-iri-java/debian/copyright (rev 0)
+++ trunk/libjena-iri-java/debian/copyright 2012-04-25 22:19:14 UTC (rev 
16006)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/5/
+Upstream-Name: Jena-IRI
+Upstream-contact: http://incubator.apache.org/jena/help_and_support/index.html
+Source: cvs -z3 -d:pserver:anonym...@jena.cvs.sourceforge.net:/cvsroot/jena 
export -r IRI_0_8 iri
+
+Files: ./src/com/hp/hpl/jena/iri/MalformedIDNException.java
+./src/com/hp/hpl/jena/iri/impl/SchemeSpecificPart.java
+./src/com/hp/hpl/jena/iri/impl/Force.java
+./src/com/hp/hpl/jena/iri/impl/GroupAction.java
+./src/com/hp/hpl/jena/iri/impl/VarPattern.java
+./src/com/hp/hpl/jena/iri/impl/Lexer.java
+./src/com/hp/hpl/jena/iri/impl/ErrorAction.java
+./src/com/hp/hpl/jena/iri/impl/IRIImplException.java
+./src/com/hp/hpl/jena/iri/impl/HostAction.java
+./src/com/hp/hpl/jena/iri/impl/IRIExamples.java
+./src/com/hp/hpl/jena/iri/impl/Test.java
+./src/com/hp/hpl/jena/iri/IRIException.java
+Copyright: Copyright 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development 
Company, LP
+License: BSD (3 clause) 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *derived from this software without specific prior written permission.
+
+Files: debian/*
+Copyright: Copyright 2012 Sylvestre Ledru sylves...@debian.org
+License: BSD (3 clause) 

Added: trunk/libjena-iri-java/debian/libjena-iri-java.jlibs
===
--- trunk/libjena-iri-java/debian/libjena-iri-java.jlibs
(rev 0)
+++ trunk/libjena-iri-java/debian/libjena-iri-java.jlibs2012-04-25 
22:19:14

[pkg-java] r15954 - in trunk/gluegen2/debian: . patches

2012-04-15 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-04-15 17:29:01 + (Sun, 15 Apr 2012)
New Revision: 15954

Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/patches/renamedLibrary.diff
Log:
Fix a problem in the loading of the native lib (Closes: #668821)

Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2012-04-14 18:51:53 UTC (rev 15953)
+++ trunk/gluegen2/debian/changelog 2012-04-15 17:29:01 UTC (rev 15954)
@@ -1,3 +1,9 @@
+gluegen2 (2.0-rc5-4) unstable; urgency=low
+
+  * Fix a problem in the loading of the native lib (Closes: #668821)
+
+ -- Sylvestre Ledru sylves...@debian.org  Sun, 15 Apr 2012 18:37:43 +0200
+
 gluegen2 (2.0-rc5-3) unstable; urgency=low
 
   * Set the exact version of the dependency between libgluegen2-rt-java

Modified: trunk/gluegen2/debian/patches/renamedLibrary.diff
===
--- trunk/gluegen2/debian/patches/renamedLibrary.diff   2012-04-14 18:51:53 UTC 
(rev 15953)
+++ trunk/gluegen2/debian/patches/renamedLibrary.diff   2012-04-15 17:29:01 UTC 
(rev 15954)
@@ -1,7 +1,7 @@
-Index: gluegen-v2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java
+Index: gluegen2-2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java
 ===
 
gluegen-v2.0-rc5.orig/src/junit/com/jogamp/common/util/TestTempJarCache.java
   2011-12-26 01:24:24.0 +0100
-+++ gluegen-v2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java
2011-12-26 01:25:19.782006701 +0100
+--- 
gluegen2-2.0-rc5.orig/src/junit/com/jogamp/common/util/TestTempJarCache.java
   2011-12-18 23:11:17.0 +0100
 gluegen2-2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java
2012-04-14 18:56:09.0 +0200
 @@ -183,8 +183,8 @@
  
  @Test
@@ -22,3 +22,16 @@
  
  JNILibLoaderBase.addNativeJarLibs(TempJarCache.class, libBaseName);
  Assert.assertTrue(JNILibLoaderBase.isLoaded(libBaseName));
+Index: gluegen2-2.0-rc5/src/java/com/jogamp/common/os/Platform.java
+===
+--- gluegen2-2.0-rc5.orig/src/java/com/jogamp/common/os/Platform.java  
2012-04-15 18:36:43.593084233 +0200
 gluegen2-2.0-rc5/src/java/com/jogamp/common/os/Platform.java   
2012-04-15 18:37:08.933083669 +0200
+@@ -54,7 +54,7 @@
+ public class Platform {
+ 
+ /** fixed basename of JAR file and native library */
+-private static final String libBaseName = gluegen-rt;
++private static final String libBaseName = gluegen2-rt;
+ 
+ /**
+  * System property: 'jogamp.gluegen.UseTempJarCache', 


___
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#668821: libjogl2-java: jogl2 or gluegen2 forget to load one of the native lib

2012-04-14 Thread Sylvestre Ledru
Package: libjogl2-java
Version: 2.0-rc5-1
Severity: important

Hello me,

With the following code:

import javax.media.opengl.awt.GLCanvas;
public class plop {
public static void main(String[] args) throws Exception {
// System.loadLibrary(gluegen2-rt);
 GLCanvas c = new GLCanvas();
}
}

it is failing with
javac -cp /usr/share/java/jogl2.jar:/usr/share/java/gluegen2-rt.jar plop.java 
java -cp /usr/share/java/jogl2.jar:/usr/share/java/gluegen2-rt.jar:. plop

Exception in thread main java.lang.UnsatisfiedLinkError: 
jogamp.common.jvm.JVMUtil.initialize(Ljava/nio/ByteBuffer;)Z
at jogamp.common.jvm.JVMUtil.initialize(Native Method)
at jogamp.common.jvm.JVMUtil.clinit(JVMUtil.java:58)
at com.jogamp.common.os.Platform.clinit(Platform.java:215)
at javax.media.opengl.GLProfile.clinit(GLProfile.java:81)
at javax.media.opengl.awt.GLCanvas.init(GLCanvas.java:236)
at javax.media.opengl.awt.GLCanvas.init(GLCanvas.java:186)
at javax.media.opengl.awt.GLCanvas.init(GLCanvas.java:176)
at plop.main(plop.java:5)

Uncommenting the load fixes the issue.

Thanks to Calixte Denizet for the test case.
Sylvestre

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libjogl2-java depends on:
ii  libgluegen2-rt-java  2.0-rc5-1
ii  libjogl2-jni 2.0-rc5-1

libjogl2-java recommends no packages.

Versions of packages libjogl2-java suggests:
pn  libjogl2-java-doc  none

-- no debconf information



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


[pkg-java] r15912 - trunk/libjrosetta-java/debian

2012-04-08 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-04-08 15:45:47 + (Sun, 08 Apr 2012)
New Revision: 15912

Modified:
   trunk/libjrosetta-java/debian/changelog
   trunk/libjrosetta-java/debian/rules
Log:
Bring back the file jrosetta-API.jar (Closes: #667602)

Modified: trunk/libjrosetta-java/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2012-04-07 21:04:09 UTC (rev 
15911)
+++ trunk/libjrosetta-java/debian/changelog 2012-04-08 15:45:47 UTC (rev 
15912)
@@ -1,3 +1,9 @@
+libjrosetta-java (1.0.4-4) unstable; urgency=high
+
+  * Bring back the file jrosetta-API.jar (Closes: #667602)
+
+ -- Sylvestre Ledru sylves...@debian.org  Sun, 08 Apr 2012 17:31:24 +0200
+
 libjrosetta-java (1.0.4-3) unstable; urgency=low
 
   * Bring back the library (deleted from /usr/share/java/).

Modified: trunk/libjrosetta-java/debian/rules
===
--- trunk/libjrosetta-java/debian/rules 2012-04-07 21:04:09 UTC (rev 15911)
+++ trunk/libjrosetta-java/debian/rules 2012-04-08 15:45:47 UTC (rev 15912)
@@ -7,7 +7,9 @@
 #DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate
 DEB_INSTALL_CHANGELOGS_ALL := CHANGE.txt
 
+install/libjrosetta-java::
+   ln -s jrosetta-api.jar 
debian/libjrosetta-java/usr/share/java/jrosetta-API.jar
+
+
 get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
-
-


___
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] r15886 - trunk/gluegen2/debian

2012-04-03 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-04-03 09:52:31 + (Tue, 03 Apr 2012)
New Revision: 15886

Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/control
Log:
Set the exact version of the dependency between libgluegen2-rt-java
and libgluegen2-jni

Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2012-04-01 16:53:23 UTC (rev 15885)
+++ trunk/gluegen2/debian/changelog 2012-04-03 09:52:31 UTC (rev 15886)
@@ -1,3 +1,10 @@
+gluegen2 (2.0-rc5-3) unstable; urgency=low
+
+  * Set the exact version of the dependency between libgluegen2-rt-java
+and libgluegen2-jni
+
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 03 Apr 2012 10:59:34 +0200
+
 gluegen2 (2.0-rc5-2) unstable; urgency=low
 
   * Really upload to unstable (oups)

Modified: trunk/gluegen2/debian/control
===
--- trunk/gluegen2/debian/control   2012-04-01 16:53:23 UTC (rev 15885)
+++ trunk/gluegen2/debian/control   2012-04-03 09:52:31 UTC (rev 15886)
@@ -13,7 +13,7 @@
 Package: libgluegen2-rt-java
 Architecture: all
 Suggests: libgluegen2-doc
-Depends:  ${misc:Depends}, antlr, libgluegen2-jni
+Depends:  ${misc:Depends}, antlr, libgluegen2-jni (= ${source:Version})
 Description: Tool to automatically generate the Java and JNI code.
  Gluegen reads as input ANSI C header files and separate configuration files
  which provide control over many aspects of the glue code generation. GlueGen


___
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] r15875 - trunk/libjrosetta-java/debian

2012-03-25 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-25 19:09:32 + (Sun, 25 Mar 2012)
New Revision: 15875

Removed:
   trunk/libjrosetta-java/debian/ant.properties
Modified:
   trunk/libjrosetta-java/debian/changelog
   trunk/libjrosetta-java/debian/control
   trunk/libjrosetta-java/debian/rules
Log:
* Bring back the library (deleted from /usr/share/java/).
maven-debian-helper changed it behaviour
* Get ride of deprecated file (ant.properties)
* Some useless build dependencies removed (jdom1, slf4j)


Deleted: trunk/libjrosetta-java/debian/ant.properties
===
--- trunk/libjrosetta-java/debian/ant.properties2012-03-23 15:58:46 UTC 
(rev 15874)
+++ trunk/libjrosetta-java/debian/ant.properties2012-03-25 19:09:32 UTC 
(rev 15875)
@@ -1,2 +0,0 @@
-OS_NAME linux
-sdk.include /usr/

Modified: trunk/libjrosetta-java/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2012-03-23 15:58:46 UTC (rev 
15874)
+++ trunk/libjrosetta-java/debian/changelog 2012-03-25 19:09:32 UTC (rev 
15875)
@@ -1,3 +1,12 @@
+libjrosetta-java (1.0.4-3) unstable; urgency=low
+
+  * Bring back the library (deleted from /usr/share/java/).
+  maven-debian-helper changed it behaviour
+  * Get ride of deprecated file (ant.properties)
+  * Some useless build dependencies removed (jdom1, slf4j)
+  
+ -- Sylvestre Ledru sylves...@debian.org  Sun, 25 Mar 2012 19:41:16 +0200
+
 libjrosetta-java (1.0.4-2) unstable; urgency=low
 
   * Update Standards-Version: 3.9.3

Modified: trunk/libjrosetta-java/debian/control
===
--- trunk/libjrosetta-java/debian/control   2012-03-23 15:58:46 UTC (rev 
15874)
+++ trunk/libjrosetta-java/debian/control   2012-03-25 19:09:32 UTC (rev 
15875)
@@ -4,9 +4,9 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sylvestre Ledru sylves...@debian.org,
  Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs
-Build-Depends-Indep: ant, ant-optional, default-jdk, maven-debian-helper,
- libslf4j-java, libjdom1-java, libmaven-assembly-plugin-java
+Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.5)
+Build-Depends-Indep: junit4
+# default-jdk-doc, libmaven-javadoc-plugin-java 
 Standards-Version: 3.9.3
 Homepage: http://dev.artenum.com/projects/JRosetta/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java
@@ -14,10 +14,26 @@
 
 Package: libjrosetta-java
 Architecture: all
-Depends:  ${misc:Depends}
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+#Suggests: libjrosetta-java-doc
 Description: JRosetta - Advanced graphical console engine
  JRosetta provides a common base for graphical component that could be used to
  build a graphical console in Swing with the latest requirements, such as
  command history, completion and so on for instance for scripting language
  or command line.
 
+
+# Package: libjrosetta-java-doc
+# Architecture: all
+# Section: doc
+# Depends: ${misc:Depends}, ${maven:DocDepends}
+# Recommends: ${maven:DocOptionalDepends}
+# Suggests: libjrosetta-java
+# Description: Documentation for JRosetta
+#  JRosetta provides a common base for graphical component that could be used 
to
+#  build a graphical console in Swing with the latest requirements, such as
+#  command history, completion and so on for instance for scripting language
+#  or command line.
+#  .
+#  This package contains the API documentation of libjrosetta-java.

Modified: trunk/libjrosetta-java/debian/rules
===
--- trunk/libjrosetta-java/debian/rules 2012-03-23 15:58:46 UTC (rev 15874)
+++ trunk/libjrosetta-java/debian/rules 2012-03-25 19:09:32 UTC (rev 15875)
@@ -3,11 +3,11 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
 
-JAVA_HOME  := /usr/lib/jvm/default-java
-DEB_JARS   := ant-nodeps 
-BUILDDIR   := dist
+JAVA_HOME := /usr/lib/jvm/default-java
+#DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate
 DEB_INSTALL_CHANGELOGS_ALL := CHANGE.txt
-DEB_MAVEN_ARGS := -e
 
 get-orig-source:
-   -uscan --upstream-version 0 --rename
+   uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
+
+


___
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] r15872 - trunk/libflexdock-java/debian

2012-03-22 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-22 22:52:25 + (Thu, 22 Mar 2012)
New Revision: 15872

Modified:
   trunk/libflexdock-java/debian/changelog
   trunk/libflexdock-java/debian/control
   trunk/libflexdock-java/debian/rules
Log:
* jgoodies-common was not found (Closes: #665242)
* Standards-Version updated to version 3.9.3 

Modified: trunk/libflexdock-java/debian/changelog
===
--- trunk/libflexdock-java/debian/changelog 2012-03-22 18:49:56 UTC (rev 
15871)
+++ trunk/libflexdock-java/debian/changelog 2012-03-22 22:52:25 UTC (rev 
15872)
@@ -1,3 +1,10 @@
+libflexdock-java (1.1.1-3) unstable; urgency=low
+
+  * jgoodies-common was not found (Closes: #665242)
+  * Standards-Version updated to version 3.9.3 
+
+ -- Sylvestre Ledru sylves...@debian.org  Thu, 22 Mar 2012 23:45:14 +0100
+
 libflexdock-java (1.1.1-2) unstable; urgency=low
 
   * Update of the CVS urls

Modified: trunk/libflexdock-java/debian/control
===
--- trunk/libflexdock-java/debian/control   2012-03-22 18:49:56 UTC (rev 
15871)
+++ trunk/libflexdock-java/debian/control   2012-03-22 22:52:25 UTC (rev 
15872)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (= 5), cdbs, ant, ant-optional, 
  libskinlf-java, default-jdk,
  libjgoodies-looks-java, libx11-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://java.net/projects/flexdock/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libflexdock-java/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libflexdock-java/

Modified: trunk/libflexdock-java/debian/rules
===
--- trunk/libflexdock-java/debian/rules 2012-03-22 18:49:56 UTC (rev 15871)
+++ trunk/libflexdock-java/debian/rules 2012-03-22 22:52:25 UTC (rev 15872)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 JAVA_HOME:= /usr/lib/jvm/default-java/
-DEB_JARS := ant-nodeps looks skinlf
+DEB_JARS := ant-nodeps looks skinlf jgoodies-common
 DEB_ANT_BUILD_TARGET := build.with.native jar doc
 BUILDDIR:= build
 DEB_COMPRESS_EXCLUDE := .sxw


___
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] r15873 - trunk/libjrosetta-java/debian

2012-03-22 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-22 23:28:03 + (Thu, 22 Mar 2012)
New Revision: 15873

Modified:
   trunk/libjrosetta-java/debian/changelog
   trunk/libjrosetta-java/debian/control
   trunk/libjrosetta-java/debian/rules
Log:
* Update Standards-Version: 3.9.3
* Fix a FTBFS (wrong name of the java lib)


Modified: trunk/libjrosetta-java/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2012-03-22 22:52:25 UTC (rev 
15872)
+++ trunk/libjrosetta-java/debian/changelog 2012-03-22 23:28:03 UTC (rev 
15873)
@@ -1,3 +1,10 @@
+libjrosetta-java (1.0.4-2) unstable; urgency=low
+
+  * Update Standards-Version: 3.9.3
+  * Fix a FTBFS (wrong name of the java lib)
+  
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 23 Mar 2012 00:20:03 +0100
+
 libjrosetta-java (1.0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjrosetta-java/debian/control
===
--- trunk/libjrosetta-java/debian/control   2012-03-22 22:52:25 UTC (rev 
15872)
+++ trunk/libjrosetta-java/debian/control   2012-03-22 23:28:03 UTC (rev 
15873)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (= 7), cdbs
 Build-Depends-Indep: ant, ant-optional, default-jdk, maven-debian-helper,
  libslf4j-java, libjdom1-java, libmaven-assembly-plugin-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://dev.artenum.com/projects/JRosetta/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjrosetta-java/

Modified: trunk/libjrosetta-java/debian/rules
===
--- trunk/libjrosetta-java/debian/rules 2012-03-22 22:52:25 UTC (rev 15872)
+++ trunk/libjrosetta-java/debian/rules 2012-03-22 23:28:03 UTC (rev 15873)
@@ -9,8 +9,5 @@
 DEB_INSTALL_CHANGELOGS_ALL := CHANGE.txt
 DEB_MAVEN_ARGS := -e
 
-install/libjrosetta-java::
-   ln -s jrosetta-api.jar 
debian/libjrosetta-java/usr/share/java/jrosetta-API.jar
-
 get-orig-source:
-uscan --upstream-version 0 --rename


___
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] r15857 - trunk/gluegen2/debian

2012-03-13 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-13 07:11:03 + (Tue, 13 Mar 2012)
New Revision: 15857

Modified:
   trunk/gluegen2/debian/changelog
Log:
Really upload to unstable (oups)

Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2012-03-12 20:03:50 UTC (rev 15856)
+++ trunk/gluegen2/debian/changelog 2012-03-13 07:11:03 UTC (rev 15857)
@@ -1,3 +1,9 @@
+gluegen2 (2.0-rc5-2) unstable; urgency=low
+
+  * Really upload to unstable (oups)
+
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 13 Mar 2012 01:04:56 +0100
+
 gluegen2 (2.0-rc5-1) experimental; urgency=low
 
   * Upload in 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] r15858 - trunk/libjogl2-java/debian

2012-03-13 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-13 08:36:50 + (Tue, 13 Mar 2012)
New Revision: 15858

Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/control
Log:
* Upload in unstable
* Standards-Version updated to version 3.9.3

Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2012-03-13 07:11:03 UTC (rev 
15857)
+++ trunk/libjogl2-java/debian/changelog2012-03-13 08:36:50 UTC (rev 
15858)
@@ -1,3 +1,10 @@
+libjogl2-java (2.0-rc5-1) experimental; urgency=low
+
+  * Upload in unstable
+  * Standards-Version updated to version 3.9.3
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 12 Mar 2012 20:23:07 +0100
+
 libjogl2-java (2.0-rc5-1~exp3) experimental; urgency=low
 
   * Some sbuild still want to build the doc package. Enable it only for amd64

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2012-03-13 07:11:03 UTC (rev 15857)
+++ trunk/libjogl2-java/debian/control  2012-03-13 08:36:50 UTC (rev 15858)
@@ -4,12 +4,12 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sylvestre Ledru sylves...@debian.org
 Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
- libgluegen2-build-java (= 2.0-rc5-1~exp2), libgluegen2-rt-java (= 
2.0-rc5-1~exp2),
+ libgluegen2-build-java (= 2.0-rc5-1~), libgluegen2-rt-java (= 2.0-rc5-1~),
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
  x11proto-xf86vidmode-dev, libxt-dev,  junit4, libswt-gtk-3-java,
  ant-contrib, ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
  ant (= 1.8)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://jogamp.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl2-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] r15859 - trunk/libjogl2-java/debian

2012-03-13 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-13 09:24:38 + (Tue, 13 Mar 2012)
New Revision: 15859

Modified:
   trunk/libjogl2-java/debian/changelog
Log:
Really upload to unstable (oups)

Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2012-03-13 08:36:50 UTC (rev 
15858)
+++ trunk/libjogl2-java/debian/changelog2012-03-13 09:24:38 UTC (rev 
15859)
@@ -1,3 +1,9 @@
+libjogl2-java (2.0-rc5-2) unstable; urgency=low
+
+  * Really upload to unstable (oups)
+
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 13 Mar 2012 09:46:59 +0100
+
 libjogl2-java (2.0-rc5-1) experimental; urgency=low
 
   * Upload in 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] r15852 - trunk/libjogl2-java/debian

2012-03-12 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-12 19:20:50 + (Mon, 12 Mar 2012)
New Revision: 15852

Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/rules
Log:
Some sbuild still want to build the doc package. Enable it only for amd64
and x86. See build log of ia64  powerpc of version 2.0-rc5-1~exp2

Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2012-03-11 14:36:51 UTC (rev 
15851)
+++ trunk/libjogl2-java/debian/changelog2012-03-12 19:20:50 UTC (rev 
15852)
@@ -1,3 +1,10 @@
+libjogl2-java (2.0-rc5-1~exp3) experimental; urgency=low
+
+  * Some sbuild still want to build the doc package. Enable it only for amd64
+and x86. See build log of ia64  powerpc of version 2.0-rc5-1~exp2
+
+ -- Sylvestre Ledru sylves...@debian.org  Wed, 28 Dec 2011 13:59:28 +0100
+
 libjogl2-java (2.0-rc5-1~exp2) experimental; urgency=low
 
   * Only build the doc once

Modified: trunk/libjogl2-java/debian/rules
===
--- trunk/libjogl2-java/debian/rules2012-03-11 14:36:51 UTC (rev 15851)
+++ trunk/libjogl2-java/debian/rules2012-03-12 19:20:50 UTC (rev 15852)
@@ -10,9 +10,14 @@
 DEB_ANT_CLEAN_TARGET := clean
 DEB_ANT_BUILD_TARGET := all
 DEB_ANT_BUILDFILE:= make/build.xml
+ENABLE_BUILD_HELP_ARCHS := amd64 i386
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 build-indep:
+# Disable the build of the help on slow archs. It takes forever (a few hours) 
+ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_BUILD_HELP_ARCHS)))
$(DEB_ANT_INVOKE) javadoc.all
+endif
 
 common-install-prehook-indep::
mv build/jar/jogl.all.jar build/jar/jogl2.jar


___
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] r15853 - in trunk/gluegen2/debian: . patches

2012-03-12 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-12 19:22:50 + (Mon, 12 Mar 2012)
New Revision: 15853

Added:
   trunk/gluegen2/debian/patches/s390x.diff
Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/patches/series
Log:
Fix the build issue under s390x

Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2012-03-12 19:20:50 UTC (rev 15852)
+++ trunk/gluegen2/debian/changelog 2012-03-12 19:22:50 UTC (rev 15853)
@@ -1,3 +1,9 @@
+gluegen2 (2.0-rc5-1~exp2) experimental; urgency=low
+
+  * Fix the build issue under s390x
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 26 Dec 2011 09:27:15 +0100
+
 gluegen2 (2.0-rc5-1~exp1) experimental; urgency=low
 
   * New upstream release

Added: trunk/gluegen2/debian/patches/s390x.diff
===
--- trunk/gluegen2/debian/patches/s390x.diff(rev 0)
+++ trunk/gluegen2/debian/patches/s390x.diff2012-03-12 19:22:50 UTC (rev 
15853)
@@ -0,0 +1,130 @@
+diff --git a/make/build.xml b/make/build.xml
+index bc04423..87678bc 100644
+--- a/make/build.xml
 b/make/build.xml
+@@ -343,13 +343,19 @@
+   property name=linker.cfg.id
value=linker.cfg.linux.s390 / 
+ /target
+ 
++target name=declare.linux.s390x if=isLinuxs390x
++  echo message=Linux.s390x /
++  property name=compiler.cfg.id  
value=compiler.cfg.linux / 
++  property name=linker.cfg.id
value=linker.cfg.linux.s390x / 
++/target
++
+ target name=declare.linux.sparc if=isLinuxSparc
+   echo message=Linux.sparc /
+   property name=compiler.cfg.id  
value=compiler.cfg.linux / 
+   property name=linker.cfg.id
value=linker.cfg.linux.sparc / 
+ /target
+ 
+-target name=declare.linux 
depends=declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.s390,declare.linux.sparc,declare.linux.armv7
 if=isLinux 
++target name=declare.linux 
depends=declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv7
 if=isLinux 
+   property name=c.src.dir.os value=unix /
+   property name=java.includes.dir.platform   
value=${java.includes.dir}/linux /
+ /target
+diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml
+index 92aab28..f0ea963 100755
+--- a/make/gluegen-cpptasks-base.xml
 b/make/gluegen-cpptasks-base.xml
+@@ -36,6 +36,7 @@
+-   isLinuxMipsel
+-   isLinuxPpc
+-   isLinuxs390
++   -   isLinuxs390x
+-   isLinuxSparc
+-   isOSX
+-   isOSXPPC
+@@ -117,6 +118,7 @@
+-   compiler.cfg.linux.mipsel
+-   compiler.cfg.linux.ppc
+-   compiler.cfg.linux.s390
++   -   compiler.cfg.linux.s390x
+-   compiler.cfg.linux.sparc
+-   compiler.cfg.solaris
+-   compiler.cfg.solaris.sparcv9
+@@ -137,6 +139,7 @@
+-   linker.cfg.linux.mipsel
+-   linker.cfg.linux.ppc
+-   linker.cfg.linux.s390
++   -   linker.cfg.linux.s390x
+-   linker.cfg.linux.sparc
+-   linker.cfg.freebsd.x86
+-   linker.cfg.freebsd.amd64
+@@ -340,6 +343,15 @@
+ condition property=s390
+   os arch=s390 /
+ /condition
++condition property=isLinuxs390x
++  and
++istrue value=${isLinux} /
++os arch=s390x /
++  /and
++/condition
++condition property=s390x
++  os arch=s390x /
++/condition
+ condition property=isLinuxSparc
+   and
+ istrue value=${isLinux} /
+@@ -478,6 +490,7 @@
+ echo message=LinuxMipsel=${isLinuxMipsel} /
+ echo message=LinuxPpc=${isLinuxPpc} /
+ echo message=Linuxs390=${isLinuxs390} /
++echo message=Linuxs390x=${isLinuxs390x} /
+ echo message=LinuxSparc=${isLinuxSparc} /
+ echo message=OS X=${isOSX} /
+ echo message=OS X PPC=${use.macosppc} /
+@@ -552,6 +565,10 @@
+ property name=os.and.arch value=linux-s390 /
+   /target
+ 
++  target name=gluegen.cpptasks.detect.os.linux.s390x 
unless=gluegen.cpptasks.detected.os.2 if=isLinuxs390x
++property name=os.and.arch value=linux-s390x /
++  /target
++
+   target name=gluegen.cpptasks.detect.os.linux.sparc 
unless=gluegen.cpptasks.detected.os.2 if=isLinuxSparc
+ property name=os.and.arch value=linux-sparc /
+   /target
+@@ -561,7 +578,7 @@
+ property name=os.and.arch value=android-armv7 /
+   /target
+ 
+-  target name=gluegen.cpptasks.detect.os.linux 
depends=gluegen.cpptasks.detect.os.linux.amd64,gluegen.cpptasks.detect.os.linux.ia64,gluegen.cpptasks.detect.os.linux.x86,gluegen.cpptasks.detect.os.linux.armv7,gluegen.cpptasks.detect.os.android.armv7

[pkg-java] r15854 - trunk/gluegen2/debian

2012-03-12 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-12 19:40:56 + (Mon, 12 Mar 2012)
New Revision: 15854

Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/control
Log:
* Upload in unstable
* Standards-Version updated to version 3.9.3

Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2012-03-12 19:22:50 UTC (rev 15853)
+++ trunk/gluegen2/debian/changelog 2012-03-12 19:40:56 UTC (rev 15854)
@@ -1,3 +1,10 @@
+gluegen2 (2.0-rc5-1) experimental; urgency=low
+
+  * Upload in unstable
+  * Standards-Version updated to version 3.9.3
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 12 Mar 2012 20:31:43 +0100
+
 gluegen2 (2.0-rc5-1~exp2) experimental; urgency=low
 
   * Fix the build issue under s390x

Modified: trunk/gluegen2/debian/control
===
--- trunk/gluegen2/debian/control   2012-03-12 19:22:50 UTC (rev 15853)
+++ trunk/gluegen2/debian/control   2012-03-12 19:40:56 UTC (rev 15854)
@@ -5,7 +5,7 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org
 Build-Depends: debhelper (= 7), cdbs, quilt, default-jdk, 
  ant, junit4, ant-contrib-cpptasks, ant-optional, libantlr-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://jogamp.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/gluegen2/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/gluegen2/


___
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] UNNAMED PROJECT branch, master, updated. 0.40-2-gdabfbf1

2012-02-24 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 70517873a24d01ac3342f3b8f9eaecb3466bfc07
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Fri Feb 24 15:31:01 2012 +0100

Switch to the multiarch path

diff --git a/debian/changelog b/debian/changelog
index 802bfe1..98fb43a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+javatools (0.41) UNRELEASED; urgency=low
+
+  * Switch the OpenJDK6 path to the multiarch one.
+
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 15:31:11 +0100
+
 javatools (0.40) unstable; urgency=low
 
   * Fixed a regression jh_build (introduced in 0.38).
diff --git a/jh_makepkg b/jh_makepkg
index 9667ef4..a8516cf 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -273,7 +273,7 @@ case $COMP in
;;
open)
   COMPILER=openjdk-6-jdk
-  JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+  JAVA_HOME=/usr/lib/jvm/java-6-openjdk-\$(shell dpkg-architecture 
-qDEB_HOST_ARCH)
   JVM=open
;;
 esac

-- 
UNNAMED PROJECT

___
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] UNNAMED PROJECT branch, master, updated. 0.40-2-gdabfbf1

2012-02-24 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit dabfbf151bdc0a32138ce6ddd3d51c1f0ff1e207
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Fri Feb 24 15:33:23 2012 +0100

  * Remove the sun-java6 support since it has been
removed from the archive
  * Provide the support for OpenJDK 7

diff --git a/debian/changelog b/debian/changelog
index 98fb43a..0527d41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 javatools (0.41) UNRELEASED; urgency=low
 
   * Switch the OpenJDK6 path to the multiarch one.
+  * Remove the sun-java6 support since it has been
+removed from the archive
+  * Provide the support for OpenJDK 7
 
- -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 15:31:11 +0100
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 15:32:30 +0100
 
 javatools (0.40) unstable; urgency=low
 
diff --git a/jh_makepkg b/jh_makepkg
index a8516cf..00163c1 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -3,7 +3,7 @@
 # options:
 #make, maven, ant, byhand
 #app, library
-#gcj, sun
+#gcj
 
 COMPAT=8
 STANDARDS=3.9.2
@@ -32,10 +32,10 @@ syntax()
echo -e \t-k --makefiles: Builds with make
echo -e \t-n --none: Create own buildsystem
echo -e \tPick One:
-   echo -e \t-6 --sun6: Build with Sun Java 1.6 (package must be contrib)
echo -e \t-g --gcj: Build with gcj
echo -e \t-d --default: Build with default free platform compiler
echo -e \t-o --openjdk: Build with openjdk 6
+   echo -e \t-o7 --openjdk7: Build with openjdk 7
echo -e Environment Variables:
echo -e \tDEBEMAIL: Default maintainer email address
echo -e \tEMAIL: Default maintainer email address
@@ -44,7 +44,7 @@ syntax()
exit 1
 }
 
-ARGS=p package m maintainer e email v upstream l library a app t ant k 
makefile n none 6 sun6 g gcj o openjdk M maven d default parseargs $@
+ARGS=p package m maintainer e email v upstream l library a app t ant k 
makefile n none g gcj o openjdk o7 openjdk7 M maven d default parseargs $@
 
 BUILDDIR=`pwd`
 
@@ -222,18 +222,18 @@ if [ -n `getarg d default` ]; then
COMP=default
 elif [ -n `getarg g gcj` ]; then
COMP=gcj
-elif [ -n `getarg 6 sun6` ]; then
-   COMP=sun6
 elif [ -n `getarg o openjdk` ]; then
COMP=open
+elif [ -n `getarg o7 openjdk7` ]; then
+   COMP=open7
 else
-   echo Which Java runtime does it need? Free runtime, or Sun?
+   echo Which Java runtime does it need? Which free runtime?
echo Select:
echo -e \t[F] Default Free compiler/runtime (Default)
echo -e \t[G] GCJ
-   echo -e \t[6] Sun Java 1.6 (Package must be in contrib)
echo -e \t[o] OpenJDK 6
-   echo -n [FG6o] $ 
+   echo -e \t[o7] OpenJDK 7
+   echo -n [FGoo7] $ 
read t
echo
case $t in
@@ -241,9 +241,9 @@ else
  COMP=open
  echo Selected: OpenJDK 6
  ;;
-  6)
- COMP=sun6
- echo Selected: Sun 1.6
+  O7|o7)
+ COMP=open7
+ echo Selected: OpenJDK 7
  ;;
   g|G)
  COMP=gcj
@@ -265,17 +265,16 @@ case $COMP in
   COMPILER=default-jdk
   JAVA_HOME=/usr/lib/jvm/default-java
;;
-   sun6)
-  COMPILER=sun-java6-jdk
-  JAVA_HOME=/usr/lib/jvm/java-6-sun
-  CONTRIB=contrib/
-  JVM=sun6
-   ;;
open)
   COMPILER=openjdk-6-jdk
   JAVA_HOME=/usr/lib/jvm/java-6-openjdk-\$(shell dpkg-architecture 
-qDEB_HOST_ARCH)
   JVM=open
;;
+   open7)
+  COMPILER=openjdk-7-jdk
+  JAVA_HOME=/usr/lib/jvm/java-7-openjdk-\$(shell dpkg-architecture 
-qDEB_HOST_ARCH)
+  JVM=open7
+   ;;
 esac
 
 YEAR=$(date +%Y)

-- 
UNNAMED PROJECT

___
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] UNNAMED PROJECT branch, master, updated. 0.40-3-g1917a14

2012-02-24 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 1917a146f1b73eaf7cc9709c24689dd6ed706dea
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Fri Feb 24 15:52:18 2012 +0100

Update of the documentation regarding recent changes in jh_makepkg

diff --git a/jh_makepkg.1 b/jh_makepkg.1
index eb06557..846c4dc 100644
--- a/jh_makepkg.1
+++ b/jh_makepkg.1
@@ -30,11 +30,10 @@ Pick One:
 \fB\-k\fR \fB\-\-makefiles\fR: Build with make
 \fB\-n\fR \fB\-\-none\fR: Create own buildsystem
 Pick One:
-\fB\-5\fR \fB\-\-sun5\fR: Build with Sun Java 1.5 (package must be contrib)
-\fB\-6\fR \fB\-\-sun6\fR: Build with Sun Java 1.6 (package must be contrib)
 \fB\-g\fR \fB\-\-gcj\fR: Build with gcj
 \fB\-d\fR \fB\-\-default\fR: Build with default free compiler
 \fB\-o\fR \fB\-\-openjdk\fR: Build with OpenJDK 6
+\fB\-o7\fR \fB\-\-openjdk7\fR: Build with OpenJDK 7
 .SS Environment Variables:
 .IP
 DEBEMAIL: Default maintainer email address

-- 
UNNAMED PROJECT

___
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] UNNAMED PROJECT branch, master, updated. 0.40-4-g6bb599c

2012-02-24 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 6bb599c79644c11dd210e33089c14fac63e6f731
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Fri Feb 24 15:54:56 2012 +0100

  * Create the new package under the source format 3.0

diff --git a/debian/changelog b/debian/changelog
index 0527d41..b853f31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ javatools (0.41) UNRELEASED; urgency=low
   * Remove the sun-java6 support since it has been
 removed from the archive
   * Provide the support for OpenJDK 7
+  * Create the new package under the source format 3.0
 
- -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 15:32:30 +0100
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 15:54:07 +0100
 
 javatools (0.40) unstable; urgency=low
 
diff --git a/jh_makepkg b/jh_makepkg
index 00163c1..86e3370 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -279,6 +279,8 @@ esac
 
 YEAR=$(date +%Y)
 mkdir -p debian
+mkdir debian/source 
+echo '3.0 (quilt)'  debian/source/format
 cat  debian/control END
 Source: $SRCPACKAGE
 Section: ${CONTRIB}$SECTION

-- 
UNNAMED PROJECT

___
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] UNNAMED PROJECT branch, master, updated. 0.40-6-g990bdb4

2012-02-24 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 27ba01cd362b0ce81fa07f69dd5458b8cd494c28
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Fri Feb 24 16:21:52 2012 +0100

Better presentation

diff --git a/debian/changelog b/debian/changelog
index b853f31..99d757d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
 javatools (0.41) UNRELEASED; urgency=low
 
-  * Switch the OpenJDK6 path to the multiarch one.
-  * Remove the sun-java6 support since it has been
-removed from the archive
-  * Provide the support for OpenJDK 7
-  * Create the new package under the source format 3.0
-
+  * jh_makepkg: 
+   - Switch the OpenJDK6 path to the multiarch one.
+   - Remove the sun-java6 support since it has been
+ removed from the archive
+   - Provide the support for OpenJDK 7
+   - Create the new package under the source format 3.0
+   
+   
  -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 15:54:07 +0100
 
 javatools (0.40) unstable; urgency=low

-- 
UNNAMED PROJECT

___
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] UNNAMED PROJECT branch, master, updated. 0.40-6-g990bdb4

2012-02-24 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 990bdb4ba9be007936af7ebeaba36328246af1b3
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Fri Feb 24 16:23:26 2012 +0100

-doc packages are now in the doc section.

diff --git a/debian/changelog b/debian/changelog
index 99d757d..727fd7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,15 @@
 javatools (0.41) UNRELEASED; urgency=low
 
   * jh_makepkg: 
-   - Switch the OpenJDK6 path to the multiarch one.
-   - Remove the sun-java6 support since it has been
- removed from the archive
-   - Provide the support for OpenJDK 7
-   - Create the new package under the source format 3.0
+- Switch the OpenJDK6 path to the multiarch one.
+- Remove the sun-java6 support since it has been
+  removed from the archive
+- Provide the support for OpenJDK 7
+- Create the new package under the source format 3.0
+- -doc packages are now in the doc section.


- -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 15:54:07 +0100
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 24 Feb 2012 16:22:58 +0100
 
 javatools (0.40) unstable; urgency=low
 
diff --git a/jh_makepkg b/jh_makepkg
index 86e3370..9ebe504 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -304,6 +304,7 @@ if [ $TYPE = lib ] ; then
 
 Package: $BINPACKAGE-doc
 Architecture: all
+Section: doc
 Depends: \${java:Depends}, \${misc:Depends}
 Recommends: \${java:Recommends}
 Description: Short Description - doc

-- 
UNNAMED PROJECT

___
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] r15785 - trunk/knopflerfish-osgi/debian

2012-02-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-02-19 16:56:03 + (Sun, 19 Feb 2012)
New Revision: 15785

Modified:
   trunk/knopflerfish-osgi/debian/changelog
Log:
released

Modified: trunk/knopflerfish-osgi/debian/changelog
===
--- trunk/knopflerfish-osgi/debian/changelog2012-02-19 11:55:07 UTC (rev 
15784)
+++ trunk/knopflerfish-osgi/debian/changelog2012-02-19 16:56:03 UTC (rev 
15785)
@@ -1,4 +1,4 @@
-knopflerfish-osgi (2.3.3-2) UNRELEASED; urgency=low
+knopflerfish-osgi (2.3.3-2) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643518).


___
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] r15786 - trunk/libcobra-java/debian

2012-02-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-02-19 17:09:06 + (Sun, 19 Feb 2012)
New Revision: 15786

Modified:
   trunk/libcobra-java/debian/changelog
Log:
released

Modified: trunk/libcobra-java/debian/changelog
===
--- trunk/libcobra-java/debian/changelog2012-02-19 16:56:03 UTC (rev 
15785)
+++ trunk/libcobra-java/debian/changelog2012-02-19 17:09:06 UTC (rev 
15786)
@@ -1,4 +1,4 @@
-libcobra-java (0.98.4-4) UNRELEASED; urgency=low
+libcobra-java (0.98.4-4) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643519).


___
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] r15787 - trunk/libjboss-classloader-java/debian

2012-02-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-02-19 18:01:00 + (Sun, 19 Feb 2012)
New Revision: 15787

Modified:
   trunk/libjboss-classloader-java/debian/changelog
Log:
released

Modified: trunk/libjboss-classloader-java/debian/changelog
===
--- trunk/libjboss-classloader-java/debian/changelog2012-02-19 17:09:06 UTC 
(rev 15786)
+++ trunk/libjboss-classloader-java/debian/changelog2012-02-19 18:01:00 UTC 
(rev 15787)
@@ -1,4 +1,4 @@
-libjboss-classloader-java (2.0.6.GA-2) UNRELEASED; urgency=low
+libjboss-classloader-java (2.0.6.GA-2) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643523).


___
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] r15788 - trunk/libjboss-deployers-java/debian

2012-02-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-02-19 18:24:09 + (Sun, 19 Feb 2012)
New Revision: 15788

Modified:
   trunk/libjboss-deployers-java/debian/changelog
Log:
released

Modified: trunk/libjboss-deployers-java/debian/changelog
===
--- trunk/libjboss-deployers-java/debian/changelog  2012-02-19 18:01:00 UTC 
(rev 15787)
+++ trunk/libjboss-deployers-java/debian/changelog  2012-02-19 18:24:09 UTC 
(rev 15788)
@@ -1,4 +1,4 @@
-libjboss-deployers-java (2.0.4.GA-2) UNRELEASED; urgency=low
+libjboss-deployers-java (2.0.4.GA-2) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643524).


___
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] java-package packaging branch, master, updated. edb00d27b912c4864f573451c3eb36921e327c77

2012-02-19 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit edb00d27b912c4864f573451c3eb36921e327c77
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Sun Feb 19 19:27:11 2012 +0100

* Long description removed
* debian-rules-missing-recommended-target removed
* maintainer-script-lacks-debhelper-token removed
* Declare the debian/compat to 7 to avoid warnings

diff --git a/debian/changelog b/debian/changelog
index 0662e4f..f366187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-java-package (0.50) UNRELEASED; urgency=low
+java-package (0.50) unstable; urgency=low
 
   * Java-package reset for reintroduction in debian (removal of all
 previously supported jvm, global refactoring).
@@ -8,14 +8,17 @@ java-package (0.50) UNRELEASED; urgency=low
   * Use jdk included jre binaries (jdk/jre/bin/*)
   * Print usage information on install
 
- -- Cédric Pineau cedric.pin...@gmail.com  Thu, 22 Dec 2011 11:42:13 +0100
-
-java-package (0.43) UNRELEASED; urgency=low
-
+  [ Sylvestre Ledru ]
+  * Long description removed
+  * debian-rules-missing-recommended-target removed
+  * maintainer-script-lacks-debhelper-token removed
+  * Declare the debian/compat to 7 to avoid warnings
+  
+  [ Michael Kock ]
   * Remove Java plugins for all browsers (Closes: #367887).
   * Add support for Sun Java 6 Update XX (Closes: #514364).
 
- -- Michael Koch konque...@gmx.de  Thu, 17 Sep 2009 13:15:55 +0200
+ -- Cédric Pineau cedric.pin...@gmail.com  Thu, 22 Dec 2011 11:42:13 +0100
 
 java-package (0.42) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5fc19f2..f47c98e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,11 @@ Standards-Version: 3.9.2
 
 Package: java-package
 Architecture: all
-Depends:  ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2, 
debconf (= 0.5) | debconf-2.0
+Depends:  ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2,
+ debconf (= 0.5) | debconf-2.0
 Recommends: dpkg-dev, gcc
 Suggests: openjdk-6-jre, openjdk-7-jre
-Description: utility for building Java related Debian packages
+Description: Utility for creating Java Debian packages
  This package provides the capability to build a Debian package from
  a Java binary distribution by running make-jpkg java binary archive file.
  (with archive files downloaded from providers listed below)
@@ -23,7 +24,7 @@ Description: utility for building Java related Debian packages
  - The J2SE Development Kit (JDK), version 6 (update = 10), 7
  - The J2SE Runtime Environment (JRE), version 6 (update = 10), 7
  - The J2SE API Javadoc, version 6 (update = 10), 7
-   (Choose tar.gz archives or self-extracting archives, do _not_ choose the 
RPM!)
+ (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!)
  .
  Please note that Debian recommends the use of openjdk-6-jdk/openjdk-6-jre
  or openjdk-7-jdk/openjdk-7-jre. java-package will install non-free packages.
diff --git a/debian/postinst b/debian/postinst
index 9c24044..cd46e5b 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -9,4 +9,6 @@ then
db_go
 fi
 
+#DEBHELPER#
+
 exit 0
diff --git a/debian/prerm b/debian/prerm
index 600b078..501069b 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -8,4 +8,6 @@ then
db_purge
 fi
 
+#DEBHELPER#
+
 exit 0
diff --git a/debian/rules b/debian/rules
index ca5eea3..5611e1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,9 @@
 VERSION := $(shell head -n 1 $(CURDIR)/debian/changelog | sed 
's/.*(//;s/).*//')
 B := $(CURDIR)/debian/java-package
 
-build: build-stamp 
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:
dh_testdir
diff --git a/lib/j2re.sh b/lib/j2re.sh
index 94ce4a7..2a8c05a 100644
--- a/lib/j2re.sh
+++ b/lib/j2re.sh
@@ -32,6 +32,7 @@ j2re_run() {
 install -d -m 755 $( dirname $target )
 extract_bin $archive_path $j2se_expected_min_size $target
 rm -rf $target/.systemPrefs
+echo 7  $debian_dir/compat
 j2se_readme  $debian_dir/README.Debian
 j2se_changelog  $debian_dir/changelog
 j2re_control  $debian_dir/control
diff --git a/lib/j2sdk-doc.sh b/lib/j2sdk-doc.sh
index 8130ed7..2a56db9 100644
--- a/lib/j2sdk-doc.sh
+++ b/lib/j2sdk-doc.sh
@@ -45,6 +45,7 @@ j2sdk_doc_run() {
 install -d -m 755 $( dirname $target )
 extract_bin $archive_path $j2se_expected_min_size $target
 rm -rf $target/.systemPrefs
+echo 7  $debian_dir/compat
 j2se_readme  $debian_dir/README.Debian
 j2se_changelog  $debian_dir/changelog
 j2sdk_doc_control  $debian_dir/control
diff --git a/lib/j2sdk.sh b/lib/j2sdk.sh
index 0a91839..988cd6e 100644
--- a/lib/j2sdk.sh
+++ b/lib/j2sdk.sh
@@ -34,6 +34,7 @@ j2sdk_run() {
 install -d -m 755 $( dirname $target )
 extract_bin $archive_path $j2se_expected_min_size $target
 rm -rf $target/.systemPrefs
+echo 7  $debian_dir/compat
 j2se_readme  $debian_dir

[pkg-java] r15789 - trunk/libjboss-microcontainer-java/debian

2012-02-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-02-19 18:41:05 + (Sun, 19 Feb 2012)
New Revision: 15789

Modified:
   trunk/libjboss-microcontainer-java/debian/changelog
   trunk/libjboss-microcontainer-java/debian/control
Log:
Fix a typo

Modified: trunk/libjboss-microcontainer-java/debian/changelog
===
--- trunk/libjboss-microcontainer-java/debian/changelog 2012-02-19 18:24:09 UTC 
(rev 15788)
+++ trunk/libjboss-microcontainer-java/debian/changelog 2012-02-19 18:41:05 UTC 
(rev 15789)
@@ -1,12 +1,15 @@
-libjboss-microcontainer-java (2.0.10.GA-2) UNRELEASED; urgency=low
+libjboss-microcontainer-java (2.0.10.GA-2) unstable; urgency=low
 
   * Team upload.
   * Switch to default-jdk. (Closes: #643525).
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Use anonymous URL in Vcs-Svn field.
 
- -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 21:41:34 -0430
+  [ Sylvestre Ledru ]
+  * Fix a typo
 
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 19 Feb 2012 19:33:43 +0100
+
 libjboss-microcontainer-java (2.0.10.GA-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjboss-microcontainer-java/debian/control
===
--- trunk/libjboss-microcontainer-java/debian/control   2012-02-19 18:24:09 UTC 
(rev 15788)
+++ trunk/libjboss-microcontainer-java/debian/control   2012-02-19 18:41:05 UTC 
(rev 15789)
@@ -19,7 +19,7 @@
 Description: JBoss Microcontainer
  The JBoss Microcontainer provides an environment to configure and
  manage POJOs (plain old java objects). It is designed to reproduce the
- existing JBoss JMX Microkernel but targetted at POJO environments. As
+ existing JBoss JMX Microkernel but targeted at POJO environments. As
  such it can be used standalone outside the JBoss Application Server.
  .
  Features:


___
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#657889: A fix

2012-01-30 Thread Sylvestre Ledru
These changes:
   libmaven-clean-plugin-java (2.3-4 = 2.3-5)
   maven-repo-helper (1.7 = 1.7.1)
fixed the issue

Sylvestre




__
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#657889: maven-debian-helper: mh_make is failing with a java.lang.NoSuchMethodError exception

2012-01-30 Thread Sylvestre Ledru
Package: maven-debian-helper
Version: 1.5
Severity: important

Hello,

I just upgraded maven-debian-helper to version 1.5 (cherry-pick from unstable of
this package and dependencies).
mh_make is failing with:
Exception in thread main java.lang.NoSuchMethodError: 
org.debian.maven.repo.POMTransformer.setFixVersions(Z)V
at 
org.debian.maven.packager.DependenciesSolver.init(DependenciesSolver.java:183)
at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:1555)

I guess it is too old version of a dependency. It should be enforced in the
maven-debian-helper package.

Thanks for this great package btw,
Sylvestre

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk 1:1.6-46
ii  libmaven-clean-plugin-java  2.3-4
ii  libmaven-compiler-plugin-java   2.0.2-6
ii  libmaven-jar-plugin-java2.2-6
ii  libmaven-resources-plugin-java  2.3-7
ii  libmaven-site-plugin-java   2.1-2
ii  libplexus-velocity-java 1.1.7-5
ii  libsurefire-java2.10-2
ii  maven-repo-helper   1.7
ii  maven2  2.2.1-10
ii  velocity1.7-1

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file  2.5.0
ii  devscripts2.11.2
ii  libmaven-javadoc-plugin-java  none
ii  subversion1.6.17dfsg-3

-- no debconf information



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


[pkg-java] r15729 - trunk

2012-01-21 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-01-21 12:20:39 + (Sat, 21 Jan 2012)
New Revision: 15729

Removed:
   trunk/java-package/
Log:
Moved to git ( git+ssh://git.debian.org/git/pkg-java/java-package.git )


___
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] java-package packaging branch, master, updated. e4a69a493cb024bf4c746b21bdbc115d7142d610

2012-01-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 88c9d2e1eb210f8f3d5a65cb14f381cb70ff1001
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Sat Jan 21 13:37:16 2012 +0100

Recommand the free jvm

diff --git a/debian/README.Debian b/debian/README.Debian
index 74551da..17de93e 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -4,6 +4,9 @@ java-package
 This package can be used to install various non-free external Java packages
 under Debian.
 
+Please note that Debian recommends the use of openjdk-6-jdk/openjdk-6-jre
+or openjdk-7-jdk/openjdk-7-jre.
+
 It includes the 'make-jpkg' command to do this, see 'man make-jpkg' for more
 information about generating java packages.
 
@@ -20,6 +23,6 @@ Supported packages currently include:
(Choose tar.gz archives, i586 or amd64, do _not_ choose the RPM!)
 
 All other previously supported jvm (Blackdown, IBM, ..) have been removed and
-will only be added back on users demand
+will only be added back on users demand.
 
  -- Cédric Pineau cedric.pin...@gmail.com  Thu, 22 Dec 2011 11:42:13 +0100

-- 
java-package 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] java-package packaging branch, master, updated. e4a69a493cb024bf4c746b21bdbc115d7142d610

2012-01-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 12c68ee4d0b96affd4caf595eb3677ecfe8c0aca
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Sat Jan 21 13:37:58 2012 +0100

They are no longer maintaining it

diff --git a/debian/copyright b/debian/copyright
index 3021fbb..850e585 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,4 @@
-This is java-package, maintained by Jeroen van Wolffelaar
-jer...@wolffelaar.nl and Barry Hawkins ba...@bytemason.org.
-It is based upon the j2se-package application originally 
+java-package is based upon the j2se-package application originally 
 written by Hubert Schmid.
 
 The original source can always be found at:

-- 
java-package 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] java-package packaging branch, master, updated. e4a69a493cb024bf4c746b21bdbc115d7142d610

2012-01-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit e4a69a493cb024bf4c746b21bdbc115d7142d610
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Sat Jan 21 13:38:22 2012 +0100

Drop some old information

diff --git a/make-jpkg b/make-jpkg
index e1e16ce..5a788db 100755
--- a/make-jpkg
+++ b/make-jpkg
@@ -67,7 +67,7 @@ print_usage() {
cat  EOF
 Usage: $program_name [OPTION]... FILE
 
-$program_name builds Debian packages from Java(TM) 2 binary distributions.
+$program_name builds Debian packages from Java binary distributions.
 
   --full-name NAME   full name used in the maintainer field of the package
   --email EMAIL  email address used in the maintainer field of the package
diff --git a/make-jpkg.1 b/make-jpkg.1
index dee5358..62108ee 100644
--- a/make-jpkg.1
+++ b/make-jpkg.1
@@ -16,7 +16,7 @@
 .\ .sp ninsert n+1 empty lines
 .\ for manpage-specific macros, see man(7)
 .SH NAME
-make-jpkg \- build Debian packages from Java(TM) 2 binary distributions
+make-jpkg \- build Debian packages from Java binary distributions
 .SH SYNOPSIS
 .B make-jpkg
 [\fIOPTION\fR]... [\fIFILE\fR]
@@ -25,8 +25,8 @@ make-jpkg \- build Debian packages from Java(TM) 2 binary 
distributions
 .\ \fIwhatever\fP escape sequences to invode bold face and italics, 
 .\ respectively.
 .PP
-\fBmake-jpkg\fP creates a Debian package from a Java(TM) 2
-distribution. This program works currently with the following Java(TM) 2 REs, 
SDKs and APIs:
+\fBmake-jpkg\fP creates a Debian package from a Java
+distribution. This program works currently with the following Java REs, SDKs 
and APIs:
  Oracle(TM) 1.6 Standard Edition (starting with update 10)
  Oracle(TM) 1.7 Standard Edition
 .PP
@@ -50,7 +50,7 @@ display help text and exit
 .B --version
 output version information and exit
 .PP
-Download a supported Java(TM) 2 RE or SDK or API tar.gz or self-extracting 
archive from
+Download a supported Java RE or SDK or API tar.gz or self-extracting archive 
from
 .B http://www.oracle.com/technetwork/java/javase/downloads
 and execute
 .B make-jpkg

-- 
java-package 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] java-package packaging branch, master, updated. e4a69a493cb024bf4c746b21bdbc115d7142d610

2012-01-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 1692175624d1df3937760cd64c60fe28f447da8b
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Sat Jan 21 13:37:39 2012 +0100

Respect the pkg-java policy + add some more information

diff --git a/debian/control b/debian/control
index 1831fb7..6be46fe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,23 @@ Source: java-package
 Section: contrib/misc
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Carlos Laviola clavi...@debian.org, Arnaud Vandyck 
av...@debian.org, Jeroen van Wolffelaar jer...@wolffelaar.nl, Barry Hawkins 
ba...@alltc.com, Michael Koch konque...@gmx.de
+Uploaders: Cédric Pineau cedric.pin...@gmail.com
+Vcs-Git: git://git.debian.org/git/pkg-java/java-package.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/java-package.git
 Build-Depends: debhelper (= 5)
-Standards-Version: 3.7.3
+Standards-Version: 3.9.2
 
 Package: java-package
 Architecture: all
-Depends: debhelper, fakeroot, unzip, libx11-6, libasound2
+Depends:  ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2
 Recommends: dpkg-dev, gcc
-Description: utility for building Java(TM) 2 related Debian packages
+Suggests: openjdk-6-jre, openjdk-7-jre
+Description: utility for building Java related Debian packages
  This package provides the capability to create a Debian package from
  a Java(TM) 2 distribution by just running make-jpkg filename.
  .
- This program currently works with the following Java(TM) 2 Runtime
+ This program currently works with the following Java Runtime
  Environments and Development Kits:
  .
+  * Oracle(TM) 6 Standard Edition
   * Oracle(TM) 7 Standard Edition

-- 
java-package 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] java-package packaging branch, master, updated. 3b02a020be93b645a2957b34e5114e8e4c67c322

2012-01-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 3b02a020be93b645a2957b34e5114e8e4c67c322
Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
Date:   Sat Jan 21 13:42:59 2012 +0100

Update the description

diff --git a/debian/control b/debian/control
index 6be46fe..72ea169 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,13 @@ Recommends: dpkg-dev, gcc
 Suggests: openjdk-6-jre, openjdk-7-jre
 Description: utility for building Java related Debian packages
  This package provides the capability to create a Debian package from
- a Java(TM) 2 distribution by just running make-jpkg filename.
+ a Java distribution by just running make-jpkg filename.
  .
  This program currently works with the following Java Runtime
  Environments and Development Kits:
  .
   * Oracle(TM) 6 Standard Edition
   * Oracle(TM) 7 Standard Edition
+ .
+ Please note that Debian recommends the use of openjdk-6-jdk/openjdk-6-jre
+ or openjdk-7-jdk/openjdk-7-jre. java-package will install non-free packages.

-- 
java-package 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


[pkg-java] r15722 - in trunk: . jcommander jcommander/debian jcommander/debian/source

2012-01-17 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-01-17 17:02:15 + (Tue, 17 Jan 2012)
New Revision: 15722

Added:
   trunk/jcommander/
   trunk/jcommander/debian/
   trunk/jcommander/debian/README.source
   trunk/jcommander/debian/changelog
   trunk/jcommander/debian/compat
   trunk/jcommander/debian/control
   trunk/jcommander/debian/copyright
   trunk/jcommander/debian/libjcommander-java-doc.doc-base.api
   trunk/jcommander/debian/libjcommander-java-doc.install
   trunk/jcommander/debian/libjcommander-java.poms
   trunk/jcommander/debian/maven.cleanIgnoreRules
   trunk/jcommander/debian/maven.ignoreRules
   trunk/jcommander/debian/maven.properties
   trunk/jcommander/debian/maven.publishedRules
   trunk/jcommander/debian/maven.rules
   trunk/jcommander/debian/rules
   trunk/jcommander/debian/source/
   trunk/jcommander/debian/source/format
Log:
Initial import of the packaging

Added: trunk/jcommander/debian/README.source
===
--- trunk/jcommander/debian/README.source   (rev 0)
+++ trunk/jcommander/debian/README.source   2012-01-17 17:02:15 UTC (rev 
15722)
@@ -0,0 +1,9 @@
+Information about jcommander
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/jcommander/debian/changelog
===
--- trunk/jcommander/debian/changelog   (rev 0)
+++ trunk/jcommander/debian/changelog   2012-01-17 17:02:15 UTC (rev 15722)
@@ -0,0 +1,6 @@
+jcommander (1.23-1) unstable; urgency=low
+
+  * Initial release (Closes: #)   is the bug number of your
+ITP
+
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 17 Jan 2012 17:54:23 +0100

Added: trunk/jcommander/debian/compat
===
--- trunk/jcommander/debian/compat  (rev 0)
+++ trunk/jcommander/debian/compat  2012-01-17 17:02:15 UTC (rev 15722)
@@ -0,0 +1 @@
+7

Added: trunk/jcommander/debian/control
===
--- trunk/jcommander/debian/control (rev 0)
+++ trunk/jcommander/debian/control 2012-01-17 17:02:15 UTC (rev 15722)
@@ -0,0 +1,30 @@
+Source: jcommander
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Sylvestre Ledru sylves...@debian.org
+Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
+Build-Depends-Indep: libmaven-bundle-plugin-java, 
libmaven-javadoc-plugin-java, default-jdk-doc 
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jcommander
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jcommander
+Homepage: http://beust.com/jcommander 
+
+Package: libjcommander-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libjcommander-java-doc
+Description: Java framework for parsing command line parameters
+ A Java framework to parse command line options with annotations.
+
+Package: libjcommander-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libjcommander-java
+Description: Java framework for parsing command line parameters
+ A Java framework to parse command line options with annotations.
+ .
+ This package contains the API documentation of libjcommander-java.

Added: trunk/jcommander/debian/copyright
===
--- trunk/jcommander/debian/copyright   (rev 0)
+++ trunk/jcommander/debian/copyright   2012-01-17 17:02:15 UTC (rev 15722)
@@ -0,0 +1,19 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: JCommander
+Upstream-Contact:  Cedric Beust as Developer
+ 
+Source: http://beust.com/jcommander
+
+Files: *
+Copyright: 2012, Cedric Beust
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012, Sylvestre Ledru sylves...@debian.org
+License: Apache-2.0
+
+License: Apache-2.0
+  On Debian GNU/Linux system you can find the complete text of the
+  Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
+
+

Added: trunk/jcommander/debian/libjcommander-java-doc.doc-base.api
===
--- trunk/jcommander/debian/libjcommander-java-doc.doc-base.api 
(rev 0)
+++ trunk/jcommander/debian/libjcommander-java-doc.doc-base.api 2012-01-17 
17:02:15 UTC (rev 15722)
@@ -0,0 +1,10 @@
+Document: libjcommander-java
+Title: API Javadoc for JCommander
+Author: JCommander developers
+Abstract: This is the API Javadoc provided

Bug#656235: maven-debian-helper: Wrong detection of the maven bundle plugin

2012-01-17 Thread Sylvestre Ledru
Package: maven-debian-helper
Version: 1.4.5
Severity: normal

Hello,

Playing with mh_make in order to package jcommander, mh_make fails to detect 
the right
package for libmaven-bundle-plugin-java.
Instead, mh_make detected libmaven-bundle-plugin-java-doc

See
In pom.xml:
This plugin cannot be found in the Debian Maven repository. Ignore this plugin?
  org.apache.felix:maven-bundle-plugin:maven-plugin:2.1.0
y/[n]  
 dpkg --search /usr/share/maven-repo/org/apache/felix/maven-bundle-plugin 
libmaven-bundle-plugin-java-doc: 
/usr/share/maven-repo/org/apache/felix/maven-bundle-plugin
Found libmaven-bundle-plugin-java-doc
Please install the missing dependency using
  sudo apt-get install libmaven-bundle-plugin-java-doc
Try again to resolve the dependency?

Thanks,
Sylvestre

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages maven-debian-helper depends on:
ii  default-jdk 1:1.6-46
ii  libmaven-clean-plugin-java  2.3-4
ii  libmaven-compiler-plugin-java   2.0.2-6
ii  libmaven-jar-plugin-java2.2-6
ii  libmaven-resources-plugin-java  2.3-7
ii  libmaven-site-plugin-java   2.1-2
ii  libplexus-velocity-java 1.1.7-5
ii  libsurefire-java2.10-1
ii  maven-repo-helper   1.7
ii  maven2  2.2.1-10
ii  velocity1.6.4-1

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file  2.5.0
ii  devscripts2.11.2
ii  libmaven-javadoc-plugin-java  2.6.1-2
ii  subversion1.6.17dfsg-3

-- no debconf information



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


[pkg-java] r15696 - in trunk/libflexdock-java/debian: . patches

2012-01-13 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-01-13 19:41:19 + (Fri, 13 Jan 2012)
New Revision: 15696

Removed:
   trunk/libflexdock-java/debian/patches/loadOfTheNativeLibrary.patch
Modified:
   trunk/libflexdock-java/debian/changelog
   trunk/libflexdock-java/debian/control
   trunk/libflexdock-java/debian/patches/build.xml.patch
   trunk/libflexdock-java/debian/patches/series
   trunk/libflexdock-java/debian/rules
Log:
libflexdock-java (1.1-1) unstable; urgency=low

  * New upstream release 



Modified: trunk/libflexdock-java/debian/changelog
===
--- trunk/libflexdock-java/debian/changelog 2012-01-13 14:47:17 UTC (rev 
15695)
+++ trunk/libflexdock-java/debian/changelog 2012-01-13 19:41:19 UTC (rev 
15696)
@@ -1,3 +1,9 @@
+libflexdock-java (1.1-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Sylvestre Ledru sylves...@debian.org  Wed, 21 Dec 2011 15:23:54 +0100
+
 libflexdock-java (1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libflexdock-java/debian/control
===
--- trunk/libflexdock-java/debian/control   2012-01-13 14:47:17 UTC (rev 
15695)
+++ trunk/libflexdock-java/debian/control   2012-01-13 19:41:19 UTC (rev 
15696)
@@ -5,7 +5,7 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org,
  Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 5), cdbs, ant, ant-optional, 
- libcommons-logging-java, libskinlf-java, openjdk-6-jdk,
+ libskinlf-java, openjdk-6-jdk,
  libjgoodies-looks-java, libx11-dev, quilt
 Standards-Version: 3.9.2
 Homepage: http://java.net/projects/flexdock/
@@ -14,7 +14,7 @@
 
 Package: libflexdock-java
 Architecture: all
-Depends: libflexdock-jni, libcommons-logging-java, ${misc:Depends}
+Depends:  ${misc:Depends}
 Suggests: libflexdock-java-doc, libflexdock-java-demo
 Description: Swing Java docking framework
  FlexDock is a Java docking framework for use in cross-platform Swing 
@@ -60,19 +60,3 @@
   * Layout Persistence
  .
  This package contains the examples and demonstration files.
-
-Package: libflexdock-jni
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Swing Java docking framework - JNI library
- FlexDock is a Java docking framework for use in cross-platform Swing 
- applications. It offers features you'd expect in any desktop docking
- framework such as:
-  * Tabbed and Split Layouts
-  * Drag-n-Drop capability (with native drag rubber band painting on 
-some platforms)
-  * Floating windows
-  * Collapsible Containers to Save Real Estate
-  * Layout Persistence
- .
- This package contains the native jni library for flexdock.

Modified: trunk/libflexdock-java/debian/patches/build.xml.patch
===
--- trunk/libflexdock-java/debian/patches/build.xml.patch   2012-01-13 
14:47:17 UTC (rev 15695)
+++ trunk/libflexdock-java/debian/patches/build.xml.patch   2012-01-13 
19:41:19 UTC (rev 15696)
@@ -2,16 +2,7 @@
 ===
 --- libflexdock-java-0.5.1-dfsg1.orig/build.xml2007-03-09 
21:16:08.0 +0100
 +++ libflexdock-java-0.5.1-dfsg1/build.xml 2009-06-29 19:13:03.0 
+0200
-@@ -118,7 +118,7 @@
-   condition property=os.unixWithXlib
-  and
- os family=unix/
--available file=/usr/X11R6/include/X11/Xlib.h/
-+available file=/usr/include/X11/Xlib.h/
-  /and
-   /condition
-/target
-@@ -145,7 +145,7 @@
+@@ -142,7 +142,7 @@
   src path=${java.src.drag}/
   src path=${java.src.perspective}/
/javac
@@ -19,69 +10,31 @@
 +  javac classpathref=javac.classpath.demo srcdir=${java.src.demo} 
destdir=${bin.dir.demo} excludes=org/flexdock/demos/raw/jmf//** 
debug=true source=1.5 target=1.5 includeAntRuntime=no/
javac classpathref=javac.classpath.test srcdir=${java.src.test} 
destdir=${bin.dir.test} debug=true source=1.5 target=1.5  
includeAntRuntime=no/
 /target
-
-@@ -176,10 +176,12 @@
-   path id=sdk.include.dirset
-  dirset dir=${sdk.include}/
-   /path
-+  !--
-   pathconvert property=sdk.include.gcc.args.temp
-refid=sdk.include.dirset
-pathsep=' -I'/
--  property name=sdk.include.gcc.args 
value='-I${sdk.include.gcc.args.temp}'/
-+  --
-+  property name=sdk.include.gcc.args 
value='-I/usr/lib/jvm/default-java/include/'/
-/target
  
- 
-@@ -291,11 +293,12 @@
- 
-   exec executable=gcc failonerror=true
-  arg value=-lX11/
-- arg value=-L/usr/X11R6/lib/
-- arg value=-I/usr/X11R6/include/
-+ arg value=-L/usr/lib/
-+   arg value=-I/usr/include/X11/
-  arg value=-o/
-  arg value=${so.dir}/libRubberBand${library.key}.so/
-  arg value=-shared/
-+ arg value=-fPIC/
-  arg value=${c.dir

[pkg-java] r15697 - trunk/libflexdock-java/debian

2012-01-13 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-01-13 20:21:32 + (Fri, 13 Jan 2012)
New Revision: 15697

Modified:
   trunk/libflexdock-java/debian/changelog
   trunk/libflexdock-java/debian/control
   trunk/libflexdock-java/debian/rules
Log:
  * New upstream release
  * Switch to default-jdk for build dependency
  * Build the documentation all the time


Modified: trunk/libflexdock-java/debian/changelog
===
--- trunk/libflexdock-java/debian/changelog 2012-01-13 19:41:19 UTC (rev 
15696)
+++ trunk/libflexdock-java/debian/changelog 2012-01-13 20:21:32 UTC (rev 
15697)
@@ -1,3 +1,11 @@
+libflexdock-java (1.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Switch to default-jdk for build dependency
+  * Build the documentation all the time
+
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 13 Jan 2012 20:49:20 +0100
+
 libflexdock-java (1.1-1) unstable; urgency=low
 
   * New upstream release 

Modified: trunk/libflexdock-java/debian/control
===
--- trunk/libflexdock-java/debian/control   2012-01-13 19:41:19 UTC (rev 
15696)
+++ trunk/libflexdock-java/debian/control   2012-01-13 20:21:32 UTC (rev 
15697)
@@ -5,7 +5,7 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org,
  Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 5), cdbs, ant, ant-optional, 
- libskinlf-java, openjdk-6-jdk,
+ libskinlf-java, default-jdk,
  libjgoodies-looks-java, libx11-dev, quilt
 Standards-Version: 3.9.2
 Homepage: http://java.net/projects/flexdock/

Modified: trunk/libflexdock-java/debian/rules
===
--- trunk/libflexdock-java/debian/rules 2012-01-13 19:41:19 UTC (rev 15696)
+++ trunk/libflexdock-java/debian/rules 2012-01-13 20:21:32 UTC (rev 15697)
@@ -6,23 +6,18 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME:= /usr/lib/jvm/default-java/
-DEB_JARS := ant-nodeps looks skinlf commons-logging
-DEB_ANT_BUILD_TARGET := build.with.native jar
-BUILDDIR:= build
+DEB_JARS := ant-nodeps looks skinlf
+DEB_ANT_BUILD_TARGET := build.with.native jar doc
+BUILDDIR:= build
 DEB_COMPRESS_EXCLUDE := .sxw
 
-VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e's/-dfsg.*//')
-
-build/libflexdock-java-doc::
-   ant doc
-
 install/libflexdock-java::
-   install -m 644 -D $(BUILDDIR)/flexdock-$(VERSION).jar 
debian/libflexdock-java/usr/share/java/flexdock-$(VERSION).jar
-   ln -s flexdock-$(VERSION).jar 
debian/libflexdock-java/usr/share/java/flexdock.jar
+   install -m 644 -D $(BUILDDIR)/flexdock-$(DEB_UPSTREAM_VERSION).jar 
debian/libflexdock-java/usr/share/java/flexdock-$(DEB_UPSTREAM_VERSION).jar
+   ln -s flexdock-$(DEB_UPSTREAM_VERSION).jar 
debian/libflexdock-java/usr/share/java/flexdock.jar
 
 install/libflexdock-java-demo::
-   install -m 644 -D $(BUILDDIR)/flexdock-demo-$(VERSION).jar 
debian/libflexdock-java-demo/usr/share/java/flexdock-demo-$(VERSION).jar
-   ln -s flexdock-demo-$(VERSION).jar 
debian/libflexdock-java-demo/usr/share/java/flexdock-demo.jar
+   install -m 644 -D $(BUILDDIR)/flexdock-demo-$(DEB_UPSTREAM_VERSION).jar 
debian/libflexdock-java-demo/usr/share/java/flexdock-demo-$(DEB_UPSTREAM_VERSION).jar
+   ln -s flexdock-demo-$(DEB_UPSTREAM_VERSION).jar 
debian/libflexdock-java-demo/usr/share/java/flexdock-demo.jar
 
 get-orig-source:
-uscan --upstream-version 0 --rename


___
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] r15607 - in trunk/libjogl2-java/debian: . patches

2011-12-27 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-12-27 23:53:22 + (Tue, 27 Dec 2011)
New Revision: 15607

Added:
   trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff
Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/patches/series
   trunk/libjogl2-java/debian/rules
Log:
libjogl2-java (2.0-rc5-1~exp2) experimental; urgency=low

  * Only build the doc once
  * Disable some TARGET_PLATFORM_LIBS variables



Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-12-27 23:26:07 UTC (rev 
15606)
+++ trunk/libjogl2-java/debian/changelog2011-12-27 23:53:22 UTC (rev 
15607)
@@ -1,3 +1,10 @@
+libjogl2-java (2.0-rc5-1~exp2) experimental; urgency=low
+
+  * Only build the doc once
+  * Disable some TARGET_PLATFORM_LIBS variables
+
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 27 Dec 2011 23:22:05 +0100
+
 libjogl2-java (2.0-rc5-1~exp1) experimental; urgency=low
 
   * New upstream release

Added: trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff
===
--- trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff  
(rev 0)
+++ trunk/libjogl2-java/debian/patches/TARGET_PLATFORM_LIBS_2.diff  
2011-12-27 23:53:22 UTC (rev 15607)
@@ -0,0 +1,26 @@
+Index: libjogl2-java-2.0-rc5/make/build-jogl.xml
+===
+--- libjogl2-java-2.0-rc5.orig/make/build-jogl.xml 2011-12-26 
09:54:09.0 +0100
 libjogl2-java-2.0-rc5/make/build-jogl.xml  2011-12-27 23:14:19.109596268 
+0100
+@@ -1092,7 +1092,7 @@
+   /linker
+ 
+   linker id=linker.cfg.linux.armv7.jogl.x11 
extends=linker.cfg.linux.armv7
+-syslibset dir=${env.TARGET_PLATFORM_LIBS} libs=X11/
++syslibset libs=X11/
+   /linker
+ 
+   linker id=linker.cfg.android.jogl extends=linker.cfg.android
+Index: libjogl2-java-2.0-rc5/make/build-newt.xml
+===
+--- libjogl2-java-2.0-rc5.orig/make/build-newt.xml 2011-12-26 
09:54:09.0 +0100
 libjogl2-java-2.0-rc5/make/build-newt.xml  2011-12-27 23:14:25.001596434 
+0100
+@@ -276,7 +276,7 @@
+   /linker
+ 
+   linker id=linker.cfg.android.newt extends=linker.cfg.android
+-syslibset dir=${env.TARGET_PLATFORM_LIBS} libs=android /
++syslibset libs=android /
+   /linker
+ 
+   linker id=linker.cfg.solaris.newt.x11 extends=linker.cfg.solaris

Modified: trunk/libjogl2-java/debian/patches/series
===
--- trunk/libjogl2-java/debian/patches/series   2011-12-27 23:26:07 UTC (rev 
15606)
+++ trunk/libjogl2-java/debian/patches/series   2011-12-27 23:53:22 UTC (rev 
15607)
@@ -9,3 +9,4 @@
 linker.cfg.id.os.diff
 otherArchsoswin_2.diff
 disable_android_3.diff
+TARGET_PLATFORM_LIBS_2.diff

Modified: trunk/libjogl2-java/debian/rules
===
--- trunk/libjogl2-java/debian/rules2011-12-27 23:26:07 UTC (rev 15606)
+++ trunk/libjogl2-java/debian/rules2011-12-27 23:53:22 UTC (rev 15607)
@@ -11,16 +11,12 @@
 DEB_ANT_BUILD_TARGET := all
 DEB_ANT_BUILDFILE:= make/build.xml
 
-common-build-indep:: doc-build
-doc-build:
+build-indep:
$(DEB_ANT_INVOKE) javadoc.all
 
 common-install-prehook-indep::
mv build/jar/jogl.all.jar build/jar/jogl2.jar
 
-install/libjogl2-java-doc::
-   $(DEB_ANT_INVOKE) javadoc.all
-
 clean::
$(RM) -r gluegen/build
 


___
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] r15603 - in trunk/libjogl2-java/debian: . patches

2011-12-26 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-12-26 18:38:58 + (Mon, 26 Dec 2011)
New Revision: 15603

Added:
   trunk/libjogl2-java/debian/patches/disable_android_3.diff
Modified:
   trunk/libjogl2-java/debian/control
   trunk/libjogl2-java/debian/patches/series
   trunk/libjogl2-java/debian/rules
Log:
libjogl2-java (2.0-rc5-1~exp1) experimental; urgency=low

  * New upstream release
  * watch + repack script added


Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2011-12-26 15:47:54 UTC (rev 15602)
+++ trunk/libjogl2-java/debian/control  2011-12-26 18:38:58 UTC (rev 15603)
@@ -4,10 +4,11 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sylvestre Ledru sylves...@debian.org
 Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
+ libgluegen2-build-java (= 2.0-rc5-1~exp2), libgluegen2-rt-java (= 
2.0-rc5-1~exp2),
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
- x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java (= 2.0-rc5-1),
+ x11proto-xf86vidmode-dev, libxt-dev,  junit4, libswt-gtk-3-java,
  ant-contrib, ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
- libgluegen2-rt-java, junit4, libswt-gtk-3-java
+ ant (= 1.8)
 Standards-Version: 3.9.2
 Homepage: http://jogamp.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java

Added: trunk/libjogl2-java/debian/patches/disable_android_3.diff
===
--- trunk/libjogl2-java/debian/patches/disable_android_3.diff   
(rev 0)
+++ trunk/libjogl2-java/debian/patches/disable_android_3.diff   2011-12-26 
18:38:58 UTC (rev 15603)
@@ -0,0 +1,64 @@
+Index: 
libjogl2-java-2.0-rc5/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java
+===
+--- 
libjogl2-java-2.0-rc5.orig/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java
  2011-12-19 03:43:56.0 +0100
 
libjogl2-java-2.0-rc5/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java
   2011-12-26 10:06:08.266867194 +0100
+@@ -200,23 +200,23 @@
+ st.uniform(gl, pmvMatrixUniform);
+ st.useProgram(gl, false);
+ 
+-if(useAndroidDebug) {
++/*if(useAndroidDebug) {
+ try {
+ android.os.Debug.startMethodTracing(GearsES2.trace);
+ // android.os.Debug.startAllocCounting();
+ useAndroidDebug = true;
+ } catch (NoClassDefFoundError e) { useAndroidDebug=false; }
+-}
++}*/
+ 
+ System.err.println(Thread.currentThread()+ GearsES2.reshape FIN);
+ }
+ private boolean useAndroidDebug = false;
+ 
+ public void dispose(GLAutoDrawable drawable) {
+-if(useAndroidDebug) {
++/*if(useAndroidDebug) {
+ // android.os.Debug.stopAllocCounting();
+ android.os.Debug.stopMethodTracing();
+-}
++}*/
+ 
+ System.err.println(Thread.currentThread()+ GearsES2.dispose ... );
+ if (drawable instanceof Window) {
+Index: 
libjogl2-java-2.0-rc5/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java
+===
+--- 
libjogl2-java-2.0-rc5.orig/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java
  2011-12-19 03:43:56.0 +0100
 
libjogl2-java-2.0-rc5/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java
   2011-12-26 10:01:49.134860058 +0100
+@@ -172,23 +172,23 @@
+ st.uniform(gl, pmvMatrixUniform);
+ st.useProgram(gl, false);
+ 
+-if(useAndroidDebug) {
++/*if(useAndroidDebug) {
+ try {
+ android.os.Debug.startMethodTracing(RedSquareES2.trace);
+ // android.os.Debug.startAllocCounting();
+ useAndroidDebug = true;
+ } catch (NoClassDefFoundError e) { useAndroidDebug=false; }
+-}
++}*/
+ 
+ System.err.println(Thread.currentThread()+ RedSquareES2.reshape 
FIN);
+ }
+ private boolean useAndroidDebug = false;
+ 
+ public void dispose(GLAutoDrawable glad) {
+-if(useAndroidDebug) {
++/*if(useAndroidDebug) {
+ // android.os.Debug.stopAllocCounting();
+ android.os.Debug.stopMethodTracing();
+-}
++}*/
+ System.err.println(Thread.currentThread()+ RedSquareES2.dispose ... 
);
+ if (null != glWindow) {
+ glWindow.removeMouseListener(myMouse);

Modified: trunk/libjogl2-java/debian/patches/series
===
--- trunk/libjogl2-java/debian/patches/series   2011-12-26 15:47:54 UTC (rev 
15602)
+++ trunk/libjogl2-java/debian/patches/series

[pkg-java] r15593 - in trunk/gluegen2/debian: . patches

2011-12-25 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-12-26 00:49:35 + (Mon, 26 Dec 2011)
New Revision: 15593

Added:
   trunk/gluegen2/debian/watch
Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/orig-tar.sh
   trunk/gluegen2/debian/patches/disable-test-zip-archive.diff
   trunk/gluegen2/debian/patches/hideException.diff
   trunk/gluegen2/debian/patches/renamedLibrary.diff
Log:
gluegen2 (2.0-rc5-1~exp1) experimental; urgency=low

  * New upstream release
  * watch now possible and integrated


Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2011-12-25 23:29:31 UTC (rev 15592)
+++ trunk/gluegen2/debian/changelog 2011-12-26 00:49:35 UTC (rev 15593)
@@ -1,3 +1,10 @@
+gluegen2 (2.0-rc5-1~exp1) experimental; urgency=low
+
+  * New upstream release
+  * watch now possible and integrated
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 26 Dec 2011 01:18:19 +0100
+
 gluegen2 (2.0-rc3-6) unstable; urgency=low
 
   * Fix an issue under Arm and an other one for sparc which were causing issues

Modified: trunk/gluegen2/debian/orig-tar.sh
===
--- trunk/gluegen2/debian/orig-tar.sh   2011-12-25 23:29:31 UTC (rev 15592)
+++ trunk/gluegen2/debian/orig-tar.sh   2011-12-26 00:49:35 UTC (rev 15593)
@@ -1,18 +1,17 @@
 #!/bin/sh -e
-VERSION=2.0-rc3
 
-DIR=gluegen-$VERSION
-TAR=gluegen2_$VERSION.orig.tar.gz
+VERSION=$2
+DIR=gluegen-v$VERSION
+TAR=gluegen2_$VERSION.orig.tar.bz2
 
 # clean up the upstream tarball
-
-git clone git://jogamp.org/srv/scm/gluegen.git $DIR
-cd $DIR
-git checkout $VERSION
-rm -rf .git .gitignore .htaccess make/lib/
+p7zip -d $3
+tar xvf gluegen-v$VERSION.tar
+cd $DIR*
+rm -rf .gitignore .htaccess make/lib/
 cd ..
-tar zcvf $TAR $DIR
-rm -rf $DIR
+tar jcvf ../$TAR $DIR
+rm -rf $DIR gluegen-v$VERSION.tar
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then

Modified: trunk/gluegen2/debian/patches/disable-test-zip-archive.diff
===
--- trunk/gluegen2/debian/patches/disable-test-zip-archive.diff 2011-12-25 
23:29:31 UTC (rev 15592)
+++ trunk/gluegen2/debian/patches/disable-test-zip-archive.diff 2011-12-26 
00:49:35 UTC (rev 15593)
@@ -1,13 +1,13 @@
-Index: gluegen2-2.0-rc3/make/build-test.xml
+Index: gluegen-v2.0-rc5/make/build-test.xml
 ===
 gluegen2-2.0-rc3.orig/make/build-test.xml  2011-10-06 14:44:54.0 
+0200
-+++ gluegen2-2.0-rc3/make/build-test.xml   2011-10-06 14:45:05.0 
+0200
-@@ -377,7 +377,7 @@
- /target
+--- gluegen-v2.0-rc5.orig/make/build-test.xml  2011-12-18 23:11:17.0 
+0100
 gluegen-v2.0-rc5/make/build-test.xml   2011-12-26 01:26:55.194009328 
+0100
+@@ -399,7 +399,7 @@
+ target name=junit.run.tests depends=junit.run.local, 
junit.run.remote.ssh, junit.run.remote.adb/
  
- target name=junit.run 
depends=init,gluegen.cpptasks.detect.os,junit.run.settings,junit.run.local,junit.run.remote.ssh,junit.run.remote.adb
+ target name=junit.run depends=init, gluegen.cpptasks.detect.os, 
junit.run.settings, junit.run.d32, junit.run.tests
 -antcall target=test-zip-archive inheritRefs=true /
-+!--antcall target=test-zip-archive inheritRefs=true / --
++!--antcall target=test-zip-archive inheritRefs=true /--
  /target
  
  !-- 

Modified: trunk/gluegen2/debian/patches/hideException.diff
===
--- trunk/gluegen2/debian/patches/hideException.diff2011-12-25 23:29:31 UTC 
(rev 15592)
+++ trunk/gluegen2/debian/patches/hideException.diff2011-12-26 00:49:35 UTC 
(rev 15593)
@@ -1,37 +1,35 @@
-Index: gluegen2-2.0-rc3/src/java/com/jogamp/common/os/Platform.java
+Index: gluegen-v2.0-rc5/src/java/com/jogamp/common/os/Platform.java
 ===
 gluegen2-2.0-rc3.orig/src/java/com/jogamp/common/os/Platform.java  
2011-11-20 17:44:15.396627341 +0100
-+++ gluegen2-2.0-rc3/src/java/com/jogamp/common/os/Platform.java   
2011-11-20 17:51:18.500617899 +0100
-@@ -298,19 +298,19 @@
- 
+--- gluegen-v2.0-rc5.orig/src/java/com/jogamp/common/os/Platform.java  
2011-12-18 23:11:17.0 +0100
 gluegen-v2.0-rc5/src/java/com/jogamp/common/os/Platform.java   
2011-12-26 01:28:23.362011756 +0100
+@@ -302,18 +302,18 @@
+ private static void loadGlueGenRTImpl() {
  AccessController.doPrivileged(new PrivilegedActionObject() {
  public Object run() {
--if(USE_TEMP_JAR_CACHE  TempJarCache.initSingleton()) {
--  final String nativeJarName = 
gluegen2-rt-natives-+os_and_arch+.jar;
+-  if(USE_TEMP_JAR_CACHE  TempJarCache.initSingleton()) {
+-  final String nativeJarName = 
libBaseName+-natives-+os_and_arch+.jar

[pkg-java] r15594 - in trunk/libjogl2-java/debian: . patches

2011-12-25 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-12-26 00:51:58 + (Mon, 26 Dec 2011)
New Revision: 15594

Removed:
   trunk/libjogl2-java/debian/patches/sparc.diff
Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/control
   trunk/libjogl2-java/debian/patches/series
   trunk/libjogl2-java/debian/rules
Log:
libjogl2-java (2.0-rc3-7) unstable; urgency=low

  * Drop patch sparc.diff since it is now managed into gluegen2
  * Disable the build of the documentation for arch indep build


Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-12-26 00:49:35 UTC (rev 
15593)
+++ trunk/libjogl2-java/debian/changelog2011-12-26 00:51:58 UTC (rev 
15594)
@@ -1,3 +1,10 @@
+libjogl2-java (2.0-rc3-7) unstable; urgency=low
+
+  * Drop patch sparc.diff since it is now managed into gluegen2
+  * Disable the build of the documentation for arch indep build
+
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 22 Nov 2011 00:42:13 +0100
+
 libjogl2-java (2.0-rc3-6) unstable; urgency=low
 
   * Fix a problem under arm

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2011-12-26 00:49:35 UTC (rev 15593)
+++ trunk/libjogl2-java/debian/control  2011-12-26 00:51:58 UTC (rev 15594)
@@ -5,8 +5,8 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org
 Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
- x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java, ant-contrib,
- ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
+ x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java (= 2.0-rc3-6),
+ ant-contrib, ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
  libgluegen2-rt-java, junit4, libswt-gtk-3-java
 Standards-Version: 3.9.2
 Homepage: http://jogamp.org/

Modified: trunk/libjogl2-java/debian/patches/series
===
--- trunk/libjogl2-java/debian/patches/series   2011-12-26 00:49:35 UTC (rev 
15593)
+++ trunk/libjogl2-java/debian/patches/series   2011-12-26 00:51:58 UTC (rev 
15594)
@@ -8,4 +8,3 @@
 arch_naming.diff
 linker.cfg.id.os.diff
 otherArchsoswin_2.diff
-sparc.diff

Deleted: trunk/libjogl2-java/debian/patches/sparc.diff
===
--- trunk/libjogl2-java/debian/patches/sparc.diff   2011-12-26 00:49:35 UTC 
(rev 15593)
+++ trunk/libjogl2-java/debian/patches/sparc.diff   2011-12-26 00:51:58 UTC 
(rev 15594)
@@ -1,13 +0,0 @@
-Index: libjogl2-java-2.0-rc3/make/build-nativewindow.xml
-===
 libjogl2-java-2.0-rc3.orig/make/build-nativewindow.xml 2011-11-20 
21:44:56.0 +0100
-+++ libjogl2-java-2.0-rc3/make/build-nativewindow.xml  2011-11-20 
21:47:09.275858013 +0100
-@@ -670,6 +670,8 @@
- 
-   linker extends=@{linker.cfg.id}
- syslibset dir=${java.lib.dir.platform} libs=jawt 
if=@{output.lib.name}.useLibJAWT/
-+syslibset dir=${java.lib.dir.platform}/sparc/ libs=jawt 
if=isLinuxSparc/
-+
- syslibset dir=${java.lib.dir.platform}/server libs=jvm 
if=@{output.lib.name}.useLibJVM/
-   /linker
- /cc

Modified: trunk/libjogl2-java/debian/rules
===
--- trunk/libjogl2-java/debian/rules2011-12-26 00:49:35 UTC (rev 15593)
+++ trunk/libjogl2-java/debian/rules2011-12-26 00:51:58 UTC (rev 15594)
@@ -18,6 +18,9 @@
 common-install-prehook-indep::
mv build/jar/jogl.all.jar build/jar/jogl2.jar
 
+install/libjogl2-java-doc::
+   $(DEB_ANT_INVOKE) javadoc.all
+
 clean::
$(RM) -r gluegen/build
 


___
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] r15595 - in trunk/libjogl2-java/debian: . patches

2011-12-25 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-12-26 01:07:35 + (Mon, 26 Dec 2011)
New Revision: 15595

Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/control
   trunk/libjogl2-java/debian/orig-tar.sh
   trunk/libjogl2-java/debian/patches/otherArchsoswin_2.diff
   trunk/libjogl2-java/debian/patches/swt.diff
   trunk/libjogl2-java/debian/watch
Log:
libjogl2-java (2.0-rc5-1~exp1) experimental; urgency=low

  * New upstream release
  * watch + repack script added


Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-12-26 00:51:58 UTC (rev 
15594)
+++ trunk/libjogl2-java/debian/changelog2011-12-26 01:07:35 UTC (rev 
15595)
@@ -1,3 +1,10 @@
+libjogl2-java (2.0-rc5-1~exp1) experimental; urgency=low
+
+  * New upstream release
+  * watch + repack script added
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 26 Dec 2011 02:06:41 +0100
+
 libjogl2-java (2.0-rc3-7) unstable; urgency=low
 
   * Drop patch sparc.diff since it is now managed into gluegen2

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2011-12-26 00:51:58 UTC (rev 15594)
+++ trunk/libjogl2-java/debian/control  2011-12-26 01:07:35 UTC (rev 15595)
@@ -5,7 +5,7 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org
 Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
- x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java (= 2.0-rc3-6),
+ x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java (= 2.0-rc5-1),
  ant-contrib, ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
  libgluegen2-rt-java, junit4, libswt-gtk-3-java
 Standards-Version: 3.9.2

Modified: trunk/libjogl2-java/debian/orig-tar.sh
===
--- trunk/libjogl2-java/debian/orig-tar.sh  2011-12-26 00:51:58 UTC (rev 
15594)
+++ trunk/libjogl2-java/debian/orig-tar.sh  2011-12-26 01:07:35 UTC (rev 
15595)
@@ -1,20 +1,17 @@
 #!/bin/sh -e
-VERSION=2.0-rc3
 
-DIR=libjogl2-java-$VERSION
-TAR=libjogl2-java_$VERSION.orig.tar.gz
+VERSION=$2
+DIR=jogl-v$VERSION
+TAR=libjogl2-java_$VERSION.orig.tar.bz2
 
 # clean up the upstream tarball
-
-git clone git://jogamp.org/srv/scm/jogl.git $DIR
-cd $DIR
-git checkout $VERSION
-rm $(find . -name .gitignore)
-rm -rf .git .htaccess make/lib/
+p7zip -d $3
+tar xvf jogl-v$VERSION.tar
+cd $DIR*
+rm -rf .gitignore .htaccess make/lib/
 cd ..
-tar zcvf $TAR $DIR
-rm -rf $DIR
-mv $TAR ../../
+tar jcvf ../$TAR $DIR
+rm -rf $DIR jogl-v$VERSION.tar
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then

Modified: trunk/libjogl2-java/debian/patches/otherArchsoswin_2.diff
===
--- trunk/libjogl2-java/debian/patches/otherArchsoswin_2.diff   2011-12-26 
00:51:58 UTC (rev 15594)
+++ trunk/libjogl2-java/debian/patches/otherArchsoswin_2.diff   2011-12-26 
01:07:35 UTC (rev 15595)
@@ -1,8 +1,8 @@
-Index: libjogl2-java-2.0-rc3/make/build-nativewindow.xml
+Index: jogl-v2.0-rc5/make/build-nativewindow.xml
 ===
 libjogl2-java-2.0-rc3.orig/make/build-nativewindow.xml 2011-11-20 
17:10:07.0 +0100
-+++ libjogl2-java-2.0-rc3/make/build-nativewindow.xml  2011-11-20 
21:34:35.923874821 +0100
-@@ -380,10 +380,10 @@
+--- jogl-v2.0-rc5.orig/make/build-nativewindow.xml 2011-12-26 
01:56:35.0 +0100
 jogl-v2.0-rc5/make/build-nativewindow.xml  2011-12-26 01:57:04.666059156 
+0100
+@@ -398,10 +398,10 @@
/linker
  
linker id=linker.cfg.linux.armv7.nativewindow.x11 
extends=linker.cfg.linux.armv7
@@ -17,7 +17,7 @@
/linker
  
linker id=linker.cfg.solaris.nativewindow.x11 
extends=linker.cfg.solaris
-@@ -627,6 +627,7 @@
+@@ -668,6 +668,7 @@
  /patternset
  
  echo message=Compiling @{output.lib.name} /
@@ -25,7 +25,7 @@
  
  !-- have to wrap cc task with outofdate, because otherwise cc links 
a new library
   even when no files have been compiled --
-@@ -666,7 +667,7 @@
+@@ -707,7 +708,7 @@
  !-- This must come last to not override real include paths 
--
  !-- includepath path=stub_includes/macosx if=isOSX / --
/compiler
@@ -34,24 +34,22 @@
linker extends=@{linker.cfg.id}
  syslibset dir=${java.lib.dir.platform} libs=jawt 
if=@{output.lib.name}.useLibJAWT/
  syslibset dir=${java.lib.dir.platform}/server libs=jvm 
if=@{output.lib.name}.useLibJVM/
-Index: libjogl2-java-2.0-rc3/make/build-newt.xml
+Index: jogl-v2.0-rc5/make/build-newt.xml
 ===
 libjogl2-java-2.0-rc3.orig/make/build-newt.xml 2011-11-20 
17:10

[pkg-java] r15564 - in trunk/libjlatexmath-java/debian: . patches

2011-12-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-12-19 21:33:37 + (Mon, 19 Dec 2011)
New Revision: 15564

Added:
   trunk/libjlatexmath-java/debian/patches/dont_exclude_sources
   trunk/libjlatexmath-java/debian/patches/series
Modified:
   trunk/libjlatexmath-java/debian/changelog
   trunk/libjlatexmath-java/debian/rules
Log:
libjlatexmath-java (0.9.7-1) unstable; urgency=low

  * New upstream release

 -- Sylvestre Ledru sylves...@debian.org  Mon, 19 Dec 2011 22:24:07 +0100

libjlatexmath-java (0.9.6-2) unstable; urgency=low

  [ Giovanni Mascellani ]
  * Also compile class WebStartAlphabetRegistration.

  [ Sylvestre Ledru ]
  * debian-rules-uses-deprecated-makefile fixed


Modified: trunk/libjlatexmath-java/debian/changelog
===
--- trunk/libjlatexmath-java/debian/changelog   2011-12-19 21:14:31 UTC (rev 
15563)
+++ trunk/libjlatexmath-java/debian/changelog   2011-12-19 21:33:37 UTC (rev 
15564)
@@ -1,10 +1,19 @@
-libjlatexmath-java (0.9.6-1.1) unstable; urgency=low
+libjlatexmath-java (0.9.7-1) unstable; urgency=low
 
-  * Non-maintainer upload.
+  * New upstream release
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 19 Dec 2011 22:24:07 +0100
+
+libjlatexmath-java (0.9.6-2) unstable; urgency=low
+
+  [ Giovanni Mascellani ]
   * Also compile class WebStartAlphabetRegistration.
 
- -- Giovanni Mascellani g...@debian.org  Thu, 08 Dec 2011 15:54:00 +0100
+  [ Sylvestre Ledru ]
+  * debian-rules-uses-deprecated-makefile fixed
 
+ -- Sylvestre Ledru sylves...@debian.org  Thu, 08 Dec 2011 21:30:51 +0100
+
 libjlatexmath-java (0.9.6-1) unstable; urgency=low
 
   * New upstream release

Added: trunk/libjlatexmath-java/debian/patches/dont_exclude_sources
===
--- trunk/libjlatexmath-java/debian/patches/dont_exclude_sources
(rev 0)
+++ trunk/libjlatexmath-java/debian/patches/dont_exclude_sources
2011-12-19 21:33:37 UTC (rev 15564)
@@ -0,0 +1,19 @@
+Description: Compile also WebStartAlphabetRegistration
+ For some reason I'm now aware of, the class
+ WebStartAlphabetRegistration doesn't get compiled with standard
+ build.xml. This patch fixes this behavior.
+Author: Giovanni Mascellani g...@debian.org
+Forwarded: no
+Last-Update: 2011-12-08
+
+--- libjlatexmath-java-0.9.6.orig/build.xml
 libjlatexmath-java-0.9.6/build.xml
+@@ -74,7 +74,7 @@
+ 
+   !-- Compile source files --
+   target name=compile depends=init
+-javac includeantruntime=false srcdir=${project.src.dir} 
destdir=${project.bin.dir} debug=on source=${java_version} 
target=${java_version} excludes=**/WebStartAlphabetRegistration.java
++javac includeantruntime=false srcdir=${project.src.dir} 
destdir=${project.bin.dir} debug=on source=${java_version} 
target=${java_version}
+   !--compilerarg value=-Xlint/--
+ /javac
+   /target

Added: trunk/libjlatexmath-java/debian/patches/series
===
--- trunk/libjlatexmath-java/debian/patches/series  
(rev 0)
+++ trunk/libjlatexmath-java/debian/patches/series  2011-12-19 21:33:37 UTC 
(rev 15564)
@@ -0,0 +1 @@
+dont_exclude_sources

Modified: trunk/libjlatexmath-java/debian/rules
===
--- trunk/libjlatexmath-java/debian/rules   2011-12-19 21:14:31 UTC (rev 
15563)
+++ trunk/libjlatexmath-java/debian/rules   2011-12-19 21:33:37 UTC (rev 
15564)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_ANT_BUILD_TARGET := buildJar plugin doc 
 BUILDDIR=dist


___
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] r15515 - in trunk/libflexdock-java/debian: . patches

2011-12-09 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-12-09 11:08:53 + (Fri, 09 Dec 2011)
New Revision: 15515

Modified:
   trunk/libflexdock-java/debian/changelog
   trunk/libflexdock-java/debian/patches/AllDemos.java.patch
   trunk/libflexdock-java/debian/patches/loadOfTheNativeLibrary.patch
Log:
new upstream release + rebase of the patches

Modified: trunk/libflexdock-java/debian/changelog
===
--- trunk/libflexdock-java/debian/changelog 2011-12-09 07:55:10 UTC (rev 
15514)
+++ trunk/libflexdock-java/debian/changelog 2011-12-09 11:08:53 UTC (rev 
15515)
@@ -1,3 +1,9 @@
+libflexdock-java (1.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 09 Dec 2011 11:52:41 +0100
+
 libflexdock-java (0.5.4-dfsg1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libflexdock-java/debian/patches/AllDemos.java.patch
===
--- trunk/libflexdock-java/debian/patches/AllDemos.java.patch   2011-12-09 
07:55:10 UTC (rev 15514)
+++ trunk/libflexdock-java/debian/patches/AllDemos.java.patch   2011-12-09 
11:08:53 UTC (rev 15515)
@@ -1,12 +1,12 @@
-Index: 
libflexdock-java-0.5.1-dfsg1/src/java/demo/org/flexdock/demos/AllDemos.java
+Index: flexdock-1.0/src/java/demo/org/flexdock/demos/AllDemos.java
 ===
 
libflexdock-java-0.5.1-dfsg1.orig/src/java/demo/org/flexdock/demos/AllDemos.java
   2007-01-11 15:52:00.0 +0100
-+++ 
libflexdock-java-0.5.1-dfsg1/src/java/demo/org/flexdock/demos/AllDemos.java 
   2009-06-29 19:06:02.0 +0200
+--- flexdock-1.0.orig/src/java/demo/org/flexdock/demos/AllDemos.java   
2011-11-24 16:13:54.0 +0100
 flexdock-1.0/src/java/demo/org/flexdock/demos/AllDemos.java
2011-12-09 11:56:35.840465806 +0100
 @@ -33,7 +33,6 @@
- org.flexdock.demos.raw.border.BorderDemo,
- org.flexdock.demos.raw.CompoundDemo,
- org.flexdock.demos.raw.elegant.ElegantDemo,
--org.flexdock.demos.raw.jmf.JMFDemo,
- org.flexdock.demos.raw.SimpleDemo,
- org.flexdock.demos.raw.SplitPaneDemo,
- org.flexdock.demos.raw.TabbedPaneDemo,
+ org.flexdock.demos.raw.border.BorderDemo,
+ org.flexdock.demos.raw.CompoundDemo,
+ org.flexdock.demos.raw.elegant.ElegantDemo,
+-org.flexdock.demos.raw.jmf.JMFDemo,
+ org.flexdock.demos.raw.SimpleDemo,
+ org.flexdock.demos.raw.SplitPaneDemo,
+ org.flexdock.demos.raw.TabbedPaneDemo,

Modified: trunk/libflexdock-java/debian/patches/loadOfTheNativeLibrary.patch
===
--- trunk/libflexdock-java/debian/patches/loadOfTheNativeLibrary.patch  
2011-12-09 07:55:10 UTC (rev 15514)
+++ trunk/libflexdock-java/debian/patches/loadOfTheNativeLibrary.patch  
2011-12-09 11:08:53 UTC (rev 15515)
@@ -1,23 +1,21 @@
-Index: 
libflexdock-java-0.5.1-dfsg1/src/java/drag/org/flexdock/docking/drag/outline/xlib/XlibRubberBand.java
+Index: 
flexdock-1.0/src/java/drag/org/flexdock/docking/drag/outline/xlib/XlibRubberBand.java
 ===
 
libflexdock-java-0.5.1-dfsg1.orig/src/java/drag/org/flexdock/docking/drag/outline/xlib/XlibRubberBand.java
 2005-08-26 22:51:10.0 +0200
-+++ 
libflexdock-java-0.5.1-dfsg1/src/java/drag/org/flexdock/docking/drag/outline/xlib/XlibRubberBand.java
  2009-06-29 19:13:14.0 +0200
-@@ -36,7 +36,8 @@
-   
-   private static void prime() {
-   List keys = OsInfo.getInstance().getPrefixLibraryKeys();
--  
-+  System.setProperty(java.library.path,  
System.getProperty(java.library.path) + :/usr/lib/jni/);
-+
-   // we're going to cycle through various levels of os+arch accuracy
-   // until we're able to load a native library that matches the 
current
-   // system.
+--- 
flexdock-1.0.orig/src/java/drag/org/flexdock/docking/drag/outline/xlib/XlibRubberBand.java
 2011-11-24 16:17:08.0 +0100
 
flexdock-1.0/src/java/drag/org/flexdock/docking/drag/outline/xlib/XlibRubberBand.java
  2011-12-09 11:59:44.680464698 +0100
+@@ -36,6 +36,7 @@
+ 
+ private static void prime() {
+ List keys = OsInfo.getInstance().getPrefixLibraryKeys();
++System.setProperty(java.library.path,  
System.getProperty(java.library.path) + :/usr/lib/jni/);
+ 
+ // we're going to cycle through various levels of os+arch accuracy
+ // until we're able to load a native library that matches the current
 @@ -46,7 +47,7 @@
-   String resource = NATIVE_RESOURCE_PATH + NATIVE_RESOURCE_START 
+ key + NATIVE_RESOURCE_END;
-   
-   try {
--  ResourceManager.loadLibrary(lib, resource);
-+  System.loadLibrary(lib

[pkg-java] r15430 - in trunk/gluegen2/debian: . patches

2011-11-21 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-11-21 23:50:41 + (Mon, 21 Nov 2011)
New Revision: 15430

Added:
   trunk/gluegen2/debian/patches/TARGET_JAVA_LIBS_disabled.diff
   trunk/gluegen2/debian/patches/hideException.diff
Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/control
   trunk/gluegen2/debian/patches/series
Log:
  * Fix an issue under Arm and an other one for sparc which were causing issues
with the jogl build

 -- Sylvestre Ledru sylves...@debian.org  Tue, 22 Nov 2011 00:40:19 +0100

gluegen2 (2.0-rc3-5) unstable; urgency=low

  * Add dependency between libgluegen2-rt-java = libgluegen2-jni
  * Disable the display of the cache jar exception


Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2011-11-21 08:19:41 UTC (rev 15429)
+++ trunk/gluegen2/debian/changelog 2011-11-21 23:50:41 UTC (rev 15430)
@@ -1,3 +1,17 @@
+gluegen2 (2.0-rc3-6) unstable; urgency=low
+
+  * Fix an issue under Arm and an other one for sparc which were causing issues
+with the jogl build
+
+ -- Sylvestre Ledru sylves...@debian.org  Tue, 22 Nov 2011 00:40:19 +0100
+
+gluegen2 (2.0-rc3-5) unstable; urgency=low
+
+  * Add dependency between libgluegen2-rt-java = libgluegen2-jni
+  * Disable the display of the cache jar exception
+
+ -- Sylvestre Ledru sylves...@debian.org  Sun, 20 Nov 2011 17:59:48 +0100
+
 gluegen2 (2.0-rc3-4) unstable; urgency=low
 
   * Grrr, now, compiler.cfg.linux is factorized for the other archs

Modified: trunk/gluegen2/debian/control
===
--- trunk/gluegen2/debian/control   2011-11-21 08:19:41 UTC (rev 15429)
+++ trunk/gluegen2/debian/control   2011-11-21 23:50:41 UTC (rev 15430)
@@ -13,7 +13,7 @@
 Package: libgluegen2-rt-java
 Architecture: all
 Suggests: libgluegen2-doc
-Depends:  ${misc:Depends}, antlr
+Depends:  ${misc:Depends}, antlr, libgluegen2-jni
 Description: Tool to automatically generate the Java and JNI code.
  Gluegen reads as input ANSI C header files and separate configuration files
  which provide control over many aspects of the glue code generation. GlueGen

Added: trunk/gluegen2/debian/patches/TARGET_JAVA_LIBS_disabled.diff
===
--- trunk/gluegen2/debian/patches/TARGET_JAVA_LIBS_disabled.diff
(rev 0)
+++ trunk/gluegen2/debian/patches/TARGET_JAVA_LIBS_disabled.diff
2011-11-21 23:50:41 UTC (rev 15430)
@@ -0,0 +1,30 @@
+Index: gluegen2-2.0-rc3/make/gluegen-cpptasks-base.xml
+===
+--- gluegen2-2.0-rc3.orig/make/gluegen-cpptasks-base.xml   2011-11-20 
17:13:25.0 +0100
 gluegen2-2.0-rc3/make/gluegen-cpptasks-base.xml2011-11-22 
00:39:36.011692419 +0100
+@@ -1147,14 +1147,14 @@
+   echo message=Linux.alpha /
+   property name=compiler.cfg.id.base  
value=compiler.cfg.linux.alpha / 
+   property name=linker.cfg.id.base
value=linker.cfg.linux.alpha / 
+-  property name=java.lib.dir.platform 
value=${env.TARGET_JAVA_LIBS} /
++  property name=java.lib.dir.platform 
value=${java.home.dir}/jre/lib/alpha /
+ /target
+ 
+ target name=gluegen.cpptasks.declare.compiler.linux.armv7 
if=isLinuxARMv7
+   echo message=Linux.armv7 /
+   property name=compiler.cfg.id.base  
value=compiler.cfg.linux.armv7 / 
+   property name=linker.cfg.id.base
value=linker.cfg.linux.armv7 / 
+-  property name=java.lib.dir.platform 
value=${env.TARGET_JAVA_LIBS} /
++  property name=java.lib.dir.platform 
value=${java.home.dir}/jre/lib/arm /
+ /target
+ 
+ target name=gluegen.cpptasks.declare.compiler.linux.ia64 
if=isLinuxIA64
+@@ -1203,7 +1203,7 @@
+   echo message=Linux.Sparc /
+   property name=compiler.cfg.id.base  
value=compiler.cfg.linux / 
+   property name=linker.cfg.id.basevalue=linker.cfg.linux 
/ 
+-  property name=java.lib.dir.platform 
value=${java.home.dir}/jre/lib/ /
++  property name=java.lib.dir.platform 
value=${java.home.dir}/jre/lib/sparc /
+ /target
+ 
+ target name=gluegen.cpptasks.declare.compiler.linux 
depends=gluegen.cpptasks.declare.compiler.linux.x86,gluegen.cpptasks.declare.compiler.linux.amd64,gluegen.cpptasks.declare.compiler.linux.ia64,gluegen.cpptasks.declare.compiler.linux.armv7,gluegen.cpptasks.declare.compiler.linux.alpha,gluegen.cpptasks.declare.compiler.linux.hppa,gluegen.cpptasks.declare.compiler.linux.mips,gluegen.cpptasks.declare.compiler.linux.mipsel,gluegen.cpptasks.declare.compiler.linux.ppc,gluegen.cpptasks.declare.compiler.linux.s390,gluegen.cpptasks.declare.compiler.linux.sparc
 if=isLinux

Added: trunk/gluegen2/debian/patches/hideException.diff

[pkg-java] r15428 - trunk/libjogl2-java/debian

2011-11-20 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-11-21 07:55:23 + (Mon, 21 Nov 2011)
New Revision: 15428

Modified:
   trunk/libjogl2-java/debian/rules
Log:
Only build once

Modified: trunk/libjogl2-java/debian/rules
===
--- trunk/libjogl2-java/debian/rules2011-11-20 19:13:36 UTC (rev 15427)
+++ trunk/libjogl2-java/debian/rules2011-11-21 07:55:23 UTC (rev 15428)
@@ -11,12 +11,13 @@
 DEB_ANT_BUILD_TARGET := all
 DEB_ANT_BUILDFILE:= make/build.xml
 
+common-build-indep:: doc-build
+doc-build: debian/stamp-makefile-build
+   $(DEB_ANT_INVOKE) javadoc.all
+
 common-install-prehook-indep::
mv build/jar/jogl.all.jar build/jar/jogl2.jar
 
-build/libjogl2-java-doc::
-   $(DEB_ANT_INVOKE) javadoc.all
-
 clean::
$(RM) -r gluegen/build
 


___
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] r15406 - trunk/libjgraphx-java/debian

2011-11-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-11-19 12:25:07 + (Sat, 19 Nov 2011)
New Revision: 15406

Modified:
   trunk/libjgraphx-java/debian/changelog
Log:
new upstream release

Modified: trunk/libjgraphx-java/debian/changelog
===
--- trunk/libjgraphx-java/debian/changelog  2011-11-16 19:59:46 UTC (rev 
15405)
+++ trunk/libjgraphx-java/debian/changelog  2011-11-19 12:25:07 UTC (rev 
15406)
@@ -1,3 +1,9 @@
+libjgraphx-java (1.8.0.1-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Sylvestre Ledru sylves...@debian.org  Wed, 26 Oct 2011 00:41:04 +0200
+
 libjgraphx-java (1.7.0.7-1) experimental; urgency=low
 
   * New upstream release


___
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] r15407 - in trunk/libjgraphx-java/debian: . source

2011-11-19 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-11-19 12:41:43 + (Sat, 19 Nov 2011)
New Revision: 15407

Added:
   trunk/libjgraphx-java/debian/source/
   trunk/libjgraphx-java/debian/source/format
Modified:
   trunk/libjgraphx-java/debian/changelog
Log:
new upstream release

Modified: trunk/libjgraphx-java/debian/changelog
===
--- trunk/libjgraphx-java/debian/changelog  2011-11-19 12:25:07 UTC (rev 
15406)
+++ trunk/libjgraphx-java/debian/changelog  2011-11-19 12:41:43 UTC (rev 
15407)
@@ -1,3 +1,10 @@
+libjgraphx-java (1.8.0.3-1) experimental; urgency=low
+
+  * New upstream release
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Sylvestre Ledru sylves...@debian.org  Sat, 19 Nov 2011 13:32:40 +0100
+
 libjgraphx-java (1.8.0.1-1) experimental; urgency=low
 
   * New upstream release

Added: trunk/libjgraphx-java/debian/source/format
===
--- trunk/libjgraphx-java/debian/source/format  (rev 0)
+++ trunk/libjgraphx-java/debian/source/format  2011-11-19 12:41:43 UTC (rev 
15407)
@@ -0,0 +1 @@
+3.0 (quilt)


___
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] r15261 - trunk/libjgraphx-java/debian

2011-10-25 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-25 22:37:40 + (Tue, 25 Oct 2011)
New Revision: 15261

Modified:
   trunk/libjgraphx-java/debian/changelog
Log:
uploaded to exp

Modified: trunk/libjgraphx-java/debian/changelog
===
--- trunk/libjgraphx-java/debian/changelog  2011-10-25 19:24:06 UTC (rev 
15260)
+++ trunk/libjgraphx-java/debian/changelog  2011-10-25 22:37:40 UTC (rev 
15261)
@@ -1,4 +1,4 @@
-libjgraphx-java (1.7.0.7-1) UNRELEASED; urgency=low
+libjgraphx-java (1.7.0.7-1) experimental; urgency=low
 
   * New upstream release
   * Warning libjgraphx-java: needless-dependency-on-jre removed


___
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#645881: critical update 29 available

2011-10-19 Thread Sylvestre Ledru
CC debian release  security

Le mercredi 19 octobre 2011 à 12:21 +0200, Thijs Kinkhorst a écrit :
 Upstream has released Java SE 6 update 29 yesterday:
 http://www.oracle.com/technetwork/topics/security/javacpuoct2011-443431.html
 with security fixes.

Well, that especially means that it is now time to consider the removal
of sun-java6 from Debian.

We, the distros, are no longer allowed by Oracle to redistribute this
version [1] [2].
The OpenJDK (6 or 7) is now the way to go.

About stable, I don't know what the security team would recommend
here ?!

Thanks,
Sylvestre
[1]
http://sylvestre.ledru.info/blog/sylvestre/2011/08/26/sun_java6_packages_removed_from_debian_u
[2] http://jdk-distros.java.net/
The DLJ has finally been retired, and so has been this project.






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

[pkg-java] r15196 - in trunk/libflexdock-java/debian: . patches

2011-10-13 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-13 13:29:22 + (Thu, 13 Oct 2011)
New Revision: 15196

Modified:
   trunk/libflexdock-java/debian/changelog
   trunk/libflexdock-java/debian/control
   trunk/libflexdock-java/debian/patches/build.xml.patch
   trunk/libflexdock-java/debian/rules
   trunk/libflexdock-java/debian/watch
Log:
  * New upstream release
  * Update of the website tag
  * Update of the watch file
  * Standards-Version updated to version 3.9.2
  * Fix the FTBFS (Closes: #643522)


Modified: trunk/libflexdock-java/debian/changelog
===
--- trunk/libflexdock-java/debian/changelog 2011-10-13 03:07:26 UTC (rev 
15195)
+++ trunk/libflexdock-java/debian/changelog 2011-10-13 13:29:22 UTC (rev 
15196)
@@ -1,8 +1,20 @@
+libflexdock-java (0.5.4-dfsg1-1) unstable; urgency=low
+
+  * New upstream release
+  * Update of the website tag
+  * Update of the watch file
+  * Standards-Version updated to version 3.9.2
+  * Fix the FTBFS (Closes: #643522)
+
+ -- Sylvestre Ledru sylves...@debian.org  Thu, 13 Oct 2011 14:31:57 +0200
+
 libflexdock-java (0.5.2-dfsg1-3) unstable; urgency=low
 
   * Switch to dpkg-source 3.0 (quilt) format
+  * libskinlf-java  libjgoodies-looks-java moved as dependencies of 
+libflexdock-java-demo
 
- -- Sylvestre Ledru sylves...@debian.org  Sat, 05 Mar 2011 17:07:18 +0100
+ -- Sylvestre Ledru sylves...@debian.org  Sat, 05 Mar 2011 18:33:42 +0100
 
 libflexdock-java (0.5.2-dfsg1-2) unstable; urgency=low
 

Modified: trunk/libflexdock-java/debian/control
===
--- trunk/libflexdock-java/debian/control   2011-10-13 03:07:26 UTC (rev 
15195)
+++ trunk/libflexdock-java/debian/control   2011-10-13 13:29:22 UTC (rev 
15196)
@@ -5,18 +5,16 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org,
  Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 5), cdbs, ant, ant-optional, 
- openjdk-6-jdk, libcommons-logging-java, libskinlf-java, 
+ libcommons-logging-java, libskinlf-java, openjdk-6-jdk,
  libjgoodies-looks-java, libx11-dev, quilt
-Standards-Version: 3.9.1
-Homepage: http://flexdock.dev.java.net
+Standards-Version: 3.9.2
+Homepage: http://java.net/projects/flexdock/
 Vcs-Svn: https://bollin.googlecode.com/svn/libflexdock-java/trunk
 Vcs-Browser: http://bollin.googlecode.com/svn/libflexdock-java/trunk
 
 Package: libflexdock-java
 Architecture: all
-Depends: default-jre | java1-runtime | java2-runtime,
- libflexdock-jni, libcommons-logging-java, libskinlf-java, 
- libjgoodies-looks-java, ${misc:Depends}
+Depends: libflexdock-jni, libcommons-logging-java, ${misc:Depends}
 Suggests: libflexdock-java-doc, libflexdock-java-demo
 Description: Swing Java docking framework
  FlexDock is a Java docking framework for use in cross-platform Swing 
@@ -48,7 +46,8 @@
 
 Package: libflexdock-java-demo
 Architecture: all
-Depends: libflexdock-java, ${misc:Depends}
+Depends: libflexdock-java, ${misc:Depends}, libskinlf-java,
+ libjgoodies-looks-java
 Description: Swing Java docking framework - demos and examples
  FlexDock is a Java docking framework for use in cross-platform 
  Swing applications. It offers features you'd expect in any desktop

Modified: trunk/libflexdock-java/debian/patches/build.xml.patch
===
--- trunk/libflexdock-java/debian/patches/build.xml.patch   2011-10-13 
03:07:26 UTC (rev 15195)
+++ trunk/libflexdock-java/debian/patches/build.xml.patch   2011-10-13 
13:29:22 UTC (rev 15196)
@@ -15,11 +15,11 @@
   src path=${java.src.drag}/
   src path=${java.src.perspective}/
/javac
--  javac classpathref=javac.classpath.demo srcdir=${java.src.demo} 
destdir=${bin.dir.demo} debug=true source=1.4 includeAntRuntime=no/
-+  javac classpathref=javac.classpath.demo srcdir=${java.src.demo} 
destdir=${bin.dir.demo} excludes=org/flexdock/demos/raw/jmf//** 
debug=true source=1.4 includeAntRuntime=no/
-   javac classpathref=javac.classpath.test srcdir=${java.src.test} 
destdir=${bin.dir.test} debug=true source=1.4 includeAntRuntime=no/
+-  javac classpathref=javac.classpath.demo srcdir=${java.src.demo} 
destdir=${bin.dir.demo} debug=true source=1.5 target=1.5 
includeAntRuntime=no/
++  javac classpathref=javac.classpath.demo srcdir=${java.src.demo} 
destdir=${bin.dir.demo} excludes=org/flexdock/demos/raw/jmf//** 
debug=true source=1.5 target=1.5 includeAntRuntime=no/
+   javac classpathref=javac.classpath.test srcdir=${java.src.test} 
destdir=${bin.dir.test} debug=true source=1.5 target=1.5  
includeAntRuntime=no/
 /target
- 
+
 @@ -176,10 +176,12 @@
path id=sdk.include.dirset
   dirset dir=${sdk.include}/
@@ -30,7 +30,7 @@
 pathsep=' -I'/
 -  property name=sdk.include.gcc.args 
value='-I${sdk.include.gcc.args.temp}'/
 +  --
-+  property name=sdk.include.gcc.args 
value='-I/usr/lib/jvm

[pkg-java] r15177 - in trunk/libjogl2-java/debian: . patches

2011-10-11 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-11 14:47:14 + (Tue, 11 Oct 2011)
New Revision: 15177

Added:
   trunk/libjogl2-java/debian/patches/linker.cfg.id.os.diff
Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/patches/series
Log:
libjogl2-java (2.0-rc3-4) unstable; urgency=low

  * Ant to build C code = a lot of uploads ... pfff



Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-10-11 01:13:39 UTC (rev 
15176)
+++ trunk/libjogl2-java/debian/changelog2011-10-11 14:47:14 UTC (rev 
15177)
@@ -1,3 +1,9 @@
+libjogl2-java (2.0-rc3-4) unstable; urgency=low
+
+  * Ant to build C code = a lot of uploads ... pfff
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 10 Oct 2011 12:13:14 +0200
+
 libjogl2-java (2.0-rc3-3) unstable; urgency=low
 
   * Fix more FTBFS

Added: trunk/libjogl2-java/debian/patches/linker.cfg.id.os.diff
===
--- trunk/libjogl2-java/debian/patches/linker.cfg.id.os.diff
(rev 0)
+++ trunk/libjogl2-java/debian/patches/linker.cfg.id.os.diff2011-10-11 
14:47:14 UTC (rev 15177)
@@ -0,0 +1,50 @@
+Index: libjogl2-java-2.0-rc3/make/build-jogl.xml
+===
+--- libjogl2-java-2.0-rc3.orig/make/build-jogl.xml 2011-10-10 
10:30:36.0 +0200
 libjogl2-java-2.0-rc3/make/build-jogl.xml  2011-10-10 12:05:42.0 
+0200
+@@ -1189,8 +1189,44 @@
+   property name=compiler.cfg.id 
value=compiler.cfg.linux /
+   property name=linker.cfg.id.os
value=linker.cfg.linux.jogl.x11 /
+ /target
++
++target name=c.configure.linux.hppa if=isLinuxHppa
++  echo message=Linux.HPPA /
++  property name=compiler.cfg.id 
value=compiler.cfg.linux /
++  property name=linker.cfg.id.os
value=linker.cfg.linux.jogl.x11 /
++/target
++
++target name=c.configure.linux.mips if=isLinuxMips
++  echo message=Linux.MIPS /
++  property name=compiler.cfg.id 
value=compiler.cfg.linux /
++  property name=linker.cfg.id.os
value=linker.cfg.linux.jogl.x11 /
++/target
++
++target name=c.configure.linux.mipsel if=isLinuxMipsel
++  echo message=Linux.MIPSEL /
++  property name=compiler.cfg.id 
value=compiler.cfg.linux /
++  property name=linker.cfg.id.os
value=linker.cfg.linux.jogl.x11 /
++/target
++
++target name=c.configure.linux.ppc if=isLinuxPpc
++  echo message=Linux.PPC /
++  property name=compiler.cfg.id 
value=compiler.cfg.linux /
++  property name=linker.cfg.id.os
value=linker.cfg.linux.jogl.x11 /
++/target
++
++target name=c.configure.linux.s390 if=isLinuxs390
++  echo message=Linux.S390 /
++  property name=compiler.cfg.id 
value=compiler.cfg.linux /
++  property name=linker.cfg.id.os
value=linker.cfg.linux.jogl.x11 /
++/target
++
++target name=c.configure.linux.sparc if=isLinuxSparc
++  echo message=Linux.SPARC /
++  property name=compiler.cfg.id 
value=compiler.cfg.linux /
++  property name=linker.cfg.id.os
value=linker.cfg.linux.jogl.x11 /
++/target
+ 
+-target name=c.configure.linux 
depends=c.configure.linux.armv7,c.configure.linux.x86,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.x11
 if=isLinux /
++target name=c.configure.linux 
depends=c.configure.linux.armv7,c.configure.linux.x86,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.linux.hppa,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.s390,c.configure.linux.sparc,c.configure.x11
 if=isLinux /
+ 
+ target name=c.configure.android if=isAndroid
+   echo message=Android /

Modified: trunk/libjogl2-java/debian/patches/series
===
--- trunk/libjogl2-java/debian/patches/series   2011-10-11 01:13:39 UTC (rev 
15176)
+++ trunk/libjogl2-java/debian/patches/series   2011-10-11 14:47:14 UTC (rev 
15177)
@@ -6,3 +6,5 @@
 disable_git_call.diff
 disable_android_2.diff
 arch_naming.diff
+linker.cfg.id.os.diff
+


___
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] r15173 - in trunk/libjogl2-java/debian: . patches

2011-10-10 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-10 08:00:31 + (Mon, 10 Oct 2011)
New Revision: 15173

Added:
   trunk/libjogl2-java/debian/patches/arch_naming.diff
Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/patches/series
Log:
  * Fix more FTBFS


Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-10-09 17:28:00 UTC (rev 
15172)
+++ trunk/libjogl2-java/debian/changelog2011-10-10 08:00:31 UTC (rev 
15173)
@@ -1,3 +1,9 @@
+libjogl2-java (2.0-rc3-3) unstable; urgency=low
+
+  * Fix more FTBFS
+
+ -- Sylvestre Ledru sylves...@debian.org  Sun, 09 Oct 2011 19:26:30 +0200
+
 libjogl2-java (2.0-rc3-2) unstable; urgency=low
 
   * Fix various FTBFS:

Added: trunk/libjogl2-java/debian/patches/arch_naming.diff
===
--- trunk/libjogl2-java/debian/patches/arch_naming.diff 
(rev 0)
+++ trunk/libjogl2-java/debian/patches/arch_naming.diff 2011-10-10 08:00:31 UTC 
(rev 15173)
@@ -0,0 +1,48 @@
+Index: libjogl2-java-2.0-rc3/make/build-nativewindow.xml
+===
+--- libjogl2-java-2.0-rc3.orig/make/build-nativewindow.xml 2011-10-09 
18:55:30.0 +0200
 libjogl2-java-2.0-rc3/make/build-nativewindow.xml  2011-10-09 
19:16:39.0 +0200
+@@ -465,37 +465,37 @@
+   property name=linker.cfg.id.oswin  
value=linker.cfg.linux.nativewindow.x11 /
+ /target
+ 
+-target name=c.configure.linux.hppa if=isLinuxHPPA
++target name=c.configure.linux.hppa if=isLinuxHppa
+   echo message=Linux.HPPA /
+   property name=compiler.cfg.id  
value=compiler.cfg.linux /
+   property name=linker.cfg.id.oswin  
value=linker.cfg.linux.nativewindow.x11 /
+ /target
+ 
+-target name=c.configure.linux.mips if=isLinuxMIPS
++target name=c.configure.linux.mips if=isLinuxMips
+   echo message=Linux.MIPS /
+   property name=compiler.cfg.id  
value=compiler.cfg.linux /
+   property name=linker.cfg.id.oswin  
value=linker.cfg.linux.nativewindow.x11 /
+ /target
+ 
+-target name=c.configure.linux.mipsel if=isLinuxMIPSEL
++target name=c.configure.linux.mipsel if=isLinuxMipsel
+   echo message=Linux.MIPSEL /
+   property name=compiler.cfg.id  
value=compiler.cfg.linux /
+   property name=linker.cfg.id.oswin  
value=linker.cfg.linux.nativewindow.x11 /
+ /target
+ 
+-target name=c.configure.linux.ppc if=isLinuxPPC
++target name=c.configure.linux.ppc if=isLinuxPpc
+   echo message=Linux.PPC /
+   property name=compiler.cfg.id  
value=compiler.cfg.linux /
+   property name=linker.cfg.id.oswin  
value=linker.cfg.linux.nativewindow.x11 /
+ /target
+ 
+-target name=c.configure.linux.s390 if=isLinuxS390
++target name=c.configure.linux.s390 if=isLinuxs390
+   echo message=Linux.S390 /
+   property name=compiler.cfg.id  
value=compiler.cfg.linux /
+   property name=linker.cfg.id.oswin  
value=linker.cfg.linux.nativewindow.x11 /
+ /target
+ 
+-target name=c.configure.linux.sparc if=isLinuxSPARC
++target name=c.configure.linux.sparc if=isLinuxSparc
+   echo message=Linux.SPARC /
+   property name=compiler.cfg.id  
value=compiler.cfg.linux /
+   property name=linker.cfg.id.oswin  
value=linker.cfg.linux.nativewindow.x11 /

Modified: trunk/libjogl2-java/debian/patches/series
===
--- trunk/libjogl2-java/debian/patches/series   2011-10-09 17:28:00 UTC (rev 
15172)
+++ trunk/libjogl2-java/debian/patches/series   2011-10-10 08:00:31 UTC (rev 
15173)
@@ -3,6 +3,6 @@
 swt.diff
 otherArchsoswin.diff
 disable_android.diff
-
 disable_git_call.diff
 disable_android_2.diff
+arch_naming.diff


___
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#644926: Description is missleading about libwagon-java

2011-10-10 Thread Sylvestre Ledru
Package: libwagon-java
Severity: normal

Hello,

The following command shows that libwagon-java is supposed to provide some jar
like   wagon-webdav-jackrabbit
$ apt-cache show libwagon-java|grep -i jack
  wagon-webdav-jackrabbit
It uses the Apache JackRabbit library for WebDAV access.

However, the following list:
http://packages.debian.org/sid/all/libwagon-java/filelist
shows it is not available.

Either update the documentation or, better, ship  wagon-webdav-jackrabbit with
libwagon-java

Sylvestre



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash



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


[pkg-java] r15174 - in trunk/libjrosetta-java/debian: . patches

2011-10-10 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-10 22:10:53 + (Mon, 10 Oct 2011)
New Revision: 15174

Added:
   trunk/libjrosetta-java/debian/patches/
   trunk/libjrosetta-java/debian/patches/disable_jackrabit.diff
   trunk/libjrosetta-java/debian/patches/series
Modified:
   trunk/libjrosetta-java/debian/changelog
   trunk/libjrosetta-java/debian/control
   trunk/libjrosetta-java/debian/orig-tar.sh
   trunk/libjrosetta-java/debian/rules
   trunk/libjrosetta-java/debian/watch
Log:
  * New upstream release
  * Update Standards-Version: 3.9.2
  * Update of the watch file + repack script
  * Fix FTBFS (Closes: #643534)
  * Switch to maven (upstream)


Modified: trunk/libjrosetta-java/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2011-10-10 08:00:31 UTC (rev 
15173)
+++ trunk/libjrosetta-java/debian/changelog 2011-10-10 22:10:53 UTC (rev 
15174)
@@ -1,3 +1,13 @@
+libjrosetta-java (1.0.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Update Standards-Version: 3.9.2
+  * Update of the watch file + repack script
+  * Fix FTBFS (Closes: #643534)
+  * Switch to maven (upstream)
+
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 10 Oct 2011 23:52:06 +0200
+
 libjrosetta-java (1.0.2+gpl-4) unstable; urgency=low
 
   * Switch to debhelper level 7.

Modified: trunk/libjrosetta-java/debian/control
===
--- trunk/libjrosetta-java/debian/control   2011-10-10 08:00:31 UTC (rev 
15173)
+++ trunk/libjrosetta-java/debian/control   2011-10-10 22:10:53 UTC (rev 
15174)
@@ -5,8 +5,9 @@
 Uploaders: Sylvestre Ledru sylves...@debian.org,
  Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 7), cdbs
-Build-Depends-Indep: ant, ant-optional, default-jdk
-Standards-Version: 3.9.1
+Build-Depends-Indep: ant, ant-optional, default-jdk, maven-debian-helper,
+ libslf4j-java, libjdom1-java, libmaven-assembly-plugin-java
+Standards-Version: 3.9.2
 Homepage: http://dev.artenum.com/projects/JRosetta/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjrosetta-java/

Modified: trunk/libjrosetta-java/debian/orig-tar.sh
===
--- trunk/libjrosetta-java/debian/orig-tar.sh   2011-10-10 08:00:31 UTC (rev 
15173)
+++ trunk/libjrosetta-java/debian/orig-tar.sh   2011-10-10 22:10:53 UTC (rev 
15174)
@@ -3,14 +3,15 @@
 set -e
 
 # called by uscan with '--upstream-version' version file
-VERSION=$(echo $2|tr + -)
-DIR=jrosetta-$VERSION
-TAR=../libjrosetta-java_$2.orig.tar.gz
+#VERSION=$(echo $2|tr + -)
+DIR=jrosetta-$2
+TAR=../libjrosetta-java_$2.orig.tar.bz2
 
 # clean up the upstream tarball
 unzip $3
-rm -rf __MACOSX
-tar -c -z -f $TAR $DIR
+# test fail in a vm
+rm -rf __MACOSX 
$DIR/modules/jrosetta-engine/src/main/java/com/artenum/rosetta/test/TestConsoleHistoryPerformance.java
+tar -c -j -f $TAR $DIR
 rm -rf $DIR $3
 
 # move to directory 'tarballs'

Added: trunk/libjrosetta-java/debian/patches/disable_jackrabit.diff
===
--- trunk/libjrosetta-java/debian/patches/disable_jackrabit.diff
(rev 0)
+++ trunk/libjrosetta-java/debian/patches/disable_jackrabit.diff
2011-10-10 22:10:53 UTC (rev 15174)
@@ -0,0 +1,18 @@
+Index: jrosetta-1.0.4/pom.xml
+===
+--- jrosetta-1.0.4.orig/pom.xml2011-10-10 21:31:52.0 +0200
 jrosetta-1.0.4/pom.xml 2011-10-10 21:31:58.0 +0200
+@@ -102,13 +102,6 @@
+ 
+   !-- Build --
+   build
+-  extensions
+-  extension
+-  groupIdorg.apache.maven.wagon/groupId
+-  artifactIdwagon-webdav-jackrabbit/artifactId
+-  version1.0-beta-7/version
+-  /extension
+-  /extensions
+   plugins
+   !-- Force the use of a given version of Java --
+   plugin

Added: trunk/libjrosetta-java/debian/patches/series
===
--- trunk/libjrosetta-java/debian/patches/series
(rev 0)
+++ trunk/libjrosetta-java/debian/patches/series2011-10-10 22:10:53 UTC 
(rev 15174)
@@ -0,0 +1,2 @@
+disable_jackrabit.diff
+

Modified: trunk/libjrosetta-java/debian/rules
===
--- trunk/libjrosetta-java/debian/rules 2011-10-10 08:00:31 UTC (rev 15173)
+++ trunk/libjrosetta-java/debian/rules 2011-10-10 22:10:53 UTC (rev 15174)
@@ -1,20 +1,16 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/class/maven.mk
 
-JAVA_HOME

[pkg-java] r15171 - in trunk/libjogl2-java/debian: . patches

2011-10-09 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-09 17:19:34 + (Sun, 09 Oct 2011)
New Revision: 15171

Added:
   trunk/libjogl2-java/debian/patches/disable_android_2.diff
   trunk/libjogl2-java/debian/patches/disable_git_call.diff
Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/control
   trunk/libjogl2-java/debian/patches/series
   trunk/libjogl2-java/debian/rules
Log:
libjogl2-java (2.0-rc3-2) unstable; urgency=low

  * Fix various FTBFS:
- disable the android include
- build the documentation as indep package (to avoid the timeout)
- disable the git call


Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-10-08 13:12:34 UTC (rev 
15170)
+++ trunk/libjogl2-java/debian/changelog2011-10-09 17:19:34 UTC (rev 
15171)
@@ -1,3 +1,12 @@
+libjogl2-java (2.0-rc3-2) unstable; urgency=low
+
+  * Fix various FTBFS:
+- disable the android include
+- build the documentation as indep package (to avoid the timeout)
+- disable the git call
+
+ -- Sylvestre Ledru sylves...@debian.org  Sat, 08 Oct 2011 11:39:42 +0200
+
 libjogl2-java (2.0-rc3-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjogl2-java/debian/control
===
--- trunk/libjogl2-java/debian/control  2011-10-08 13:12:34 UTC (rev 15170)
+++ trunk/libjogl2-java/debian/control  2011-10-09 17:19:34 UTC (rev 15171)
@@ -6,8 +6,8 @@
 Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
  ant-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
  x11proto-xf86vidmode-dev, libxt-dev, libgluegen2-build-java, ant-contrib,
- ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev, libgluegen2-rt-java,
- junit4, libswt-gtk-3-java
+ ant-contrib-cpptasks, libxinerama-dev, libxrandr-dev,
+ libgluegen2-rt-java, junit4, libswt-gtk-3-java
 Standards-Version: 3.9.2
 Homepage: http://jogamp.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl2-java

Added: trunk/libjogl2-java/debian/patches/disable_android_2.diff
===
--- trunk/libjogl2-java/debian/patches/disable_android_2.diff   
(rev 0)
+++ trunk/libjogl2-java/debian/patches/disable_android_2.diff   2011-10-09 
17:19:34 UTC (rev 15171)
@@ -0,0 +1,13 @@
+Index: libjogl2-java-2.0-rc3/make/build-common.xml
+===
+--- libjogl2-java-2.0-rc3.orig/make/build-common.xml   2011-10-08 
11:32:04.0 +0200
 libjogl2-java-2.0-rc3/make/build-common.xml2011-10-08 
11:32:28.0 +0200
+@@ -16,7 +16,7 @@
+ property name=gluegen.root value=/usr/share/gluegen2/ /
+ import file=${gluegen.root}/make/gluegen-cpptasks.xml /
+ import file=${gluegen.root}/make/jogamp-archivetasks.xml /
+-import file=${gluegen.root}/make/jogamp-androidtasks.xml /
++!--import file=${gluegen.root}/make/jogamp-androidtasks.xml /--
+ import file=${gluegen.root}/make/jogamp-env.xml /
+ 
+ property name=ant-contrib.jar  value=/usr/share/java/ant-contrib.jar 
/

Added: trunk/libjogl2-java/debian/patches/disable_git_call.diff
===
--- trunk/libjogl2-java/debian/patches/disable_git_call.diff
(rev 0)
+++ trunk/libjogl2-java/debian/patches/disable_git_call.diff2011-10-09 
17:19:34 UTC (rev 15171)
@@ -0,0 +1,24 @@
+Index: libjogl2-java-2.0-rc3/make/build-common.xml
+===
+--- libjogl2-java-2.0-rc3.orig/make/build-common.xml   2011-10-08 
11:34:17.0 +0200
 libjogl2-java-2.0-rc3/make/build-common.xml2011-10-08 
11:47:45.0 +0200
+@@ -70,19 +70,7 @@
+ property name=jogl.build.number value=manual/
+ property name=jogl.build.id value=${version.timestamp}/
+ mkdir dir=${tempdir} /
+-exec dir=. executable=git logError=true failonerror=false 
failifexecutionfails=false
+-  output=${tempdir}/localbranch.raw
+-arg line=branch --no-color/
+-/exec
+-exec dir=. executable=sed logError=true failonerror=false 
failifexecutionfails=false
+-  outputproperty=jogl.build.branch
+-arg line=-e '/^[^*]/d' -e 's/* \(.*\)/\1/' 
${tempdir}/localbranch.raw/
+-/exec
+ property name=jogl.build.branch value=manual/ !-- fallback --
+-exec dir=${project.root} executable=git logError=true 
failonerror=false failifexecutionfails=false
+-  outputproperty=jogl.build.commit
+-arg line=rev-parse HEAD/
+-/exec
+ property name=jogl.build.commit value=manual/ !-- fallback --
+ 
+ property name=nativewindow.version 
value=${nativewindow_base_version}-b${jogl.build.number

[pkg-java] r15168 - trunk

2011-10-08 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-08 11:20:44 + (Sat, 08 Oct 2011)
New Revision: 15168

Added:
   trunk/gluegen2/
Removed:
   trunk/libgluegen2-java/
Log:
match the name of the 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


[pkg-java] r15169 - in trunk/gluegen2/debian: . patches

2011-10-08 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-08 11:59:46 + (Sat, 08 Oct 2011)
New Revision: 15169

Added:
   trunk/gluegen2/debian/patches/disable_git_call.diff
Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/patches/other-archs.diff
   trunk/gluegen2/debian/patches/series
Log:
gluegen2 (2.0-rc3-2) unstable; urgency=low

  * Fix some FTBFS on various archs


Modified: trunk/gluegen2/debian/changelog
===
--- trunk/gluegen2/debian/changelog 2011-10-08 11:20:44 UTC (rev 15168)
+++ trunk/gluegen2/debian/changelog 2011-10-08 11:59:46 UTC (rev 15169)
@@ -1,3 +1,9 @@
+gluegen2 (2.0-rc3-2) unstable; urgency=low
+
+  * Fix some FTBFS on various archs
+
+ -- Sylvestre Ledru sylves...@debian.org  Sat, 08 Oct 2011 13:50:08 +0200
+
 gluegen2 (2.0-rc3-1) unstable; urgency=low
 
   * New upstream release

Added: trunk/gluegen2/debian/patches/disable_git_call.diff
===
--- trunk/gluegen2/debian/patches/disable_git_call.diff 
(rev 0)
+++ trunk/gluegen2/debian/patches/disable_git_call.diff 2011-10-08 11:59:46 UTC 
(rev 15169)
@@ -0,0 +1,19 @@
+Index: gluegen2-2.0-rc3/make/build.xml
+===
+--- gluegen2-2.0-rc3.orig/make/build.xml   2011-10-08 13:24:22.0 
+0200
 gluegen2-2.0-rc3/make/build.xml2011-10-08 13:24:29.0 +0200
+@@ -62,14 +62,6 @@
+ property name=gluegen.build.number value=manual/
+ property name=gluegen.build.id value=${version.timestamp}/
+ mkdir dir=${build} /
+-exec dir=. executable=git logError=true failonerror=false 
failifexecutionfails=false
+-  output=${build}/localbranch.raw
+-arg line=branch --no-color/
+-/exec
+-exec dir=. executable=sed logError=true failonerror=false 
failifexecutionfails=false
+-  outputproperty=gluegen.build.branch
+-arg line=-e '/^[^*]/d' -e 's/* \(.*\)/\1/' 
${build}/localbranch.raw/
+-/exec
+ property name=gluegen.build.branch value=manual/ !-- fallback --
+ exec dir=${project.root} executable=git logError=true 
failonerror=false failifexecutionfails=false
+   outputproperty=gluegen.build.commit

Modified: trunk/gluegen2/debian/patches/other-archs.diff
===
--- trunk/gluegen2/debian/patches/other-archs.diff  2011-10-08 11:20:44 UTC 
(rev 15168)
+++ trunk/gluegen2/debian/patches/other-archs.diff  2011-10-08 11:59:46 UTC 
(rev 15169)
@@ -1,26 +1,24 @@
 gluegen2-2.0-rc3.orig/make/gluegen-cpptasks-base.xml   2011-10-06 
13:22:16.0 +0200
-+++ gluegen2-2.0-rc3/make/gluegen-cpptasks-base.xml2011-10-06 
13:54:22.0 +0200
-@@ -29,6 +29,14 @@
+--- plop/gluegen-2.0-rc3/make/gluegen-cpptasks-base.xml2011-10-06 
13:22:16.0 +0200
 gluegen2-2.0-rc3/make/gluegen-cpptasks-base.xml2011-10-08 
13:53:57.0 +0200
+@@ -29,6 +29,13 @@
 -   isLinuxIA64
 -   isLinuxX86
 -   isLinuxARMv7
 +   -   isLinuxAlpha
-+   -   isLinuxArmel
-+   -   isLinuxHPPA
-+   -   isLinuxMIPS
-+   -   isLinuxMIPSEL
-+   -   isLinuxPPC
-+   -   isLinuxS390
++   -   isLinuxHppa
++   -   isLinuxMips
++   -   isLinuxMipsel
++   -   isLinuxPpc
++   -   isLinuxs390
 +   -   isLinuxSparc
 -   isOSX
 -   isOSXPPC
 -   isSolaris
-@@ -98,6 +106,14 @@
+@@ -98,6 +105,13 @@
 -   compiler.cfg.linux.x86
 -   compiler.cfg.linux.amd64
 -   compiler.cfg.linux.armv7
 +   -   compiler.cfg.linux.alpha
-+   -   compiler.cfg.linux.armel
 +   -   compiler.cfg.linux.hppa
 +   -   compiler.cfg.linux.mips
 +   -   compiler.cfg.linux.mipsel
@@ -30,12 +28,11 @@
 -   compiler.cfg.solaris
 -   compiler.cfg.solaris.sparcv9
 -   compiler.cfg.solaris.amd64
-@@ -111,6 +127,14 @@
+@@ -111,6 +125,13 @@
 -   linker.cfg.linux.x86
 -   linker.cfg.linux.amd64
 -   linker.cfg.linux.armv7
 +   -   linker.cfg.linux.alpha
-+   -   linker.cfg.linux.armel
 +   -   linker.cfg.linux.hppa
 +   -   linker.cfg.linux.mips
 +   -   linker.cfg.linux.mipsel
@@ -45,7 +42,7 @@
 -   linker.cfg.freebsd.x86
 -   linker.cfg.freebsd.amd64
 -   linker.cfg.solaris
-@@ -247,6 +271,79 @@
+@@ -247,6 +268,73 @@
  /or
/and
  /condition
@@ -58,16 +55,10 @@
 +condition property=alpha
 +  os arch=alpha /
 +/condition
-+condition property=isLinuxArmel
-+  and
-+istrue value=${isLinux} /
-+os arch=arm /
-+  /and
-+/condition
 +condition property=arm
 +  os arch=arm /
 +/condition
-+condition property=isLinuxHPPA
++condition property=isLinuxHppa
 +  and
 +istrue value=${isLinux} /
 +os arch=hppa /
@@ -76,7 +67,7 @@
 +condition property=hppa
 +  os arch=hppa /
 +/condition
-+condition property=isLinuxMIPS
++condition property

[pkg-java] r15155 - in trunk/libgluegen2-java/debian: . patches

2011-10-06 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-06 13:36:13 + (Thu, 06 Oct 2011)
New Revision: 15155

Added:
   trunk/libgluegen2-java/debian/patches/disable-test-zip-archive.diff
   trunk/libgluegen2-java/debian/patches/disable_android.diff
   trunk/libgluegen2-java/debian/patches/fix_issues.diff
Removed:
   trunk/libgluegen2-java/debian/patches/alpha-ia64.diff
   trunk/libgluegen2-java/debian/patches/disablesSomeOptions.diff
   trunk/libgluegen2-java/debian/patches/macosx.diff
   trunk/libgluegen2-java/debian/patches/moreFeedback.diff
Modified:
   trunk/libgluegen2-java/debian/changelog
   trunk/libgluegen2-java/debian/orig-tar.sh
   trunk/libgluegen2-java/debian/patches/jarPath.diff
   trunk/libgluegen2-java/debian/patches/other-archs.diff
   trunk/libgluegen2-java/debian/patches/renamedLibrary.diff
   trunk/libgluegen2-java/debian/patches/series
   trunk/libgluegen2-java/debian/patches/structLayoutLinux.diff
Log:
gluegen2 (2.0-rc3-1) unstable; urgency=low

  * New upstream release


Modified: trunk/libgluegen2-java/debian/changelog
===
--- trunk/libgluegen2-java/debian/changelog 2011-10-05 22:30:12 UTC (rev 
15154)
+++ trunk/libgluegen2-java/debian/changelog 2011-10-06 13:36:13 UTC (rev 
15155)
@@ -1,3 +1,9 @@
+gluegen2 (2.0-rc3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Sylvestre Ledru sylves...@debian.org  Thu, 06 Oct 2011 13:24:11 +0200
+
 gluegen2 (2.0-rc2-7) unstable; urgency=low
 
   * Fix the runtime detection of the arch + 32/64 bits. Was causing FTBFS of

Modified: trunk/libgluegen2-java/debian/orig-tar.sh
===
--- trunk/libgluegen2-java/debian/orig-tar.sh   2011-10-05 22:30:12 UTC (rev 
15154)
+++ trunk/libgluegen2-java/debian/orig-tar.sh   2011-10-06 13:36:13 UTC (rev 
15155)
@@ -1,14 +1,19 @@
 #!/bin/sh -e
+VERSION=2.0-rc3
 
-# called by uscan with '--upstream-version' version file
-DIR=jogl-$2
-TAR=../libjogl-java_$2.orig.tar.gz
+DIR=gluegen-$VERSION
+TAR=gluegen2_$VERSION.orig.tar.gz
 
 # clean up the upstream tarball
-unzip $3 -d $DIR
-tar -c -z -f $TAR $DIR
-rm -rf $DIR $3
 
+git clone git://jogamp.org/srv/scm/gluegen.git  gluegen-$VERSION
+cd $DIR
+git checkout $VERSION
+rm -rf .git .gitignore .htaccess make/lib/
+cd ..
+tar zcvf $TAR $DIR
+rm -rf $DIR
+
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then
 . .svn/deb-layout

Deleted: trunk/libgluegen2-java/debian/patches/alpha-ia64.diff
===
--- trunk/libgluegen2-java/debian/patches/alpha-ia64.diff   2011-10-05 
22:30:12 UTC (rev 15154)
+++ trunk/libgluegen2-java/debian/patches/alpha-ia64.diff   2011-10-06 
13:36:13 UTC (rev 15155)
@@ -1,87 +0,0 @@
-diff -ur plop/gluegen-v2.0-rc2/make//build.xml gluegen2-2.0-rc2/make//build.xml
 plop/gluegen-v2.0-rc2/make//build.xml  2011-03-04 14:24:34.0 
+0100
-+++ gluegen2-2.0-rc2/make//build.xml   2011-03-13 22:46:10.0 +0100
-@@ -272,7 +272,13 @@
-   property name=linker.cfg.id
value=linker.cfg.linux / 
- /target
- 
--target name=declare.linux 
depends=declare.linux.x86,declare.linux.amd64,declare.linux.ia64 if=isLinux 

-+target name=declare.linux.alpha if=isLinuxAlpha
-+  echo message=Linux.alpha /
-+  property name=compiler.cfg.id  
value=compiler.cfg.linux / 
-+  property name=linker.cfg.id
value=linker.cfg.linux / 
-+/target
-+
-+target name=declare.linux 
depends=declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.alpha
 if=isLinux 
-   property name=c.src.dir.os value=unix /
-   property name=java.includes.dir.platform   
value=${java.includes.dir}/linux /
- /target
 plop/gluegen-v2.0-rc2/make//gluegen-cpptasks-base.xml  2011-03-04 
14:24:34.0 +0100
-+++ gluegen2-2.0-rc2/make//gluegen-cpptasks-base.xml   2011-03-13 
22:45:46.0 +0100
-@@ -24,6 +24,7 @@
--   isLinuxAMD64
--   isLinuxIA64
--   isLinuxX86
-+   -   isLinuxAlpha
--   isOSX
--   isOSXPPC
--   isSolaris
-@@ -236,6 +243,15 @@
- condition property=isIA64
-   os arch=IA64 /
- /condition
-+condition property=isLinuxAlpha
-+  and
-+istrue value=${isLinux} /
-+os arch=alpha /
-+  /and
-+/condition
-+condition property=alpha
-+  os arch=alpha /
-+/condition
- condition property=isSolaris32Bit
-   and
-  istrue value=${isSolaris} /
-@@ -305,6 +321,7 @@
- echo message=LinuxAMD64=${isLinuxAMD64} /
- echo message=LinuxIA64=${isLinuxIA64} /
- echo message=LinuxX86=${isLinuxX86} /
-+echo message=LinuxAlpha=${isLinuxAlpha} /
- echo message=OS X=${isOSX} /
- echo message=OS X PPC=${use.macosppc} /
- echo message=OS X x32=${use.macosx32} /
-@@ -346,7 +363,11 @@
- property name

[pkg-java] r15156 - trunk/libgluegen2-java/debian

2011-10-06 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-06 13:42:45 + (Thu, 06 Oct 2011)
New Revision: 15156

Modified:
   trunk/libgluegen2-java/debian/orig-tar.sh
Log:
use the variable

Modified: trunk/libgluegen2-java/debian/orig-tar.sh
===
--- trunk/libgluegen2-java/debian/orig-tar.sh   2011-10-06 13:36:13 UTC (rev 
15155)
+++ trunk/libgluegen2-java/debian/orig-tar.sh   2011-10-06 13:42:45 UTC (rev 
15156)
@@ -6,7 +6,7 @@
 
 # clean up the upstream tarball
 
-git clone git://jogamp.org/srv/scm/gluegen.git  gluegen-$VERSION
+git clone git://jogamp.org/srv/scm/gluegen.git $DIR
 cd $DIR
 git checkout $VERSION
 rm -rf .git .gitignore .htaccess make/lib/


___
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] r15157 - in trunk/libjogl2-java/debian: . patches

2011-10-06 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-10-06 17:13:30 + (Thu, 06 Oct 2011)
New Revision: 15157

Added:
   trunk/libjogl2-java/debian/patches/disable_android.diff
Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/orig-tar.sh
   trunk/libjogl2-java/debian/patches/otherArchsoswin.diff
   trunk/libjogl2-java/debian/patches/series
   trunk/libjogl2-java/debian/patches/swt.diff
   trunk/libjogl2-java/debian/patches/variousFixes.diff
   trunk/libjogl2-java/debian/rules
Log:
libjogl2-java (2.0-rc3-1) unstable; urgency=low

  * New upstream release



Modified: trunk/libjogl2-java/debian/changelog
===
--- trunk/libjogl2-java/debian/changelog2011-10-06 13:42:45 UTC (rev 
15156)
+++ trunk/libjogl2-java/debian/changelog2011-10-06 17:13:30 UTC (rev 
15157)
@@ -1,3 +1,9 @@
+libjogl2-java (2.0-rc3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Sylvestre Ledru sylves...@debian.org  Thu, 06 Oct 2011 15:53:38 +0200
+
 libjogl2-java (2.0-rc2-4) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libjogl2-java/debian/orig-tar.sh
===
--- trunk/libjogl2-java/debian/orig-tar.sh  2011-10-06 13:42:45 UTC (rev 
15156)
+++ trunk/libjogl2-java/debian/orig-tar.sh  2011-10-06 17:13:30 UTC (rev 
15157)
@@ -1,14 +1,21 @@
 #!/bin/sh -e
+VERSION=2.0-rc3
 
-# called by uscan with '--upstream-version' version file
-DIR=jogl-$2
-TAR=../libjogl-java_$2.orig.tar.gz
+DIR=libjogl2-java-$VERSION
+TAR=libjogl2-java_$VERSION.orig.tar.gz
 
 # clean up the upstream tarball
-unzip $3 -d $DIR
-tar -c -z -f $TAR $DIR
-rm -rf $DIR $3
 
+git clone git://jogamp.org/srv/scm/jogl.git $DIR
+cd $DIR
+git checkout $VERSION
+rm $(find . -name .gitignore)
+rm -rf .git .htaccess make/lib/
+cd ..
+tar zcvf $TAR $DIR
+rm -rf $DIR
+mv $TAR ../../
+
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then
 . .svn/deb-layout

Added: trunk/libjogl2-java/debian/patches/disable_android.diff
===
--- trunk/libjogl2-java/debian/patches/disable_android.diff 
(rev 0)
+++ trunk/libjogl2-java/debian/patches/disable_android.diff 2011-10-06 
17:13:30 UTC (rev 15157)
@@ -0,0 +1,37 @@
+--- plpo/libjogl2-java-2.0-rc3/make/build-newt.xml 2011-10-06 
15:52:37.0 +0200
 libjogl2-java-2.0-rc3/make//build-newt.xml 2011-10-06 18:55:54.0 
+0200
+@@ -139,7 +139,7 @@
+isset property=setup.noOpenGL/
+ /condition
+ 
+-property name=java.excludes.all value=${java.excludes.awt}, 
${java.excludes.opengl} /
++property name=java.excludes.all value=${java.excludes.awt}, 
${java.excludes.opengl} jogamp/newt/driver/android/** /
+ echo message=java.excludes.all: ${java.excludes.all} /
+ 
+ /target
+@@ -575,7 +575,7 @@
+   javah destdir=${src.generated.c}/X11 
classpath=${javah.classpath} class=jogamp.newt.driver.x11.X11Window /
+   javah destdir=${src.generated.c}/X11 
classpath=${javah.classpath} class=jogamp.newt.driver.x11.X11Screen /
+   javah destdir=${src.generated.c}/X11 
classpath=${javah.classpath} class=jogamp.newt.driver.x11.X11Display /
+-  javah destdir=${src.generated.c}/Android 
classpath=${javah.classpath}:${android.jar} 
class=jogamp.newt.driver.android.AndroidWindow /
++!--  javah destdir=${src.generated.c}/Android 
classpath=${javah.classpath}:${android.jar} 
class=jogamp.newt.driver.android.AndroidWindow /--
+ /target
+ 
+ target name=c.build.newt.windowlib unless=setup.nonatives
+--- plpo/libjogl2-java-2.0-rc3/make/build-test.xml 2011-10-06 
15:52:37.0 +0200
 libjogl2-java-2.0-rc3/make//build-test.xml 2011-10-06 19:02:13.0 
+0200
+@@ -78,12 +78,14 @@
+ /target
+ 
+ target name=test.compile depends=test.compile.check 
unless=test.compile.skip
++property name=java.excludes.all 
value=jogamp/newt/driver/android/** com/jogamp/opengl/test/android/** /
+ !-- Perform the junit pass Java compile --
+ javac destdir=${classes}
+source=${host.sourcelevel}
+fork=yes
+memoryMaximumSize=${javac.memorymax}
+includeAntRuntime=false
++   excludes=${java.excludes.all}
+debug=${javacdebug} debuglevel=${javacdebuglevel}
+ classpath refid=junit_jogl_newt_android.compile.classpath/
+ src path=${src.test} /

Modified: trunk/libjogl2-java/debian/patches/otherArchsoswin.diff
===
--- trunk/libjogl2-java/debian/patches/otherArchsoswin.diff 2011-10-06 
13:42:45 UTC (rev 15156)
+++ trunk/libjogl2-java/debian/patches/otherArchsoswin.diff 2011-10-06 
17:13:30 UTC (rev 15157)
@@ -1,18 +1,12 @@
 Index: libjogl2-java-2.0-rc2/make/build

Re: Processed: block 642775 with 642933

2011-09-25 Thread Sylvestre Ledru
reassign 642933 openjdk-6
forcemerge 642933 641530
thanks

Le dimanche 25 septembre 2011 à 21:27 +, Debian Bug Tracking System
a écrit :
 Processing commands for cont...@bugs.debian.org:
 
  block 642775 with 642933
 Bug #642775 [src:gpsbabel] gpsbabel: FTBFS: 
 java.lang.IllegalArgumentException: Cannot open file sRGB.pf
 Was not blocked by any bugs.
 Added blocking bug(s) of 642775: 642933
Actually, this bug has been fixed with the upload 6b23~pre9-2 from
Damien Raude-Morvan
http://packages.qa.debian.org/o/openjdk-6/news/20110923T230425Z.html
a rebuild should fix the problem.

Sylvestre


__
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#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Sylvestre Ledru
reassign 641530 openjdk-6
forcemerge 641530 639883
thanks


Bonjour Raphael,

Le mercredi 14 septembre 2011 à 09:51 +0200, Raphaël Hertzog a écrit :
 Package: fop
 Version: 1:1.0.dfsg2-2
 Severity: grave
 Justification: renders package unusable
Actually, this is a bug from the openjdk due to the multiarch switch of
the openjdk ...

Sylvestre





__
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#641530: fop: fails with java.lang.IllegalArgumentException: Cannot open file sRGB.pf

2011-09-14 Thread Sylvestre Ledru
reassign 641530 openjdk-6
forcemerge 641530 639883
thanks


Bonjour Raphael,

Le mercredi 14 septembre 2011 à 09:51 +0200, Raphaël Hertzog a écrit :
 Package: fop
 Version: 1:1.0.dfsg2-2
 Severity: grave
 Justification: renders package unusable
Actually, this is a bug from the openjdk due to the multiarch switch of
the openjdk ...

Sylvestre






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


[pkg-java] r14499 - trunk/sun-java6/debian

2011-08-26 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-08-26 09:59:10 + (Fri, 26 Aug 2011)
New Revision: 14499

Modified:
   trunk/sun-java6/debian/changelog
   trunk/sun-java6/debian/control
   trunk/sun-java6/debian/control.in
Log:
  * Move libnss-mdns to Suggests. Thanks to Arthur Gautier for investigating
(Closes: #484316)



Modified: trunk/sun-java6/debian/changelog
===
--- trunk/sun-java6/debian/changelog2011-08-26 09:05:44 UTC (rev 14498)
+++ trunk/sun-java6/debian/changelog2011-08-26 09:59:10 UTC (rev 14499)
@@ -1,10 +1,17 @@
-sun-java6 (6.26-2) UNRELEASED; urgency=low
+sun-java6 (6.26-3) unstable; urgency=low
 
   * ia32-sun-java6-bin has improperly equal alternatives priority on amd64
 fixed. Thanks to Todd Vierling for providing the patch (LP: #643658)
 
  -- Sylvestre Ledru sylves...@debian.org  Fri, 22 Jul 2011 23:22:17 +0200
 
+sun-java6 (6.26-2) unstable; urgency=low
+
+  * Move libnss-mdns to Suggests. Thanks to Arthur Gautier for investigating
+(Closes: #484316)
+
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 26 Aug 2011 11:33:19 +0200
+
 sun-java6 (6.26-1) unstable; urgency=high
 
   * New upstream release (Closes: #629852)

Modified: trunk/sun-java6/debian/control
===
--- trunk/sun-java6/debian/control  2011-08-26 09:05:44 UTC (rev 14498)
+++ trunk/sun-java6/debian/control  2011-08-26 09:59:10 UTC (rev 14499)
@@ -39,8 +39,8 @@
 Architecture: amd64 i386 lpia
 Pre-Depends: debconf (= 0.5) | debconf-2.0
 Depends: sun-java6-jre (= ${source:Version}), ${odbc:Depends}, 
${shlibs:Depends}, ${misc:Depends}
-Recommends: ${shlibs:Recommends}, ${mdns:Depends}
-Suggests: binfmt-support
+Recommends: ${shlibs:Recommends}
+Suggests: binfmt-support, ${mdns:Depends}
 Conflicts: binfmt-support ( 1.1.2)
 Description: Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent 
files)
  The Sun Java Platform Standard Edition Runtime Environment (JRE) 6
@@ -73,7 +73,8 @@
 Section: non-free/java
 Architecture: amd64 ia64
 Depends: sun-java6-jre (= ${source:Version}), ia32-libs, ${shlibs:Depends}, 
${odbc:Depends}, ${misc:Depends}
-Recommends: ${shlibs:Recommends}, ${mdns:Depends}, ia32-libs-gtk
+Recommends: ${shlibs:Recommends}, ia32-libs-gtk
+Suggests: ${mdns:Depends}
 Description: Sun Java(TM) Runtime Environment (JRE) 6 (32-bit)
  The Sun Java Platform Standard Edition Runtime Environment (JRE) 6
  contains the Java virtual machine, runtime class libraries, and 

Modified: trunk/sun-java6/debian/control.in
===
--- trunk/sun-java6/debian/control.in   2011-08-26 09:05:44 UTC (rev 14498)
+++ trunk/sun-java6/debian/control.in   2011-08-26 09:59:10 UTC (rev 14499)
@@ -39,8 +39,8 @@
 Architecture: amd64 i386 lpia
 Pre-Depends: debconf (= 0.5) | debconf-2.0
 Depends: @basename@-jre (= @pkg_version@), ${odbc:Depends}, 
${shlibs:Depends}, ${misc:Depends}
-Recommends: ${shlibs:Recommends}, ${mdns:Depends}
-Suggests: binfmt-support
+Recommends: ${shlibs:Recommends}
+Suggests: binfmt-support, ${mdns:Depends}
 Conflicts: binfmt-support ( 1.1.2)
 Description: @vendor@ Java(TM) Runtime Environment (JRE) @RELEASE@ 
(architecture dependent files)
  The @vendor@ Java Platform Standard Edition Runtime Environment (JRE) 
@RELEASE@
@@ -73,7 +73,8 @@
 Section: non-free/java
 Architecture: amd64 ia64
 Depends: @basename@-jre (= @pkg_version@), ia32-libs, ${shlibs:Depends}, 
${odbc:Depends}, ${misc:Depends}
-Recommends: ${shlibs:Recommends}, ${mdns:Depends}, ia32-libs-gtk
+Recommends: ${shlibs:Recommends}, ia32-libs-gtk
+Suggests: ${mdns:Depends}
 Description: @vendor@ Java(TM) Runtime Environment (JRE) @RELEASE@ (32-bit)
  The @vendor@ Java Platform Standard Edition Runtime Environment (JRE) 
@RELEASE@
  contains the Java virtual machine, runtime class libraries, and 


___
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#639172: eclipse-cdt: FTBFS: unsatisfiable build-dependencies: eclipse-pde (= 3.5.2), eclipse-rse

2011-08-24 Thread Sylvestre Ledru
Source: eclipse-cdt
Version: 6.0.2-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-eclipse-cdt-dummy : Depends: eclipse-pde (= 3.5.2) but 
 it is not going to be installed
   Depends: eclipse-rse but it is not 
 going to be installed

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/08/22/eclipse-cdt_6.0.2-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



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


[pkg-java] r14418 - trunk/fop/debian

2011-08-23 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-08-23 10:16:53 + (Tue, 23 Aug 2011)
New Revision: 14418

Modified:
   trunk/fop/debian/changelog
Log:
Update of the uploader

Modified: trunk/fop/debian/changelog
===
--- trunk/fop/debian/changelog  2011-08-23 09:44:18 UTC (rev 14417)
+++ trunk/fop/debian/changelog  2011-08-23 10:16:53 UTC (rev 14418)
@@ -1,4 +1,4 @@
-fop (1:1.0.dfsg-4) unstable; urgency=low
+fop (1:1.0.dfsg2-1) unstable; urgency=low
 
   [ Sylvestre Ledru ]
   * Upload to unstable
@@ -17,7 +17,7 @@
   * Fix JAVA_HOME value in debian/rules 
   * Fix qdox 1.12 build failure. Closes: #638532
 
- -- Vincent Fourmond fourm...@debian.org  Mon, 06 Jun 2011 12:49:28 +0200
+ -- Sylvestre Ledru sylves...@debian.org  Mon, 22 Aug 2011 18:06:46 +0200
 
 fop (1:1.0.dfsg-3) experimental; 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


Bug#638532:

2011-08-22 Thread Sylvestre Ledru
Le lundi 22 août 2011 à 16:20 +0200, Mathieu Malaterre a écrit :
 On Mon, Aug 22, 2011 at 4:13 PM, Sylvestre Ledru sylves...@debian.org wrote:
  Le lundi 22 août 2011 à 16:05 +0200, Mathieu Malaterre a écrit :
  RHEL seems to be using this patch to work around this issue.
  Well done
  Could you try to apply it to see how it goes ?
 
 Actually it nows fails with:
 
 [javac] 
 /home/mathieu/debian/pkg-java/trunk/fop/fop-1.0/src/codegen/java/org/apache/fop/tools/EventProducerCollector.java:49:
 generics are not supported in -source 1.4
 [javac] (use -source 5 or higher to enable generics)
 [javac] private static final MapString, Class? PRIMITIVE_MAP;
 [javac] ^
 [javac] 1 error
Looks like a different kind of issue. Looks like Java is complaining
because of the option -source 1.4

See in fop*/build.xml:
  property name=javac.source value=1.4/
Update it and it should work.

Sylvestre




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

[pkg-java] r13904 - trunk/gnome-split/debian

2011-08-02 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-08-02 23:10:05 + (Tue, 02 Aug 2011)
New Revision: 13904

Modified:
   trunk/gnome-split/debian/control
   trunk/gnome-split/debian/copyright
   trunk/gnome-split/debian/rules
Log:
Fix some various minor things

Modified: trunk/gnome-split/debian/control
===
--- trunk/gnome-split/debian/control2011-08-02 20:02:40 UTC (rev 13903)
+++ trunk/gnome-split/debian/control2011-08-02 23:10:05 UTC (rev 13904)
@@ -1,7 +1,8 @@
 Source: gnome-split
 Section: gnome
 Priority: optional
-Maintainer: Guillaume Mazoyer respawne...@gmail.com
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Guillaume Mazoyer respawne...@gmail.com
 Build-Depends: autotools-dev,
debhelper (= 7),
default-jdk,
@@ -9,6 +10,7 @@
libjava-gnome-java (= 4.0.15)
 Standards-Version: 3.9.2
 Homepage: http://gnome-split.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/gnome-split/
 
 Package: gnome-split
 Architecture: all

Modified: trunk/gnome-split/debian/copyright
===
--- trunk/gnome-split/debian/copyright  2011-08-02 20:02:40 UTC (rev 13903)
+++ trunk/gnome-split/debian/copyright  2011-08-02 23:10:05 UTC (rev 13904)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://gnome-split.org/releases/
 
-Upstream Author(s):
+Upstream Author:
 
 Guillaume Mazoyer respawne...@gmail.com
 

Modified: trunk/gnome-split/debian/rules
===
--- trunk/gnome-split/debian/rules  2011-08-02 20:02:40 UTC (rev 13903)
+++ trunk/gnome-split/debian/rules  2011-08-02 23:10:05 UTC (rev 13904)
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-JAVA_HOME = /usr/lib/jvm/default-java
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/jni jardir=/usr/share/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


Bug#633982: sun-java6-bin: Multiarch support issue with Sun Java

2011-07-31 Thread Sylvestre Ledru
Le mercredi 27 juillet 2011 à 08:53 -0500, Livingston, John A a écrit :
 Tom,
 
 Thank you for investigating the problem further.  I was hoping there would be 
 some way to configure Sun Java in the same manner as OpenJDK, but it's not 
 surprising that there isn't. 
I will probably get in touch with upstream on this issue.

 We still have one or two applications that have little glitches unless Sun 
 Java is used
Do you have a way to isolate the issue to make a detailed bug report on
the openjdk ?

Sylvestre






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


[pkg-java] r13896 - trunk/java-gnome/debian

2011-07-30 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-07-30 12:47:21 + (Sat, 30 Jul 2011)
New Revision: 13896

Modified:
   trunk/java-gnome/debian/control
   trunk/java-gnome/debian/watch
Log:
Upercase + watch updated

Modified: trunk/java-gnome/debian/control
===
--- trunk/java-gnome/debian/control 2011-07-30 12:16:05 UTC (rev 13895)
+++ trunk/java-gnome/debian/control 2011-07-30 12:47:21 UTC (rev 13896)
@@ -34,7 +34,7 @@
 Architecture: all
 Depends: libjava-gnome-jni (= ${source:Version}),
  ${misc:Depends}
-Description: java-gnome language bindings project
+Description: Java-gnome language bindings project
  These are the Java bindings for GTK+ and GNOME! Featuring a robust
  engineering design, completely generated internals, a lovingly crafted
  layer presenting the public API, and steadily increasing coverage of
@@ -50,7 +50,7 @@
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: libjava-gnome-java ( 4.0.11)
-Description: java-gnome language bindings project
+Description: Java-gnome language bindings project
  These are the Java bindings for GTK+ and GNOME! Featuring a robust
  engineering design, completely generated internals, a lovingly crafted
  layer presenting the public API, and steadily increasing coverage of
@@ -66,7 +66,7 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: libjava-gnome-java
-Description: java-gnome language bindings project
+Description: Java-gnome language bindings project
  These are the Java bindings for GTK+ and GNOME! Featuring a robust
  engineering design, completely generated internals, a lovingly crafted
  layer presenting the public API, and steadily increasing coverage of

Modified: trunk/java-gnome/debian/watch
===
--- trunk/java-gnome/debian/watch   2011-07-30 12:16:05 UTC (rev 13895)
+++ trunk/java-gnome/debian/watch   2011-07-30 12:47:21 UTC (rev 13896)
@@ -1,2 +1,2 @@
 version=3
-http://ftp.gnome.org/pub/gnome/sources/java-gnome/([\d\.]+)/java-gnome-([\d\.]+)\.tar\.xz
 debian
+http://ftp.gnome.org/pub/gnome/sources/java-gnome/([\d\.]+)/java-gnome-([\d\.]+)\.tar\.bz2
 debian


___
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   >