Bug#445848: Bug #445848

2008-04-26 Thread Laurens Blankers
severity 445848 important
thanks

This is rather important because it prevents tomcat from starting.

Adding /usr/share/java/commons-logging.jar to JSVC_CLASSPATH in 
/etc/init.d/tomcat5.5 resolves (or at least works around) the problem.

Laurens



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processing of maven2_2.0.9-1_i386.changes

2008-04-26 Thread Archive Administrator
maven2_2.0.9-1_i386.changes uploaded successfully to localhost
along with the files:
  maven2_2.0.9-1.dsc
  maven2_2.0.9.orig.tar.gz
  maven2_2.0.9-1.diff.gz
  maven2_2.0.9-1_all.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


maven2_2.0.9-1_i386.changes ACCEPTED

2008-04-26 Thread Debian Installer

Accepted:
maven2_2.0.9-1.diff.gz
  to pool/main/m/maven2/maven2_2.0.9-1.diff.gz
maven2_2.0.9-1.dsc
  to pool/main/m/maven2/maven2_2.0.9-1.dsc
maven2_2.0.9-1_all.deb
  to pool/main/m/maven2/maven2_2.0.9-1_all.deb
maven2_2.0.9.orig.tar.gz
  to pool/main/m/maven2/maven2_2.0.9.orig.tar.gz


Override entries for your package:
maven2_2.0.9-1.dsc - source devel
maven2_2.0.9-1_all.deb - optional devel

Announcing to [EMAIL PROTECTED]
Closing bugs: 477443 


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#477443: marked as done (maven2: bash completions for mvn)

2008-04-26 Thread Debian Bug Tracking System

Your message dated Sat, 26 Apr 2008 08:47:19 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477443: fixed in maven2 2.0.9-1
has caused the Debian Bug report #477443,
regarding maven2: bash completions for mvn
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 [EMAIL PROTECTED]
immediately.)


-- 
477443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477443
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: maven2
Version: 2.0.8-6
Severity: wishlist
Tags: patch


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-rt (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven2 depends on:
ii  libcommons-cli-java  1.1-3   API for working with the command l
ii  libdoxia-java1.0-alpha-7-1   a powerful content generation fram
ii  libjsch-java 0.1.37-3java secure channel
ii  libjtidy-java7+svn20070309-1 a Java port of HTML Tidy, a HTML s
ii  libplexus-interactivity- 1.0-alpha-6-2   interactivity API for the Plexus f
ii  libplexus-utils-java 1:1.4.8-1   utilities for the Plexus framework
ii  libwagon-java1.0-beta-2-2tools to manage Maven artifacts an
ii  libxalan2-java   2.7.1-1 XSL Transformations (XSLT) process

maven2 recommends no packages.

-- no debconf information
_mvn() 
{
local cur prev opts
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}
prev=${COMP_WORDS[COMP_CWORD-1]}

# phases for the default lifecycle
default_phases=validate 
   initialize 
   generate-sources 
   process-sources 
   generate-resources 
   process-resources 
   compile 
   process-classes 
   generate-test-sources 
   process-test-sources 
   generate-test-resources 
   process-test-resources 
   test-compile 
   process-test-classes 
   test 
   package 
   pre-integration-test 
   integration-test 
   post-integration-test 
   verify 
   install 
   deploy

# phases for the clean lifecycle
clean_phases=pre-clean
clean
post-clean

# phases for the site lifecycle
site_phases=pre-site
site
post-site
site-deploy

opts=--file --debug --batch-mode --lax-checksums --strict-checksums 
--check-plugin-updates --define --errors --fail-at-end --fail-fast --fail-never 
--help --non-recursive --no-plugin-registry --no-plugin-updates --offline 
--activate-profiles --quiet --reactor --settings --update-snapshots 
--update-plugins --version ${default_phases} ${clean_phases} ${site_phases}

if [[ ${cur} == -* ]] ; then
COMPREPLY=( $(compgen -W ${opts} -- ${cur}) )
return 0
fi

case ${prev} in
--file)
local pom_files=$(for x in `find -type f -name pom.xml` 
; do echo ${x} ; done)
COMPREPLY=( $(compgen -W ${pom_files} -- ${cur} ))
return 0
;;
${default_phases})
;;
*)
;;
esac

COMPREPLY=($(compgen -W ${opts} -- ${cur}))
return 0
}
complete -F _mvn mvn m2

---End Message---
---BeginMessage---
Source: maven2
Source-Version: 2.0.9-1

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

maven2_2.0.9-1.diff.gz
  to pool/main/m/maven2/maven2_2.0.9-1.diff.gz
maven2_2.0.9-1.dsc
  to pool/main/m/maven2/maven2_2.0.9-1.dsc
maven2_2.0.9-1_all.deb
  to pool/main/m/maven2/maven2_2.0.9-1_all.deb
maven2_2.0.9.orig.tar.gz
  to pool/main/m/maven2/maven2_2.0.9.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Cager [EMAIL PROTECTED] (supplier of updated maven2 package)

