Processed: Merge bugs where eclipse does not find swt anymore

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

 forcemerge 665195 663734
Bug #665195 [eclipse] eclipse: Eclipse 3.7.2-1 cannot found libswt-gtk.so and 
libswt-gtk-3740.so
Bug #663734 [eclipse] eclipse-3.7.2-1 does not start on wheezy
Severity set to 'important' from 'normal'
Merged 663734 665195
 thanks
Stopping processing here.

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

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


Bug#665749: ca-certificates-java: postinst script generates link /libnss3.so

2012-03-25 Thread Jörg-Volker Peetz
Package: ca-certificates-java
Version: 20120225
Severity: serious

Dear Maintainer,

the postinst script of package ca-certificate-java seems to me bogus:
in the function first_install() the file
/etc/java-6-openjdk/security/nss.cfg is searched for the term
nssLibraryDirectory which is only to be found in
/etc/java-6-openjdk/security/nss-amd64.cfg on my system.
Therefore, the variable nssjdk stays empty resulting in the command

  ln -sf /usr/lib/x86_64-linux-gnu/libnss3.so /libnss3.so

Doesn't this link in / violate the debian policy?
-- 
Best regards,
Jörg-Volker.

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

Kernel: Linux 3.2.13 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20120212
ii  default-jre-headless [java6-runtime-headless]1:1.6-47
ii  libnss3-1d   3.13.3-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b24-1.11.1-3

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

-- Configuration Files:
/etc/default/cacerts [Errno 13] Permission denied: u'/etc/default/cacerts'

-- no debconf information




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


Processed: reassign 665754 to ca-certificates-java

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

 reassign 665754 ca-certificates-java
Bug #665754 [ca-certificates] ca-certificates: reconfiguration creates links in 
/
Bug reassigned from package 'ca-certificates' to 'ca-certificates-java'.
No longer marked as found in versions ca-certificates/20120212.
Ignoring request to alter fixed versions of bug #665754 to the same values 
previously set
 thanks
Stopping processing here.

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

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


Bug#665754: correction (ca-certificates: reconfiguration creates links in /)

2012-03-25 Thread Jörg-Volker Peetz
I have to add some corrections. The file /etc/java-6-openjdk/security/nss.cfg
is accessed through the link 
/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/security/nss.cfg which belongs to the
package openjdk-6-jre-headless.

So a remedy would be to search directly the file
/etc/java-6-openjdk/security/nss-amd64.cfg which contains the string
nssLibraryDirectory searched for.

Sorry for the confusion. It happened because I also filed a similar bug against
the postinst script of package ca-certificates-java.

-- 
Best regards,
Jörg-Volker.




__
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 libjrosetta-java_1.0.4-3_amd64.changes

2012-03-25 Thread Debian FTP Masters
libjrosetta-java_1.0.4-3_amd64.changes uploaded successfully to localhost
along with the files:
  libjrosetta-java_1.0.4-3.dsc
  libjrosetta-java_1.0.4-3.debian.tar.gz
  libjrosetta-java_1.0.4-3_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.


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

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

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


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

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

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

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


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


libjrosetta-java_1.0.4-3_amd64.changes ACCEPTED into unstable

2012-03-25 Thread Debian FTP Masters



Accepted:
libjrosetta-java_1.0.4-3.debian.tar.gz
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.4-3.debian.tar.gz
libjrosetta-java_1.0.4-3.dsc
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.4-3.dsc
libjrosetta-java_1.0.4-3_all.deb
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.4-3_all.deb


Changes:
libjrosetta-java (1.0.4-3) unstable; urgency=low
 .
  * Bring back the library (deleted from /usr/share/java/).
  maven-debian-helper changed it behaviour
  * Get ride of deprecated file (ant.properties)
  * Some useless build dependencies removed (jdom1, slf4j)


Override entries for your package:
libjrosetta-java_1.0.4-3.dsc - source java
libjrosetta-java_1.0.4-3_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Processed: tagging 661450

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

 # not failing on squeeze
 tags 661450 + wheezy sid
Bug #661450 {Done: Miguel Landaeta mig...@miguel.cc} [ehcache] ehcache: 
FTBFS: missing method setXAResourceHolderState in class 
net.sf.ehcache.transaction.manager.btm.EhCacheXAResourceHolder
Added tag(s) sid and wheezy.
 thanks
Stopping processing here.

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

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


[SCM] jellydoc packaging branch, master, updated. debian/1.5-1-4-g31eb127

2012-03-25 Thread tony mancill
The following commit has been merged in the master branch:
commit 31eb127033ffc89ee8cd3cea42ee0d2b29d0bac5
Author: tony mancill tmanc...@debian.org
Date:   Sun Mar 25 16:48:27 2012 -0700

set DMUA flag; prepare for upload

diff --git a/debian/changelog b/debian/changelog
index df7b32d..6502106 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-jellydoc (1.5-2) UNRELEASED; urgency=low
+jellydoc (1.5-2) unstable; urgency=low
 
   * Team upload.
   * Update d/libjellydoc-java.poms to install JAR in /usr/share/java
@@ -6,6 +6,9 @@ jellydoc (1.5-2) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.3. No changes were required.
   * Fix some lintian warnings regarding copyright file.
 
+  [tony mancill]
+  * Set DMUA flag.
+
  -- Miguel Landaeta mig...@miguel.cc  Fri, 23 Mar 2012 19:24:39 -0430
 
 jellydoc (1.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index cba7a8f..4916dc2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: James Page james.p...@ubuntu.com
+DM-Upload-Allowed: yes
 Build-Depends:
  cdbs,
  debhelper (= 7),

-- 
jellydoc packaging

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


Processing of jellydoc_1.5-2_amd64.changes

2012-03-25 Thread Debian FTP Masters
jellydoc_1.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  jellydoc_1.5-2.dsc
  jellydoc_1.5-2.debian.tar.gz
  libjellydoc-java_1.5-2_all.deb
  libjellydoc-java-doc_1.5-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] jellydoc packaging annotated tag, debian/1.5-2, created. debian/1.5-2

2012-03-25 Thread tony mancill
The annotated tag, debian/1.5-2 has been created
at  a8a8eecf85919593f2e71a55d2b6b85d169e81d2 (tag)
   tagging  0f1298a12271dae8d0581326d739f8df51ab7203 (commit)
  replaces  debian/1.5-1
 tagged by  tony mancill
on  Sun Mar 25 17:50:52 2012 -0700

- Shortlog 
Debian release 1.5-2

Miguel Landaeta (3):
  Update d/libjellydoc-java.poms
  Bump Standards-Version to 3.9.3
  Fix some lintian warnings in copyright file

tony mancill (2):
  set DMUA flag; prepare for upload
  add usj option to annotations jar

---

-- 
jellydoc packaging

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


jellydoc_1.5-2_amd64.changes ACCEPTED into unstable

2012-03-25 Thread Debian FTP Masters



Accepted:
jellydoc_1.5-2.debian.tar.gz
  to main/j/jellydoc/jellydoc_1.5-2.debian.tar.gz
jellydoc_1.5-2.dsc
  to main/j/jellydoc/jellydoc_1.5-2.dsc
libjellydoc-java-doc_1.5-2_all.deb
  to main/j/jellydoc/libjellydoc-java-doc_1.5-2_all.deb
libjellydoc-java_1.5-2_all.deb
  to main/j/jellydoc/libjellydoc-java_1.5-2_all.deb


Changes:
jellydoc (1.5-2) unstable; urgency=low
 .
  * Team upload.
  * Update d/libjellydoc-java.poms to install JAR in /usr/share/java
after maven-debian-helper behavior change. (Closes: #665066).
  * Bump Standards-Version to 3.9.3. No changes were required.
  * Fix some lintian warnings regarding copyright file.
 .
  [tony mancill]
  * Set DMUA flag.


Override entries for your package:
jellydoc_1.5-2.dsc - source java
libjellydoc-java-doc_1.5-2_all.deb - optional doc
libjellydoc-java_1.5-2_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Bug#665066: marked as done (jellydoc: FTBFS: jh_manifest: debian/libjellydoc-java/usr/share/java/taglib-xml-writer.jar: No such file or directory)

2012-03-25 Thread Debian Bug Tracking System
Your message dated Mon, 26 Mar 2012 01:03:24 +
with message-id e1sbyle-ko...@franck.debian.org
and subject line Bug#665066: fixed in jellydoc 1.5-2
has caused the Debian Bug report #665066,
regarding jellydoc: FTBFS: jh_manifest: 
debian/libjellydoc-java/usr/share/java/taglib-xml-writer.jar: No such file or 
directory
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.)


-- 
665066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: jellydoc
Version: 1.5-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  fakeroot debian/rules binary
 test -x debian/rules
 dh_testroot
 dh_prep 
 dh_installdirs -A 
 mkdir -p .
 # before-build target may be used to unpatch the pom files, so we need to 
 check if
 # patching the pom files is needed here, normally not
 if [ ! -f pom.xml.save ]; then \
   /usr/bin/make -f debian/rules patch-poms; \
   fi
 cd .  /usr/lib/jvm/default-java/bin/java -noverify -cp 
 /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties 
 -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
 org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
 -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  install
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 [INFO] Scanning for projects...
 [INFO] Reactor build order: 
 [INFO]   Jellydoc
 [INFO]   Jellydoc annotations
 [INFO]   taglib-xml-writer
 [INFO] 
 
 [INFO] Building Jellydoc
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing /«PKGBUILDDIR»/pom.xml to 
 /«PKGBUILDDIR»/debian/maven-repo/org/jvnet/maven-jellydoc-plugin/jellydoc/1.5/jellydoc-1.5.pom
 [INFO] 
 
 [INFO] Building Jellydoc annotations
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory 
 /«PKGBUILDDIR»/annotation/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] [resources:testResources {execution: default-testResources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory 
 /«PKGBUILDDIR»/annotation/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] Surefire report directory: 
 /«PKGBUILDDIR»/annotation/target/surefire-reports
 
 ---
  T E S T S
 ---
 
 Results :
 
 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
 
 [INFO] [jar:jar {execution: default-jar}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing 
 /«PKGBUILDDIR»/annotation/target/jellydoc-annotations-1.5.jar to 
 /«PKGBUILDDIR»/debian/maven-repo/org/jvnet/maven-jellydoc-plugin/jellydoc-annotations/1.5/jellydoc-annotations-1.5.jar
 [INFO] 
 
 [INFO] Building taglib-xml-writer
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory 
 /«PKGBUILDDIR»/taglib-xml-writer/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] 

[pkg-java] r15876 - trunk/surefire/debian

2012-03-25 Thread Tony Mancill
Author: tmancill
Date: 2012-03-26 05:03:17 + (Mon, 26 Mar 2012)
New Revision: 15876

Modified:
   trunk/surefire/debian/changelog
Log:
set debian revision to -3

Modified: trunk/surefire/debian/changelog
===
--- trunk/surefire/debian/changelog 2012-03-25 19:09:32 UTC (rev 15875)
+++ trunk/surefire/debian/changelog 2012-03-26 05:03:17 UTC (rev 15876)
@@ -1,4 +1,4 @@
-surefire (2.10-3~miguel1) unstable; urgency=low
+surefire (2.10-3) unstable; urgency=low
 
   * Team upload.
   * Fix JUnit 4 detection during unit tests in build time.


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


[pkg-java] r15877 - in tags/surefire: . 2.10-3/debian

2012-03-25 Thread Tony Mancill
Author: tmancill
Date: 2012-03-26 05:12:54 + (Mon, 26 Mar 2012)
New Revision: 15877

Added:
   tags/surefire/2.10-3/
   tags/surefire/2.10-3/debian/changelog
Removed:
   tags/surefire/2.10-3/debian/changelog
Log:
[svn-buildpackage] Tagging surefire 2.10-3

Deleted: tags/surefire/2.10-3/debian/changelog
===
--- trunk/surefire/debian/changelog 2012-03-25 19:09:32 UTC (rev 15875)
+++ tags/surefire/2.10-3/debian/changelog   2012-03-26 05:12:54 UTC (rev 
15877)
@@ -1,82 +0,0 @@
-surefire (2.10-3~miguel1) unstable; urgency=low
-
-  * Team upload.
-  * Fix JUnit 4 detection during unit tests in build time.
-Thanks to James Page for the patch. (Closes: #664641).
-  * Bump Standards-Version to 3.9.3. No changes were required.
-
- -- Miguel Landaeta mig...@miguel.cc  Thu, 22 Mar 2012 19:49:18 -0430
-
-surefire (2.10-2) unstable; urgency=low
-
-  [ Miguel Landaeta ]
-  * Team upload.
-  * Drop self Build-Depends on libsurefire-java. (Closes: #655011).
-Thanks to Daniel Schepler for the patch.
-
-  [ Damien Raude-Morvan ]
-  * Use Recommends: junit | junit4 | testng | libjmock-java instead of Depends
-as only one test framework is needed at a time. (Closes: #563710).
-
- -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 12:48:06 +0100
-
-surefire (2.10-1) unstable; urgency=low
-
-  * Team upload.
-  * New upstream release.
-  * Refresh and remove unneccesary patches.
-  * Add Build-Depends on libsurefire-java and
-libmaven-common-artifact-filters-java.
-  * Drop outdated Maven artifact surefire-junit.
-  * Provide new Maven artifacts: surefire-junit3, maven-surefire-common,
-common-junit3, common-junit4, surefire-junit47 and surefire-testng-utils.
-  * Fix clean target to allow two in a row builds.
-  * Update Vcs-Browser field.
-
- -- Miguel Landaeta mig...@miguel.cc  Mon, 10 Oct 2011 20:42:16 -0430
-
-surefire (2.4.3-5) unstable; urgency=low
-
-  * Team upload.
-  * Switch to default-jdk. (Closes: #641380).
-  * Add mh_clean call in clean target to allow twice in row builds.
-  * Bump Standards-Version to 3.9.2. No changes were required.
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 13 Sep 2011 07:27:04 -0430
-
-surefire (2.4.3-4) unstable; urgency=low
-
-  * Switch to source format 3.0.
-  * Update debian/build.xml for newer maven-ant-helper. (Closes: #637824)
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-
- -- Torsten Werner twer...@debian.org  Sun, 21 Aug 2011 21:54:11 +0200
-
-surefire (2.4.3-3) unstable; urgency=low
-
-  * Fix groupId for maven-plugin-testing-harness dependency
-in the Maven POM.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 26 Jul 2009 16:11:15 
+0100
-
-surefire (2.4.3-2) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Bump up debhelper to 6
-  * Migrate the build from cdbs-maven to cdbs-ant as Maven uses
-this plugin for its build.
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-  * Remove the patch for the POM as it's no longer needed, as well as
-the dependency on Quilt
-  * Remove Depends on Java runtimes as it is a library
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 26 May 2009 21:03:39 
+0100
-
-surefire (2.4.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #508829)
-
- -- Torsten Werner twer...@debian.org  Mon, 05 Jan 2009 23:46:52 +0100

Copied: tags/surefire/2.10-3/debian/changelog (from rev 15876, 
trunk/surefire/debian/changelog)
===
--- tags/surefire/2.10-3/debian/changelog   (rev 0)
+++ tags/surefire/2.10-3/debian/changelog   2012-03-26 05:12:54 UTC (rev 
15877)
@@ -0,0 +1,82 @@
+surefire (2.10-3) unstable; urgency=low
+
+  * Team upload.
+  * Fix JUnit 4 detection during unit tests in build time.
+Thanks to James Page for the patch. (Closes: #664641).
+  * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta mig...@miguel.cc  Thu, 22 Mar 2012 19:49:18 -0430
+
+surefire (2.10-2) unstable; urgency=low
+
+  [ Miguel Landaeta ]
+  * Team upload.
+  * Drop self Build-Depends on libsurefire-java. (Closes: #655011).
+Thanks to Daniel Schepler for the patch.
+
+  [ Damien Raude-Morvan ]
+  * Use Recommends: junit | junit4 | testng | libjmock-java instead of Depends
+as only one test framework is needed at a time. (Closes: #563710).
+
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 08 Jan 2012 12:48:06 +0100
+
+surefire (2.10-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Refresh and remove unneccesary patches.
+  * Add Build-Depends on libsurefire-java and
+libmaven-common-artifact-filters-java.
+  * Drop outdated Maven artifact surefire-junit.
+  * Provide new Maven artifacts: 

Processing of surefire_2.10-3_amd64.changes

2012-03-25 Thread Debian FTP Masters
surefire_2.10-3_amd64.changes uploaded successfully to localhost
along with the files:
  surefire_2.10-3.dsc
  surefire_2.10-3.debian.tar.gz
  libsurefire-java_2.10-3_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.


surefire_2.10-3_amd64.changes ACCEPTED into unstable

2012-03-25 Thread Debian FTP Masters



Accepted:
libsurefire-java_2.10-3_all.deb
  to main/s/surefire/libsurefire-java_2.10-3_all.deb
surefire_2.10-3.debian.tar.gz
  to main/s/surefire/surefire_2.10-3.debian.tar.gz
surefire_2.10-3.dsc
  to main/s/surefire/surefire_2.10-3.dsc


Changes:
surefire (2.10-3) unstable; urgency=low
 .
  * Team upload.
  * Fix JUnit 4 detection during unit tests in build time.
Thanks to James Page for the patch. (Closes: #664641).
  * Bump Standards-Version to 3.9.3. No changes were required.


Override entries for your package:
libsurefire-java_2.10-3_all.deb - optional java
surefire_2.10-3.dsc - source libs

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


Thank you for your contribution to Debian.

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


Bug#664641: marked as done (libsurefire-java: Surefire does not correctly detect JUnit 4 from Debian Maven Repository)

2012-03-25 Thread Debian Bug Tracking System
Your message dated Mon, 26 Mar 2012 05:23:04 +
with message-id e1sc2ow-0007ll...@franck.debian.org
and subject line Bug#664641: fixed in surefire 2.10-3
has caused the Debian Bug report #664641,
regarding libsurefire-java: Surefire does not correctly detect JUnit 4 from 
Debian Maven Repository
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.)


-- 
664641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
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-


---End Message---
---BeginMessage---
Source: surefire
Source-Version: 2.10-3

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

libsurefire-java_2.10-3_all.deb
  to main/s/surefire/libsurefire-java_2.10-3_all.deb
surefire_2.10-3.debian.tar.gz
  to main/s/surefire/surefire_2.10-3.debian.tar.gz
surefire_2.10-3.dsc
  to main/s/surefire/surefire_2.10-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 664...@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 surefire package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Mar 2012 19:49:18 -0430
Source: surefire
Binary: libsurefire-java
Architecture: source all