[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. tag, upstream/6.0.2, updated. 9020fcc6fdf6438e13f34cb5a11e6c80771b887f

2010-06-20 Thread Niels Thykier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian 
package..

The tag, upstream/6.0.2 has been updated
to  9020fcc6fdf6438e13f34cb5a11e6c80771b887f (commit)
  from  8b4af11d232363b6d5165406d708f181c328e4e1

- Log -
commit 9020fcc6fdf6438e13f34cb5a11e6c80771b887f
Author: Niels Thykier ni...@thykier.net
Date:   Sun Jun 20 11:16:24 2010 +0200

Imported Upstream version 6.0.2
---


hooks/post-receive
-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.

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


Bug#585907: Removed package(s) from unstable

2010-06-20 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

 classpath |   2:0.98-6 | source, alpha, amd64, armel, hppa, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
 classpath | 2:0.98-6+b1 | hurd-i386
classpath-common |   2:0.98-6 | all
classpath-common-unzipped |   2:0.98-6 | all
classpath-doc |   2:0.98-6 | all
classpath-gtkpeer |   2:0.98-6 | alpha, amd64, armel, hppa, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
classpath-gtkpeer | 2:0.98-6+b1 | hurd-i386
classpath-qtpeer |   2:0.98-6 | alpha, amd64, armel, hppa, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
classpath-qtpeer | 2:0.98-6+b1 | hurd-i386

--- Reason ---
ROM; obsolete package; no longer needed for packaging
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 585...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/585907

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

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

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


[pkg-java] r12587 - in trunk/spring-build/debian: . patches poms

2010-06-20 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-06-20 09:57:06 + (Sun, 20 Jun 2010)
New Revision: 12587

Added:
   trunk/spring-build/debian/poms/aws.ant.xml
   trunk/spring-build/debian/poms/aws.ivy.xml
   trunk/spring-build/debian/poms/osgi.xml
Removed:
   trunk/spring-build/debian/libspring-build-java.poms
Modified:
   trunk/spring-build/debian/build.xml
   trunk/spring-build/debian/control
   trunk/spring-build/debian/patches/ivy_artifact.diff
   trunk/spring-build/debian/rules
Log:
Enable aws.ant aws.ivy and osgi modules

Modified: trunk/spring-build/debian/build.xml
===
--- trunk/spring-build/debian/build.xml 2010-06-19 11:13:38 UTC (rev 12586)
+++ trunk/spring-build/debian/build.xml 2010-06-20 09:57:06 UTC (rev 12587)
@@ -4,12 +4,24 @@
 
target name=package
ant dir=${basedir}/org.springframework.build.ant 
target=jar /
+   ant dir=${basedir}/org.springframework.build.aws.ant 
target=jar /
+   ant dir=${basedir}/org.springframework.build.aws.ivy 
target=jar /
+   ant dir=${basedir}/org.springframework.build.osgi 
target=jar /
/target
 
target name=clean
-   ant dir=${basedir}/org.springframework.build.ant 
target=clean /
-   ant dir=${basedir}/org.springframework.build.ant 
target=clean-integration /
-   ant dir=${basedir}/org.springframework.build.ant 
target=clean-ivy /
+   ant dir=${basedir}/org.springframework.build.ant
+   target name=clean/target 
name=clean-integration/target name=clean-ivy/
+   /ant
+   ant dir=${basedir}/org.springframework.build.aws.ant
+   target name=clean/target 
name=clean-integration/target name=clean-ivy/
+   /ant
+   ant dir=${basedir}/org.springframework.build.aws.ant
+   target name=clean/target 
name=clean-integration/target name=clean-ivy/
+   /ant
+   ant dir=${basedir}/org.springframework.build.osgi
+   target name=clean/target 
name=clean-integration/target name=clean-ivy/
+   /ant
/target
 
 /project

Modified: trunk/spring-build/debian/control
===
--- trunk/spring-build/debian/control   2010-06-19 11:13:38 UTC (rev 12586)
+++ trunk/spring-build/debian/control   2010-06-20 09:57:06 UTC (rev 12587)
@@ -3,6 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant (= 1.8.0),
  maven-repo-helper, ivy, libecj-java, libcommons-net-java,
+ libcommons-httpclient-java, libjets3t-java, libequinox-osgi-java,
  libspring-build-java
 Maintainer: Damien Raude-Morvan draz...@debian.org
 Standards-Version: 3.8.4

Deleted: trunk/spring-build/debian/libspring-build-java.poms
===
--- trunk/spring-build/debian/libspring-build-java.poms 2010-06-19 11:13:38 UTC 
(rev 12586)
+++ trunk/spring-build/debian/libspring-build-java.poms 2010-06-20 09:57:06 UTC 
(rev 12587)
@@ -1 +0,0 @@
-debian/poms/ant.xml

Modified: trunk/spring-build/debian/patches/ivy_artifact.diff
===
--- trunk/spring-build/debian/patches/ivy_artifact.diff 2010-06-19 11:13:38 UTC 
(rev 12586)
+++ trunk/spring-build/debian/patches/ivy_artifact.diff 2010-06-20 09:57:06 UTC 
(rev 12587)
@@ -5,14 +5,16 @@
 Last-Update: 2010-06-19
 --- a/org.springframework.build.ant/ivy.xml
 +++ b/org.springframework.build.ant/ivy.xml
-@@ -19,8 +19,8 @@
+@@ -19,8 +19,10 @@
/publications
  
dependencies
 -  dependency org=org.apache.ant 
name=com.springsource.org.apache.tools.ant rev=1.7.0 
conf=provided-compile/
 -  dependency org=org.apache.commons 
name=com.springsource.org.apache.commons.net rev=1.4.1 
conf=provided-compile/
++!--
 +  dependency org=org.apache.ant name=ant rev=debian 
conf=provided-compile/
 +  dependency org=commons-net name=commons-net rev=2.x 
conf=provided-compile/
++--
/dependencies
  
  /ivy-module
@@ -99,3 +101,44 @@
 -/project
 \ No newline at end of file
 +/project
+--- a/org.springframework.build.aws.ant/ivy.xml
 b/org.springframework.build.aws.ant/ivy.xml
+@@ -19,8 +19,10 @@
+   /publications
+ 
+   dependencies
++!--
+   dependency org=org.apache.ant 
name=com.springsource.org.apache.tools.ant rev=1.7.0 
conf=provided-compile/
+   dependency org=org.jets3t name=com.springsource.org.jets3t 
rev=0.6.1 conf=compile-compile;runtime-runtime/
++--
+   /dependencies
+ 
+ /ivy-module
+--- a/org.springframework.build.aws.ivy/ivy.xml
 b/org.springframework.build.aws.ivy/ivy.xml
+@@ -19,9 +19,11 @@
+   /publications
+ 
+   dependencies
++!--
+   dependency org=org.jets3t name=com.springsource.org.jets3t 
rev=0.6.0 

[pkg-java] r12588 - trunk/spring-build/debian

2010-06-20 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-06-20 10:10:31 + (Sun, 20 Jun 2010)
New Revision: 12588

Modified:
   trunk/spring-build/debian/changelog
Log:
Set ITP bug number

Modified: trunk/spring-build/debian/changelog
===
--- trunk/spring-build/debian/changelog 2010-06-20 09:57:06 UTC (rev 12587)
+++ trunk/spring-build/debian/changelog 2010-06-20 10:10:31 UTC (rev 12588)
@@ -1,5 +1,5 @@
-spring-build (2.5.0~svn713-1) UNRELEASED; urgency=low
+spring-build (2.5.0~svn715-1) UNRELEASED; urgency=low
 
-  * Initial release. (Closes: #XX)
+  * Initial release. (Closes: #586523)
 
- -- Damien Raude-Morvan draz...@debian.org  Sun, 21 Feb 2010 12:29:02 +0100
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 20 Jun 2010 12:05:15 +0200


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


[pkg-java] r12589 - trunk/spring-build/debian

2010-06-20 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-06-20 10:19:52 + (Sun, 20 Jun 2010)
New Revision: 12589

Modified:
   trunk/spring-build/debian/changelog
   trunk/spring-build/debian/orig-tar.exclude
Log:
Small exclude fix for new upstream

Modified: trunk/spring-build/debian/changelog
===
--- trunk/spring-build/debian/changelog 2010-06-20 10:10:31 UTC (rev 12588)
+++ trunk/spring-build/debian/changelog 2010-06-20 10:19:52 UTC (rev 12589)
@@ -1,4 +1,4 @@
-spring-build (2.5.0~svn715-1) UNRELEASED; urgency=low
+spring-build (2.5.1~svn715-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #586523)
 

Modified: trunk/spring-build/debian/orig-tar.exclude
===
--- trunk/spring-build/debian/orig-tar.exclude  2010-06-20 10:10:31 UTC (rev 
12588)
+++ trunk/spring-build/debian/orig-tar.exclude  2010-06-20 10:19:52 UTC (rev 
12589)
@@ -1 +1 @@
-project-build/lib/*
+project-build/lib/*.jar


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


[pkg-java] r12590 - trunk/spring-build/debian

2010-06-20 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-06-20 10:31:07 + (Sun, 20 Jun 2010)
New Revision: 12590

Modified:
   trunk/spring-build/debian/control
Log:
Fix dependencies

Modified: trunk/spring-build/debian/control
===
--- trunk/spring-build/debian/control   2010-06-20 10:19:52 UTC (rev 12589)
+++ trunk/spring-build/debian/control   2010-06-20 10:31:07 UTC (rev 12590)
@@ -13,7 +13,9 @@
 
 Package: libspring-build-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libecj-java
+Recommends: libcommons-net-java, libcommons-httpclient-java, libjets3t-java,
+ libequinox-osgi-java
 Description: Ant tasks for Spring Build module
  Spring projects are built using a combination of Ant and Ivy that is refered
  to simply as 'Spring Build'.
@@ -22,8 +24,8 @@
 
 Package: spring-build-scripts
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: ruby
+Depends: ${misc:Depends}, libspring-build-java (= ${source:Version})
+Suggests: ruby, groovy
 Description: Ant scripts snippets for Spring Build module
  Spring projects are built using a combination of Ant and Ivy that is refered
  to simply as 'Spring Build'.


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


[pkg-java] r12591 - trunk/jetty/debian

2010-06-20 Thread Niels Thykier
Author: nthykier-guest
Date: 2010-06-20 11:34:12 + (Sun, 20 Jun 2010)
New Revision: 12591

Modified:
   trunk/jetty/debian/changelog
   trunk/jetty/debian/jetty.init
Log:
Remove all use of sudo in jetty.init.

Modified: trunk/jetty/debian/changelog
===
--- trunk/jetty/debian/changelog2010-06-20 10:31:07 UTC (rev 12590)
+++ trunk/jetty/debian/changelog2010-06-20 11:34:12 UTC (rev 12591)
@@ -2,6 +2,7 @@
 
   * Updated the versions in the Manifests to match the actual version
 of jetty.
+  * Remove all use of sudo in jetty.init. (Closes: #580639)
 
  -- Niels Thykier ni...@thykier.net  Sat, 19 Jun 2010 13:12:53 +0200
 

Modified: trunk/jetty/debian/jetty.init
===
--- trunk/jetty/debian/jetty.init   2010-06-20 10:31:07 UTC (rev 12590)
+++ trunk/jetty/debian/jetty.init   2010-06-20 11:34:12 UTC (rev 12591)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+6#!/bin/sh -e
 #
 # /etc/init.d/jetty -- startup script for jetty 6.1.18
 #
@@ -43,10 +43,6 @@
 # JAVA_HOME  
 #   Home of Java installation. 
 #
-# JAVA
-#   Command to invoke Java. If not set, $JAVA_HOME/bin/java will be
-#   used.
-#
 # JAVA_OPTIONS
 #   Extra options to pass to the JVM
 #
@@ -267,19 +263,17 @@
if start-stop-daemon --quiet --test --start --pidfile $PIDFILE \
--user $JETTY_USER --startas $JAVA  /dev/null; 
then 
 
-   if [ -f $PIDFILE ]
-   then
+   if [ -f $PIDFILE ] ; then
log_warning_msg $PIDFILE exists, but jetty was not 
running. Ignoring $PIDFILE
-   fi
+   fi
 
-   if [ \! -e $LOGDIR/out.log ]; then
-   log_progress_msg Create log file
-   sudo -u $JETTY_USER touch $LOGDIR/out.log
-   chown $JETTY_USER:adm $LOGDIR/out.log
+   if [ -s $LOGDIR/out.log ]; then
+   log_progress_msg Rotate logs
+   $ROTATELOGS $LOGDIR/out.log 86400 \
+$LOGDIR/out.log
fi
-   log_progress_msg Rotate logs
-   sudo -b -u $JETTY_USER $ROTATELOGS $LOGDIR/out.log 86400 \
-$LOGDIR/out.log
+$LOGDIR/out.log
+   chown -R $JETTY_USER:adm $LOGDIR
 
# Remove / recreate JETTY_TMP directory
rm -rf $JETTY_TMP


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


Processed: limit source to jetty, tagging 580639

2010-06-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #jetty (6.1.24-4) UNRELEASED; urgency=low
 #
 #  * Remove all use of sudo in jetty.init. (Closes: #580639)
 #
 limit source jetty
Limiting to bugs with field 'source' containing at least one of 'jetty'
Limit currently set to 'source':'jetty'

 tags 580639 + pending
Bug #580639 [jetty] jetty init script uses sudo but does not depend on it
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
580639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580639
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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


libjdo-api-java 2.2-1 MIGRATED to testing

2010-06-20 Thread Debian testing watch
FYI: The status of the libjdo-api-java source package
in Debian's testing distribution has changed.

  Previous version: 2.0-3
  Current version:  2.2-1

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

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


Bug#586573: maven-repo-helper: Typo in package description

2010-06-20 Thread Davide Prina

Package: maven-repo-helper
Severity: minor

In DDTSS I see:
which is required by Maven when its using dependencies

I think it must be:
which is required by Maven when it is using dependencies
  ^
__|

Ciao
Davide

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

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

--
Dizionari: http://linguistico.sourceforge.net/wiki
Motivi per non comprare/usare ms-windows-vista:
http://badvista.fsf.org/
Non autorizzo la memorizzazione del mio indirizzo su outlook




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


[pkg-java] r12594 - trunk/jetty/debian

2010-06-20 Thread Niels Thykier
Author: nthykier-guest
Date: 2010-06-20 17:44:35 + (Sun, 20 Jun 2010)
New Revision: 12594

Modified:
   trunk/jetty/debian/NEWS
   trunk/jetty/debian/changelog
Log:
Fixed a formatting issue in the NEWS file.

Modified: trunk/jetty/debian/NEWS
===
--- trunk/jetty/debian/NEWS 2010-06-20 17:39:59 UTC (rev 12593)
+++ trunk/jetty/debian/NEWS 2010-06-20 17:44:35 UTC (rev 12594)
@@ -1,9 +1,10 @@
 jetty (6.1.21-1) unstable; urgency=medium
 
-  * Stopped using /tmp/jetty-temp in /etc/init.d/jetty for security
+Stopped using /tmp/jetty-temp in /etc/init.d/jetty for security
 reasons. From now all temporary data will be stored within
 /var/cache/jetty as denoted below:
 - JVM_TMP is now /var/cache/jetty/tmp
 - JETTY_TMP is now /var/cache/jetty/data
 
  -- Niels Thykier ni...@thykier.net  Fri, 23 Oct 2009 20:33:24 +0200
+

Modified: trunk/jetty/debian/changelog
===
--- trunk/jetty/debian/changelog2010-06-20 17:39:59 UTC (rev 12593)
+++ trunk/jetty/debian/changelog2010-06-20 17:44:35 UTC (rev 12594)
@@ -3,6 +3,7 @@
   * Updated the versions in the Manifests to match the actual version
 of jetty.
   * Remove all use of sudo in jetty.init. (Closes: #580639)
+  * Fixed some formatting issues in the NEWS file.
 
  -- Niels Thykier ni...@thykier.net  Sun, 20 Jun 2010 14:49:32 +0200
 


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


[pkg-java] r12595 - trunk/jetty/debian

2010-06-20 Thread Niels Thykier
Author: nthykier-guest
Date: 2010-06-20 18:27:46 + (Sun, 20 Jun 2010)
New Revision: 12595

Modified:
   trunk/jetty/debian/changelog
   trunk/jetty/debian/compat
   trunk/jetty/debian/control
   trunk/jetty/debian/module.xml
Log:
Bumped dh compat to 7 and linked against some system javadocs.

Modified: trunk/jetty/debian/changelog
===
--- trunk/jetty/debian/changelog2010-06-20 17:44:35 UTC (rev 12594)
+++ trunk/jetty/debian/changelog2010-06-20 18:27:46 UTC (rev 12595)
@@ -4,6 +4,9 @@
 of jetty.
   * Remove all use of sudo in jetty.init. (Closes: #580639)
   * Fixed some formatting issues in the NEWS file.
+  * Bumped debhelper compat to 7.
+  * Made the javadoc link against system javadocs. This includes adding
+Recommends on various java-doc packages.
 
  -- Niels Thykier ni...@thykier.net  Sun, 20 Jun 2010 14:49:32 +0200
 

Modified: trunk/jetty/debian/compat
===
--- trunk/jetty/debian/compat   2010-06-20 17:44:35 UTC (rev 12594)
+++ trunk/jetty/debian/compat   2010-06-20 18:27:46 UTC (rev 12595)
@@ -1 +1 @@
-6
+7

Modified: trunk/jetty/debian/control
===
--- trunk/jetty/debian/control  2010-06-20 17:44:35 UTC (rev 12594)
+++ trunk/jetty/debian/control  2010-06-20 18:27:46 UTC (rev 12595)
@@ -5,10 +5,10 @@
 Uploaders: Michael Koch konque...@gmx.de, Thierry Carrez 
thierry.car...@ubuntu.com,
  Ludovic Claude ludovic.cla...@laposte.net, Torsten Werner 
twer...@debian.org,
  Niels Thykier ni...@thykier.net, Pablo Duboue pablo.dub...@gmail.com
-Build-Depends: debhelper (= 6), cdbs ( 0.4.5.3), default-jdk, ant-optional, 
maven-repo-helper,
+Build-Depends: debhelper (= 7), cdbs ( 0.4.5.3), default-jdk, ant-optional, 
maven-repo-helper,
  libservlet2.5-java, libslf4j-java, libmx4j-java, libgnumail-java,
  libgnujaf-java, libcommons-daemon-java, junit, 
libgeronimo-jta-1.0.1b-spec-java,
- libtomcat6-java
+ libtomcat6-java, default-jdk-doc, libgnumail-java-doc, libservlet2.5-java-doc
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jetty
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jetty
@@ -28,6 +28,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Recommends: default-jdk-doc, libgnumail-java-doc, libservlet2.5-java-doc
 Suggests: libjetty-java
 Description: Javadoc for the Jetty API
  Jetty is an Open Source HTTP Servlet Server written in 100% Java.

Modified: trunk/jetty/debian/module.xml
===
--- trunk/jetty/debian/module.xml   2010-06-20 17:44:35 UTC (rev 12594)
+++ trunk/jetty/debian/module.xml   2010-06-20 18:27:46 UTC (rev 12595)
@@ -18,6 +18,9 @@
classpath
  path refid=classpath/
/classpath
+   link href=/usr/share/doc/default-jdk-doc/api/ /
+   link href=/usr/share/doc/libgnumail-java/api/ /
+   link href=/usr/share/doc/libservlet2.5-java/api/ /
sourcepath
  pathelement path=${src.dir}/
/sourcepath


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


[pkg-java] r12596 - in trunk/libgnumail-java/debian: . patches source

2010-06-20 Thread Niels Thykier
Author: nthykier-guest
Date: 2010-06-20 18:53:31 + (Sun, 20 Jun 2010)
New Revision: 12596

Added:
   trunk/libgnumail-java/debian/patches/series
   trunk/libgnumail-java/debian/source/
   trunk/libgnumail-java/debian/source/format
Removed:
   trunk/libgnumail-java/debian/linda-overrides
Modified:
   trunk/libgnumail-java/debian/changelog
   trunk/libgnumail-java/debian/compat
   trunk/libgnumail-java/debian/control
   trunk/libgnumail-java/debian/patches/01_fix_classpath.patch
   trunk/libgnumail-java/debian/patches/gnumail-imaps.patch
   trunk/libgnumail-java/debian/rules
Log:
libgnumail-java (1.1.2-5) UNRELEASED; urgency=low

  * Team Upload.
  * Fixed typo in the changelog.
  * Removed unused linda overrides.
  * Bumped debhelper compat to 7.
  * Removed Arnaud Vandyck and Paul Cager from uploaders. Thank you
for your work on this package.
  * Bumped Standards-Versions to 3.8.4 - no changes required.
  * Replaced classpath-doc dependency with default-jdk-doc and reduced
it to a recommends.
  * Converted source format to 3.0 (quilt).

 -- Niels Thykier ni...@thykier.net  Sun, 20 Jun 2010 20:41:27 +0200


Modified: trunk/libgnumail-java/debian/changelog
===
--- trunk/libgnumail-java/debian/changelog  2010-06-20 18:27:46 UTC (rev 
12595)
+++ trunk/libgnumail-java/debian/changelog  2010-06-20 18:53:31 UTC (rev 
12596)
@@ -1,3 +1,18 @@
+libgnumail-java (1.1.2-5) UNRELEASED; urgency=low
+
+  * Team Upload.
+  * Fixed typo in the changelog.
+  * Removed unused linda overrides.
+  * Bumped debhelper compat to 7.
+  * Removed Arnaud Vandyck and Paul Cager from uploaders. Thank you
+for your work on this package.
+  * Bumped Standards-Versions to 3.8.4 - no changes required.
+  * Replaced classpath-doc dependency with default-jdk-doc and reduced
+it to a recommends.
+  * Converted source format to 3.0 (quilt).
+
+ -- Niels Thykier ni...@thykier.net  Sun, 20 Jun 2010 20:41:27 +0200
+
 libgnumail-java (1.1.2-4) unstable; urgency=low
 
   [ Onkar Shinde ]
@@ -2,3 +17,3 @@
   * debian/rules
-- Remove ANT_HOME, unecessary files in DEB_JARS.
+- Remove ANT_HOME, unnecessary files in DEB_JARS.
 - Use DEB_UPSTREAM_VERSION for retrieving version.

Modified: trunk/libgnumail-java/debian/compat
===
--- trunk/libgnumail-java/debian/compat 2010-06-20 18:27:46 UTC (rev 12595)
+++ trunk/libgnumail-java/debian/compat 2010-06-20 18:53:31 UTC (rev 12596)
@@ -1 +1 @@
-5
+7

Modified: trunk/libgnumail-java/debian/control
===
--- trunk/libgnumail-java/debian/control2010-06-20 18:27:46 UTC (rev 
12595)
+++ trunk/libgnumail-java/debian/control2010-06-20 18:53:31 UTC (rev 
12596)
@@ -2,12 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de,
-   Paul Cager paul-deb...@home.paulcager.org,
+Uploaders: Michael Koch konque...@gmx.de,
Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 5), cdbs (= 0.4.5.3), ant
+Build-Depends: debhelper (= 7), cdbs (= 0.4.5.3), ant
 Build-Depends-Indep: default-jdk, libgnujaf-java, libgnuinet-java
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://savannah.gnu.org/projects/classpathx
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnumail-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnumail-java/
@@ -25,7 +24,8 @@
 Package: libgnumail-java-doc
 Architecture: all
 Section: doc
-Depends: classpath-doc, ${misc:Depends}
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc
 Suggests: libgnumail-java
 Description: free implementation of the javamail API (Javadocs)
  The javamail API provides abstract classes that model a mail 

Deleted: trunk/libgnumail-java/debian/linda-overrides
===
--- trunk/libgnumail-java/debian/linda-overrides2010-06-20 18:27:46 UTC 
(rev 12595)
+++ trunk/libgnumail-java/debian/linda-overrides2010-06-20 18:53:31 UTC 
(rev 12596)
@@ -1,2 +0,0 @@
-Tag: config-too-old
-Data: config\.(guess|sub)

Modified: trunk/libgnumail-java/debian/patches/01_fix_classpath.patch
===
--- trunk/libgnumail-java/debian/patches/01_fix_classpath.patch 2010-06-20 
18:27:46 UTC (rev 12595)
+++ trunk/libgnumail-java/debian/patches/01_fix_classpath.patch 2010-06-20 
18:53:31 UTC (rev 12596)
@@ -1,6 +1,7 @@
-diff -Nur -x '*.orig' -x '*~' libgnumail-java-1.1.2/MANIFEST.MF 
libgnumail-java-1.1.2.new/MANIFEST.MF
 libgnumail-java-1.1.2/MANIFEST.MF  2007-04-29 00:22:58.0 +0530
-+++ libgnumail-java-1.1.2.new/MANIFEST.MF  2009-11-19 20:01:05.0 
+0530
+Description: Adds missing dependencies in the 

[pkg-java] r12599 - in trunk/sun-java6/debian: . po

2010-06-20 Thread Torsten Werner
Author: twerner
Date: 2010-06-20 19:13:35 + (Sun, 20 Jun 2010)
New Revision: 12599

Modified:
   trunk/sun-java6/debian/changelog
   trunk/sun-java6/debian/po/da.po
Log:
* UNRELEASED
* Update danish debconf tranlation; thanks to Joe Dalton. (Closes: #586238)

Modified: trunk/sun-java6/debian/changelog
===
--- trunk/sun-java6/debian/changelog2010-06-20 19:11:27 UTC (rev 12598)
+++ trunk/sun-java6/debian/changelog2010-06-20 19:13:35 UTC (rev 12599)
@@ -1,3 +1,10 @@
+sun-java6 (6.20-dlj-5) unstable; urgency=low
+
+  * UNRELEASED
+  * Update danish debconf tranlation; thanks to Joe Dalton. (Closes: #586238)
+
+ -- Torsten Werner twer...@debian.org  Sun, 20 Jun 2010 21:12:02 +0200
+
 sun-java6 (6.20-dlj-4) unstable; urgency=low
 
   * Remove wrong space character for uming.ttc path in fontconfig.properties.

Modified: trunk/sun-java6/debian/po/da.po
===
--- trunk/sun-java6/debian/po/da.po 2010-06-20 19:11:27 UTC (rev 12598)
+++ trunk/sun-java6/debian/po/da.po 2010-06-20 19:13:35 UTC (rev 12599)
@@ -1,26 +1,26 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
+# Danish translation sun-java6.
+# Copyright (C) 2010 sun-java6  nedenstående oversættere.
+# This file is distributed under the same license as the sun-java6 package.
 # Claus Hindsgaul claus.hindsg...@gmail.com, 2006.
+# Joe Hansen joedalt...@yahoo.dk, 2010.
+#
 msgid 
 msgstr 
 Project-Id-Version: sun-java5\n
 Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n
 POT-Creation-Date: 2010-03-05 15:58+0100\n
-PO-Revision-Date: 2006-07-23 13:48+0200\n
-Last-Translator: Claus Hindsgaul claus.hindsg...@gmail.com\n
-Language-Team: Danish\n
+PO-Revision-Date: 2010-06-17 17:30+01:00\n
+Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
+Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=ISO-8859-1\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: KBabel 1.11.2\n
 
 #. Type: note
 #. Description
 #: ../JB-jre.templates.in:1001
 msgid JCE Unlimited Strength Jurisdiction Policy Files
-msgstr JCE-begr�nsningsfiler for kryptografi med ubegr�nset styrke
+msgstr JCE-begrænsningsfiler for kryptografi med ubegrænset styrke
 
 #. Type: note
 #. Description
@@ -34,12 +34,12 @@
 version and replace the strong cryptography versions supplied with this 
 package with the unlimited ones.
 msgstr 
-Grundet visse landes importregler, tillader de medf�lgende JCE-lovbestemte 
-filer brugen af \st�rk\ men begr�nset kryptografi. For dem, der lever i 
-lande, der ikke begr�nser den lovlige kryptografistyrke (de fleste lande), 
-findes der en udgave af disse filer med \ubegr�nset styrke\ kryptografi. 
-Du kan hente denne udgave og erstatte de \st�rk kryptografi\-versioner, 
-der f�lger med denne pakke, med de ubegr�nsede versioner.
+Grundet visse landes importregler, tillader de medfølgende JCE-lovbestemte 
+filer brugen af »stærk« men begrænset kryptografi. For dem, der lever i 
+lande, der ikke begrænser den lovlige kryptografistyrke (de fleste lande), 
+findes der en udgave af disse filer med »ubegrænset styrke« kryptografi. 
+Du kan hente denne udgave og erstatte de versioner med »stærk kryptografi«, 
+der følger med denne pakke, med de ubegrænsede versioner.
 
 #. Type: note
 #. Description
@@ -50,8 +50,8 @@
 Welcome.jsp?StoreId=22PartDetailId=7503-jce-1.4.2-oth-
 JPRSiteId=JSCTransactionId=noreg
 msgstr 
-Filer med ubegr�nset kryptografistyrke til Java(TM)-kryptografiudvidelsen 
-(JCE) 1.4.2 er tilg�ngelige p� http://javashoplm.sun.com/ECom/docs/Welcome.;
+Filer med ubegrænset kryptografistyrke til Java(TM)-kryptografiudvidelsen 
+(JCE) 1.4.2 er tilgængelige på http://javashoplm.sun.com/ECom/docs/Welcome.;
 jsp?StoreId=22PartDetailId=7503-jce-1.4.2-oth-
 JPRSiteId=JSCTransactionId=noreg
 
@@ -59,7 +59,7 @@
 #. Description
 #: ../JB-jre.templates.in:2001
 msgid Grant the \stopThread\ RuntimePermission?
-msgstr Tildel \stopThread\  RuntimePermission?
+msgstr Tildel »stopThread« RuntimePermission?
 
 #. Type: boolean
 #. Description
@@ -68,8 +68,8 @@
 This permission allows any thread to stop itself using the java.lang.Thread.
 stop() method that takes no argument.
 msgstr 
-Denne tilladelse tillader enhver tr�d at stoppe sig selv med metoden java.
-lang.Thread.stop(), der ikke kr�ver nogen parametre.
+Denne tilladelse tillader enhver tråd at stoppe sig selv med metoden java.
+lang.Thread.stop(), der ikke kræver nogen parametre.
 
 #. Type: boolean
 #. Description
@@ -80,44 +80,33 @@
 permission at all or restrict it manually in java.policy to code sources 
 that you specify, because Thread.stop() is potentially unsafe.
 msgstr 
-Bem�rk at denne tilladelse kun tildeles som udgangspunkt for at bevare 
+Bemærk at denne 

Processed: tagging 586238

2010-06-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 586238 + pending
Bug #586238 [sun-java6] [INTL:da] Danish translation of the debconf templates 
sun-java6
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
586238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586238
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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r12601 - trunk/aspectj/debian

2010-06-20 Thread Damien Raude-Morvan
Author: drazzib
Date: 2010-06-20 19:25:52 + (Sun, 20 Jun 2010)
New Revision: 12601

Modified:
   trunk/aspectj/debian/changelog
   trunk/aspectj/debian/cvs-get.sh
Log:
New upstream release.

Modified: trunk/aspectj/debian/changelog
===
--- trunk/aspectj/debian/changelog  2010-06-20 19:25:01 UTC (rev 12600)
+++ trunk/aspectj/debian/changelog  2010-06-20 19:25:52 UTC (rev 12601)
@@ -1,3 +1,9 @@
+aspectj (1.6.9~M1+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Damien Raude-Morvan draz...@debian.org  Sun, 20 Jun 2010 21:24:00 +0200
+
 aspectj (1.6.6+dfsg-4) unstable; urgency=low
 
   [ Torsten Werner ]

Modified: trunk/aspectj/debian/cvs-get.sh
===
--- trunk/aspectj/debian/cvs-get.sh 2010-06-20 19:25:01 UTC (rev 12600)
+++ trunk/aspectj/debian/cvs-get.sh 2010-06-20 19:25:52 UTC (rev 12601)
@@ -13,7 +13,7 @@
 TMPDIR=`mktemp -t -d aspectj-cvs.XX` || exit 1
 trap rm -Rf $TMPDIR 0
 VERSION=$(dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' ' | sed 
s/-\(.*\)$//)
-TAG=V`echo $VERSION | sed s/\+dfsg// | tr . _`
+TAG=V`echo $VERSION | sed s/\+dfsg// | sed s/~// | tr . _`
 ORIGDIR=$TMPDIR/aspectj-$VERSION
 
 CVSROOT=:pserver:anonym...@dev.eclipse.org:/cvsroot/tools


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


mini-dinstall: Successfully installed maven-repo-helper 1.1 to unstable

2010-06-20 Thread Mini-Dinstall
Package: maven-repo-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * Add mh_patchpom, useful in some situations to patch
individual POM files
  * Add mh_linkrepojar, to create a link from a jar present in the
Maven repository
  * Correctly identify extension tag used by Maven (Closes: #584512)
  * Add documentation for the package and in particular for the syntax
of the debian/package.poms file (Closes: #586151)
  * All mh_* scripts now use debian/.mh/ as their temporary work folder
instead of debian/tmp, this better satisfies the Debian policies.
  * Add mh_cleantmp to remove the temporary files produced when using
any other mh_* script
  * Fix typo in package description (Closes: #586573)

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


mini-dinstall log notice (ERROR)

2010-06-20 Thread Mini-Dinstall
Unhandled exception; shutting down
Traceback (most recent call last):
  File /home/groups/pkg-java/mini-dinstall, line 1165, in run
self._index_all(1)
  File /home/groups/pkg-java/mini-dinstall, line 1156, in _index_all
self._index(self._arches + ['source'], force)
  File /home/groups/pkg-java/mini-dinstall, line 1247, in _index
self._index_impl(arches, force=force)
  File /home/groups/pkg-java/mini-dinstall, line 1280, in _index_impl
self._make_packagesfile(self._relpath(arch))
  File /home/groups/pkg-java/mini-dinstall, line 1095, in _make_packagesfile
self._make_indexfile(dir, 'packages', 'Packages')
  File /home/groups/pkg-java/mini-dinstall, line 1074, in _make_indexfile
newpackagesfile = open(newpackagesfilename, 'w')
IOError: [Errno 13] Permission denied: 'stable/all/Packages.new'

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


[pkg-java] r12603 - trunk/libgnumail-java/debian

2010-06-20 Thread Niels Thykier
Author: nthykier-guest
Date: 2010-06-20 19:52:49 + (Sun, 20 Jun 2010)
New Revision: 12603

Modified:
   trunk/libgnumail-java/debian/changelog
   trunk/libgnumail-java/debian/control
Log:
Revert a faulty change.

Modified: trunk/libgnumail-java/debian/changelog
===
--- trunk/libgnumail-java/debian/changelog  2010-06-20 19:51:03 UTC (rev 
12602)
+++ trunk/libgnumail-java/debian/changelog  2010-06-20 19:52:49 UTC (rev 
12603)
@@ -11,7 +11,6 @@
 it to a recommends.
   * Converted source format to 3.0 (quilt).
   * Removed reference to xalan2.jar in the build, it was not used.
-  * Fixed two misplaced suggests.
   * Linked the javadoc against system installed javadocs.
 
  -- Niels Thykier ni...@thykier.net  Sun, 20 Jun 2010 21:11:15 +0200

Modified: trunk/libgnumail-java/debian/control
===
--- trunk/libgnumail-java/debian/control2010-06-20 19:51:03 UTC (rev 
12602)
+++ trunk/libgnumail-java/debian/control2010-06-20 19:52:49 UTC (rev 
12603)
@@ -15,7 +15,7 @@
 Package: libgnumail-java
 Architecture: all
 Depends: libgnujaf-java, libgnuinet-java, ${misc:Depends}
-Suggests: libgnumail-java
+Suggests: libgnumail-java-doc
 Description: free implementation of the javamail API
  The javamail API provides abstract classes that model a mail 
  system. With the GNU free implementation of the javamail API, you can 
@@ -27,7 +27,7 @@
 Section: doc
 Depends: ${misc:Depends}
 Recommends: default-jdk-doc, libgnujaf-java, libgnuinet-java
-Suggests: libgnumail-java-doc
+Suggests: libgnumail-java
 Description: free implementation of the javamail API (Javadocs)
  The javamail API provides abstract classes that model a mail 
  system. With the GNU free implementation of the javamail API, you can 


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


[pkg-java] r12604 - in trunk/maven-debian-helper: . bin debian maven-build-nodocs maven-debian-helper maven-debian-plugin maven-debian-plugin/src/main/java/org/debian/maven/plugin maven-packager-utils

2010-06-20 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2010-06-20 20:13:32 + (Sun, 20 Jun 2010)
New Revision: 12604

Added:
   trunk/maven-debian-helper/maven-packager-utils/src/main/resources/format.vm
Modified:
   trunk/maven-debian-helper/bin/mh_make
   trunk/maven-debian-helper/debian/changelog
   trunk/maven-debian-helper/debian/control
   trunk/maven-debian-helper/maven-build-nodocs/pom.xml
   trunk/maven-debian-helper/maven-debian-helper/pom.xml
   trunk/maven-debian-helper/maven-debian-plugin/pom.xml
   
trunk/maven-debian-helper/maven-debian-plugin/src/main/java/org/debian/maven/plugin/InstallDocMojo.java
   
trunk/maven-debian-helper/maven-debian-plugin/src/main/java/org/debian/maven/plugin/InstallMojo.java
   
trunk/maven-debian-helper/maven-debian-plugin/src/main/java/org/debian/maven/plugin/SysInstallMojo.java
   trunk/maven-debian-helper/maven-packager-utils/pom.xml
   
trunk/maven-debian-helper/maven-packager-utils/src/main/java/org/debian/maven/packager/DependenciesSolver.java
   
trunk/maven-debian-helper/maven-packager-utils/src/main/java/org/debian/maven/packager/GenerateDebianFilesMojo.java
   trunk/maven-debian-helper/maven-packager-utils/src/main/resources/control.vm
   
trunk/maven-debian-helper/maven-packager-utils/src/main/resources/copyright.vm
   trunk/maven-debian-helper/maven-packager-utils/src/main/resources/rules.vm
   
trunk/maven-debian-helper/maven-packager-utils/src/test/java/org/debian/maven/packager/DependenciesSolverTest.java
   
trunk/maven-debian-helper/maven-packager-utils/src/test/resources/libplexus-active-collections-java.rules
   trunk/maven-debian-helper/pom.xml
   trunk/maven-debian-helper/share/cdbs/1/class/maven-vars.mk
   trunk/maven-debian-helper/share/cdbs/1/class/maven.mk
Log:
* New release



Modified: trunk/maven-debian-helper/bin/mh_make
===
--- trunk/maven-debian-helper/bin/mh_make   2010-06-20 19:52:49 UTC (rev 
12603)
+++ trunk/maven-debian-helper/bin/mh_make   2010-06-20 20:13:32 UTC (rev 
12604)
@@ -72,7 +72,7 @@
 if [ -z $PACKAGE ]; then
 PACKAGE=$(basename $(pwd) | sed 's/-[0-9\.].*//')
if [ -n $FROM_SVN ]; then
-   PACKAGE=$(basename $FROM_SVN | sed 's/-[0-9\.].*//' )
+   PACKAGE=$(basename ${FROM_SVN%%/tags/*} | sed 's/-[0-9\.].*//' )
fi
 echo Enter the name of the new Debian source package. If empty, it will 
defaults to $PACKAGE
 read -p  USER_PACKAGE
@@ -107,7 +107,12 @@
 fi
 
 if [ -n $FROM_SVN ]; then
-   svn export $FROM_SVN $PACKAGE
+   SVN_OPTIONS=
+   if [[ $FROM_SVN =~ https://.*\.dev\.java\.net/.* ]]; then
+   echo Press enter if a password is asked
+   SVN_OPTIONS=--username guest
+   fi
+   svn export $FROM_SVN $PACKAGE $SVN_OPTIONS
cd $PACKAGE
 fi
 

Modified: trunk/maven-debian-helper/debian/changelog
===
--- trunk/maven-debian-helper/debian/changelog  2010-06-20 19:52:49 UTC (rev 
12603)
+++ trunk/maven-debian-helper/debian/changelog  2010-06-20 20:13:32 UTC (rev 
12604)
@@ -1,3 +1,36 @@
+maven-debian-helper (1.0) unstable; urgency=low
+
+  * debian/control:
+ - replace Depends: on openjdk-6-jre | java2-runtime by default-jdk
+ - remove Conflits: on old maven-debian-helper as there is already
+   a version constraint for a new version of this package.
+  * mh_make:
+  - supports checking out code from the svn of dev.java.net
+  - use upstream copyright when available for debian/* files
+  - update Standards version, generate with source 3.0 (quilt) package
+format
+  - mh_make --from-svn: improve package name proposal for URLs
+containing /tags/
+  - ask to ignore missing dependencies
+  * maven.mk: 
+  - add before-mvn-build:: and after-mvn-build:: targets
+to be able to insert custom actions before and after running the Maven
+build
+  - add DEB_MAVEN_INSTALL_TO_USJ variable. Set this variable to false to
+prevent maven.mk to install the jars in /usr/share/java. This
+variable defaults to true.
+  - add call to mh_clean to remove temporary files
+  * Add -Duse.maven.repo.local option to maven-debian-plugin:install
+and install-doc to give the option to deploy artifacts on the
+local (and temporary) Maven repository used by the Debian build
+Typical use-case: bootstrapping the build of a project with 
+some artifacts of the project pre-built and installed in the tmp repo
+before the normal build is executed. See the antlr3 package for an example
+  * SysInstallMojo: clean the target directory before an installation if the
+directory is a symlink that was created by copy-repo.sh
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Sun, 16 May 2010 14:42:29 
+0200
+
 maven-debian-helper (0.12) unstable; urgency=low
 
   * SysInstallDocMojo: Fix methods override to install -javadoc JAR flavors.


mini-dinstall: Successfully installed maven-debian-helper 0.10 to unstable

2010-06-20 Thread Mini-Dinstall
Package: maven-debian-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * Add --non-interactive option to mh_lspoms and use it
in maven.mk to avoid asking questions during a build
(Closes: #574399)

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


mini-dinstall log notice (ERROR)

2010-06-20 Thread Mini-Dinstall
Unhandled exception; shutting down
Traceback (most recent call last):
  File /home/groups/pkg-java/mini-dinstall, line 1165, in run
self._index_all(1)
  File /home/groups/pkg-java/mini-dinstall, line 1156, in _index_all
self._index(self._arches + ['source'], force)
  File /home/groups/pkg-java/mini-dinstall, line 1247, in _index
self._index_impl(arches, force=force)
  File /home/groups/pkg-java/mini-dinstall, line 1280, in _index_impl
self._make_packagesfile(self._relpath(arch))
  File /home/groups/pkg-java/mini-dinstall, line 1095, in _make_packagesfile
self._make_indexfile(dir, 'packages', 'Packages')
  File /home/groups/pkg-java/mini-dinstall, line 1074, in _make_indexfile
newpackagesfile = open(newpackagesfilename, 'w')
IOError: [Errno 13] Permission denied: 'stable/all/Packages.new'

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


mini-dinstall: Successfully installed maven-debian-helper 1.0 to unstable

2010-06-20 Thread Mini-Dinstall
Package: maven-debian-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * debian/control:
 - replace Depends: on openjdk-6-jre | java2-runtime by default-jdk
 - remove Conflits: on old maven-debian-helper as there is already
   a version constraint for a new version of this package.
  * mh_make:
  - supports checking out code from the svn of dev.java.net
  - use upstream copyright when available for debian/* files
  - update Standards version, generate with source 3.0 (quilt) package
format
  - mh_make --from-svn: improve package name proposal for URLs
containing /tags/
  - ask to ignore missing dependencies
  * maven.mk:
  - add before-mvn-build:: and after-mvn-build:: targets
to be able to insert custom actions before and after running the Maven
build
  - add DEB_MAVEN_INSTALL_TO_USJ variable. Set this variable to false to
prevent maven.mk to install the jars in /usr/share/java. This
variable defaults to true.
  - add call to mh_clean to remove temporary files
  * Add -Duse.maven.repo.local option to maven-debian-plugin:install
and install-doc to give the option to deploy artifacts on the
local (and temporary) Maven repository used by the Debian build
Typical use-case: bootstrapping the build of a project with
some artifacts of the project pre-built and installed in the tmp repo
before the normal build is executed. See the antlr3 package for an example
  * SysInstallMojo: clean the target directory before an installation if the
directory is a symlink that was created by copy-repo.sh

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


mini-dinstall log notice (ERROR)

2010-06-20 Thread Mini-Dinstall
Unhandled exception; shutting down
Traceback (most recent call last):
  File /home/groups/pkg-java/mini-dinstall, line 1165, in run
self._index_all(1)
  File /home/groups/pkg-java/mini-dinstall, line 1156, in _index_all
self._index(self._arches + ['source'], force)
  File /home/groups/pkg-java/mini-dinstall, line 1247, in _index
self._index_impl(arches, force=force)
  File /home/groups/pkg-java/mini-dinstall, line 1280, in _index_impl
self._make_packagesfile(self._relpath(arch))
  File /home/groups/pkg-java/mini-dinstall, line 1095, in _make_packagesfile
self._make_indexfile(dir, 'packages', 'Packages')
  File /home/groups/pkg-java/mini-dinstall, line 1074, in _make_indexfile
newpackagesfile = open(newpackagesfilename, 'w')
IOError: [Errno 13] Permission denied: 'stable/all/Packages.new'

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


[pkg-java] r12605 - tags/libgnumail-java

2010-06-20 Thread Torsten Werner
Author: twerner
Date: 2010-06-20 21:31:50 + (Sun, 20 Jun 2010)
New Revision: 12605

Added:
   tags/libgnumail-java/1.1.2-5/
Log:
[svn-buildpackage] Tagging libgnumail-java 1.1.2-5


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


Processing of libgnumail-java_1.1.2-5_amd64.changes

2010-06-20 Thread Archive Administrator
libgnumail-java_1.1.2-5_amd64.changes uploaded successfully to localhost
along with the files:
  libgnumail-java_1.1.2-5.dsc
  libgnumail-java_1.1.2-5.debian.tar.gz
  libgnumail-java_1.1.2-5_all.deb
  libgnumail-java-doc_1.1.2-5_all.deb

Greetings,

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

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


[pkg-java] r12606 - trunk/maven-repo-helper/debian

2010-06-20 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2010-06-20 21:51:06 + (Sun, 20 Jun 2010)
New Revision: 12606

Modified:
   trunk/maven-repo-helper/debian/rules
Log:
* Remove .svn folders in package



Modified: trunk/maven-repo-helper/debian/rules
===
--- trunk/maven-repo-helper/debian/rules2010-06-20 21:31:50 UTC (rev 
12605)
+++ trunk/maven-repo-helper/debian/rules2010-06-20 21:51:06 UTC (rev 
12606)
@@ -46,8 +46,8 @@
 binary-post-install/$(PACKAGE)::
mv build/$(PACKAGE)-$(VERSION).jar build/$(PACKAGE)-debian.jar
dh_install -p$(PACKAGE) build/$(PACKAGE)-debian.jar 
/usr/share/maven-repo/org/debian/maven/$(PACKAGE)/debian
-   dh_install -p$(PACKAGE) src/main/bin /usr
-   dh_install -p$(PACKAGE) src/main/share/* /usr/share/$(PACKAGE)
+   dh_install -p$(PACKAGE) src/main/bin/mh_* /usr/bin
+   dh_install -p$(PACKAGE) src/main/share/mh_* /usr/share/$(PACKAGE)
dh_link -p$(PACKAGE) 
/usr/share/maven-repo/org/debian/maven/$(PACKAGE)/debian/$(PACKAGE)-debian.jar 
/usr/share/java/$(PACKAGE).jar
dh_installman $(MAN_PAGES)
mkdir -p debian/.mh


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


mini-dinstall: Successfully installed maven-repo-helper 1.1 to unstable

2010-06-20 Thread Mini-Dinstall
Package: maven-repo-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * Add mh_patchpom, useful in some situations to patch
individual POM files
  * Add mh_linkrepojar, to create a link from a jar present in the
Maven repository
  * Correctly identify extension tag used by Maven (Closes: #584512)
  * Add documentation for the package and in particular for the syntax
of the debian/package.poms file (Closes: #586151)
  * All mh_* scripts now use debian/.mh/ as their temporary work folder
instead of debian/tmp, this better satisfies the Debian policies.
  * Add mh_cleantmp to remove the temporary files produced when using
any other mh_* script
  * Fix typo in package description (Closes: #586573)

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


[pkg-java] r12607 - trunk/maven-debian-helper/debian

2010-06-20 Thread Ludovic Claude
Author: ludovicc-guest
Date: 2010-06-20 22:02:59 + (Sun, 20 Jun 2010)
New Revision: 12607

Modified:
   trunk/maven-debian-helper/debian/install
   trunk/maven-debian-helper/debian/rules
Log:
* Don't install .svn files and improve clean after package build



Modified: trunk/maven-debian-helper/debian/install
===
--- trunk/maven-debian-helper/debian/install2010-06-20 21:51:06 UTC (rev 
12606)
+++ trunk/maven-debian-helper/debian/install2010-06-20 22:02:59 UTC (rev 
12607)
@@ -1,3 +1,7 @@
-bin/usr/
-etc/*  /etc/maven2/
-share  /usr/
+bin/mh_*   /usr/bin
+bin/mvn-debian /usr/bin
+etc/*.conf /etc/maven2/
+etc/*.xml  /etc/maven2/
+share/cdbs/1/class/*.mk/usr/share/cdbs/1/class
+share/maven-debian-helper/*.sh /usr/share/maven-debian-helper
+

Modified: trunk/maven-debian-helper/debian/rules
===
--- trunk/maven-debian-helper/debian/rules  2010-06-20 21:51:06 UTC (rev 
12606)
+++ trunk/maven-debian-helper/debian/rules  2010-06-20 22:02:59 UTC (rev 
12607)
@@ -56,3 +56,5 @@
-rm -rf debian/tmp
-$(RM) man/mvn-debian.1
mh_unpatchpoms -p$(PACKAGE)
+   mh_clean
+


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


mini-dinstall: Successfully installed maven-debian-helper 0.10 to unstable

2010-06-20 Thread Mini-Dinstall
Package: maven-debian-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * Add --non-interactive option to mh_lspoms and use it
in maven.mk to avoid asking questions during a build
(Closes: #574399)

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


mini-dinstall: Successfully installed maven-debian-helper 1.0 to unstable

2010-06-20 Thread Mini-Dinstall
Package: maven-debian-helper
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  * debian/control:
 - replace Depends: on openjdk-6-jre | java2-runtime by default-jdk
 - remove Conflits: on old maven-debian-helper as there is already
   a version constraint for a new version of this package.
  * mh_make:
  - supports checking out code from the svn of dev.java.net
  - use upstream copyright when available for debian/* files
  - update Standards version, generate with source 3.0 (quilt) package
format
  - mh_make --from-svn: improve package name proposal for URLs
containing /tags/
  - ask to ignore missing dependencies
  * maven.mk:
  - add before-mvn-build:: and after-mvn-build:: targets
to be able to insert custom actions before and after running the Maven
build
  - add DEB_MAVEN_INSTALL_TO_USJ variable. Set this variable to false to
prevent maven.mk to install the jars in /usr/share/java. This
variable defaults to true.
  - add call to mh_clean to remove temporary files
  * Add -Duse.maven.repo.local option to maven-debian-plugin:install
and install-doc to give the option to deploy artifacts on the
local (and temporary) Maven repository used by the Debian build
Typical use-case: bootstrapping the build of a project with
some artifacts of the project pre-built and installed in the tmp repo
before the normal build is executed. See the antlr3 package for an example
  * SysInstallMojo: clean the target directory before an installation if the
directory is a symlink that was created by copy-repo.sh

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


libgnumail-java_1.1.2-5_amd64.changes ACCEPTED

2010-06-20 Thread Archive Administrator



Accepted:
libgnumail-java-doc_1.1.2-5_all.deb
  to main/libg/libgnumail-java/libgnumail-java-doc_1.1.2-5_all.deb
libgnumail-java_1.1.2-5.debian.tar.gz
  to main/libg/libgnumail-java/libgnumail-java_1.1.2-5.debian.tar.gz
libgnumail-java_1.1.2-5.dsc
  to main/libg/libgnumail-java/libgnumail-java_1.1.2-5.dsc
libgnumail-java_1.1.2-5_all.deb
  to main/libg/libgnumail-java/libgnumail-java_1.1.2-5_all.deb


Override entries for your package:
libgnumail-java-doc_1.1.2-5_all.deb - optional doc
libgnumail-java_1.1.2-5.dsc - source java
libgnumail-java_1.1.2-5_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/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


mini-dinstall: Successfully installed antlr3 3.2-1 to unstable

2010-06-20 Thread Mini-Dinstall
Package: antlr3
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Architecture: source
Changes:
  [Ludovic Claude]
  * Upstream build now uses Maven
  * debian/control:
  - Updated Standards-Version to 3.8.4.
  - Build-Depends-Indep: add dependencies for Maven build:
libantlr-maven-plugin-java, maven-debian-helper,
libmaven-site-plugin-java, libstringtemplate-java,
libmaven-javadoc-plugin-java
  - Build-Depends-Indep: add dependencies to build the Javadoc:
default-jdk-doc, libmaven-javadoc-plugin-java
  - antlr3 Depends: remove java1-runtime, add java5-runtime
  - downgrade antlr3-gcj from Recommands: to Suggests:
  - create an antlr3-doc package that contains the documentation
  [TODO] create an antlr3-gunit package and modify maven-debian-helper to 
deploy the gunit jars to this package
  * debian/rules: remove include simple-patchsys.mk, replaced by
source format 3.0 (quilt)
  * Add orig-tar to clean up upstream sources
  * Switch to source format 3.0 (quilt)

  [Michael Koch]
  * New upstream version (Closes: #511470).
  * debian/watch: Fixed by using site-local absolution download link.
  * debian/control: Updated Standards-Version to 3.8.3.
  * debian/control: Added Homepage field.

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


[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. eclipse-ppa/maverick-23-g90c8c34

2010-06-20 Thread Benjamin Drung
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project eclipse - Powerful IDE written in java - Debian package..

The branch, master has been updated
   via  90c8c342237b4cacc8a8cc661e3ab46daa58de56 (commit)
  from  5348434cf90a1566dff28f710d50c9c537999879 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 90c8c342237b4cacc8a8cc661e3ab46daa58de56
Author: Benjamin Drung bdr...@ubuntu.com
Date:   Mon Jun 21 01:55:58 2010 +0200

Determine build architecture automatically.

---

Summary of changes:
 build.properties|1 -
 build.xml   |   24 ++
 debian/patches/build-arch.patch |   47 +++
 debian/patches/series   |1 +
 debian/rules|   51 ++
 5 files changed, 96 insertions(+), 28 deletions(-)

diff --git a/build.properties b/build.properties
index 28e73d6..41a89a3 100644
--- a/build.properties
+++ b/build.properties
@@ -10,7 +10,6 @@ featureToBuild=eclipse-build-feature
 skipBase=true
 skipFetch=true
 individualSourceBundles=true
-buildArch=x86
 ws=gtk
 os=linux
 includeLaunchers=true
diff --git a/build.xml b/build.xml
index d3f5c90..1bd5fd2 100644
--- a/build.xml
+++ b/build.xml
@@ -53,6 +53,30 @@
property name=productFiles value=${buildConfig}/productFiles /
property name=reposource value=${buildDirectory}/reposource /
 
+   !-- Determine host architecture --
+   exec executable=uname outputproperty=uname-m
+   arg line=-m /
+   /exec
+   condition property=hostArch value=arm
+   matches pattern=arm* string=${uname-m}/
+   /condition
+   condition property=hostArch value=x86
+   matches pattern=i[0-9]*86 string=${uname-m}/
+   /condition
+   condition property=hostArch value=PA_RISC
+   matches pattern=parisc* string=${uname-m}/
+   /condition
+   condition property=hostArch value=sparc
+   matches pattern=sparcv9 string=${uname-m}/
+   /condition
+   condition property=hostArch value=${uname-m}
+   notisset property=hostArch //not
+   /condition
+   condition property=buildArch value=${hostArch}
+   notisset property=buildArch //not
+   /condition
+   echo message=Build on ${hostArch} for ${buildArch}./
+
property name=destDir value= /
property name=prefix value=/usr/local /
!-- Do we want /usr/lib64 if it's a 64-bit architecture? --
diff --git a/debian/patches/build-arch.patch b/debian/patches/build-arch.patch
new file mode 100644
index 000..997dab7
--- /dev/null
+++ b/debian/patches/build-arch.patch
@@ -0,0 +1,47 @@
+Description: Determine build architecture automatically
+Author: Benjamin Drung bdr...@ubuntu.com
+Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=317391
+
+--- eclipse-3.5.2.orig/build.xml
 eclipse-3.5.2/build.xml
+@@ -53,6 +53,30 @@
+   property name=productFiles value=${buildConfig}/productFiles /
+   property name=reposource value=${buildDirectory}/reposource /
+ 
++  !-- Determine host architecture --
++  exec executable=uname outputproperty=uname-m
++  arg line=-m /
++  /exec
++  condition property=hostArch value=arm
++  matches pattern=arm* string=${uname-m}/
++  /condition
++  condition property=hostArch value=x86
++  matches pattern=i[0-9]*86 string=${uname-m}/
++  /condition
++  condition property=hostArch value=PA_RISC
++  matches pattern=parisc* string=${uname-m}/
++  /condition
++  condition property=hostArch value=sparc
++  matches pattern=sparcv9 string=${uname-m}/
++  /condition
++  condition property=hostArch value=${uname-m}
++  notisset property=hostArch //not
++  /condition
++  condition property=buildArch value=${hostArch}
++  notisset property=buildArch //not
++  /condition
++  echo message=Build on ${hostArch} for ${buildArch}./
++
+   property name=destDir value= /
+   property name=prefix value=/usr/local /
+   !-- Do we want /usr/lib64 if it's a 64-bit architecture? --
+--- eclipse-3.5.2.orig/build.properties
 eclipse-3.5.2/build.properties
+@@ -10,7 +10,6 @@ featureToBuild=eclipse-build-feature
+ skipBase=true
+ skipFetch=true
+ individualSourceBundles=true
+-buildArch=x86
+ ws=gtk
+ os=linux
+ includeLaunchers=true
diff --git a/debian/patches/series b/debian/patches/series
index 9d32dde..3c6dd73 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@