(This message was generated 

BUY AND GET 2 UNITS OF APPLE IPHONE/SONY PS3 FREE

2008-04-26 Thread ELECTRONICS WAREHOUSE UK
BUY AND GET 2 UNITS OF APPLE IPHONE/SONY PS3 FREE

Apple iphone(8GB)$300
Sony Playstation 3(60GB).$300
Nokia N95 ...$300
Palm Treo 750$300

GSM PHONES
Nokia N95. ...$300
Nokia N93/N93i$300
Nokia N95 $300
Nokia N80 $200
Nokia N90 $200
Nokia N91 $200

PDA
Palm Treo 650$290
Palm Treo 700w...$290
Palm Treo 750$290
HTC P3300 ...$300
HTC P3600 ...$350
Dell Axim X51V...$350
i-mate Jam ..$400
i-mate K-Jam $420


Buy 5 units and get 2 free Units + FREE SHIPPING WORLDWIDE

All GSM Phones,Brand New,Tri- Band and Video Games are Brand new with
Complete Accessories plus Int'l Warranty .

Payment:  Western Union Money Transfer for Sample/Trial Order
Delivery :FedEx Express 2-3 days TO YOUR DOORSTEP
Warranty : 1 Year Int'l warranty.
Thank you and looking forward to your order CONFIRMATION soon.

PLEASE PROVIDE YOUR COMPLETE SHIIPING AND CONTACT ADDRESS

Email : [EMAIL PROTECTED]

GRAHAM STONE
ELECTRONICS WAREHOUSE
Registered No. 04391123
MINTON HOLLINS, SHELTON OLD ROAD,
STOKE ON TRENT, STAFFORDSHIRE, ST4 7RY
Tel: +447023058199,+447011120761




___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#478054: java-wrappers.sh: line 255: full_cmd_path: bin/*: syntax error: operand expected (error token is *)

2008-04-26 Thread Ludovic Rousseau
Package: java-wrappers
Version: 0.1.4
Severity: important

Hello,

I try to use statsvn and I get:
$ statsvn 
[warning] /usr/bin/statsvn: No java runtime was found for flavor 'none'
[warning] /usr/bin/statsvn: No JAVA_CMD set for run_java, falling back to 
JAVA_CMD = java
/usr/lib/java-wrappers/java-wrappers.sh: line 255: full_cmd_path: bin/*: syntax 
error: operand expected (error token is *)

$ which java
/usr/bin/java
$ readlink -f /usr/bin/java
/usr/bin/gij-4.3

$ full_cmd_path=/usr/bin/gij-4.3
$ echo ${full_cmd_path:bin/*}
-bash: full_cmd_path: bin/*: syntax error: operand expected (error token is *)

What is the value of JAVA_HOME supposed to be?


It looks like statsvn works using:
$ JAVA_HOME=/usr statsvn 




While installing statsvn I got:
$ sudo apt-get install statsvn
[sudo] password for rousseau: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
  dash libhunspell-1.1-0 libcamel1.2-10 libsoup2.2-8
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  antlr default-jre default-jre-headless fastjar gcj-4.3-base gij gij-4.3
  gjdoc java-common java-gcj-compat java-gcj-compat-headless java-wrappers
  kaffe kaffe-common kaffe-pthreads libbackport-util-concurrent-java
  libbcel-java libecj-java libecj-java-gcj libgcj-bc libgcj-common libgcj9-0
  libgcj9-0-awt libgcj9-jar libjcommon-java libjfreechart-java
  liblog4j1.2-java liblog4j1.2-java-gcj libmx4j-java libregexp-java statcvs
Paquets suggérés :
  gcj gcj-4.3 equivs libgcj9-dbg libgcj9-src java-virtual-machine
  libbcel-java-doc ant ecj libjcommon-java-doc libjfreechart-java-doc
  libgnumail-java jython libservlet2.4-java
Paquets recommandés :
  java2-runtime
Les NOUVEAUX paquets suivants seront installés :
  antlr default-jre default-jre-headless fastjar gcj-4.3-base gij gij-4.3
  gjdoc java-common java-gcj-compat java-gcj-compat-headless java-wrappers
  kaffe kaffe-common kaffe-pthreads libbackport-util-concurrent-java
  libbcel-java libecj-java libecj-java-gcj libgcj-bc libgcj-common libgcj9-0
  libgcj9-0-awt libgcj9-jar libjcommon-java libjfreechart-java
  liblog4j1.2-java liblog4j1.2-java-gcj libmx4j-java libregexp-java statcvs
  statsvn
0 mis à jour, 32 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 43,5Mo dans les archives.
Après cette opération, 104Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer [O/n] ? 
[...]
Paramétrage de fastjar (2:0.95-1) ...
Paramétrage de libgcj-common (1:4.3.0-5) ...
Paramétrage de gcj-4.3-base (4.3.0-3) ...
Paramétrage de libgcj9-0 (4.3.0-3) ...
Paramétrage de libgcj-bc (4.3.0-5) ...
Paramétrage de gij-4.3 (4.3.0-3) ...
Paramétrage de gij (4:4.3.0-5) ...
Paramétrage de libgcj9-jar (4.3.0-3) ...
Paramétrage de libgcj9-0-awt (4.3.0-3) ...
Paramétrage de libecj-java (3.3.0+0728-9) ...
Paramétrage de java-wrappers (0.1.4) ...
Paramétrage de libecj-java-gcj (3.3.0+0728-9) ...
Paramétrage de libbcel-java (5.2-3) ...
Paramétrage de liblog4j1.2-java (1.2.15-2) ...
Paramétrage de libmx4j-java (3.0.2-1) ...
Paramétrage de java-gcj-compat-headless (1.0.78-1) ...
Paramétrage de java-gcj-compat (1.0.78-1) ...
Paramétrage de libbackport-util-concurrent-java (2.2+dfsg-1) ...
Paramétrage de libjcommon-java (1.0.10.dfsg-1) ...
Paramétrage de libjfreechart-java (1.0.9-1) ...
Paramétrage de liblog4j1.2-java-gcj (1.2.15-2) ...
Paramétrage de statcvs (1:0.3.dfsg+1-1) ...
Paramétrage de statsvn (0.3.1.dfsg-3) ...
Paramétrage de default-jre-headless (1.5-29) ...
Paramétrage de default-jre (1.5-29) ...
Paramétrage de antlr (2.7.7-4) ...
Paramétrage de gjdoc (0.7.9-1) ...
Paramétrage de kaffe-pthreads (2:1.1.8-4) ...
Paramétrage de libregexp-java (1.4-4) ...
Paramétrage de kaffe (2:1.1.8-4) ...


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

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

-- no debconf information



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

solr_1.2.0+ds1-3_i386.changes ACCEPTED

2008-04-26 Thread Debian Installer

Accepted:
solr-common_1.2.0+ds1-3_all.deb
  to pool/contrib/s/solr/solr-common_1.2.0+ds1-3_all.deb
solr-tomcat5.5_1.2.0+ds1-3_all.deb
  to pool/contrib/s/solr/solr-tomcat5.5_1.2.0+ds1-3_all.deb
solr_1.2.0+ds1-3.diff.gz
  to pool/contrib/s/solr/solr_1.2.0+ds1-3.diff.gz
solr_1.2.0+ds1-3.dsc
  to pool/contrib/s/solr/solr_1.2.0+ds1-3.dsc


Override entries for your package:
solr-common_1.2.0+ds1-3_all.deb - optional contrib/web
solr-tomcat5.5_1.2.0+ds1-3_all.deb - optional contrib/web
solr_1.2.0+ds1-3.dsc - source contrib/text

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processing of axis_1.4-5_amd64.changes

2008-04-26 Thread Archive Administrator
axis_1.4-5_amd64.changes uploaded successfully to localhost
along with the files:
  axis_1.4-5.dsc
  axis_1.4-5.diff.gz
  libaxis-java_1.4-5_all.deb
  libaxis-java-doc_1.4-5_all.deb
  libaxis-java-gcj_1.4-5_amd64.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processing of asm3_3.1-2_amd64.changes

2008-04-26 Thread Archive Administrator
asm3_3.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  asm3_3.1-2.dsc
  asm3_3.1-2.diff.gz
  libasm3-java_3.1-2_all.deb
  libasm3-java-doc_3.1-2_all.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


axis_1.4-5_amd64.changes ACCEPTED

2008-04-26 Thread Debian Installer

Accepted:
axis_1.4-5.diff.gz
  to pool/main/a/axis/axis_1.4-5.diff.gz
axis_1.4-5.dsc
  to pool/main/a/axis/axis_1.4-5.dsc
libaxis-java-doc_1.4-5_all.deb
  to pool/main/a/axis/libaxis-java-doc_1.4-5_all.deb
libaxis-java-gcj_1.4-5_amd64.deb
  to pool/main/a/axis/libaxis-java-gcj_1.4-5_amd64.deb
libaxis-java_1.4-5_all.deb
  to pool/main/a/axis/libaxis-java_1.4-5_all.deb


Override entries for your package:
axis_1.4-5.dsc - source libs
libaxis-java-doc_1.4-5_all.deb - optional doc
libaxis-java-gcj_1.4-5_amd64.deb - optional libs
libaxis-java_1.4-5_all.deb - optional libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 432582 477846 


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


asm3_3.1-2_amd64.changes ACCEPTED

2008-04-26 Thread Debian Installer

Accepted:
asm3_3.1-2.diff.gz
  to pool/main/a/asm3/asm3_3.1-2.diff.gz
asm3_3.1-2.dsc
  to pool/main/a/asm3/asm3_3.1-2.dsc
libasm3-java-doc_3.1-2_all.deb
  to pool/main/a/asm3/libasm3-java-doc_3.1-2_all.deb
libasm3-java_3.1-2_all.deb
  to pool/main/a/asm3/libasm3-java_3.1-2_all.deb


Override entries for your package:
asm3_3.1-2.dsc - source devel
libasm3-java-doc_3.1-2_all.deb - optional doc
libasm3-java_3.1-2_all.deb - optional devel

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


libpgjava_8.2-504-2_amd64.changes ACCEPTED

2008-04-26 Thread Debian Installer

Accepted:
libpg-java_8.2-504-2_all.deb
  to pool/main/libp/libpgjava/libpg-java_8.2-504-2_all.deb
libpgjava_8.2-504-2.diff.gz
  to pool/main/libp/libpgjava/libpgjava_8.2-504-2.diff.gz
libpgjava_8.2-504-2.dsc
  to pool/main/libp/libpgjava/libpgjava_8.2-504-2.dsc


Override entries for your package:
libpg-java_8.2-504-2_all.deb - optional libs
libpgjava_8.2-504-2.dsc - source libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 398348 477557 


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#432582: marked as done (libaxis-java: should depend on libcommons-logging and libcommons-discovery)

2008-04-26 Thread Debian Bug Tracking System

Your message dated Sat, 26 Apr 2008 21:02:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#432582: fixed in axis 1.4-5
has caused the Debian Bug report #432582,
regarding libaxis-java: should depend on libcommons-logging and 
libcommons-discovery
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 [EMAIL PROTECTED]
immediately.)


-- 
432582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432582
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libaxis-java
Version: 1.4-2
Severity: important

Hi all,

I think libaxis-java should depend on (or at least suggest)
libcommons-logging and libcommons-discovery. The simplest example
from the axis docs (TestClient.java) needs these two to run (it compiles
without).

Cheers

Jan-Pascal


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libaxis-java depends on:
ii  gij-4.1 [java1-runtime]   4.1.1-20   The GNU Java bytecode interpreter
ii  java-gcj-compat   1.0.65-10  Java runtime environment using GIJ
ii  kaffe-pthreads [java1-runtime 2:1.1.7-4  A POSIX threads enabled version of
ii  libservlet2.4-java5.0.30-3   Servlet 2.4 and JSP 2.0 Java class
ii  sun-java5-jre [java1-runtime] 1.5.0-10-3 Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java1-runtime] 6-00-2 Sun Java(TM) Runtime Environment (

Versions of packages libaxis-java recommends:
ii  ant   1.6.5-6Java based build tool like make
pn  libaxis-java-gcj  none (no description available)

-- no debconf information

---End Message---
---BeginMessage---
Source: axis
Source-Version: 1.4-5

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

axis_1.4-5.diff.gz
  to pool/main/a/axis/axis_1.4-5.diff.gz
axis_1.4-5.dsc
  to pool/main/a/axis/axis_1.4-5.dsc
libaxis-java-doc_1.4-5_all.deb
  to pool/main/a/axis/libaxis-java-doc_1.4-5_all.deb
libaxis-java-gcj_1.4-5_amd64.deb
  to pool/main/a/axis/libaxis-java-gcj_1.4-5_amd64.deb
libaxis-java_1.4-5_all.deb
  to pool/main/a/axis/libaxis-java_1.4-5_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch [EMAIL PROTECTED] (supplier of updated axis 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2008 22:49:29 +0200
Source: axis
Binary: libaxis-java libaxis-java-gcj libaxis-java-doc
Architecture: source all amd64
Version: 1.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libaxis-java - A SOAP implementation in Java
 libaxis-java-doc - A SOAP implementation in Java
 libaxis-java-gcj - A SOAP implementation in Java (native code)
Closes: 432582 432582 477846
Changes: 
 axis (1.4-5) unstable; urgency=low
 .
   * Added missing packages to Depends of libaxis-java.
 Closes: #432582, #432582
   * Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
 Closes: #477846
   * Cleaned up debian/copyright.
   * Added watch file.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
   * Updated Standards-Version to 3.7.3.
Checksums-Sha1: 
 16c84ea60025ea52970754d81722ad1c005eea15 1424 axis_1.4-5.dsc
 fe09cac63995510a4f046c6e66e482e086dcff25 7885 axis_1.4-5.diff.gz
 448fdebb48365bb4576dfd33c7fdd0e4ac5c5ef5 1496316 libaxis-java_1.4-5_all.deb
 b20c5a1046feed45ab793b7d310a81966fef0233 1862596 libaxis-java-doc_1.4-5_all.deb
 6154392d14854e8f173d9ba43c28c1fd03c1b735 1837974 
libaxis-java-gcj_1.4-5_amd64.deb
Checksums-Sha256: 
 13613ed3f465cd0b216a0c41be439e2e1ee5175fb1500776d4816570d9551a4b 1424 
axis_1.4-5.dsc
 8914c2c87b62bbb0ab7746e5b890cdd0c1ff209c1d684fc3b27819f27845d8fc 7885 
axis_1.4-5.diff.gz
 4e9765d7514675cf1a1d4c9e6121d15fc9d3937fd6405e99b0fd8a96f20a3c18 1496316 
libaxis-java_1.4-5_all.deb
 

Bug#477846: marked as done (axis: adjust build-dependency (gcj not built on alpha, arm, hppa and hurd-i386))

2008-04-26 Thread Debian Bug Tracking System

Your message dated Sat, 26 Apr 2008 21:02:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477846: fixed in axis 1.4-5
has caused the Debian Bug report #477846,
regarding axis: adjust build-dependency (gcj not built on alpha, arm, hppa and 
hurd-i386)
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 [EMAIL PROTECTED]
immediately.)


-- 
477846: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477846
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: axis
Version: 1.4-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: gcj-bd

gij/gcj and java-gcj-compat are not available (anymore) on the following
architectures: alpha, arm, hppa and hurd-i386.

This package has been identified as a package which build-depends on
gcj or java-gcj-compat-dev and builds at least one architecture
dependent package, and is unbuildable in unstable. If this report is a
false positive, please close it.

All gcj related build dependencies have to restricted to these
architectures on which a java or java compatible development kit /
compiler is available, i.e.

  java-gcj-compat [!alpha !arm !hppa !hurd-i386]

As a second step please consider changing the java-gcj-compat-dev b-d
to default-jdk-builddep, making the package independent of a specific
implementation and depend on the jdk, which is most suitable for this
architecture. default-jdk-builddep will depend in addition on
java-gcj-compat-dev, even if the default jdk is another one (to allow
to compile byte-code to native code using dh_nativejava).

A package build-depending on default-jdk-builddep should use as
JAVA_HOME /usr/lib/jvm/default-java, or as path for the tools
/usr/lib/jvm/default-java/bin.

If the package builds just architecture dependent binaries which
contain only byte-code compiled to native code (packages which often
end with -gcj), then the architecture restrictions on the build
dependency may not be needed (however the package cannot be built
anymore on those archs). In this case make sure that the binary
packages get removed on these architectures.

Please check the influence of a package upload on ongoing transitions
before an upload.


---End Message---
---BeginMessage---
Source: axis
Source-Version: 1.4-5

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

axis_1.4-5.diff.gz
  to pool/main/a/axis/axis_1.4-5.diff.gz
axis_1.4-5.dsc
  to pool/main/a/axis/axis_1.4-5.dsc
libaxis-java-doc_1.4-5_all.deb
  to pool/main/a/axis/libaxis-java-doc_1.4-5_all.deb
libaxis-java-gcj_1.4-5_amd64.deb
  to pool/main/a/axis/libaxis-java-gcj_1.4-5_amd64.deb
libaxis-java_1.4-5_all.deb
  to pool/main/a/axis/libaxis-java_1.4-5_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch [EMAIL PROTECTED] (supplier of updated axis 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2008 22:49:29 +0200
Source: axis
Binary: libaxis-java libaxis-java-gcj libaxis-java-doc
Architecture: source all amd64
Version: 1.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libaxis-java - A SOAP implementation in Java
 libaxis-java-doc - A SOAP implementation in Java
 libaxis-java-gcj - A SOAP implementation in Java (native code)
Closes: 432582 432582 477846
Changes: 
 axis (1.4-5) unstable; urgency=low
 .
   * Added missing packages to Depends of libaxis-java.
 Closes: #432582, #432582
   * Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
 Closes: #477846
   * Cleaned up debian/copyright.
   * Added watch file.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
   * Updated Standards-Version to 3.7.3.
Checksums-Sha1: 
 16c84ea60025ea52970754d81722ad1c005eea15 1424 axis_1.4-5.dsc
 fe09cac63995510a4f046c6e66e482e086dcff25 7885 axis_1.4-5.diff.gz
 448fdebb48365bb4576dfd33c7fdd0e4ac5c5ef5 1496316 libaxis-java_1.4-5_all.deb
 b20c5a1046feed45ab793b7d310a81966fef0233 1862596 libaxis-java-doc_1.4-5_all.deb
 6154392d14854e8f173d9ba43c28c1fd03c1b735 1837974 

Bug#477557: marked as done (please remove this transitional package)

2008-04-26 Thread Debian Bug Tracking System

Your message dated Sat, 26 Apr 2008 21:02:18 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477557: fixed in libpgjava 8.2-504-2
has caused the Debian Bug report #477557,
regarding please remove this transitional package
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 [EMAIL PROTECTED]
immediately.)


-- 
477557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477557
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
package: libpgjava
version: 8.2-504-1
Usertags: etch-transitional-packages

Hi,

this binary package libpgjava seems to be a transitional package used to upgrade
from sarge to etch, that can now be safely removed.
If that is so, please fix the source package not to produce this
binary package anymore.

You can track the progress of this and other transitional packages at:

http://wiki.debian.org/EtchTransitionalPackages

Thanks,
Ondrej


---End Message---
---BeginMessage---
Source: libpgjava
Source-Version: 8.2-504-2

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

libpg-java_8.2-504-2_all.deb
  to pool/main/libp/libpgjava/libpg-java_8.2-504-2_all.deb
libpgjava_8.2-504-2.diff.gz
  to pool/main/libp/libpgjava/libpgjava_8.2-504-2.diff.gz
libpgjava_8.2-504-2.dsc
  to pool/main/libp/libpgjava/libpgjava_8.2-504-2.dsc



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch [EMAIL PROTECTED] (supplier of updated libpgjava 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2008 22:01:11 +0200
Source: libpgjava
Binary: libpg-java
Architecture: source all
Version: 8.2-504-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libpg-java - Java database (JDBC) driver for PostgreSQL
Closes: 398348 477557
Changes: 
 libpgjava (8.2-504-2) unstable; urgency=low
 .
   * Updated description to mention PostgreSQL 8.3 as supported.
 Closes: #398348
   * Removed libpgjava transitional package. Closes: #477557
   * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
   * Added watch file.
   * Added myself to Uploaders.
   * Removed Stafan and Wolfgang from Uploaders.
   * Updated Standards-Version to 3.7.3
   * Updated debhelper level to 5.
Checksums-Sha1: 
 fb519526f4b02df572614a7a87836205978885af 1347 libpgjava_8.2-504-2.dsc
 c0b5a2508a9d765683cbf5ee5d1e9f1d5b838167 43688 libpgjava_8.2-504-2.diff.gz
 2810e4ec5833cceb0882d970073713b9608353b1 314238 libpg-java_8.2-504-2_all.deb
Checksums-Sha256: 
 1136df9d8a5284a449ee78e0aead9c058238c963be527fb4715e1be83fb45452 1347 
libpgjava_8.2-504-2.dsc
 29f5d6674fad284c7cfeec36e58f22fde34d61ae32fbb0025bf3f87854ac809b 43688 
libpgjava_8.2-504-2.diff.gz
 3f99370f756e22d63db54df1f4f8d7ca45044fc6cd198d235ffdea806f88e026 314238 
libpg-java_8.2-504-2_all.deb
Files: 
 c22b2aef3b42c243f8f42fcb3bd6e6ba 1347 libs optional libpgjava_8.2-504-2.dsc
 3072f7eb2b0e7ed6b2a6984660609006 43688 libs optional 
libpgjava_8.2-504-2.diff.gz
 36ee274b8012b670d89cb410a75a8179 314238 libs optional 
libpg-java_8.2-504-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIE4pXWSOgCCdjSDsRAhOoAJ48PnIxUjEAxljwNtFFwgmCnAZBxQCfS053
By1adcFDFIk3Ryarmicmgts=
=AOdD
-END PGP SIGNATURE-


---End Message---
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#398348: marked as done (libpg-java: error in description?)

2008-04-26 Thread Debian Bug Tracking System

Your message dated Sat, 26 Apr 2008 21:02:18 +
with message-id [EMAIL PROTECTED]
and subject line Bug#398348: fixed in libpgjava 8.2-504-2
has caused the Debian Bug report #398348,
regarding libpg-java: error in description?
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 [EMAIL PROTECTED]
immediately.)


-- 
398348: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398348
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libpg-java
Version: 8.1-405-1
Severity: minor

The description for this package starts:

  Java classes for communication with the PostgreSQL 7.2 up to 8.0 database

Shouldn't that now say up to 8.1?

Cheers,
Mark.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libpg-java depends on:
ii  gij-4.1 [java1-runtime]   4.1.1-17   The GNU Java bytecode interpreter
ii  sun-java5-jre [java2-runtime] 1.5.0-08-1 Sun Java(TM) Runtime Environment (

libpg-java recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: libpgjava
Source-Version: 8.2-504-2

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

libpg-java_8.2-504-2_all.deb
  to pool/main/libp/libpgjava/libpg-java_8.2-504-2_all.deb
libpgjava_8.2-504-2.diff.gz
  to pool/main/libp/libpgjava/libpgjava_8.2-504-2.diff.gz
libpgjava_8.2-504-2.dsc
  to pool/main/libp/libpgjava/libpgjava_8.2-504-2.dsc



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch [EMAIL PROTECTED] (supplier of updated libpgjava 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Apr 2008 22:01:11 +0200
Source: libpgjava
Binary: libpg-java
Architecture: source all
Version: 8.2-504-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libpg-java - Java database (JDBC) driver for PostgreSQL
Closes: 398348 477557
Changes: 
 libpgjava (8.2-504-2) unstable; urgency=low
 .
   * Updated description to mention PostgreSQL 8.3 as supported.
 Closes: #398348
   * Removed libpgjava transitional package. Closes: #477557
   * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
   * Added watch file.
   * Added myself to Uploaders.
   * Removed Stafan and Wolfgang from Uploaders.
   * Updated Standards-Version to 3.7.3
   * Updated debhelper level to 5.
Checksums-Sha1: 
 fb519526f4b02df572614a7a87836205978885af 1347 libpgjava_8.2-504-2.dsc
 c0b5a2508a9d765683cbf5ee5d1e9f1d5b838167 43688 libpgjava_8.2-504-2.diff.gz
 2810e4ec5833cceb0882d970073713b9608353b1 314238 libpg-java_8.2-504-2_all.deb
Checksums-Sha256: 
 1136df9d8a5284a449ee78e0aead9c058238c963be527fb4715e1be83fb45452 1347 
libpgjava_8.2-504-2.dsc
 29f5d6674fad284c7cfeec36e58f22fde34d61ae32fbb0025bf3f87854ac809b 43688 
libpgjava_8.2-504-2.diff.gz
 3f99370f756e22d63db54df1f4f8d7ca45044fc6cd198d235ffdea806f88e026 314238 
libpg-java_8.2-504-2_all.deb
Files: 
 c22b2aef3b42c243f8f42fcb3bd6e6ba 1347 libs optional libpgjava_8.2-504-2.dsc
 3072f7eb2b0e7ed6b2a6984660609006 43688 libs optional 
libpgjava_8.2-504-2.diff.gz
 36ee274b8012b670d89cb410a75a8179 314238 libs optional 
libpg-java_8.2-504-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIE4pXWSOgCCdjSDsRAhOoAJ48PnIxUjEAxljwNtFFwgmCnAZBxQCfS053
By1adcFDFIk3Ryarmicmgts=
=AOdD
-END PGP SIGNATURE-


---End Message---
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Processing of icedtea-gcjwebplugin_1.0-1_amd64.changes

2008-04-26 Thread Archive Administrator
icedtea-gcjwebplugin_1.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  icedtea-gcjwebplugin_1.0-1.dsc
  icedtea-gcjwebplugin_1.0-1.diff.gz
  icedtea-gcjwebplugin_1.0-1_amd64.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


icedtea-gcjwebplugin_1.0-1_amd64.changes REJECTED

2008-04-26 Thread Debian Installer

Rejected: icedtea-gcjwebplugin_1.0-1.dsc refers to 
icedtea-gcjwebplugin_1.0.orig.tar.gz, but I can't find it in the queue or in 
the pool.


===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processing of librepository_0.1.4-3_amd64.changes

2008-04-26 Thread Archive Administrator
librepository_0.1.4-3_amd64.changes uploaded successfully to localhost
along with the files:
  librepository_0.1.4-3.dsc
  librepository_0.1.4-3.diff.gz
  librepository-java_0.1.4-3_all.deb
  librepository-java-doc_0.1.4-3_all.deb
  librepository-java-gcj_0.1.4-3_amd64.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processing of sacjava_1.3-2_amd64.changes

2008-04-26 Thread Archive Administrator
sacjava_1.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  sacjava_1.3-2.dsc
  sacjava_1.3-2.diff.gz
  libsac-java_1.3-2_all.deb
  libsac-java-doc_1.3-2_all.deb
  libsac-java-gcj_1.3-2_amd64.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


librepository_0.1.4-3_amd64.changes ACCEPTED

2008-04-26 Thread Debian Installer

Accepted:
librepository-java-doc_0.1.4-3_all.deb
  to pool/main/libr/librepository/librepository-java-doc_0.1.4-3_all.deb
librepository-java-gcj_0.1.4-3_amd64.deb
  to pool/main/libr/librepository/librepository-java-gcj_0.1.4-3_amd64.deb
librepository-java_0.1.4-3_all.deb
  to pool/main/libr/librepository/librepository-java_0.1.4-3_all.deb
librepository_0.1.4-3.diff.gz
  to pool/main/libr/librepository/librepository_0.1.4-3.diff.gz
librepository_0.1.4-3.dsc
  to pool/main/libr/librepository/librepository_0.1.4-3.dsc


Override entries for your package:
librepository-java-doc_0.1.4-3_all.deb - optional doc
librepository-java-gcj_0.1.4-3_amd64.deb - optional libs
librepository-java_0.1.4-3_all.deb - optional libs
librepository_0.1.4-3.dsc - source libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 477887 


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#477887: marked as done (librepository: adjust build-dependency (gcj not built on alpha, arm, hppa and hurd-i386))

2008-04-26 Thread Debian Bug Tracking System

Your message dated Sun, 27 Apr 2008 00:17:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477887: fixed in librepository 0.1.4-3
has caused the Debian Bug report #477887,
regarding librepository: adjust build-dependency (gcj not built on alpha, arm, 
hppa and hurd-i386)
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 [EMAIL PROTECTED]
immediately.)


-- 
477887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477887
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: librepository
Version: 0.1.4-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: gcj-bd

gij/gcj and java-gcj-compat are not available (anymore) on the following
architectures: alpha, arm, hppa and hurd-i386.

This package has been identified as a package which build-depends on
gcj or java-gcj-compat-dev and builds at least one architecture
dependent package, and is unbuildable in unstable. If this report is a
false positive, please close it.

All gcj related build dependencies have to restricted to these
architectures on which a java or java compatible development kit /
compiler is available, i.e.

  java-gcj-compat [!alpha !arm !hppa !hurd-i386]

As a second step please consider changing the java-gcj-compat-dev b-d
to default-jdk-builddep, making the package independent of a specific
implementation and depend on the jdk, which is most suitable for this
architecture. default-jdk-builddep will depend in addition on
java-gcj-compat-dev, even if the default jdk is another one (to allow
to compile byte-code to native code using dh_nativejava).

A package build-depending on default-jdk-builddep should use as
JAVA_HOME /usr/lib/jvm/default-java, or as path for the tools
/usr/lib/jvm/default-java/bin.

If the package builds just architecture dependent binaries which
contain only byte-code compiled to native code (packages which often
end with -gcj), then the architecture restrictions on the build
dependency may not be needed (however the package cannot be built
anymore on those archs). In this case make sure that the binary
packages get removed on these architectures.

Please check the influence of a package upload on ongoing transitions
before an upload.


---End Message---
---BeginMessage---
Source: librepository
Source-Version: 0.1.4-3

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

librepository-java-doc_0.1.4-3_all.deb
  to pool/main/libr/librepository/librepository-java-doc_0.1.4-3_all.deb
librepository-java-gcj_0.1.4-3_amd64.deb
  to pool/main/libr/librepository/librepository-java-gcj_0.1.4-3_amd64.deb
librepository-java_0.1.4-3_all.deb
  to pool/main/libr/librepository/librepository-java_0.1.4-3_all.deb
librepository_0.1.4-3.diff.gz
  to pool/main/libr/librepository/librepository_0.1.4-3.diff.gz
librepository_0.1.4-3.dsc
  to pool/main/libr/librepository/librepository_0.1.4-3.dsc



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard [EMAIL PROTECTED] (supplier of updated librepository 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2008 00:29:04 +0200
Source: librepository
Binary: librepository-java librepository-java-doc librepository-java-gcj
Architecture: source all amd64
Version: 0.1.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 librepository-java - abstraction library for accessing hierachic bulk content
 librepository-java-doc - abstraction library for accessing hierachic bulk 
content -- docum
 librepository-java-gcj - abstraction library for accessing hierachic bulk 
content (native 
Closes: 477887
Changes: 
 librepository (0.1.4-3) unstable; urgency=low
 .
   * use default-jdk-builddep (closes: #477887)
Checksums-Sha1: 
 edcaf04953e28b6d2d663b3895fc3511f266e49c 1209 librepository_0.1.4-3.dsc
 3b49624bab0fcac7d4046cc5d0a2749667b4da48 2509 librepository_0.1.4-3.diff.gz
 0a221ff9e806df32fff2d3932537db0f4af10b71 114336 
librepository-java_0.1.4-3_all.deb
 a8bd9931061e399c970c593da10287f440640466 2288 

sacjava_1.3-2_amd64.changes ACCEPTED

2008-04-26 Thread Debian Installer

Accepted:
libsac-java-doc_1.3-2_all.deb
  to pool/main/s/sacjava/libsac-java-doc_1.3-2_all.deb
libsac-java-gcj_1.3-2_amd64.deb
  to pool/main/s/sacjava/libsac-java-gcj_1.3-2_amd64.deb
libsac-java_1.3-2_all.deb
  to pool/main/s/sacjava/libsac-java_1.3-2_all.deb
sacjava_1.3-2.diff.gz
  to pool/main/s/sacjava/sacjava_1.3-2.diff.gz
sacjava_1.3-2.dsc
  to pool/main/s/sacjava/sacjava_1.3-2.dsc


Override entries for your package:
libsac-java-doc_1.3-2_all.deb - optional doc
libsac-java-gcj_1.3-2_amd64.deb - optional libs
libsac-java_1.3-2_all.deb - optional libs
sacjava_1.3-2.dsc - source libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 477903 


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#477903: marked as done (sacjava: adjust build-dependency (gcj not built on alpha, arm, hppa and hurd-i386))

2008-04-26 Thread Debian Bug Tracking System

Your message dated Sun, 27 Apr 2008 00:32:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477903: fixed in sacjava 1.3-2
has caused the Debian Bug report #477903,
regarding sacjava: adjust build-dependency (gcj not built on alpha, arm, hppa 
and hurd-i386)
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 [EMAIL PROTECTED]
immediately.)


-- 
477903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477903
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: sacjava
Version: 1.3-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: gcj-bd

gij/gcj and java-gcj-compat are not available (anymore) on the following
architectures: alpha, arm, hppa and hurd-i386.

This package has been identified as a package which build-depends on
gcj or java-gcj-compat-dev and builds at least one architecture
dependent package, and is unbuildable in unstable. If this report is a
false positive, please close it.

All gcj related build dependencies have to restricted to these
architectures on which a java or java compatible development kit /
compiler is available, i.e.

  java-gcj-compat [!alpha !arm !hppa !hurd-i386]

As a second step please consider changing the java-gcj-compat-dev b-d
to default-jdk-builddep, making the package independent of a specific
implementation and depend on the jdk, which is most suitable for this
architecture. default-jdk-builddep will depend in addition on
java-gcj-compat-dev, even if the default jdk is another one (to allow
to compile byte-code to native code using dh_nativejava).

A package build-depending on default-jdk-builddep should use as
JAVA_HOME /usr/lib/jvm/default-java, or as path for the tools
/usr/lib/jvm/default-java/bin.

If the package builds just architecture dependent binaries which
contain only byte-code compiled to native code (packages which often
end with -gcj), then the architecture restrictions on the build
dependency may not be needed (however the package cannot be built
anymore on those archs). In this case make sure that the binary
packages get removed on these architectures.

Please check the influence of a package upload on ongoing transitions
before an upload.


---End Message---
---BeginMessage---
Source: sacjava
Source-Version: 1.3-2

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

libsac-java-doc_1.3-2_all.deb
  to pool/main/s/sacjava/libsac-java-doc_1.3-2_all.deb
libsac-java-gcj_1.3-2_amd64.deb
  to pool/main/s/sacjava/libsac-java-gcj_1.3-2_amd64.deb
libsac-java_1.3-2_all.deb
  to pool/main/s/sacjava/libsac-java_1.3-2_all.deb
sacjava_1.3-2.diff.gz
  to pool/main/s/sacjava/sacjava_1.3-2.diff.gz
sacjava_1.3-2.dsc
  to pool/main/s/sacjava/sacjava_1.3-2.dsc



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard [EMAIL PROTECTED] (supplier of updated sacjava 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2008 00:25:44 +0200
Source: sacjava
Binary: libsac-java libsac-java-doc libsac-java-gcj
Architecture: source all amd64
Version: 1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 libsac-java - Simple API for CSS Java library
 libsac-java-doc - Simple API for CSS Java library (documentation)
 libsac-java-gcj - Simple API for CSS Java library (native code)
Closes: 477903
Changes: 
 sacjava (1.3-2) unstable; urgency=low
 .
   *  use default-jdk-builddep (closes: #477903)
Checksums-Sha1: 
 9586e25c604424991652412f854cc61334bfdbfd 1057 sacjava_1.3-2.dsc
 8dc13caf362c227c6f0cf61c7019426282bc6d6d 2711 sacjava_1.3-2.diff.gz
 0323798202ad1013b22ae0fedec67f6983bee858 12846 libsac-java_1.3-2_all.deb
 0e43b43245404ec853badf8522d11045fcdd 54984 libsac-java-doc_1.3-2_all.deb
 3b62b4bdff9bdd1e915339bae7ffc1c70e0c 19014 libsac-java-gcj_1.3-2_amd64.deb
Checksums-Sha256: 
 aed0088f2ed25e92f075e33bcb75cb01b2c8c09c159b76f1f1ee07493c02567f 1057 
sacjava_1.3-2.dsc
 38815abf20189a585b0a17554c83b8461dc12b300bbe3186aeadaa3396e21429 2711 
sacjava_1.3-2.diff.gz
 

Bug#478104: no plugin for jdk-6u10-beta-linux-x64.bin

2008-04-26 Thread Giuseppe Sacco
Package: java-package
Version: 0.41

Hi java maintainers,
I just tried to install jdk-6u10-beta-linux-x64.bin (recently downloaded
from java.sun.com site and got this error message:

~$ fakeroot make-jpkg jdk-6u10-beta-linux-x64.bin 
Creating temporary directory: /tmp/make-jpkg.zeHlwE2644
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh
ibm-j2re.sh ibm-j2sdk.sh j2re.sh j2sdk-doc.sh j2sdk.sh j2se.sh
sun-j2re.sh sun-j2sdk-doc.sh sun-j2sdk.sh

Detected Debian build architecture: amd64
Detected Debian GNU type: x86_64-linux-gnu

No matching plugin was found.
Removing temporary directory: done

Bye,
Giuseppe




___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers