[pkg-java] r15223 - in trunk/libjaba-client-java/debian: . patches

2011-10-22 Thread Vincent Fourmond
Author: fourmond
Date: 2011-10-22 08:34:58 + (Sat, 22 Oct 2011)
New Revision: 15223

Added:
   trunk/libjaba-client-java/debian/patches/
   trunk/libjaba-client-java/debian/patches/series
   trunk/libjaba-client-java/debian/patches/strip-annotations.diff
Modified:
   trunk/libjaba-client-java/debian/changelog
   trunk/libjaba-client-java/debian/javabuild
   trunk/libjaba-client-java/debian/rules
Log:
[libjaba-client-java] Strip the (accidentally) non-free *ThreadSafe files and 
their use

Modified: trunk/libjaba-client-java/debian/changelog
===
--- trunk/libjaba-client-java/debian/changelog  2011-10-21 23:08:39 UTC (rev 
15222)
+++ trunk/libjaba-client-java/debian/changelog  2011-10-22 08:34:58 UTC (rev 
15223)
@@ -1,3 +1,11 @@
+libjaba-client-java (0+dfsg-1) unstable; urgency=low
+
+  * Strip the *ThreadSafe class files from the source code, they are hardly
+used anyway.
+  * strip-annotations.diff: to remove the only use of those
+
+ -- Vincent Fourmond fourm...@debian.org  Sat, 22 Oct 2011 09:06:48 +0200
+
 libjaba-client-java (0-1) unstable; urgency=low
 
   * Initial release. (Closes: #623030)

Modified: trunk/libjaba-client-java/debian/javabuild
===
--- trunk/libjaba-client-java/debian/javabuild  2011-10-21 23:08:39 UTC (rev 
15222)
+++ trunk/libjaba-client-java/debian/javabuild  2011-10-22 08:34:58 UTC (rev 
15223)
@@ -1 +1 @@
-min-jaba-client.jar .
+min-jaba-client.jar src

Added: trunk/libjaba-client-java/debian/patches/series
===
--- trunk/libjaba-client-java/debian/patches/series 
(rev 0)
+++ trunk/libjaba-client-java/debian/patches/series 2011-10-22 08:34:58 UTC 
(rev 15223)
@@ -0,0 +1 @@
+strip-annotations.diff

Added: trunk/libjaba-client-java/debian/patches/strip-annotations.diff
===
--- trunk/libjaba-client-java/debian/patches/strip-annotations.diff 
(rev 0)
+++ trunk/libjaba-client-java/debian/patches/strip-annotations.diff 
2011-10-22 08:34:58 UTC (rev 15223)
@@ -0,0 +1,20 @@
+Index: libjaba-client-java-0+dfsg/compbio/metadata/RunnerConfig.java
+===
+--- libjaba-client-java-0+dfsg.orig/compbio/metadata/RunnerConfig.java 
2010-11-18 15:37:12.0 +0100
 libjaba-client-java-0+dfsg/compbio/metadata/RunnerConfig.java  
2011-10-22 09:06:15.465134107 +0200
+@@ -28,7 +28,6 @@
+ import javax.xml.bind.annotation.XmlTransient;
+ 
+ import compbio.util.SysPrefs;
+-import compbio.util.annotation.NotThreadSafe;
+ 
+ /**
+  * The list of {@link Parameter}s and {@link Option}s supported by executable.
+@@ -41,7 +40,6 @@
+  *type of an Executable
+  */
+ @XmlRootElement
+-@NotThreadSafe
+ public class RunnerConfigT {
+ 
+   /*

Modified: trunk/libjaba-client-java/debian/rules
===
--- trunk/libjaba-client-java/debian/rules  2011-10-21 23:08:39 UTC (rev 
15222)
+++ trunk/libjaba-client-java/debian/rules  2011-10-22 08:34:58 UTC (rev 
15223)
@@ -7,5 +7,11 @@
dh $@ --with javahelper
 
 override_dh_auto_clean:
+   rm -Rf src
 
-override_dh_auto_build:
\ No newline at end of file
+override_dh_auto_build:
+
+override_jh_build:
+   mkdir -p src;
+   cp -af compbio src/
+   jh_build
\ 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


[pkg-java] r15224 - in tags/libjaba-client-java: . 0+dfsg-1/debian

2011-10-22 Thread Vincent Fourmond
Author: fourmond
Date: 2011-10-22 08:57:50 + (Sat, 22 Oct 2011)
New Revision: 15224

Added:
   tags/libjaba-client-java/0+dfsg-1/
   tags/libjaba-client-java/0+dfsg-1/debian/changelog
   tags/libjaba-client-java/0+dfsg-1/debian/copyright
   tags/libjaba-client-java/0+dfsg-1/debian/javabuild
   tags/libjaba-client-java/0+dfsg-1/debian/patches/
   tags/libjaba-client-java/0+dfsg-1/debian/rules
Removed:
   tags/libjaba-client-java/0+dfsg-1/debian/changelog
   tags/libjaba-client-java/0+dfsg-1/debian/copyright
   tags/libjaba-client-java/0+dfsg-1/debian/javabuild
   tags/libjaba-client-java/0+dfsg-1/debian/rules
Log:
[svn-buildpackage] Tagging libjaba-client-java 0+dfsg-1

Deleted: tags/libjaba-client-java/0+dfsg-1/debian/changelog
===
--- trunk/libjaba-client-java/debian/changelog  2011-06-06 09:16:58 UTC (rev 
13758)
+++ tags/libjaba-client-java/0+dfsg-1/debian/changelog  2011-10-22 08:57:50 UTC 
(rev 15224)
@@ -1,5 +0,0 @@
-libjaba-client-java (0-1~java1) unstable; urgency=low
-
-  * Initial release. (Closes: #623030)
-
- -- Vincent Fourmond fourm...@debian.org  Thu, 14 Apr 2011 22:03:33 +0200

Copied: tags/libjaba-client-java/0+dfsg-1/debian/changelog (from rev 15223, 
trunk/libjaba-client-java/debian/changelog)
===
--- tags/libjaba-client-java/0+dfsg-1/debian/changelog  
(rev 0)
+++ tags/libjaba-client-java/0+dfsg-1/debian/changelog  2011-10-22 08:57:50 UTC 
(rev 15224)
@@ -0,0 +1,13 @@
+libjaba-client-java (0+dfsg-1) unstable; urgency=low
+
+  * Strip the *ThreadSafe class files from the source code, they are hardly
+used anyway.
+  * strip-annotations.diff: to remove the only use of those
+
+ -- Vincent Fourmond fourm...@debian.org  Sat, 22 Oct 2011 09:06:48 +0200
+
+libjaba-client-java (0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #623030)
+
+ -- Vincent Fourmond fourm...@debian.org  Thu, 14 Apr 2011 22:03:33 +0200

Deleted: tags/libjaba-client-java/0+dfsg-1/debian/copyright
===
--- trunk/libjaba-client-java/debian/copyright  2011-06-06 09:16:58 UTC (rev 
13758)
+++ tags/libjaba-client-java/0+dfsg-1/debian/copyright  2011-10-22 08:57:50 UTC 
(rev 15224)
@@ -1,58 +0,0 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=174
-Upstream-Name: JABAWS command-line client
-Source: http://www.compbio.dundee.ac.uk/jabaws/download.html
- The source jar file actually found on that page is missing a few
- bits, which were kindly provided privately by Peter Troshin. This
- situation should improve soon enough.
-
-Files: *
-Copyright: 2009, 2010 by Peter Troshin
-License: Apache 2.0
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the License); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
- .
- http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an AS IS BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- .
- On Debian system, the full text of the license can be found at
- /usr/share/common-licenses/Apache-2.0
-
-Files: compbio/util/annotation/*ThreadSafe.java
-Copyright: 2005 Brian Goetz and Tim Peierls
-License: CC-BY
- Released under the Creative Commons Attribution License
- (http://creativecommons.org/licenses/by/2.5)
- .
- Any republication or derived work distributed in source code form
- must include this copyright and license notice.
-
-Files: debian/*
-Copyright: 2011 by Vincent Fourmond fourm...@debian.org
-License: GPL2+
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA
- .
- On Debian system, the full text of the license can be found at
- /usr/share/common-licenses/GPL-2
-

Copied: tags/libjaba-client-java/0+dfsg-1/debian/copyright (from rev 15211, 

[SCM] jenkins-json packaging branch, master, updated. debian/2.1-rev6-1-5-g1d52f78

2011-10-22 Thread James Page
The following commit has been merged in the master branch:
commit 8ad034ce4112504d5a400177d1cf2b23f264a844
Author: James Page james.p...@canonical.com
Date:   Fri Oct 21 22:46:53 2011 +0100

Updates for new tag name and deterministic orig-source behaviour

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index fa63bdd..39f1ce5 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,6 +7,9 @@ mkdir -p $DIR
 # Expand the upstream tarball
 tar -xzf $TAR -C $DIR --strip-components=1
 # Repack excluding stuff we don't need
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' \
---exclude 'CVS' --exclude '.svn' $DIR
+DATE=Fri Oct 21 12:29:52 BST 2011
+tar -c --exclude '*.jar' --exclude '*.class' \
+  --exclude 'CVS' --exclude '.svn' --mtime=$DATE $DIR | \
+  gzip -9fn -c -  $TAR
+
 rm -rf $DIR
diff --git a/debian/watch b/debian/watch
index c2fb01f..bfb49fb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\.dfsg// \
-http://githubredir.debian.net/github/jenkinsci/json-lib/ (.+).tar.gz debian 
debian/orig-tar.sh
+http://githubredir.debian.net/github/jenkinsci/json-lib/ json-lib-(.+).tar.gz 
debian debian/orig-tar.sh

-- 
jenkins-json 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] jenkins-json packaging branch, master, updated. debian/2.1-rev6-1-5-g1d52f78

2011-10-22 Thread James Page
The following commit has been merged in the master branch:
commit 2caabc9d318c4688222cf4ef9ef5a95802b9a172
Merge: 8ad034ce4112504d5a400177d1cf2b23f264a844 
e4f6dc8e9cb8f26e1e70ee69c3220d2752c9d10e
Author: James Page james.p...@canonical.com
Date:   Fri Oct 21 22:47:35 2011 +0100

Merge commit 'upstream/2.1-rev7'


-- 
jenkins-json 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] jenkins-json packaging branch, master, updated. debian/2.1-rev6-1-5-g1d52f78

2011-10-22 Thread James Page
The following commit has been merged in the master branch:
commit 16cc32fe5668ab0c88ab842cea25a941b413c5a6
Author: James Page james.p...@canonical.com
Date:   Fri Oct 21 22:53:31 2011 +0100

New upstream release

* New upstream release
  - Dropped all patches - no longer required.
* d/watch: Updated with new upstream tag naming convention.
* d/orig-tar.sh: Fix-up orig.tar.gz creation.
* d/maven.{ignoreRules,cleanIgnoreRules}: Ignore new dependencies, not
  required for Debian build.

diff --git a/debian/changelog b/debian/changelog
index b60dede..5487337 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+jenkins-json (2.1-rev7-1) unstable; urgency=low
+
+  * New upstream release
+- Dropped all patches - no longer required.
+  * d/watch: Updated with new upstream tag naming convention.
+  * d/orig-tar.sh: Fix-up orig.tar.gz creation.
+  * d/maven.{ignoreRules,cleanIgnoreRules}: Ignore new dependencies, not
+required for Debian build.
+
+ -- James Page james.p...@ubuntu.com  Fri, 21 Oct 2011 22:47:46 +0100
+
 jenkins-json (2.1-rev6-1) unstable; urgency=low
 
   * Initial Debian release (Closes: #634634)
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
index 12b6679..ca16cbd 100644
--- a/debian/maven.cleanIgnoreRules
+++ b/debian/maven.cleanIgnoreRules
@@ -21,6 +21,7 @@ org.codehaus.mojo cobertura-maven-plugin * * * *
 org.codehaus.mojo findbugs-maven-plugin * * * *
 org.codehaus.mojo javancss-maven-plugin * * * *
 org.codehaus.mojo jdepend-maven-plugin * * * *
+org.codehaus.mojo build-helper-maven-plugin * * * *
 org.codehaus.mojo.groovy groovy-maven-plugin * * * *
 org.jruby jruby * * * *
 org.jvnet.wagon-svn wagon-svn * * * *
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 12b6679..ca16cbd 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -21,6 +21,7 @@ org.codehaus.mojo cobertura-maven-plugin * * * *
 org.codehaus.mojo findbugs-maven-plugin * * * *
 org.codehaus.mojo javancss-maven-plugin * * * *
 org.codehaus.mojo jdepend-maven-plugin * * * *
+org.codehaus.mojo build-helper-maven-plugin * * * *
 org.codehaus.mojo.groovy groovy-maven-plugin * * * *
 org.jruby jruby * * * *
 org.jvnet.wagon-svn wagon-svn * * * *
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
deleted file mode 100644
index 834f410..000
--- a/debian/patches/build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Target Java 1.5 language instead of 1.3
-Author: James Page james.p...@canonical.com
-Forwarded: not-needed
-
-Index: hudson-json/pom.xml
-===
 hudson-json.orig/pom.xml   2011-01-18 21:34:58.34996 +
-+++ hudson-json/pom.xml2011-01-18 21:35:12.21996 +
-@@ -192,8 +192,8 @@
-  plugin
- artifactIdmaven-compiler-plugin/artifactId
- configuration
--   source1.3/source
--   target1.1/target
-+   source1.5/source
-+   target1.5/target
- /configuration
-  /plugin
-  plugin
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5879227..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-build.patch

-- 
jenkins-json 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] jenkins-json packaging branch, master, updated. debian/2.1-rev6-1-5-g1d52f78

2011-10-22 Thread James Page
The following commit has been merged in the master branch:
commit 1d52f7831575dd8cd7dbdff35d59f60aa81f9688
Author: James Page james.p...@canonical.com
Date:   Fri Oct 21 22:58:09 2011 +0100

  - Updated maven ignore rules for new dependences.
* Tidied d/copyright for new field names.

  - Updated maven ignore rules for new dependences.
* Tidied d/copyright for new field names.
* Fixed d/watch for new upstream tag naming.
* Fixed d/orig-tar.sh to always create the same orig.tar.gz.

diff --git a/debian/changelog b/debian/changelog
index 5487337..f1613c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,10 @@ jenkins-json (2.1-rev7-1) unstable; urgency=low
 
   * New upstream release
 - Dropped all patches - no longer required.
-  * d/watch: Updated with new upstream tag naming convention.
-  * d/orig-tar.sh: Fix-up orig.tar.gz creation.
-  * d/maven.{ignoreRules,cleanIgnoreRules}: Ignore new dependencies, not
-required for Debian build.
+- Updated maven ignore rules for new dependences.
+  * Tidied d/copyright for new field names.
+  * Fixed d/watch for new upstream tag naming.
+  * Fixed d/orig-tar.sh to always create the same orig.tar.gz.
 
  -- James Page james.p...@ubuntu.com  Fri, 21 Oct 2011 22:47:46 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 47cc0c1..1206788 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: json-lib (Hudson/Jenkins branch)
-Maintainer: Douglas Crockford json at JSON.org as Original source code 
developer
-Andres Almiray aalmi...@users.sourceforge.net as Java Developer
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: json-lib (Hudson/Jenkins branch)
+Upstream-Contact: Douglas Crockford json at JSON.org as Original source code 
developer
+  Andres Almiray aalmi...@users.sourceforge.net as Java 
Developer
 Source: https://github.com/jenkinsci/json-lib
 
 Files: *

-- 
jenkins-json 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] jenkins-json packaging branch, pristine-tar, updated. e9a658ccde145982e132b19a2de0d46edde4d73c

2011-10-22 Thread James Page
The following commit has been merged in the pristine-tar branch:
commit e9a658ccde145982e132b19a2de0d46edde4d73c
Author: James Page james.p...@canonical.com
Date:   Fri Oct 21 22:47:35 2011 +0100

pristine-tar data for jenkins-json_2.1-rev7.orig.tar.gz

diff --git a/jenkins-json_2.1-rev7.orig.tar.gz.delta 
b/jenkins-json_2.1-rev7.orig.tar.gz.delta
new file mode 100644
index 000..3817823
Binary files /dev/null and b/jenkins-json_2.1-rev7.orig.tar.gz.delta differ
diff --git a/jenkins-json_2.1-rev7.orig.tar.gz.id 
b/jenkins-json_2.1-rev7.orig.tar.gz.id
new file mode 100644
index 000..f6155ac
--- /dev/null
+++ b/jenkins-json_2.1-rev7.orig.tar.gz.id
@@ -0,0 +1 @@
+e4f6dc8e9cb8f26e1e70ee69c3220d2752c9d10e

-- 
jenkins-json 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] jenkins-json packaging annotated tag, upstream/2.1-rev7, created. upstream/2.1-rev7

2011-10-22 Thread James Page
The annotated tag, upstream/2.1-rev7 has been created
at  db0ad691aa55347c207c68a821af4bbd2c06a429 (tag)
   tagging  e4f6dc8e9cb8f26e1e70ee69c3220d2752c9d10e (commit)
  replaces  upstream/2.1-rev6
 tagged by  James Page
on  Fri Oct 21 22:47:35 2011 +0100

- Shortlog 
Upstream version 2.1-rev7

James Page (1):
  Imported Upstream version 2.1-rev7

---

-- 
jenkins-json packaging

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7_exp-5-28-g86825fe

2011-10-22 Thread Damien Raude-Morvan
The following commit has been merged in the master branch:
commit 86825fed440fb03ef500b8901f5c080089e37f40
Author: Damien Raude-Morvan draz...@debian.org
Date:   Sat Oct 22 10:18:21 2011 +0200

d/patches/find-newer-servlet-api.patch: Patch to support libservlet2.5.

diff --git a/debian/changelog b/debian/changelog
index 8cd7af4..b7f5482 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 eclipse (3.7.0-1) UNRELEASED; urgency=low
 
+  [ Benjamin Drung ]
   * Upload to unstable.
   * Use pkg-config to determine CFLAGS and LIBS for gnomeproxy.
   * Eclipse 3.7 requires at least version 3.3 of asm3.
@@ -9,7 +10,10 @@ eclipse (3.7.0-1) UNRELEASED; urgency=low
   * Add patch to find libjasper-java 5.5.33-1 on Debian.
   * Update lintian overrides.
 
- -- Benjamin Drung bdr...@debian.org  Tue, 20 Sep 2011 16:07:58 +0200
+  [ Damien Raude-Morvan ]
+  * d/patches/find-newer-servlet-api.patch: Patch to support libservlet2.5.
+
+ -- Damien Raude-Morvan draz...@debian.org  Sat, 22 Oct 2011 10:17:47 +0200
 
 eclipse (3.7~exp-5) experimental; urgency=low
 
diff --git a/debian/patches/find-newer-servlet-api.patch 
b/debian/patches/find-newer-servlet-api.patch
new file mode 100644
index 000..1d0b7e2
--- /dev/null
+++ b/debian/patches/find-newer-servlet-api.patch
@@ -0,0 +1,47 @@
+Description: Support finding jsp-2.1-api in Debian
+Author: Damien Raude-Morvan draz...@debian.org
+
+
+Index: b/dependencies.properties
+===
+--- a/dependencies.properties
 b/dependencies.properties
+@@ -1,7 +1,7 @@
+ 
com.ibm.icu_4.4.2.v20110208.jar=/usr/lib/eclipse/plugins/com.ibm.icu_4.4.2.v20110208.jar:/usr/lib64/eclipse/plugins/com.ibm.icu_4.4.2.v20110208.jar:/usr/share/java/com.ibm.icu-4.4.jar:/usr/share/java/com.ibm.icu.jar
+ com.jcraft.jsch_0.1.41.v200903070017.jar=/usr/share/java/jsch.jar
+ 
javax.servlet_2.5.0.v201103041518.jar=/usr/share/java/tomcat6-servlet-2.5-api.jar:/usr/share/java/servlet-api-2.5.jar
+-javax.servlet.jsp_2.0.0.v201101211617.jar=/usr/share/java/tomcat6-jsp-2.1-api.jar:/usr/share/java/jsp-api-2.0.jar
++javax.servlet.jsp_2.0.0.v201101211617.jar=/usr/share/java/tomcat6-jsp-2.1-api.jar:/usr/share/java/jsp-api-2.1.jar
+ 
org.apache.commons.codec_1.3.0.v201101211617.jar=/usr/share/java/commons-codec.jar
+ org.apache.commons.el_1.0.0.v200806031608.jar=/usr/share/java/commons-el.jar
+ 
org.apache.commons.httpclient_3.1.0.v201005080502.jar=/usr/share/java/commons-httpclient.jar
+Index: 
b/dependencyManifests/org.apache.jasper_5.5.17.v200903231320.jar/META-INF/MANIFEST.MF
+===
+--- 
a/dependencyManifests/org.apache.jasper_5.5.17.v200903231320.jar/META-INF/MANIFEST.MF
 
b/dependencyManifests/org.apache.jasper_5.5.17.v200903231320.jar/META-INF/MANIFEST.MF
+@@ -17,9 +17,9 @@
+ Bundle-Version: 5.5.17.v201004212143
+ Bundle-ManifestVersion: 2
+ Import-Package: javax.servlet;version=[2.4, 3.0),javax.servlet.http;
+- version=[2.4, 3.0),javax.servlet.jsp;version=[2.0, 2.1),javax.ser
+- vlet.jsp.el;version=[2.0, 2.1),javax.servlet.jsp.resources;version=
+- [2.0, 2.1),javax.servlet.jsp.tagext;version=[2.0, 2.1),javax.serv
++ version=[2.4, 3.0),javax.servlet.jsp;version=[2.0, 2.1],javax.ser
++ vlet.jsp.el;version=[2.0, 2.1],javax.servlet.jsp.resources;version=
++ [2.0, 2.1],javax.servlet.jsp.tagext;version=[2.0, 2.1],javax.serv
+  let.resources;version=[2.4, 3.0),javax.xml.parsers,org.apache.commo
+  ns.el;version=[1.0.0,2.0.0),org.apache.commons.logging;version=[1.
+  0.0,2.0.0),org.apache.tools.ant;resolution:=optional,org.apache.tool
+Index: b/eclipse/plugins/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
+===
+--- a/eclipse/plugins/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
 b/eclipse/plugins/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
+@@ -8,7 +8,7 @@
+ Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator
+ Import-Package: javax.servlet;version=[2.4, 3.0),
+  javax.servlet.http;version=[2.4, 3.0),
+- javax.servlet.jsp;version=[2.0, 2.1),
++ javax.servlet.jsp;version=[2.0, 2.1],
+  org.apache.jasper.servlet;version=[0, 6),
+  org.osgi.framework;version=1.3.0,
+  org.osgi.service.http;version=1.2.0,
diff --git a/debian/patches/series b/debian/patches/series
index fb70da3..3a4a0e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@ eclipse-build-generatedScripts.patch
 debian-load-internal-swt.patch
 gnomeproxy-makefile.patch
 find-newer-system-jasper.patch
+find-newer-servlet-api.patch

-- 
eclipse - Powerful IDE written in java - Debian package.

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


Bug#575411: workaround

2011-10-22 Thread Holger Levsen
Hi Mathieu,

On Samstag, 22. Oktober 2011, Mathieu Malaterre wrote:
 As one of the many fop maintainers, I would vote *against* backporting
 fop 1.0 to squeeze (quite strongly actually). See bug #610344 and more
 recently #646141.

ok.

 The question now becomes should we backport 0.95 with a patch to
 remove the annoying warning on the console ?

isn't #575411 much more than a mere warning? (I'm not really sure anymore... I 
now tend to think it's just a warning one as you said so :-)

If it's a real error, fixing this in stable would be appropriate...


cheers,
Holger



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


[SCM] jenkins-json packaging annotated tag, debian/2.1-rev7-1, created. debian/2.1-rev7-1

2011-10-22 Thread James Page
The annotated tag, debian/2.1-rev7-1 has been created
at  96947d4b9b110df0c40e07fa109f5444cdb0bcfa (tag)
   tagging  1d52f7831575dd8cd7dbdff35d59f60aa81f9688 (commit)
  replaces  debian/2.1-rev6-1
 tagged by  tony mancill
on  Sat Oct 22 07:39:33 2011 -0700

- Shortlog 
Debian release 2.1-rev7-1

James Page (5):
  Updates for new tag name and deterministic orig-source behaviour
  Imported Upstream version 2.1-rev7
  Merge commit 'upstream/2.1-rev7'
  New upstream release
  - Updated maven ignore rules for new dependences.

---

-- 
jenkins-json 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


Processing of jenkins-json_2.1-rev7-1_amd64.changes

2011-10-22 Thread Debian FTP Masters
jenkins-json_2.1-rev7-1_amd64.changes uploaded successfully to localhost
along with the files:
  jenkins-json_2.1-rev7-1.dsc
  jenkins-json_2.1-rev7.orig.tar.gz
  jenkins-json_2.1-rev7-1.debian.tar.gz
  libjenkins-json-java_2.1-rev7-1_all.deb
  libjenkins-json-java-doc_2.1-rev7-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7_exp-5-30-gc9862e6

2011-10-22 Thread Benjamin Drung
The following commit has been merged in the master branch:
commit c9862e69a42806cc65a97179913db4bafb4032b3
Author: Benjamin Drung bdr...@debian.org
Date:   Sat Oct 22 16:15:39 2011 +0200

Release 3.7.0-1 to Debian unstable.

diff --git a/debian/changelog b/debian/changelog
index b7f5482..61a60d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-eclipse (3.7.0-1) UNRELEASED; urgency=low
+eclipse (3.7.0-1) unstable; urgency=low
 
   [ Benjamin Drung ]
-  * Upload to unstable.
+  * Upload to unstable (Closes: #631382, #642085).
   * Use pkg-config to determine CFLAGS and LIBS for gnomeproxy.
   * Eclipse 3.7 requires at least version 3.3 of asm3.
   * Update debian/copyright.
@@ -13,7 +13,7 @@ eclipse (3.7.0-1) UNRELEASED; urgency=low
   [ Damien Raude-Morvan ]
   * d/patches/find-newer-servlet-api.patch: Patch to support libservlet2.5.
 
- -- Damien Raude-Morvan draz...@debian.org  Sat, 22 Oct 2011 10:17:47 +0200
+ -- Benjamin Drung bdr...@debian.org  Sat, 22 Oct 2011 16:01:50 +0200
 
 eclipse (3.7~exp-5) experimental; urgency=low
 

-- 
eclipse - Powerful IDE written in java - Debian package.

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


[SCM] eclipse - Powerful IDE written in java - Debian package. tag, debian/3.7.0-1, created. debian/3.7_exp-5-30-gc9862e6

2011-10-22 Thread Benjamin Drung
The tag, debian/3.7.0-1 has been created
at  c9862e69a42806cc65a97179913db4bafb4032b3 (commit)

- Shortlog 
commit c9862e69a42806cc65a97179913db4bafb4032b3
Author: Benjamin Drung bdr...@debian.org
Date:   Sat Oct 22 16:15:39 2011 +0200

Release 3.7.0-1 to Debian unstable.
---

-- 
eclipse - Powerful IDE written in java - Debian package.

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


Processing of eclipse_3.7.0-1_amd64.changes

2011-10-22 Thread Debian FTP Masters
eclipse_3.7.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  eclipse_3.7.0-1.dsc
  eclipse_3.7.0.orig-eclipse.tar.xz
  eclipse_3.7.0.orig.tar.xz
  eclipse_3.7.0-1.debian.tar.gz
  eclipse_3.7.0-1_all.deb
  eclipse-jdt_3.7.0-1_amd64.deb
  eclipse-pde_3.7.0-1_amd64.deb
  eclipse-platform_3.7.0-1_amd64.deb
  eclipse-platform-data_3.7.0-1_all.deb
  eclipse-rcp_3.7.0-1_amd64.deb
  libequinox-osgi-java_3.7.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


eclipse_3.7.0-1_amd64.changes ACCEPTED into unstable

2011-10-22 Thread Debian FTP Masters



Accepted:
eclipse-jdt_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-jdt_3.7.0-1_amd64.deb
eclipse-pde_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-pde_3.7.0-1_amd64.deb
eclipse-platform-data_3.7.0-1_all.deb
  to main/e/eclipse/eclipse-platform-data_3.7.0-1_all.deb
eclipse-platform_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-platform_3.7.0-1_amd64.deb
eclipse-rcp_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-rcp_3.7.0-1_amd64.deb
eclipse_3.7.0-1.debian.tar.gz
  to main/e/eclipse/eclipse_3.7.0-1.debian.tar.gz
eclipse_3.7.0-1.dsc
  to main/e/eclipse/eclipse_3.7.0-1.dsc
eclipse_3.7.0-1_all.deb
  to main/e/eclipse/eclipse_3.7.0-1_all.deb
eclipse_3.7.0.orig-eclipse.tar.xz
  to main/e/eclipse/eclipse_3.7.0.orig-eclipse.tar.xz
eclipse_3.7.0.orig.tar.xz
  to main/e/eclipse/eclipse_3.7.0.orig.tar.xz
libequinox-osgi-java_3.7.0-1_all.deb
  to main/e/eclipse/libequinox-osgi-java_3.7.0-1_all.deb


Override entries for your package:
eclipse-jdt_3.7.0-1_amd64.deb - optional devel
eclipse-pde_3.7.0-1_amd64.deb - optional devel
eclipse-platform-data_3.7.0-1_all.deb - optional devel
eclipse-platform_3.7.0-1_amd64.deb - optional devel
eclipse-rcp_3.7.0-1_amd64.deb - optional devel
eclipse_3.7.0-1.dsc - source devel
eclipse_3.7.0-1_all.deb - optional devel
libequinox-osgi-java_3.7.0-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 631382 642085 


Thank you for your contribution to Debian.

__
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#631382: marked as done ([eclipse] New upstream version: 3.7 Indigo)

2011-10-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Oct 2011 15:19:44 +
with message-id e1rhdmo-0001ge...@franck.debian.org
and subject line Bug#631382: fixed in eclipse 3.7.0-1
has caused the Debian Bug report #631382,
regarding [eclipse] New upstream version: 3.7 Indigo
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
631382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: eclipse
Version: 3.7
Severity: wishlist

--- Please enter the report below this line. ---

New version aviable


-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: eclipse
Source-Version: 3.7.0-1

We believe that the bug you reported is fixed in the latest version of
eclipse, which is due to be installed in the Debian FTP archive:

eclipse-jdt_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-jdt_3.7.0-1_amd64.deb
eclipse-pde_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-pde_3.7.0-1_amd64.deb
eclipse-platform-data_3.7.0-1_all.deb
  to main/e/eclipse/eclipse-platform-data_3.7.0-1_all.deb
eclipse-platform_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-platform_3.7.0-1_amd64.deb
eclipse-rcp_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-rcp_3.7.0-1_amd64.deb
eclipse_3.7.0-1.debian.tar.gz
  to main/e/eclipse/eclipse_3.7.0-1.debian.tar.gz
eclipse_3.7.0-1.dsc
  to main/e/eclipse/eclipse_3.7.0-1.dsc
eclipse_3.7.0-1_all.deb
  to main/e/eclipse/eclipse_3.7.0-1_all.deb
eclipse_3.7.0.orig-eclipse.tar.xz
  to main/e/eclipse/eclipse_3.7.0.orig-eclipse.tar.xz
eclipse_3.7.0.orig.tar.xz
  to main/e/eclipse/eclipse_3.7.0.orig.tar.xz
libequinox-osgi-java_3.7.0-1_all.deb
  to main/e/eclipse/libequinox-osgi-java_3.7.0-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 631...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung bdr...@debian.org (supplier of updated eclipse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Oct 2011 16:01:50 +0200
Source: eclipse
Binary: eclipse eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data 
eclipse-rcp libequinox-osgi-java
Architecture: source all amd64
Version: 3.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Orbital Alignment Team 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 eclipse- Extensible Tool Platform and Java IDE
 eclipse-jdt - Eclipse Java Development Tools (JDT)
 eclipse-pde - Eclipse Plug-in Development Environment (PDE)
 eclipse-platform - Eclipse platform without plug-ins to develop any language
 eclipse-platform-data - Eclipse platform without plug-ins to develop any 
language (data)
 eclipse-rcp - Eclipse Rich Client Platform (RCP)
 libequinox-osgi-java - Equinox OSGi framework
Closes: 631382 642085
Changes: 
 eclipse (3.7.0-1) unstable; urgency=low
 .
   [ Benjamin Drung ]
   * Upload to unstable (Closes: #631382, #642085).
   * Use pkg-config to determine CFLAGS and LIBS for gnomeproxy.
   * Eclipse 3.7 requires at least version 3.3 of asm3.
   * Update debian/copyright.
   * Drop xulrunner from Apport hook.
   * Update debian/watch file.
   * Add patch to find libjasper-java 5.5.33-1 on Debian.
   * Update lintian overrides.
 .
   [ Damien Raude-Morvan ]
   * d/patches/find-newer-servlet-api.patch: Patch to support libservlet2.5.
Checksums-Sha1: 
 a090f89e3733c90681e61e8e0563ee8f35f96fdd 3503 eclipse_3.7.0-1.dsc
 c682b41fabd9f7e14cef1b96ec07662a37952609 49714924 
eclipse_3.7.0.orig-eclipse.tar.xz
 9cc4f2050ffd71dd097b3d6aa66f220ccfcb64ca 247300 eclipse_3.7.0.orig.tar.xz
 9b3aebb6bdcd19ff69223fa28fd9986459023d9d 102640 eclipse_3.7.0-1.debian.tar.gz
 a527bca0170415ea9b166f86da519ca60b5395c5 53458 eclipse_3.7.0-1_all.deb
 80e76119926c11ec9a590b7dce833be7500de9c4 24728966 eclipse-jdt_3.7.0-1_amd64.deb
 5e08326323c6dc6f5881392412d81625208d8081 70974672 eclipse-pde_3.7.0-1_amd64.deb
 20e89d5b3550aaacf29dd75cf2802fbc29ce930b 9541602 
eclipse-platform_3.7.0-1_amd64.deb
 

Bug#642085: marked as done (eclipse-rcp: Dependencies can't be fulfilled)

2011-10-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Oct 2011 15:19:44 +
with message-id e1rhdmo-0001gk...@franck.debian.org
and subject line Bug#642085: fixed in eclipse 3.7.0-1
has caused the Debian Bug report #642085,
regarding eclipse-rcp: Dependencies can't be fulfilled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
642085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: eclipse-rcp
Version: 3.5.2-11
Severity: grave

--  snip  --

# apt-get install eclipse-rcp
Reading package lists... Done
Building dependency tree... Done
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:
 eclipse-rcp : Depends: xulrunner-1.9.1 but it is not installable


--  snip  --


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
Architecture: amd64 (x86_64)


---End Message---
---BeginMessage---
Source: eclipse
Source-Version: 3.7.0-1

We believe that the bug you reported is fixed in the latest version of
eclipse, which is due to be installed in the Debian FTP archive:

eclipse-jdt_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-jdt_3.7.0-1_amd64.deb
eclipse-pde_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-pde_3.7.0-1_amd64.deb
eclipse-platform-data_3.7.0-1_all.deb
  to main/e/eclipse/eclipse-platform-data_3.7.0-1_all.deb
eclipse-platform_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-platform_3.7.0-1_amd64.deb
eclipse-rcp_3.7.0-1_amd64.deb
  to main/e/eclipse/eclipse-rcp_3.7.0-1_amd64.deb
eclipse_3.7.0-1.debian.tar.gz
  to main/e/eclipse/eclipse_3.7.0-1.debian.tar.gz
eclipse_3.7.0-1.dsc
  to main/e/eclipse/eclipse_3.7.0-1.dsc
eclipse_3.7.0-1_all.deb
  to main/e/eclipse/eclipse_3.7.0-1_all.deb
eclipse_3.7.0.orig-eclipse.tar.xz
  to main/e/eclipse/eclipse_3.7.0.orig-eclipse.tar.xz
eclipse_3.7.0.orig.tar.xz
  to main/e/eclipse/eclipse_3.7.0.orig.tar.xz
libequinox-osgi-java_3.7.0-1_all.deb
  to main/e/eclipse/libequinox-osgi-java_3.7.0-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung bdr...@debian.org (supplier of updated eclipse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Oct 2011 16:01:50 +0200
Source: eclipse
Binary: eclipse eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data 
eclipse-rcp libequinox-osgi-java
Architecture: source all amd64
Version: 3.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Orbital Alignment Team 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 eclipse- Extensible Tool Platform and Java IDE
 eclipse-jdt - Eclipse Java Development Tools (JDT)
 eclipse-pde - Eclipse Plug-in Development Environment (PDE)
 eclipse-platform - Eclipse platform without plug-ins to develop any language
 eclipse-platform-data - Eclipse platform without plug-ins to develop any 
language (data)
 eclipse-rcp - Eclipse Rich Client Platform (RCP)
 libequinox-osgi-java - Equinox OSGi framework
Closes: 631382 642085
Changes: 
 eclipse (3.7.0-1) unstable; urgency=low
 .
   [ Benjamin Drung ]
   * Upload to unstable (Closes: #631382, #642085).
   * Use pkg-config to determine CFLAGS and LIBS for gnomeproxy.
   * Eclipse 3.7 requires at least version 3.3 of asm3.
   * Update debian/copyright.
   * Drop xulrunner from Apport hook.
   * Update debian/watch file.
   * Add patch to find libjasper-java 5.5.33-1 on Debian.
   * Update lintian overrides.
 .
   [ Damien Raude-Morvan ]
   * d/patches/find-newer-servlet-api.patch: Patch to support libservlet2.5.
Checksums-Sha1: 
 a090f89e3733c90681e61e8e0563ee8f35f96fdd 3503 eclipse_3.7.0-1.dsc
 c682b41fabd9f7e14cef1b96ec07662a37952609 49714924 
eclipse_3.7.0.orig-eclipse.tar.xz
 9cc4f2050ffd71dd097b3d6aa66f220ccfcb64ca 247300 eclipse_3.7.0.orig.tar.xz
 9b3aebb6bdcd19ff69223fa28fd9986459023d9d 102640 

jenkins-json_2.1-rev7-1_amd64.changes ACCEPTED into unstable

2011-10-22 Thread Debian FTP Masters



Accepted:
jenkins-json_2.1-rev7-1.debian.tar.gz
  to main/j/jenkins-json/jenkins-json_2.1-rev7-1.debian.tar.gz
jenkins-json_2.1-rev7-1.dsc
  to main/j/jenkins-json/jenkins-json_2.1-rev7-1.dsc
jenkins-json_2.1-rev7.orig.tar.gz
  to main/j/jenkins-json/jenkins-json_2.1-rev7.orig.tar.gz
libjenkins-json-java-doc_2.1-rev7-1_all.deb
  to main/j/jenkins-json/libjenkins-json-java-doc_2.1-rev7-1_all.deb
libjenkins-json-java_2.1-rev7-1_all.deb
  to main/j/jenkins-json/libjenkins-json-java_2.1-rev7-1_all.deb


Override entries for your package:
jenkins-json_2.1-rev7-1.dsc - source java
libjenkins-json-java-doc_2.1-rev7-1_all.deb - optional doc
libjenkins-json-java_2.1-rev7-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
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: Eclipse update in GNU/Debian sid rep

2011-10-22 Thread Niels Thykier
On 2011-10-22 00:56, Anon wrote:
 Hello,
 
 Don't want to bother you, but could you please do something about this bug
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642572 because the month is
 already passed and the bug remains as it is: when I tried to install eclipse
 I got the following message:
 
 The following packages have unmet dependencies:
   liblucene2-java: Breaks: eclipse-platform (= 3.5.2-11) but 3.5.2-11 is to
 be installed.
 
 That basically means that I can't install eclipse until it will be updated.
 
 Best regards,
 GNU/Debian user
 
 
 
 
 __
 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.

eclipse/3.7.0-1 has just been uploaded[1] and should soon be available
at your mirror.  Please follow up on #642572 once you have tested if the
new version of eclipse fixes your issue.

Sorry for the wait,
~Niels

[1] http://packages.qa.debian.org/e/eclipse/news/20111022T151944Z.html


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


libservlet2.4-java 5.5.33-1 MIGRATED to testing

2011-10-22 Thread Debian testing watch
FYI: The status of the libservlet2.4-java source package
in Debian's testing distribution has changed.

  Previous version: 5.0.30-12
  Current version:  5.5.33-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more 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.


activemq 5.5.0+dfsg-3 MIGRATED to testing

2011-10-22 Thread Debian testing watch
FYI: The status of the activemq source package
in Debian's testing distribution has changed.

  Previous version: 5.5.0+dfsg-2
  Current version:  5.5.0+dfsg-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more 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.


bindex 2.2-2 MIGRATED to testing

2011-10-22 Thread Debian testing watch
FYI: The status of the bindex source package
in Debian's testing distribution has changed.

  Previous version: 2.2-1
  Current version:  2.2-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more 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.


Processing of jxgrabkey_0.3.2-5_i386.changes

2011-10-22 Thread Debian FTP Masters
jxgrabkey_0.3.2-5_i386.changes uploaded successfully to localhost
along with the files:
  jxgrabkey_0.3.2-5.dsc
  jxgrabkey_0.3.2-5.debian.tar.gz
  libjxgrabkey-java_0.3.2-5_all.deb
  libjxgrabkey-jni_0.3.2-5_i386.deb
  libjxgrabkey-doc_0.3.2-5_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


jxgrabkey_0.3.2-5_i386.changes ACCEPTED into unstable

2011-10-22 Thread Debian FTP Masters



Accepted:
jxgrabkey_0.3.2-5.debian.tar.gz
  to main/j/jxgrabkey/jxgrabkey_0.3.2-5.debian.tar.gz
jxgrabkey_0.3.2-5.dsc
  to main/j/jxgrabkey/jxgrabkey_0.3.2-5.dsc
libjxgrabkey-doc_0.3.2-5_all.deb
  to main/j/jxgrabkey/libjxgrabkey-doc_0.3.2-5_all.deb
libjxgrabkey-java_0.3.2-5_all.deb
  to main/j/jxgrabkey/libjxgrabkey-java_0.3.2-5_all.deb
libjxgrabkey-jni_0.3.2-5_i386.deb
  to main/j/jxgrabkey/libjxgrabkey-jni_0.3.2-5_i386.deb


Override entries for your package:
jxgrabkey_0.3.2-5.dsc - source java
libjxgrabkey-doc_0.3.2-5_all.deb - extra doc
libjxgrabkey-java_0.3.2-5_all.deb - extra java
libjxgrabkey-jni_0.3.2-5_i386.deb - extra java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


[SCM] UNNAMED PROJECT branch, master, updated. 86b208426a0aa104080d52a6f7b931149a6fc608

2011-10-22 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 86b208426a0aa104080d52a6f7b931149a6fc608
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sat Oct 22 14:40:05 2011 -0430

Add Build-Depends on libmaven-plugin-tools-java and other fixes

* Team upload.
* Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643497).
* Bump Standards-Version to 3.9.2. No changes were required.
* Remove unneccesary patch.
* Remove unneccesary Build-Depends on quilt.
* Switch to source format 3.0 (quilt).

diff --git a/debian/changelog b/debian/changelog
index 2d94e1a..b870724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+clojure-maven-plugin (1.3.3-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643497).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Remove unneccesary patch.
+  * Remove unneccesary Build-Depends on quilt.
+  * Switch to source format 3.0 (quilt).
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 14:25:17 -0430
+
 clojure-maven-plugin (1.3.3-2) unstable; urgency=low
 
   * debian/control, debian/maven.ignoreRules: use m-r-h 1.2 maven rules
diff --git a/debian/control b/debian/control
index f9e2c73..35d40c1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Peter Collingbourne pe...@pcc.me.uk, Ramakrishnan Muthukrishnan 
rkrish...@debian.org
-Build-Depends: debhelper (= 7), cdbs, quilt, default-jdk, maven-debian-helper 
(= 1.1)
-Build-Depends-Indep: libmaven2-core-java, libcommons-exec-java, 
libcommons-io-java, libcommons-lang-java, libplexus-utils-java
-Standards-Version: 3.9.1
+Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.1)
+Build-Depends-Indep: libmaven2-core-java, libcommons-exec-java, 
libcommons-io-java, libcommons-lang-java, libplexus-utils-java, 
libmaven-plugin-tools-java
+Standards-Version: 3.9.2
 DM-Upload-Allowed: yes
 Vcs-Browser: http://git.debian.org/?p=pkg-java/clojure-maven-plugin.git
 Vcs-Git: git://git.debian.org/git/pkg-java/clojure-maven-plugin.git
diff --git a/debian/patches/01-pom-plexus-utils.patch 
b/debian/patches/01-pom-plexus-utils.patch
deleted file mode 16
index 4795760..000
--- a/debian/patches/01-pom-plexus-utils.patch
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 4795760a415669eb486c4a227bb54f3e6280363d
diff --git a/debian/patches/01-pom-plexus-utils.patch.info 
b/debian/patches/01-pom-plexus-utils.patch.info
deleted file mode 100644
index c014836..000
--- a/debian/patches/01-pom-plexus-utils.patch.info
+++ /dev/null
@@ -1,4 +0,0 @@
-Add an explicit dependency on plexus-utils.  Required to prevent maven
-from automatically substituting an older version of the package as
-a dependency.
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e07bb84..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-pom-plexus-utils.patch
diff --git a/debian/rules b/debian/rules
index 33fb9b0..da4b3af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 DEB_PATCHPOMS_ARGS := -idebian/maven.ignoreRules
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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


Bug#643182: libbytelist-java: FTBFS: dpkg-buildpackage: error: dpkg-source -b libbytelist-java-1.0.6 gave error exit status 2

2011-10-22 Thread Miguel Landaeta
tag 643182 + unreproducible
thanks

On Mon, Sep 26, 2011 at 10:47:27PM +0200, Didier Raboud wrote:
 Source: libbytelist-java
 Version: 1.0.6-1
 Severity: important
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

I can't reproduce this bug.
libbytelist-java 1.0.6-1 builds fine in a up-to-date sid pbuilder chroot.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: 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#643191: libjamon-java: FTBFS: dpkg-buildpackage: error: dpkg-source -b libjamon-java-2.7 gave error exit status 2

2011-10-22 Thread Miguel Landaeta
tag 643191 + unreproducible
thanks

On Mon, Sep 26, 2011 at 10:50:37PM +0200, Didier Raboud wrote:
 Source: libjamon-java
 Version: 2.7-2
 Severity: important
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

I can't reproduce this bug.
libjamon-java 2.7-2 builds fine in a up-to-date sid pbuilder chroot.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: 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#643198: libtablelayout-java: FTBFS: dpkg-buildpackage: error: dpkg-source -b libtablelayout-java-20090826 gave error exit status 2

2011-10-22 Thread Miguel Landaeta
tag 643198 + unreproducible
thanks

On Mon, Sep 26, 2011 at 10:52:18PM +0200, Didier Raboud wrote:
 Source: libtablelayout-java
 Version: 20090826-2
 Severity: important
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

I can't reproduce this bug.
libtablelayout-java 20090826-2 builds fine in a up-to-date sid pbuilder chroot.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: 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#643497: clojure-maven-plugin: FTBFS: Error building POM.

2011-10-22 Thread Miguel Landaeta
tag 643497 + pending
thanks

On Tue, Sep 27, 2011 at 03:43:00PM +0200, Didier Raboud wrote:
 Source: clojure-maven-plugin
 Version: 1.3.3-2
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-maven
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This is fixed in the git repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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

Processed: Re: libbytelist-java: FTBFS: dpkg-buildpackage: error: dpkg-source -b libbytelist-java-1.0.6 gave error exit status 2

2011-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 643182 + unreproducible
Bug #643182 [src:libbytelist-java] libbytelist-java: FTBFS: dpkg-buildpackage: 
error: dpkg-source -b libbytelist-java-1.0.6 gave error exit status 2
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
643182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processed: Re: libjamon-java: FTBFS: dpkg-buildpackage: error: dpkg-source -b libjamon-java-2.7 gave error exit status 2

2011-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 643191 + unreproducible
Bug #643191 [src:libjamon-java] libjamon-java: FTBFS: dpkg-buildpackage: error: 
dpkg-source -b libjamon-java-2.7 gave error exit status 2
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
643191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643191
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processed: Re: clojure-maven-plugin: FTBFS: Error building POM.

2011-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 643497 + pending
Bug #643497 [src:clojure-maven-plugin] clojure-maven-plugin: FTBFS: Error 
building POM.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
643497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[SCM] omegat-plugin-tokenizer packaging branch, master, updated. 0d36c04db41b9813f6de84c02d47830f93c3febb

2011-10-22 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 0d36c04db41b9813f6de84c02d47830f93c3febb
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sat Oct 22 15:47:55 2011 -0430

Make copyright file DEP-5 compliant

diff --git a/debian/changelog b/debian/changelog
index c4870de..95aa723 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ omegat-plugin-tokenizer (0.4.2+dfsg-2) UNRELEASED; urgency=low
   * Team upload.
   * Switch to default-jdk. (Closes: #643539).
   * Add missing Build-Depends on liblucene2-java.
+  * Make copyright file DEP-5 compliant.
 
  -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 15:24:14 -0430
 
diff --git a/debian/copyright b/debian/copyright
index 68348dd..6888189 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,15 +15,15 @@ License: GPL-3+
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
-
+ .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
-
+ .
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see http://www.gnu.org/licenses/.
-
+ .
  On Debian systems, the full text of the GNU General Public License
  version 3 can be found in the file
  `/usr/share/common-licenses/GPL-3'.
@@ -33,12 +33,12 @@ License: Apache-2
  may not use this file except in compliance with the License.  You may
  obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0
- 
+ .
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an AS IS BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
- 
+ .
  On Debian systems, the full text of the Apache License version 2.0
  can be found in the file '/usr/share/common-licenses/Apache-2.0'.

-- 
omegat-plugin-tokenizer 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] r15225 - trunk/libjogl-java/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-22 21:05:00 + (Sat, 22 Oct 2011)
New Revision: 15225

Modified:
   trunk/libjogl-java/debian/changelog
   trunk/libjogl-java/debian/control
   trunk/libjogl-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643533).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libjogl-java/debian/changelog
===
--- trunk/libjogl-java/debian/changelog 2011-10-22 08:57:50 UTC (rev 15224)
+++ trunk/libjogl-java/debian/changelog 2011-10-22 21:05:00 UTC (rev 15225)
@@ -1,3 +1,11 @@
+libjogl-java (1.1.1+dak1-11) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643533).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 16:09:36 -0430
+
 libjogl-java (1.1.1+dak1-10) unstable; urgency=low
 
   * Update the patch to set java.library.path (using static instead of doing

Modified: trunk/libjogl-java/debian/control
===
--- trunk/libjogl-java/debian/control   2011-10-22 08:57:50 UTC (rev 15224)
+++ trunk/libjogl-java/debian/control   2011-10-22 21:05:00 UTC (rev 15225)
@@ -4,13 +4,13 @@
 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 (= 5), cdbs, quilt, openjdk-6-jdk, 
+Build-Depends: debhelper (= 5), cdbs, quilt, default-jdk,
  ant1.7-optional, libgl1-mesa-dev, libglu1-mesa-dev, libxxf86vm-dev, 
  x11proto-xf86vidmode-dev, libxt-dev, 
 # antlr java packages started to exist at version 2.7.7-8. Before, it 
 # was included in the antlr package
  libantlr-java | antlr ( = 2.7.7-7 )
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://jogl.dev.java.net
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjogl-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjogl-java/

Modified: trunk/libjogl-java/debian/rules
===
--- trunk/libjogl-java/debian/rules 2011-10-22 08:57:50 UTC (rev 15224)
+++ trunk/libjogl-java/debian/rules 2011-10-22 21:05:00 UTC (rev 15225)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk/
+JAVA_HOME:= /usr/lib/jvm/default-java/
 DEB_JARS := ant-launcher antlrall ant-antlr
 DEB_ANT_CLEAN_TARGET := clean
 DEB_BUILDDIR := jogl/make


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

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-22 21:17:34 + (Sat, 22 Oct 2011)
New Revision: 15226

Added:
   trunk/libexml-java/debian/source/
   trunk/libexml-java/debian/source/format
Modified:
   trunk/libexml-java/debian/changelog
   trunk/libexml-java/debian/control
   trunk/libexml-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643521).
* Bump Standards-Versio to 3.9.2. No changes were required.
* Switch to source format 3.0 (quilt).


Modified: trunk/libexml-java/debian/changelog
===
--- trunk/libexml-java/debian/changelog 2011-10-22 21:05:00 UTC (rev 15225)
+++ trunk/libexml-java/debian/changelog 2011-10-22 21:17:34 UTC (rev 15226)
@@ -1,3 +1,12 @@
+libexml-java (0.0.20080703-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643521).
+  * Bump Standards-Versio to 3.9.2. No changes were required.
+  * Switch to source format 3.0 (quilt).
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 16:41:57 -0430
+
 libexml-java (0.0.20080703-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libexml-java/debian/control
===
--- trunk/libexml-java/debian/control   2011-10-22 21:05:00 UTC (rev 15225)
+++ trunk/libexml-java/debian/control   2011-10-22 21:17:34 UTC (rev 15226)
@@ -4,10 +4,10 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org
 Build-Depends: debhelper (= 6), cdbs
-Build-Depends-Indep: openjdk-6-jdk, ant, libcommons-codec-java,
+Build-Depends-Indep: default-jdk, ant, libcommons-codec-java,
  libcommons-logging-java, libcommons-httpclient-java,
  libservlet2.4-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://e-xml.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libexml-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libexml-java

Modified: trunk/libexml-java/debian/rules
===
--- trunk/libexml-java/debian/rules 2011-10-22 21:05:00 UTC (rev 15225)
+++ trunk/libexml-java/debian/rules 2011-10-22 21:17:34 UTC (rev 15226)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE  := debian/build.xml
 DEB_ANT_BUILD_TARGET   := jar
 DEB_JARS   := servlet-api commons-httpclient commons-logging 
commons-codec

Added: trunk/libexml-java/debian/source/format
===
--- trunk/libexml-java/debian/source/format (rev 0)
+++ trunk/libexml-java/debian/source/format 2011-10-22 21:17:34 UTC (rev 
15226)
@@ -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] r15227 - in trunk/libjibx-java/branch-1.1/debian: . patches source

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-22 21:35:36 + (Sat, 22 Oct 2011)
New Revision: 15227

Added:
   trunk/libjibx-java/branch-1.1/debian/source/
   trunk/libjibx-java/branch-1.1/debian/source/format
Modified:
   trunk/libjibx-java/branch-1.1/debian/changelog
   trunk/libjibx-java/branch-1.1/debian/control
   trunk/libjibx-java/branch-1.1/debian/patches/01_build_xml.patch
   trunk/libjibx-java/branch-1.1/debian/patches/series
   trunk/libjibx-java/branch-1.1/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643531).
* Bump Standards-Version to 3.9.2. No changes were required.
* Switch to source format 3.0 (quilt).
* Drop Build-Depends on quilt.


Modified: trunk/libjibx-java/branch-1.1/debian/changelog
===
--- trunk/libjibx-java/branch-1.1/debian/changelog  2011-10-22 21:17:34 UTC 
(rev 15226)
+++ trunk/libjibx-java/branch-1.1/debian/changelog  2011-10-22 21:35:36 UTC 
(rev 15227)
@@ -1,3 +1,13 @@
+libjibx1.1-java (1.1.6a-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643531).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Switch to source format 3.0 (quilt).
+  * Drop Build-Depends on quilt.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 16:56:58 -0430
+
 libjibx1.1-java (1.1.6a-2) unstable; urgency=low
 
   * Bumped Debian policy to 3.9.1, no changes required.

Modified: trunk/libjibx-java/branch-1.1/debian/control
===
--- trunk/libjibx-java/branch-1.1/debian/control2011-10-22 21:17:34 UTC 
(rev 15226)
+++ trunk/libjibx-java/branch-1.1/debian/control2011-10-22 21:35:36 UTC 
(rev 15227)
@@ -5,9 +5,9 @@
 Uploaders: Eric Lavarde d...@zorglub.s.bawue.de, Michael Koch 
konque...@gmx.de,
  Steffen Moeller moel...@debian.org, Douglas Kirkland 
kirkl...@canonical.com
 DM-upload-allowed: yes
-Build-Depends: debhelper (= 7.0.0), cdbs (= 0.4.8), openjdk-6-jdk, ant, quilt
+Build-Depends: debhelper (= 7.0.0), cdbs (= 0.4.8), default-jdk, ant
 Build-Depends-Indep: antlr, libbcel-java, liblog4j1.2-java, libxpp3-java, 
libqdox-java, libdom4j-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://jibx.sf.net/
 Vcs-svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjibx-java/branch-1.1/
 Vcs-browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjibx-java/branch-1.1/

Modified: trunk/libjibx-java/branch-1.1/debian/patches/01_build_xml.patch
===
--- trunk/libjibx-java/branch-1.1/debian/patches/01_build_xml.patch 
2011-10-22 21:17:34 UTC (rev 15226)
+++ trunk/libjibx-java/branch-1.1/debian/patches/01_build_xml.patch 
2011-10-22 21:35:36 UTC (rev 15227)
@@ -1,7 +1,7 @@
 Index: build/build.xml
 ===
 build/build.xml.orig   2010-02-02 01:32:15.0 +0100
-+++ build/build.xml2010-02-02 02:02:11.0 +0100
+--- a/build/build.xml.orig 2010-02-02 01:32:15.0 +0100
 b/build/build.xml  2010-02-02 02:02:11.0 +0100
 @@ -60,19 +60,22 @@
  pathelement location=${binddest}/
  pathelement location=${rundest}/

Modified: trunk/libjibx-java/branch-1.1/debian/patches/series
===
--- trunk/libjibx-java/branch-1.1/debian/patches/series 2011-10-22 21:17:34 UTC 
(rev 15226)
+++ trunk/libjibx-java/branch-1.1/debian/patches/series 2011-10-22 21:35:36 UTC 
(rev 15227)
@@ -1 +1 @@
-01_build_xml.patch -p0
+01_build_xml.patch

Modified: trunk/libjibx-java/branch-1.1/debian/rules
===
--- trunk/libjibx-java/branch-1.1/debian/rules  2011-10-22 21:17:34 UTC (rev 
15226)
+++ trunk/libjibx-java/branch-1.1/debian/rules  2011-10-22 21:35:36 UTC (rev 
15227)
@@ -3,10 +3,10 @@
 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
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_COMPRESS_EXCLUDE := .class
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar bcel log4j qdox xpp3
 DEB_ANT_BUILD_TARGET := setrelease current devdoc
 DEB_ANT_ARGS := -Dbindname=jibx-bind-$(DEB_UPSTREAM_VERSION) 
-Dextrasname=jibx-extras-$(DEB_UPSTREAM_VERSION) 
-Drunname=jibx-run-$(DEB_UPSTREAM_VERSION)

Added: trunk/libjibx-java/branch-1.1/debian/source/format
===
--- trunk/libjibx-java/branch-1.1/debian/source/format  
(rev 0)
+++ trunk/libjibx-java/branch-1.1/debian/source/format  2011-10-22 21:35:36 UTC 
(rev 15227)
@@ -0,0 +1 @@
+3.0 (quilt)



[pkg-java] r15228 - trunk/libjgroups-java/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-22 22:04:44 + (Sat, 22 Oct 2011)
New Revision: 15228

Modified:
   trunk/libjgroups-java/debian/changelog
   trunk/libjgroups-java/debian/control
   trunk/libjgroups-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643529).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libjgroups-java/debian/changelog
===
--- trunk/libjgroups-java/debian/changelog  2011-10-22 21:35:36 UTC (rev 
15227)
+++ trunk/libjgroups-java/debian/changelog  2011-10-22 22:04:44 UTC (rev 
15228)
@@ -1,3 +1,11 @@
+libjgroups-java (2.7.0.GA-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643529).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 17:14:14 -0430
+
 libjgroups-java (2.7.0.GA-3) unstable; urgency=low
 
   * Install POM file for jgroups-core.

Modified: trunk/libjgroups-java/debian/control
===
--- trunk/libjgroups-java/debian/control2011-10-22 21:35:36 UTC (rev 
15227)
+++ trunk/libjgroups-java/debian/control2011-10-22 22:04:44 UTC (rev 
15228)
@@ -4,10 +4,10 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, openjdk-6-jdk, glassfish-javaee, bsh, junit,
+Build-Depends-Indep: ant, default-jdk, glassfish-javaee, bsh, junit,
  libxalan2-java, libbcprov-java, libcommons-logging-java,
  liblog4j1.2-java, ant-optional, testng, maven-repo-helper
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://www.jgroups.org/javagroupsnew/docs/index.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgroups-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgroups-java/

Modified: trunk/libjgroups-java/debian/rules
===
--- trunk/libjgroups-java/debian/rules  2011-10-22 21:35:36 UTC (rev 15227)
+++ trunk/libjgroups-java/debian/rules  2011-10-22 22:04:44 UTC (rev 15228)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 ANT_OPTS := -Xmx128M
 DEB_ANT_BUILD_TARGET := jar
 #does no longer work with 2.7.0


___
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#643521: libexml-java: FTBFS: XXX

2011-10-22 Thread Miguel Landaeta
tag 643521 + pending
thanks

On Tue, Sep 27, 2011 at 03:52:41PM +0200, Didier Raboud wrote:
 Source: libexml-java
 Version: 0.0.20080703-2
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-home
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This is fixed in the svn repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: 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#643529: libjgroups-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Miguel Landaeta
tag 643529 + pending
thanks

On Tue, Sep 27, 2011 at 03:53:46PM +0200, Didier Raboud wrote:
 Source: libjgroups-java
 Version: 2.7.0.GA-3
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-home
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This is fixed in the svn repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: 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#643540: omegat: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Miguel Landaeta
tag 643540 + pending
thanks

On Tue, Sep 27, 2011 at 03:56:53PM +0200, Didier Raboud wrote:
 Source: omegat
 Version: 2.3.0.1+dfsg-1
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-home
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This is fixed in the git repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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

Processed: Re: libjogl-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 643533 + pending
Bug #643533 [src:libjogl-java] libjogl-java: FTBFS: JAVA_HOME not defined 
correctly.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
643533: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643533
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processed: Re: libjgroups-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 643529 + pending
Bug #643529 [src:libjgroups-java] libjgroups-java: FTBFS: JAVA_HOME not defined 
correctly.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
643529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643529
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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#643531: libjibx1.1-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Miguel Landaeta
tag 643531 + pending
thanks

On Tue, Sep 27, 2011 at 03:54:09PM +0200, Didier Raboud wrote:
 Source: libjibx1.1-java
 Version: 1.1.6a-2
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-home
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This is fixed in the svn repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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

Processed: Re: libjibx1.1-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 643531 + pending
Bug #643531 [src:libjibx1.1-java] libjibx1.1-java: FTBFS: JAVA_HOME not defined 
correctly.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
643531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643531
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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] r15230 - trunk/libjgrapht-java/branch_0.6/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-22 22:49:45 + (Sat, 22 Oct 2011)
New Revision: 15230

Modified:
   trunk/libjgrapht-java/branch_0.6/debian/changelog
   trunk/libjgrapht-java/branch_0.6/debian/control
   trunk/libjgrapht-java/branch_0.6/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643528).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libjgrapht-java/branch_0.6/debian/changelog
===
--- trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-10-22 22:36:10 UTC 
(rev 15229)
+++ trunk/libjgrapht-java/branch_0.6/debian/changelog   2011-10-22 22:49:45 UTC 
(rev 15230)
@@ -1,3 +1,11 @@
+libjgrapht0.6-java (0.6.0-11) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643528).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 18:15:23 -0430
+
 libjgrapht0.6-java (0.6.0-10) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libjgrapht-java/branch_0.6/debian/control
===
--- trunk/libjgrapht-java/branch_0.6/debian/control 2011-10-22 22:36:10 UTC 
(rev 15229)
+++ trunk/libjgrapht-java/branch_0.6/debian/control 2011-10-22 22:49:45 UTC 
(rev 15230)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Steffen Moeller moel...@debian.org
-Build-Depends: cdbs, debhelper (= 7), ant, openjdk-6-jdk, libjgraph-java, 
junit
-Standards-Version: 3.9.1
+Build-Depends: cdbs, debhelper (= 7), ant, default-jdk, libjgraph-java, junit
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgrapht-java/branch_0.6
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libjgrapht-java/branch_0.6
 Homepage: http://jgrapht.sourceforge.net/

Modified: trunk/libjgrapht-java/branch_0.6/debian/rules
===
--- trunk/libjgrapht-java/branch_0.6/debian/rules   2011-10-22 22:36:10 UTC 
(rev 15229)
+++ trunk/libjgrapht-java/branch_0.6/debian/rules   2011-10-22 22:49:45 UTC 
(rev 15230)
@@ -5,7 +5,7 @@
 
 # because of this JAVA_HOME setting, the dependency on openjdk 
 # remains explicitly set.
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_ANT_BUILD_TARGET := compile
 DEB_ANT_INSTALL_TARGET := prepare.distribution


___
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] r15231 - trunk/liblastfm-java/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-22 23:01:14 + (Sat, 22 Oct 2011)
New Revision: 15231

Modified:
   trunk/liblastfm-java/debian/changelog
   trunk/liblastfm-java/debian/control
   trunk/liblastfm-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643535).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/liblastfm-java/debian/changelog
===
--- trunk/liblastfm-java/debian/changelog   2011-10-22 22:49:45 UTC (rev 
15230)
+++ trunk/liblastfm-java/debian/changelog   2011-10-22 23:01:14 UTC (rev 
15231)
@@ -1,3 +1,11 @@
+liblastfm-java (1:0.1.0-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643535).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 18:25:46 -0430
+
 liblastfm-java (1:0.1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/liblastfm-java/debian/control
===
--- trunk/liblastfm-java/debian/control 2011-10-22 22:49:45 UTC (rev 15230)
+++ trunk/liblastfm-java/debian/control 2011-10-22 23:01:14 UTC (rev 15231)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 7)
-Build-Depends-Indep: ant, openjdk-6-jdk
-Standards-Version: 3.8.2
+Build-Depends-Indep: ant, default-jdk
+Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/lastfm-java/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/liblastfm-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/liblastfm-java

Modified: trunk/liblastfm-java/debian/rules
===
--- trunk/liblastfm-java/debian/rules   2011-10-22 22:49:45 UTC (rev 15230)
+++ trunk/liblastfm-java/debian/rules   2011-10-22 23:01:14 UTC (rev 15231)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/default-java
 
 install/liblastfm-java::
install -m 644 -D last.fm-bindings-0.1.0.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


Bug#643528: libjgrapht0.6-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Miguel Landaeta
tag 643528 + pending
thanks

On Tue, Sep 27, 2011 at 03:53:41PM +0200, Didier Raboud wrote:
 Source: libjgrapht0.6-java
 Version: 0.6.0-10
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-home
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This is fixed in the svn repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: 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#643535: liblastfm-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Miguel Landaeta
tag 643535 + pending
thanks

On Tue, Sep 27, 2011 at 03:54:46PM +0200, Didier Raboud wrote:
 Source: liblastfm-java
 Version: 1:0.1.0-1
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110923 qa-ftbfs java-home
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This is fixed in the svn repo.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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

Processed: Re: liblastfm-java: FTBFS: JAVA_HOME not defined correctly.

2011-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 643535 + pending
Bug #643535 [src:liblastfm-java] liblastfm-java: FTBFS: JAVA_HOME not defined 
correctly.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
643535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643535
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[SCM] Cobertura Maven Plugin branch, master, updated. upstream/2.3+dfsg-21-gfa728ce

2011-10-22 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit fa728ce75a70b5d330832fb6296887444aa669f3
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sat Oct 22 20:29:26 2011 -0430

Make copyright file DEP-5 compliant

diff --git a/debian/changelog b/debian/changelog
index 9756c35..21274e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ cobertura-maven-plugin (2.3+dfsg-2) UNRELEASED; urgency=low
   * Team upload.
   * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643498).
   * Bump Standards-Version to 3.9.2. No changes were required.
+  * Make copyright file DEP-5 compliant.
 
  -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 20:00:39 -0430
 
diff --git a/debian/copyright b/debian/copyright
index 69af1a3..6e4cf74 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Cobertura Maven Plugin
-Maintainer: Joakim Erdfelt joa...@erdfelt.net,
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Cobertura Maven Plugin
+Upstream-Contact: Joakim Erdfelt joa...@erdfelt.net,
  Will Gwaltney will.gwalt...@sas.com,
  Fabrizio Giustina fgi...@apache.org,
  Arnaud Heritier aherit...@apache.org
@@ -11,7 +11,7 @@ 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'
 
-Files: src/site/resources/sample-maven-shared-io-report/js/sortabletable.js,
+Files: src/site/resources/sample-maven-shared-io-report/js/sortabletable.js
  src/site/resources/sample-maven-shared-io-report/js/stringbuilder.js
 Copyright: 1998-2004, Erik Arvidsson
 License: GPL

-- 
Cobertura Maven Plugin

___
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] Cobertura Maven Plugin branch, master, updated. upstream/2.3+dfsg-21-gfa728ce

2011-10-22 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit c15e08419acdd90ce62268bb2189ac15e1953f73
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sat Oct 22 20:26:29 2011 -0430

Add Build-Depends on libmaven-plugin-tools-java

* Team upload.
* Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643498).
* Bump Standards-Version to 3.9.2. No changes were required.

diff --git a/debian/changelog b/debian/changelog
index 672754e..9756c35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cobertura-maven-plugin (2.3+dfsg-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java. (Closes: #643498).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 20:00:39 -0430
+
 cobertura-maven-plugin (2.3+dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #566697)
diff --git a/debian/control b/debian/control
index 91930cf..b738010 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.or
 Uploaders: Gabriele Giacone 1o5g4...@gmail.com
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper
 Build-Depends-Indep: libcobertura-java, junit, libhttpunit-java, 
libgetopt-java,
- libmaven-plugin-testing-java
-Standards-Version: 3.8.4
+ libmaven-plugin-testing-java, libmaven-plugin-tools-java
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-java/cobertura-maven-plugin.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/cobertura-maven-plugin.git
 Homepage: http://mojo.codehaus.org/cobertura-maven-plugin
diff --git a/debian/maven.rules b/debian/maven.rules
index 12bae7f..e66c979 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,4 +1,3 @@
-org.apache.maven.plugins maven-surefire-plugin maven-plugin s/.*/2.4.3/ 
 junit junit jar s/.*/3.x/ *
 s/org.apache.maven.shared/org.apache.maven.plugin-testing/ 
maven-plugin-testing-harness * s/.*/debian/ *
 s/urbanophile/gnu-getopt/ s/java-getopt/getopt jar s/.*/debian/ *

-- 
Cobertura Maven Plugin

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

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-23 01:37:56 + (Sun, 23 Oct 2011)
New Revision: 15233

Modified:
   trunk/libcobra-java/debian/changelog
   trunk/libcobra-java/debian/control
   trunk/libcobra-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643519).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libcobra-java/debian/changelog
===
--- trunk/libcobra-java/debian/changelog2011-10-23 01:28:59 UTC (rev 
15232)
+++ trunk/libcobra-java/debian/changelog2011-10-23 01:37:56 UTC (rev 
15233)
@@ -1,3 +1,11 @@
+libcobra-java (0.98.4-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643519).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 21:03:27 -0430
+
 libcobra-java (0.98.4-3) unstable; urgency=low
 
   * Update Homepage.

Modified: trunk/libcobra-java/debian/control
===
--- trunk/libcobra-java/debian/control  2011-10-23 01:28:59 UTC (rev 15232)
+++ trunk/libcobra-java/debian/control  2011-10-23 01:37:56 UTC (rev 15233)
@@ -5,7 +5,7 @@
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 5)
 Build-Depends-Indep: ant, rhino, libxalan2-java, default-jdk
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://lobobrowser.org/cobra.jsp
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcobra-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcobra-java

