привеееет, заяц мой.!!!)

2012-03-19 Thread Лилия Букирь
алллоха, Зинаида мне советовала почту email твою.!)) 
открой мою страничку hdhfkwtzbcuq.rbcmail.ruГлориясБобрик найдёшь через 
поиск!!! 
если не против зазнакомиться!!!)) 

__
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#664641: libsurefire-java: Surefire does not correctly detect JUnit 4 from Debian Maven Repository

2012-03-19 Thread James Page
Package: libsurefire-java
Version: 2.10-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I hit this when debugging the FTBFS for libcommons-lang3-java.

This package depends on JUnit4; Tweaking the Maven debug level up 
with -X revealed that surefire was exectuing the tests with the JUnit3
provider which was the cause of the test failures.

Surefire looks at the JUnit artifact versioning on startup and makes
an intelligent decision about which version of the provider to use:

{{{
if the JUnit version in the project = 4.7 and the parallel attribute has ANY 
value
use junit47 provider
if JUnit = 4.0 is present
use junit4 provider
else
use junit3.8.1
}}}

See http://maven.apache.org/plugins/maven-surefire-plugin/examples/junit.html

However the 4.x artifact in /usr/share/maven-repo/junit/junit fails this test
and surefire reverts to 3.x behaviour.

I worked around this by 

a) Mapping the JUnit artifact directly to the current 4.8.2 artifact in 
/usr/share/maven-repo.

b) Forcing the provider by specifying it through plugin dependencies.

Neither of these is ideal but b) is less brittle.

Surefire uses the standard Maven Versioning classes to determing whether 
the JUnit presented is in specific ranges - see 

maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java

for details of how this works.

I'll work on something to fix this up - it should be relatively easy to detect 
the 4.x string
in the version (we know its = 4.7) and fixup the behaviour.

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

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

Versions of packages libsurefire-java depends on:
ii  libmaven-common-artifact-filters-java  1.2-1

Versions of packages libsurefire-java recommends:
ii  junit   3.8.2-8
ii  junit4  4.10-1

libsurefire-java suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJPZ0gIAAoJEL/srsug59jDNfwP/3g+I58pkajieAuSC7nCW0u3
fbiOWgsz6pNq4BzVDXjUJ+grt9bSBDFOtPfn+oTmOrdSrWPyhgyljBTc8gZFrFpR
fpTchoXtKVcwvSeFxBrCZAvJh0+WmmWA09Etvo1Q+vJP3aafsXTIK8WJgyHSxoAv
6bV+cJFqZ64+kW9WFiB49DAs/3z0Xd4+LzNjnG6sSOmukVv85ACwd/e4BQbgws8v
3LhVMMdO+AjNJZ73e7h1igIMBgsZvBEJHWkF4FgAvedvrOxuCGU4HCnaZxQKX2Uo
ifJ86I7gjYRFBuuthjfhbg96xu3A7ocOdSchVG9/7yIBAPUzfea/rbry2zAEzpft
G/wfJV+u4SWXk+Lg8295c0o1kbFCm98BUZdeOtZPQHLDgmSpkdEP6mHbjJBMWNkV
CrU4rFv24jsVJ4rDV1kpaqV00K5SUCLUmnHBY5wN7NNwgyzJcqgTdsV/Mj0uK+ek
6C2lneW/MVZKkJClyQIpEZDA7q8FmZlAu+VE923ZWKIQxsU956eUgx4FzW4m19ag
gehLQWQVytJmQ4/PAuKLiEBdVBLOthexy5KS7rFbGaL+MsT6536WPqxAu6c6uJV3
nZ/mh4mRzhXzU1Jm3aU252ejTCS4Mg4lxSFYqsScElRIYMhW6rsC1hyilAK4OyqJ
7E/rLPRZbrjbmtODuOaD
=Nq0/
-END PGP SIGNATURE-



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


Bug#664641: surefire: Patch to fixup detection of JUnit 4.x

2012-03-19 Thread James Page
Package: surefire
Version: 2.10-2
Followup-For: Bug #664641
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

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

  * d/patches/fix-junit-provider-selection.patch: Correctly detect 4.x
version of JUnit from Debian Maven Repository so that JUnit47Provider
is selected for execution of unit tests when appropriate (LP: #935219).

I guess that a more in-depth fix would be to make the maven2-core package
understand where the .x releases fit into maven version numbering but
that may be to much of a deviation from upstream behaviour.

Thanks for considering the patch.


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

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

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

iQIcBAEBCAAGBQJPZ1DqAAoJEL/srsug59jDbOQP/RCLNl1Zgw+lX8wscr8/BT/f
cEQiotgOjw076HcJKPmnkkUJ8WU4NaATV2WYT22axycc2plSQky/VaaRI15fb8z+
4tlp8pUIYB8PsODceJhwerJxswUn6YQ1vIm1BUkCltYmKigv1b398l48w/r+UvMj
ZkKrgNiKAgqDrTmJmtTsNRzKzR+S6Ak0CdVxNC4rbaf1YtiBzJeY5ej0ZFniVUrg
bB7AKOWLi7i6uPONlxJhWqnwcFaM4iMmDlluQUZRHx9k/0cGR+cGA9zCS+9Uf3Ve
OvopDcgETLxFpADCVtg+efm0SH8Ilde9GmHr1HbyBdOBx3SyvYAQ9p6EO2mO/JEj
hGwjpa5rWg/S2YZLehF0BPcJN8jrPKF3GF335P+deQ24QB17O9yYL3fM82igv2li
pAdQYRK5prxqavKG3L1mZUM/F2lCDDOr1LIyObaf59kxT2n5Y76lyLY2srFIABnn
ZdqG9TlEC9ZY68KTn4AUCwYyvUkw1W/wcGuevujTb9YqKPaYVXr28OYqMAYPrC9U
dM5fURoss1Th67bkGPxOdDY+c+n1tj5j1lllLpWyIxTZ1lfmeYu+0ynXLMklbd8M
e4ELnUTU3di8pouTBVfqcmU+kLgNVAl4cfUwK0QHaMaaCHnpNo3Jfc07HWBBeAiw
p0qPj8rnU2vwNTgYcN57
=jI5T
-END PGP SIGNATURE-
=== added file 'debian/patches/fix-junit-provider-selection.patch'
--- debian/patches/fix-junit-provider-selection.patch	1970-01-01 00:00:00 +
+++ debian/patches/fix-junit-provider-selection.patch	2012-03-19 15:17:26 +
@@ -0,0 +1,30 @@
+Description: Surefire can't correctly detect the 4.x version of
+ JUnit that is present in the Debian Maven Repository.
+ .
+ This patch corrects that - its safe to assume that its greater
+ than 4.7 as sid contains 4.8.2. The JUnit4Provider should
+ never get selected due to the way these two checks are combined.
+Author: James Page james.p...@ubuntu.com
+Forwarded: not-needed
+
+Index: surefire/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+===
+--- surefire.orig/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java	2012-03-19 15:06:03.310108598 +
 surefire/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java	2012-03-19 15:12:27.376393271 +
+@@ -311,12 +311,14 @@
+ 
+ private boolean isJunit47Compatible( Artifact artifact )
+ {
+-return dependencyResolver.isWithinVersionSpec( artifact, [4.7,) );
++return ( dependencyResolver.isWithinVersionSpec( artifact, [4.7,) ) ||
++ 4.x.equals( artifact.getVersion() ) );
+ }
+ 
+ private boolean isAnyJunit4( Artifact artifact )
+ {
+-return dependencyResolver.isWithinVersionSpec( artifact, [4.0,) );
++return ( dependencyResolver.isWithinVersionSpec( artifact, [4.0,) ) ||
++ 4.x.equals( artifact.getVersion() ) );
+ }
+ 
+ boolean isForkModeNever()

=== modified file 'debian/patches/series'
--- debian/patches/series	2011-10-10 20:42:16 +
+++ debian/patches/series	2012-03-19 14:52:14 +
@@ -1 +1,2 @@
 pom.patch
+fix-junit-provider-selection.patch

__
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#664649: [INTL:pl] Polish debconf translation

2012-03-19 Thread Michał Kułach

Package: jspwiki
Severity: wishlist
Tags: l10n patch

Hi!

Please add the attached Polish debconf translation.

Thanks in advance,
--
Michał Kułach

pl.po
Description: Binary data
__
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.

libcommons-discovery-java 0.5-3 MIGRATED to testing

2012-03-19 Thread Debian testing watch
FYI: The status of the libcommons-discovery-java source package
in Debian's testing distribution has changed.

  Previous version: 0.5-2
  Current version:  0.5-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.


[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache annotated tag, debian/1%3.3.2.GA-1, deleted. debian/3.6.8-1-5-gde930d5

2012-03-19 Thread Miguel Landaeta
The annotated tag, debian/1%3.3.2.GA-1 has been deleted
   was  c86b0d214e33bd3e38dea42f3a04c6676faefc9e

---
tag debian/1%3.3.2.GA-1

Debian release 1:3.3.2.GA-1
de930d59c801afaebcd38bda2691f80235606d6a Reintroduce upstream release 3.3.2.GA
---

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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] hibernate-jbosscache: Integration of Hibernate with JBossCache annotated tag, upstream/1%3.3.2.GA, deleted. upstream/3.3.2.GA

2012-03-19 Thread Miguel Landaeta
The annotated tag, upstream/1%3.3.2.GA has been deleted
   was  442d691773c50f52810f1a5a395c1c635cbbef00

---
tag upstream/1%3.3.2.GA

Upstream release 1:3.3.2.GA
ff2a3deaabe4a5c1c9106a90c4efd84705884b73 upstream import 3.3.2.GA
---

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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#664683: [INTL:tr] Turkish debconf templates translation

2012-03-19 Thread Atila KOÇ

Package: tomcat7
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Turkish translation of the tomcat7 package.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Atila KOÇ a...@artielektronik.com.tr, 2012.
#
msgid 
msgstr 
Project-Id-Version: tomcat7\n
Report-Msgid-Bugs-To: tomc...@packages.debian.org\n
POT-Creation-Date: 2010-08-06 04:08+0200\n
PO-Revision-Date: 2012-03-15 13:34+0200\n
Last-Translator: Atila KOÇ a...@artielektronik.com.tr\n
Language-Team:  debian-l10n-turk...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../tomcat7.templates:1001
msgid Dedicated system account for the tomcat7 daemon:
msgstr tomcat7 artalan sürecine özgü sistem hesabı:

#. Type: string
#. Description
#: ../tomcat7.templates:1001
msgid The tomcat7 server must use a dedicated account for its operation so that the system's security is not compromised by running it with superuser privileges.
msgstr tomcat7 sunucusu, işlevini gerçekleştirirken, süper kullanıcı hakları ile çalıştırılmasının getireceği güvenlik açıklarını engellemek için kendine özgü bir kullanıcı hesabı kullanmalıdır.

#. Type: string
#. Description
#: ../tomcat7.templates:2001
msgid Dedicated system group for the tomcat7 daemon:
msgstr tomcat7 artalan sürecine özgü sistem grubu:

#. Type: string
#. Description
#: ../tomcat7.templates:2001
msgid The tomcat7 server must use a dedicated group for its operation so that the system's security is not compromised by running it with superuser privileges.
msgstr tomcat7 sunucusu, işlevini gerçekleştirirken, süper kullanıcı hakları ile çalıştırılmasının getireceği güvenlik açıklarını engellemek için kendine özgü bir grup hesabı kullanmalıdır.

#. Type: string
#. Description
#: ../tomcat7.templates:3001
msgid Please choose the tomcat7 JVM Java options:
msgstr tomcat7 için Java Sanal Makinesi (JVM) Java seçeneklerini seçiniz:

#. Type: string
#. Description
#: ../tomcat7.templates:3001
msgid Tomcat's JVM will be launched with a specific set of Java options.
msgstr Tomcat'in Java Sanal Makinesi (JVM) özel bir Java seçenekleri kümesi ile başlatılacaktır.

#. Type: string
#. Description
#: ../tomcat7.templates:3001
msgid Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:+CMSIncrementalMode option if you run Tomcat on a machine with exactly one CPU chip that contains one or two cores.
msgstr Eğer Tomcat'i içerisinde bir ya da iki çekirdek barındıran tek işlemcili bir makine üzerinde çalıştırıyor ve -XX:+UseConcMarkSweepGC seçeneğini kullanıyorsanız, -XX:+CMSIncrementalMode seçeneğini de eklemelisiniz.

__
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#655775: (no subject)

2012-03-19 Thread Miguel Landaeta
retitle 655775 libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA 
version
reassign 661694 src:libhibernate-jbosscache-java
forcemerge 655775 661694
thanks

I decided to fix this by adding a patch that reintroduces some classes
(org.hibernate.cache.TreeCache*) provided in 3.3.2.GA release that are
needed by jbossas4 to be built.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 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: your mail

2012-03-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 655775 libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA 
 version
Bug #655775 [src:libhibernate-jbosscache-java] libhibernate-jbosscache-java: 
Reintroduce upstream release 3.3.2.GA in the archive
Changed Bug title to 'libhibernate-jbosscache-java: Add compatibility with 
3.3.2.GA version' from 'libhibernate-jbosscache-java: Reintroduce upstream 
release 3.3.2.GA in the archive'
 reassign 661694 src:libhibernate-jbosscache-java
Bug #661694 [jbossas4] FTBFS
Bug reassigned from package 'jbossas4' to 'src:libhibernate-jbosscache-java'.
No longer marked as found in versions jbossas4/4.2.3.GA-6.
 forcemerge 655775 661694
Bug #655775 [src:libhibernate-jbosscache-java] libhibernate-jbosscache-java: 
Add compatibility with 3.3.2.GA version
Bug #661694 [src:libhibernate-jbosscache-java] FTBFS
Added indication that 661694 affects src:jbossas4
Marked as found in versions libhibernate-jbosscache-java/3.6.8-1.
Added tag(s) sid, wheezy, and pending.
Merged 655775 661694
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
655775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655775
661694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661694
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.


Processing of libhibernate-jbosscache-java_3.6.8-2_amd64.changes

2012-03-19 Thread Debian FTP Masters
libhibernate-jbosscache-java_3.6.8-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  libhibernate-jbosscache-java_3.6.8-2.dsc
  libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
  libhibernate-jbosscache-java_3.6.8-2_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] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 6c5f629b7688f057e0036ed0877d80d88342d1a9
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sun Mar 18 18:56:17 2012 -0430

Bump Standards-Version to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index e208d0e..fb9bc8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhibernate-jbosscache-java (3.6.8-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 18 Mar 2012 18:55:19 -0430
+
 libhibernate-jbosscache-java (3.6.8-1) unstable; urgency=low
 
   * First upload to Debian.
diff --git a/debian/control b/debian/control
index 7253c99..42cc103 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
  libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
  libjboss-cache3-java, libjboss-system-java, libjboss-jmx-java,
  libjgroups-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
 DM-Upload-Allowed: yes

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 911d79f03d0006bdc1d17900d147abd12e70d7a9
Author: Miguel Landaeta mig...@miguel.cc
Date:   Sun Mar 18 18:49:48 2012 -0430

Revert Reintroduce upstream release 3.3.2.GA

This reverts commit de930d59c801afaebcd38bda2691f80235606d6a.

diff --git a/debian/changelog b/debian/changelog
index 0121da2..e208d0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,3 @@
-libhibernate-jbosscache-java (1:3.3.2.GA-1) unstable; urgency=low
-
-  * Reintroduce upstream release 3.3.2.GA in the archive. (Closes: #655775).
-  * Revert almost all changes introduced with last upload.
-
- -- Miguel Landaeta mig...@miguel.cc  Mon, 30 Jan 2012 21:57:14 -0430
-
 libhibernate-jbosscache-java (3.6.8-1) unstable; urgency=low
 
   * First upload to Debian.
diff --git a/debian/classpath b/debian/classpath
index 761afcd..8cd647e 100644
--- a/debian/classpath
+++ b/debian/classpath
@@ -1 +1 @@
-hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache1.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar
+hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache3.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar /usr/share/java/jgroups.jar
diff --git a/debian/control b/debian/control
index 57e73df..7253c99 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: java
 Priority: optional
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
  libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
- libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java
+ libjboss-cache3-java, libjboss-system-java, libjboss-jmx-java,
+ libjgroups-java
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
@@ -15,7 +16,8 @@ DM-Upload-Allowed: yes
 Package: libhibernate-jbosscache-java
 Architecture: all
 Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
- libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, ${misc:Depends}
+ libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, 
${misc:Depends},
+ libjgroups-java
 Description: Java library for integration of Hibernate with JBossCache
  This Java library provides support in Hibernate for JBossCache 1.x APIs.
  . 
diff --git a/debian/copyright b/debian/copyright
index 0058dca..ab1c169 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-The sources where downloaded from 
http://anonsvn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2.GA/cache-jbosscache/.
+The sources where downloaded from 
https://repository.jboss.org/nexus/content/groups/public-jboss/org/hibernate/hibernate-jbosscache/3.6.8.Final/
 
 Files: *
 Copyright: © 2007 Red Hat Middleware LLC
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 633d462..b5f4764 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,15 +3,20 @@
 set -e
 
 # called by uscan with '--upstream-version' version file
-echo version $2
 package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
 version=$2
 tarball=$3
-TAR=${package}_${version}.orig.tar.gz
+
+unzip $tarball
+rm -rf META-INF
+
+TAR=../${package}_${version}.orig.tar.gz
 DIR=${package}-${version}.orig
-REPO=http://anonsvn.jboss.org/repos/hibernate/core/tags/hibernate-${version}/cache-jbosscache/;
 
-svn export $REPO $DIR
+mkdir -p $DIR/src/main/java
+mv org/* $DIR/src/main/java
+rmdir org
+
 GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR $DIR
 
 rm -rf $tarball $DIR
diff --git a/debian/patches/create-pom-file.patch 
b/debian/patches/create-pom-file.patch
new file mode 100644
index 000..3af68e8
--- /dev/null
+++ b/debian/patches/create-pom-file.patch
@@ -0,0 +1,190 @@
+Description: Create POM file for project
+
+--- /dev/null
 libhibernate-jbosscache-java-3.6.8.Final/pom.xml
+@@ -0,0 +1,185 @@
++?xml version=1.0?
++!--
++  ~ Hibernate, Relational Persistence for Idiomatic Java
++  ~
++  ~ Copyright (c) 2011, Red Hat Inc. or third-party contributors as
++  ~ indicated by the @author tags or express copyright attribution
++  ~ statements applied by the authors.  All third-party contributions are
++  ~ distributed under license by Red Hat Inc.
++  ~
++  ~ This copyrighted material is made available to anyone wishing to use, 
modify,
++  ~ copy, or redistribute it subject to the terms and conditions of the GNU
++  ~ Lesser General Public License, as published by the Free Software 
Foundation.
++  ~
++  ~ 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 Lesser General 

[SCM] hibernate-jbosscache: Integration of Hibernate with JBossCache annotated tag, debian/3.6.8-2, created. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The annotated tag, debian/3.6.8-2 has been created
at  c95a8a4881b3820ed6b8968521b1e059a3bdb994 (tag)
   tagging  31ec3bafcdfb8a4d0ca67e1907b30e208add7a7e (commit)
  replaces  debian/3.6.8-1
 tagged by  Miguel Landaeta
on  Mon Mar 19 19:55:08 2012 -0430

- Shortlog 
Debian release 3.6.8-2

Miguel Landaeta (7):
  Revert Imported Upstream version 3.6.8
  Merge branch 'upstream'
  Reintroduce upstream release 3.3.2.GA
  Revert Reintroduce upstream release 3.3.2.GA
  Revert Merge branch 'upstream'
  Bump Standards-Version to 3.9.3
  Fix #655775, #661694

Steffen Moeller (2):
  Imported Upstream version 3.6.8
  Merge commit 'upstream/3.6.8'

---

-- 
hibernate-jbosscache: Integration of Hibernate with JBossCache

___
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] hibernate-jbosscache: Integration of Hibernate with JBossCache branch, master, updated. debian/3.6.8-2

2012-03-19 Thread Miguel Landaeta
The following commit has been merged in the master branch:
commit 31ec3bafcdfb8a4d0ca67e1907b30e208add7a7e
Author: Miguel Landaeta mig...@miguel.cc
Date:   Mon Mar 19 19:17:59 2012 -0430

Fix #655775, #661694

diff --git a/debian/changelog b/debian/changelog
index fb9bc8c..07d3542 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libhibernate-jbosscache-java (3.6.8-2) unstable; urgency=low
 
+  * Add a patch with some classes that were provided by 3.3.2.GA.
+These classes are reintroduced for compatibility reasons.
+(Closes: #655775, #661694).
+  * Add Build-Depends on libjboss-cache1-java.
   * Bump Standards-Version to 3.9.3. No changes were required.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 18 Mar 2012 18:55:19 -0430
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 19 Mar 2012 19:51:48 -0430
 
 libhibernate-jbosscache-java (3.6.8-1) unstable; urgency=low
 
diff --git a/debian/classpath b/debian/classpath
index 8cd647e..3e1869c 100644
--- a/debian/classpath
+++ b/debian/classpath
@@ -1 +1 @@
-hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache3.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar /usr/share/java/jgroups.jar
+hibernate-jbosscache.jar /usr/share/java/hibernate3.jar 
/usr/share/java/slf4j-api.jar /usr/share/java/geronimo-jta-1.0.1b-spec.jar 
/usr/share/java/jboss-cache3.jar /usr/share/java/jboss-system.jar 
/usr/share/java/jboss-jmx.jar /usr/share/java/jgroups.jar 
/usr/share/java/jboss-cache1.jar
diff --git a/debian/control b/debian/control
index 42cc103..72a5055 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper,
  libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java,
  libjboss-cache3-java, libjboss-system-java, libjboss-jmx-java,
- libjgroups-java
+ libjgroups-java, libjboss-cache1-java
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-java/libhibernate-jbosscache-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate-jbosscache-java.git
diff --git a/debian/patches/compatibility-with-3.3.2.patch 
b/debian/patches/compatibility-with-3.3.2.patch
new file mode 100644
index 000..7e37a4f
--- /dev/null
+++ b/debian/patches/compatibility-with-3.3.2.patch
@@ -0,0 +1,372 @@
+Description: Compatibility with 3.3.2.GA
+ jbossas4 package needs these classes to be built.
+ If that package gets removed from the archive, this patch can be dropped.
+Author: Miguel Landaeta mig...@miguel.cc
+Bug-Debian: http://bugs.debian.org/655775
+Forwarded: no
+Last-Update: 2012-04-19
+
+--- /dev/null
 
libhibernate-jbosscache-java-3.6.8/src/main/java/hibernate/cache/TreeCacheProvider.java
+@@ -0,0 +1,131 @@
++/*
++ * Hibernate, Relational Persistence for Idiomatic Java
++ *
++ * Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as
++ * indicated by the @author tags or express copyright attribution
++ * statements applied by the authors.  All third-party contributions are
++ * distributed under license by Red Hat Middleware LLC.
++ *
++ * This copyrighted material is made available to anyone wishing to use, 
modify,
++ * copy, or redistribute it subject to the terms and conditions of the GNU
++ * Lesser General Public License, as published by the Free Software 
Foundation.
++ *
++ * 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 Lesser General Public 
License
++ * for more details.
++ *
++ * You should have received a copy of the GNU Lesser General Public License
++ * along with this distribution; if not, write to:
++ * Free Software Foundation, Inc.
++ * 51 Franklin Street, Fifth Floor
++ * Boston, MA  02110-1301  USA
++ */
++package org.hibernate.cache;
++
++import java.util.Properties;
++import javax.transaction.TransactionManager;
++
++import org.slf4j.Logger;
++import org.slf4j.LoggerFactory;
++import org.hibernate.transaction.TransactionManagerLookup;
++import org.hibernate.transaction.TransactionManagerLookupFactory;
++import org.hibernate.cfg.Environment;
++import org.jboss.cache.PropertyConfigurator;
++
++/**
++ * Support for a standalone JBossCache (TreeCache) instance.  The JBossCache 
is configured
++ * via a local config resource.
++ *
++ * @author Gavin King
++ */
++public class TreeCacheProvider implements CacheProvider {
++
++  /**
++   * @deprecated use {@link 
org.hibernate.cfg.Environment#CACHE_PROVIDER_CONFIG}
++   */
++  public static final String CONFIG_RESOURCE = 
hibernate.cache.tree_cache.config;
++  public static final String DEFAULT_CONFIG = treecache-optimistic.xml;
++
++  private static final Logger log = LoggerFactory.getLogger( 
TreeCacheProvider.class );
++
++  private 

Bug#655775: marked as done (libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA version)

2012-03-19 Thread Debian Bug Tracking System
Your message dated Tue, 20 Mar 2012 00:18:33 +
with message-id e1s9mmx-0006x8...@franck.debian.org
and subject line Bug#655775: fixed in libhibernate-jbosscache-java 3.6.8-2
has caused the Debian Bug report #655775,
regarding libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA version
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.)


-- 
655775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: jbossas4
Version: 4.2.3.GA-6
Severity: serious

From my pbuilder build log:

...
[mkdir] Created dir: /tmp/buildd/jbossas4-4.2.3.GA/ejb3/classes
[javac] /tmp/buildd/jbossas4-4.2.3.GA/debian/build.xml:340: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 446 source files to 
/tmp/buildd/jbossas4-4.2.3.GA/ejb3/classes
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] TreeCacheProviderHook.java:52: cannot find symbol
[javac] symbol  : class TreeCacheProvider
[javac] location: package org.hibernate.cache
[javac]extends org.hibernate.cache.TreeCacheProvider
[javac]   ^
[javac] TreeCacheProviderHook.java:68: cannot find symbol
[javac] symbol  : method getClass()
[javac] location: class org.jboss.ejb3.entity.TreeCacheProviderHook
[javac]protected Logger log = Logger.getLogger(getClass());
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 6 warnings

BUILD FAILED
/tmp/buildd/jbossas4-4.2.3.GA/debian/build.xml:340: Compile failed; see the 
compiler error output for details.

Total time: 40 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


---End Message---
---BeginMessage---
Source: libhibernate-jbosscache-java
Source-Version: 3.6.8-2

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

libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
libhibernate-jbosscache-java_3.6.8-2.dsc
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.dsc
libhibernate-jbosscache-java_3.6.8-2_all.deb
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2_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 655...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated 

Bug#661694: marked as done (FTBFS)

2012-03-19 Thread Debian Bug Tracking System
Your message dated Tue, 20 Mar 2012 00:18:33 +
with message-id e1s9mmx-0006x8...@franck.debian.org
and subject line Bug#655775: fixed in libhibernate-jbosscache-java 3.6.8-2
has caused the Debian Bug report #655775,
regarding FTBFS
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.)


-- 
655775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: jbossas4
Version: 4.2.3.GA-6
Severity: serious

Your package fails to build from source:

[mkdir] Created dir: /home/jmm/jbossas4-4.2.3.GA/ejb3/classes
[javac] /home/jmm/jbossas4-4.2.3.GA/debian/build.xml:340: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 446 source files to 
/home/jmm/jbossas4-4.2.3.GA/ejb3/classes
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] TreeCacheProviderHook.java:52: cannot find symbol
[javac] symbol  : class TreeCacheProvider
[javac] location: package org.hibernate.cache
[javac]extends org.hibernate.cache.TreeCacheProvider
[javac]   ^
[javac] TreeCacheProviderHook.java:68: cannot find symbol
[javac] symbol  : method getClass()
[javac] location: class org.jboss.ejb3.entity.TreeCacheProviderHook
[javac]protected Logger log = Logger.getLogger(getClass());
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 6 warnings

BUILD FAILED
/home/jmm/jbossas4-4.2.3.GA/debian/build.xml:340: Compile failed; see the 
compiler error output for details.

Total time: 58 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


---End Message---
---BeginMessage---
Source: libhibernate-jbosscache-java
Source-Version: 3.6.8-2

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

libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
libhibernate-jbosscache-java_3.6.8-2.dsc
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.dsc
libhibernate-jbosscache-java_3.6.8-2_all.deb
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2_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 655...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated 
libhibernate-jbosscache-java package)

(This message was generated automatically at their 

Bug#661694: marked as done (FTBFS)

2012-03-19 Thread Debian Bug Tracking System
Your message dated Tue, 20 Mar 2012 00:18:33 +
with message-id e1s9mmx-0006xe...@franck.debian.org
and subject line Bug#661694: fixed in libhibernate-jbosscache-java 3.6.8-2
has caused the Debian Bug report #661694,
regarding FTBFS
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.)


-- 
661694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: jbossas4
Version: 4.2.3.GA-6
Severity: serious

Your package fails to build from source:

[mkdir] Created dir: /home/jmm/jbossas4-4.2.3.GA/ejb3/classes
[javac] /home/jmm/jbossas4-4.2.3.GA/debian/build.xml:340: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 446 source files to 
/home/jmm/jbossas4-4.2.3.GA/ejb3/classes
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] TreeCacheProviderHook.java:52: cannot find symbol
[javac] symbol  : class TreeCacheProvider
[javac] location: package org.hibernate.cache
[javac]extends org.hibernate.cache.TreeCacheProvider
[javac]   ^
[javac] TreeCacheProviderHook.java:68: cannot find symbol
[javac] symbol  : method getClass()
[javac] location: class org.jboss.ejb3.entity.TreeCacheProviderHook
[javac]protected Logger log = Logger.getLogger(getClass());
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 6 warnings

BUILD FAILED
/home/jmm/jbossas4-4.2.3.GA/debian/build.xml:340: Compile failed; see the 
compiler error output for details.

Total time: 58 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


---End Message---
---BeginMessage---
Source: libhibernate-jbosscache-java
Source-Version: 3.6.8-2

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

libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
libhibernate-jbosscache-java_3.6.8-2.dsc
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.dsc
libhibernate-jbosscache-java_3.6.8-2_all.deb
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2_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 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated 
libhibernate-jbosscache-java package)

(This message was generated automatically at their 

Bug#655775: marked as done (libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA version)

2012-03-19 Thread Debian Bug Tracking System
Your message dated Tue, 20 Mar 2012 00:18:33 +
with message-id e1s9mmx-0006xe...@franck.debian.org
and subject line Bug#661694: fixed in libhibernate-jbosscache-java 3.6.8-2
has caused the Debian Bug report #661694,
regarding libhibernate-jbosscache-java: Add compatibility with 3.3.2.GA version
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.)


-- 
661694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: jbossas4
Version: 4.2.3.GA-6
Severity: serious

From my pbuilder build log:

...
[mkdir] Created dir: /tmp/buildd/jbossas4-4.2.3.GA/ejb3/classes
[javac] /tmp/buildd/jbossas4-4.2.3.GA/debian/build.xml:340: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 446 source files to 
/tmp/buildd/jbossas4-4.2.3.GA/ejb3/classes
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] ContainerPlugin.java:34: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]  ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]   ^
[javac] EJBProxyFactory.java:48: warning: unmappable character for encoding 
ASCII
[javac]  * @author a href=mailto:rickard.ob...@telkel.com;Rickard 
???berg/a
[javac]^
[javac] TreeCacheProviderHook.java:52: cannot find symbol
[javac] symbol  : class TreeCacheProvider
[javac] location: package org.hibernate.cache
[javac]extends org.hibernate.cache.TreeCacheProvider
[javac]   ^
[javac] TreeCacheProviderHook.java:68: cannot find symbol
[javac] symbol  : method getClass()
[javac] location: class org.jboss.ejb3.entity.TreeCacheProviderHook
[javac]protected Logger log = Logger.getLogger(getClass());
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 6 warnings