Modified: trunk/libcobra-java/debian/rules
===
--- trunk/libcobra-java/debian/rules2011-10-23 01:28:59 UTC (rev 15232)
+++ trunk/libcobra-java/debian/rules2011-10-23 01:37:56 UTC (rev 15233)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE  := debian/build.xml
 DEB_ANT_BUILD_TARGET   := jar javadoc
 DEB_JARS   := js xml-apis


___
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] r15234 - trunk/libcommons-validator-java/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-23 01:48:05 + (Sun, 23 Oct 2011)
New Revision: 15234

Modified:
   trunk/libcommons-validator-java/debian/changelog
   trunk/libcommons-validator-java/debian/control
   trunk/libcommons-validator-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643520).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libcommons-validator-java/debian/changelog
===
--- trunk/libcommons-validator-java/debian/changelog2011-10-23 01:37:56 UTC 
(rev 15233)
+++ trunk/libcommons-validator-java/debian/changelog2011-10-23 01:48:05 UTC 
(rev 15234)
@@ -1,3 +1,11 @@
+libcommons-validator-java (1:1.3.1-8) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643520).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 21:13:35 -0430
+
 libcommons-validator-java (1:1.3.1-7) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-validator-java/debian/control
===
--- trunk/libcommons-validator-java/debian/control  2011-10-23 01:37:56 UTC 
(rev 15233)
+++ trunk/libcommons-validator-java/debian/control  2011-10-23 01:48:05 UTC 
(rev 15234)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Kumar Appaiah aku...@debian.org, Varun Hiremath va...@debian.org
-Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
+Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, junit (= 3.8.1), 
libcommons-beanutils-java (= 1.7), 
  libcommons-collections-java (= 2.1), libcommons-digester-java (= 1.6), 
libcommons-logging-java (= 1.0.6), 
  liboro-java (= 2.0.8), sgml-base, rhino
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-validator-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-validator-java
 Homepage: http://commons.apache.org/validator/

Modified: trunk/libcommons-validator-java/debian/rules
===
--- trunk/libcommons-validator-java/debian/rules2011-10-23 01:37:56 UTC 
(rev 15233)
+++ trunk/libcommons-validator-java/debian/rules2011-10-23 01:48:05 UTC 
(rev 15234)
@@ -9,7 +9,7 @@
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := junit commons-beanutils commons-collections 
commons-digester commons-logging oro
 DEB_ANT_BUILD_TARGET := 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] r15235 - trunk/libjboss-classloader-java/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-23 01:56:24 + (Sun, 23 Oct 2011)
New Revision: 15235

Modified:
   trunk/libjboss-classloader-java/debian/changelog
   trunk/libjboss-classloader-java/debian/control
   trunk/libjboss-classloader-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643523).
* Bump Standards-Version to 3.9.2. No changes were required.
* Use anonymous URL in Vcs-Svn field.


Modified: trunk/libjboss-classloader-java/debian/changelog
===
--- trunk/libjboss-classloader-java/debian/changelog2011-10-23 01:48:05 UTC 
(rev 15234)
+++ trunk/libjboss-classloader-java/debian/changelog2011-10-23 01:56:24 UTC 
(rev 15235)
@@ -1,3 +1,12 @@
+libjboss-classloader-java (2.0.6.GA-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643523).
+  * 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:22:11 -0430
+
 libjboss-classloader-java (2.0.6.GA-1) unstable; urgency=low
 
   * Newer (but not newest 2.2.1.GA, not even 2.0.9.GA) upstream release.

Modified: trunk/libjboss-classloader-java/debian/control
===
--- trunk/libjboss-classloader-java/debian/control  2011-10-23 01:48:05 UTC 
(rev 15234)
+++ trunk/libjboss-classloader-java/debian/control  2011-10-23 01:56:24 UTC 
(rev 15235)
@@ -4,13 +4,13 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 6)
-Build-Depends-Indep: ant, openjdk-6-jdk, junit, libjboss-common-java,
+Build-Depends-Indep: ant, default-jdk, junit, libjboss-common-java,
  libjboss-test-java, libjboss-xml-binding-java, libjboss-vfs-java,
  libjboss-integration-java, libjboss-reflect-java, libjboss-managed-java, 
  libjboss-metadata-java, libjboss-microcontainer-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://jira.jboss.com/jira/browse/JBCL
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjboss-classloader-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-classloader-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-classloader-java/
 
 Package: libjboss-classloader-java

Modified: trunk/libjboss-classloader-java/debian/rules
===
--- trunk/libjboss-classloader-java/debian/rules2011-10-23 01:48:05 UTC 
(rev 15234)
+++ trunk/libjboss-classloader-java/debian/rules2011-10-23 01:56:24 UTC 
(rev 15235)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET   := jar
 DEB_ANT_BUILDFILE  := debian/build.xml
 DEB_JARS   := jboss-common jboss-vfs jboss-xml-binding jboss-test 
junit jboss-reflect jboss-managed \


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

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-23 02:06:33 + (Sun, 23 Oct 2011)
New Revision: 15236

Modified:
   trunk/libjboss-deployers-java/debian/changelog
   trunk/libjboss-deployers-java/debian/control
   trunk/libjboss-deployers-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643524).
* Bump Standards-Version to 3.9.2. No changes were required.
* Use anonymous URL in Vcs-Svn field.


Modified: trunk/libjboss-deployers-java/debian/changelog
===
--- trunk/libjboss-deployers-java/debian/changelog  2011-10-23 01:56:24 UTC 
(rev 15235)
+++ trunk/libjboss-deployers-java/debian/changelog  2011-10-23 02:06:33 UTC 
(rev 15236)
@@ -1,3 +1,12 @@
+libjboss-deployers-java (2.0.4.GA-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643524).
+  * 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:31:05 -0430
+
 libjboss-deployers-java (2.0.4.GA-1) unstable; urgency=low
 
   * Newer (but not newest 2.2.2.GA) upstream release.

Modified: trunk/libjboss-deployers-java/debian/control
===
--- trunk/libjboss-deployers-java/debian/control2011-10-23 01:56:24 UTC 
(rev 15235)
+++ trunk/libjboss-deployers-java/debian/control2011-10-23 02:06:33 UTC 
(rev 15236)
@@ -4,13 +4,13 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 6)
-Build-Depends-Indep: ant, openjdk-6-jdk, libjboss-common-java,
+Build-Depends-Indep: ant, default-jdk, libjboss-common-java,
  libjboss-xml-binding-java, libjboss-vfs-java, libjboss-microcontainer-java, 
  libjboss-metadata-java, libjboss-classloader-java, libjboss-reflect-java,
  libjboss-managed-java, libjavassist-java, libjboss-integration-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://jira.jboss.com/jira/browse/JBDEPLOY
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjboss-deployers-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-deployers-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-deployers-java/
 
 Package: libjboss-deployers-java

Modified: trunk/libjboss-deployers-java/debian/rules
===
--- trunk/libjboss-deployers-java/debian/rules  2011-10-23 01:56:24 UTC (rev 
15235)
+++ trunk/libjboss-deployers-java/debian/rules  2011-10-23 02:06:33 UTC (rev 
15236)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET   := jar
 DEB_ANT_BUILDFILE  := debian/build.xml
 DEB_JARS   := jboss-common jboss-managed jboss-reflect 
jboss-classloader jboss-vfs \


___
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] r15237 - trunk/libjboss-microcontainer-java/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-23 02:15:54 + (Sun, 23 Oct 2011)
New Revision: 15237

Modified:
   trunk/libjboss-microcontainer-java/debian/changelog
   trunk/libjboss-microcontainer-java/debian/control
   trunk/libjboss-microcontainer-java/debian/rules
Log:
* 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.


Modified: trunk/libjboss-microcontainer-java/debian/changelog
===
--- trunk/libjboss-microcontainer-java/debian/changelog 2011-10-23 02:06:33 UTC 
(rev 15236)
+++ trunk/libjboss-microcontainer-java/debian/changelog 2011-10-23 02:15:54 UTC 
(rev 15237)
@@ -1,3 +1,12 @@
+libjboss-microcontainer-java (2.0.10.GA-2) UNRELEASED; 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
+
 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   2011-10-23 02:06:33 UTC 