BUILD FAILED
/tmp/buildd/jbossas4-4.2.3.GA/debian/build.xml:340: Compile failed; see the 
compiler error output for details.

Total time: 40 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


---End Message---
---BeginMessage---
Source: libhibernate-jbosscache-java
Source-Version: 3.6.8-2

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

libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.debian.tar.gz
libhibernate-jbosscache-java_3.6.8-2.dsc
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2.dsc
libhibernate-jbosscache-java_3.6.8-2_all.deb
  to 
main/libh/libhibernate-jbosscache-java/libhibernate-jbosscache-java_3.6.8-2_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 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated 

Bug#664704: [eclipse-platform] eclipse not capitalized in extended description

2012-03-19 Thread Filipus Klutiero

Package: eclipse-platform
Version: 3.7.2-1
Severity: minor

The extended description contains:

This package provides the Eclipse Platform and is the base for all 
eclipse plug-ins, but it does not include any development plug-ins.


Eclipse is a proper noun and should be capitalized.

By the way, Eclipse plug-in has a very general sense which includes 
parts of the Eclipse Platform. In that sense, the above is incorrect. It 
would be nice to disambiguate. I suggest:


This package provides the Eclipse Platform and is the base for all 
Eclipse development plug-ins, but it does not include any.





__
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#664708: [eclipse-rcp] incorrect syntax in extended description

2012-03-19 Thread Filipus Klutiero

Package: eclipse-rcp
Version: 3.7.2-1
Severity: minor

The extended description ends with:

This package includes Eclipse Rich Client Platform (RCP), which is the 
basis upon other Eclipse-based applications are built. 


There is something wrong in which is the basis upon other Eclipse-based 
applications are built. This should either read which is the basis 
other Eclipse-based applications are built upon or the basis upon 
which other Eclipse-based applications are built.


By the way, I do not think the RCP is an Eclipse application. I suggest:

This package includes the Eclipse Rich Client Platform (RCP), the basis 
upon which Eclipse RCP applications are built.




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