(rev 15236)
+++ trunk/libjboss-microcontainer-java/debian/control   2011-10-23 02:15:54 UTC 
(rev 15237)
@@ -4,13 +4,13 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 6)
-Build-Depends-Indep: ant, openjdk-6-jdk, junit, libjboss-common-java,
+Build-Depends-Indep: ant, default-jdk, junit, libjboss-common-java,
  libjavassist-java, libjboss-test-java, libjboss-xml-binding-java,
  libjboss-integration-java, libjboss-aop-java, libjboss-reflect-java,
  libjboss-managed-java, libjboss-metadata-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://labs.jboss.com/jbossmc/
-Vcs-Svn: 
svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjboss-microcontainer-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-microcontainer-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-microcontainer-java/
 
 Package: libjboss-microcontainer-java

Modified: trunk/libjboss-microcontainer-java/debian/rules
===
--- trunk/libjboss-microcontainer-java/debian/rules 2011-10-23 02:06:33 UTC 
(rev 15236)
+++ trunk/libjboss-microcontainer-java/debian/rules 2011-10-23 02:15:54 UTC 
(rev 15237)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET   := jar
 DEB_ANT_BUILDFILE  := debian/build.xml
 DEB_JARS   := jboss-common jboss-xml-binding jboss-aop 
jboss-reflect jboss-managed \


___
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] r15238 - trunk/libjboss-xml-binding-java/debian

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-23 02:29:35 + (Sun, 23 Oct 2011)
New Revision: 15238

Modified:
   trunk/libjboss-xml-binding-java/debian/changelog
   trunk/libjboss-xml-binding-java/debian/control
   trunk/libjboss-xml-binding-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643527).
* Bump Standards-Version to 3.9.2. No changes were required.


Modified: trunk/libjboss-xml-binding-java/debian/changelog
===
--- trunk/libjboss-xml-binding-java/debian/changelog2011-10-23 02:15:54 UTC 
(rev 15237)
+++ trunk/libjboss-xml-binding-java/debian/changelog2011-10-23 02:29:35 UTC 
(rev 15238)
@@ -1,3 +1,11 @@
+libjboss-xml-binding-java (2.0.3.GA-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643527).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 21:54:52 -0430
+
 libjboss-xml-binding-java (2.0.3.GA-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjboss-xml-binding-java/debian/control
===
--- trunk/libjboss-xml-binding-java/debian/control  2011-10-23 02:15:54 UTC 
(rev 15237)
+++ trunk/libjboss-xml-binding-java/debian/control  2011-10-23 02:29:35 UTC 
(rev 15238)
@@ -4,10 +4,10 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 6)
-Build-Depends-Indep: ant-optional, openjdk-6-jdk,
+Build-Depends-Indep: ant-optional, default-jdk,
  libjboss-common-java, libdtdparser-java, glassfish-activation, junit,
  libjboss-test-java, libxerces2-java, libjboss-reflect-java
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-xml-binding-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-xml-binding-java

Modified: trunk/libjboss-xml-binding-java/debian/rules
===
--- trunk/libjboss-xml-binding-java/debian/rules2011-10-23 02:15:54 UTC 
(rev 15237)
+++ trunk/libjboss-xml-binding-java/debian/rules2011-10-23 02:29:35 UTC 
(rev 15238)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET   := jar
 DEB_ANT_BUILDFILE  := debian/build.xml
 DEB_JARS   := jboss-common dtdparser xercesImpl 
glassfish-activation junit jboss-test jboss-reflect


___
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] r15239 - in trunk/libjgroups2.6-java/debian: . source

2011-10-22 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-10-23 04:40:34 + (Sun, 23 Oct 2011)
New Revision: 15239

Added:
   trunk/libjgroups2.6-java/debian/source/
   trunk/libjgroups2.6-java/debian/source/format
Modified:
   trunk/libjgroups2.6-java/debian/changelog
   trunk/libjgroups2.6-java/debian/control
   trunk/libjgroups2.6-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643530).
* Bump Standards-Version to 3.9.2. No changes were required.
* Switch to source format 3.0 (quilt).
* Fix Vcs-* URLs.


Modified: trunk/libjgroups2.6-java/debian/changelog
===
--- trunk/libjgroups2.6-java/debian/changelog   2011-10-23 02:29:35 UTC (rev 
15238)
+++ trunk/libjgroups2.6-java/debian/changelog   2011-10-23 04:40:34 UTC (rev 
15239)
@@ -1,3 +1,13 @@
+libjgroups2.6-java (2.6.15.GA-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk. (Closes: #643530).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Switch to source format 3.0 (quilt).
+  * Fix Vcs-* URLs.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sat, 22 Oct 2011 22:09:06 -0430
+
 libjgroups2.6-java (2.6.15.GA-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libjgroups2.6-java/debian/control
===
--- trunk/libjgroups2.6-java/debian/control 2011-10-23 02:29:35 UTC (rev 
15238)
+++ trunk/libjgroups2.6-java/debian/control 2011-10-23 04:40:34 UTC (rev 
15239)
@@ -4,13 +4,13 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, openjdk-6-jdk, glassfish-javaee, bsh, junit,
+Build-Depends-Indep: ant, default-jdk, glassfish-javaee, bsh, junit,
  libxalan2-java, libbcprov-java, libcommons-logging-java,
  liblog4j1.2-java, ant-optional
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Homepage: http://www.jgroups.org/javagroupsnew/docs/index.html
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgroups-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgroups-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgroups2.6-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgroups2.6-java/
 
 Package: libjgroups2.6-java
 Architecture: all

Modified: trunk/libjgroups2.6-java/debian/rules
===
--- trunk/libjgroups2.6-java/debian/rules   2011-10-23 02:29:35 UTC (rev 
15238)
+++ trunk/libjgroups2.6-java/debian/rules   2011-10-23 04:40:34 UTC (rev 
15239)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME:= /usr/lib/jvm/default-java
 ANT_OPTS := -Xmx128M
 DEB_ANT_BUILD_TARGET := jar
 DEB_ANT_CHECK_TARGET := -Djgroups.bind_addr=`hostname` all-tests

Added: trunk/libjgroups2.6-java/debian/source/format
===
--- trunk/libjgroups2.6-java/debian/source/format   
(rev 0)
+++ trunk/libjgroups2.6-java/debian/source/format   2011-10-23 04:40:34 UTC 
(rev 15239)
@@ -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