Bug#576491: marked as done (libmaven-invoker-plugin-java: New Upstream version available)

2011-08-23 Thread Debian Bug Tracking System
Your message dated Tue, 23 Aug 2011 21:27:18 -0700
with message-id <4e547da6.2060...@debian.org>
and subject line closed with upload of 1.5-1
has caused the Debian Bug report #576491,
regarding libmaven-invoker-plugin-java: New Upstream version available
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.)


-- 
576491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmaven-invoker-plugin-java
Version: 1.3-2
Severity: wishlist

Hi,

There is a new version available from upstream (1.5). It will be great if it can
be packaged, it will help me build certain other software which depends on this
particular version.

Ramakrishnan

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

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

-- no debconf information


--- End Message ---
--- Begin Message ---
Package: maven-invoker-plugin
Version: 1.5-1

This bug should have been included in the changelog for the upload of
upstream version 1.5.

Thanks,
tony



signature.asc
Description: OpenPGP digital signature
--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#611130: CVE-2010-2087

2011-08-23 Thread Miguel Landaeta
On Mon, Jul 25, 2011 at 02:05:01PM +0200, Moritz Mühlenhoff wrote:
> What's the result?
> 

Upstream is totally unresponsive about this issue.

I have reviewed changelog of subsequent releases and this doesn't
seem to be fixed.

I have lost almost all motivation to try to fix this, but I'll
give another try to check again with upstream to see what they
have to say.

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


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[SCM] netbeans packaging branch, master, updated. upstream/7.0.1+dfsg1-14-g47d45cc

2011-08-23 Thread Andrew Ross
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 "netbeans packaging".

The branch, master has been updated
   via  47d45cc3a341c8f9edb1004513d8db314d39f7d2 (commit)
  from  be0f1707ccb6f0a9fb100d6f0677a70422142ef1 (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 47d45cc3a341c8f9edb1004513d8db314d39f7d2
Author: Andrew Ross 
Date:   Tue Aug 23 23:43:25 2011 +0100

Update desktop file

---

Summary of changes:
 debian/netbeans.desktop |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/netbeans.desktop b/debian/netbeans.desktop
index d42b036..1ebdc08 100644
--- a/debian/netbeans.desktop
+++ b/debian/netbeans.desktop
@@ -1,9 +1,9 @@
 [Desktop Entry]
-Name=NetBeans IDE 7.0
+Name=NetBeans IDE 7.0.1
 Comment=Integrated Development Environment
 TryExec=/usr/bin/netbeans
 Exec=/usr/bin/netbeans
-Icon=/usr/share/netbeans/7.0/nb/netbeans.png
+Icon=/usr/share/netbeans/7.0.1/nb/netbeans.png
 Categories=Development;IDE;Java;
 Terminal=false
 Type=Application


hooks/post-receive
-- 
netbeans packaging

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


[SCM] jigsaw packaging branch, master, updated. 1b36941265cbcf03aadb203be99765bfc8990641

2011-08-23 Thread Guillaume Mazoyer
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 "jigsaw packaging".

The branch, master has been updated
   via  1b36941265cbcf03aadb203be99765bfc8990641 (commit)
  from  f70383b26fd5257c9a104dc8240ee4ff2e3287aa (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 1b36941265cbcf03aadb203be99765bfc8990641
Author: Guillaume Mazoyer 
Date:   Wed Aug 24 00:33:12 2011 +0200

Remove useless file.

---

Summary of changes:
 jigbuild |   28 
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/jigbuild b/jigbuild
deleted file mode 100644
index 1ce69f0..000
--- a/jigbuild
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-# jigbuild
-# jigsaw building script for upstream
-# Copyright Tom Marble
-# NOTE: this has bash but ONLY until we can convert to POSIX
-
-# done below
-# cpus=`grep ^processor /proc/cpuinfo | wc -l | awk '{print $1;}'`
-cpus=$(nproc)
-
-#export ALT_BINARY_PLUGS_PATH=${HOME}/src/jdk-7-ea-plug/openjdk-binary-plugs
-export LANG=C
-export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
-export PARALLEL_COMPILE_JOBS=$cpus
-export ALT_PARALLEL_COMPILE_JOBS=$cpus
-export HOTSPOT_BUILD_JOBS=$cpus
-export NO_DOCS=true
-
-#generic=jdk/make/jdk_generic_profile.sh
-#if [ -f $generic ]; then
-#  . jdk/make/jdk_generic_profile.sh
-#else
-#  echo error: could not read $generic
-#fi
-
-
-
-


hooks/post-receive
-- 
jigsaw 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


maven-reporting-impl_2.0.5-1_amd64.changes is NEW

2011-08-23 Thread Debian FTP Masters
(new) libmaven-reporting-impl-java-doc_2.0.5-1_all.deb optional doc
Documentation for Maven Reporting API Implementation
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This package contains the API documentation of libmaven-reporting-impl-java.
libmaven-reporting-impl-java_2.0.5-1_all.deb
  to main/m/maven-reporting-impl/libmaven-reporting-impl-java_2.0.5-1_all.deb
maven-reporting-impl_2.0.5-1.debian.tar.gz
  to main/m/maven-reporting-impl/maven-reporting-impl_2.0.5-1.debian.tar.gz
maven-reporting-impl_2.0.5-1.dsc
  to main/m/maven-reporting-impl/maven-reporting-impl_2.0.5-1.dsc
maven-reporting-impl_2.0.5.orig.tar.gz
  to main/m/maven-reporting-impl/maven-reporting-impl_2.0.5.orig.tar.gz
Changes: maven-reporting-impl (2.0.5-1) unstable; urgency=low
 .
  * New upstream release.
  * Update Standards-Version: 3.9.1.
  * Switch to source format 3.0.
  * Refresh patch.
  * Use Maven to build the package but do not build tests because they FTBFS.
  * Add a documentation package.


Override entries for your package:
libmaven-reporting-impl-java_2.0.5-1_all.deb - optional java
maven-reporting-impl_2.0.5-1.dsc - source java

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of maven-reporting-impl_2.0.5-1_amd64.changes

2011-08-23 Thread Debian FTP Masters
maven-reporting-impl_2.0.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  maven-reporting-impl_2.0.5-1.dsc
  maven-reporting-impl_2.0.5.orig.tar.gz
  maven-reporting-impl_2.0.5-1.debian.tar.gz
  libmaven-reporting-impl-java_2.0.5-1_all.deb
  libmaven-reporting-impl-java-doc_2.0.5-1_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[SCM] netbeans packaging branch, master, updated. upstream/7.0.1+dfsg1-13-gbe0f170

2011-08-23 Thread Andrew Ross
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 "netbeans packaging".

The branch, master has been updated
   via  be0f1707ccb6f0a9fb100d6f0677a70422142ef1 (commit)
  from  157c549a23b856864248b8e7c9025d02597d9def (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 be0f1707ccb6f0a9fb100d6f0677a70422142ef1
Author: Andrew Ross 
Date:   Tue Aug 23 23:01:22 2011 +0100

Update packaging.

---

Summary of changes:
 debian/control |4 +-
 debian/patches/netbeans~debugger.jpda.ui.patch |   27 
 debian/patches/series  |5 ++-
 3 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 4d39fa3..701034d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 7.0.50~), javahelper, ant (>= 
1.7.0),
  libsvnkit-java, libswingx-java (>=0.9.5), libtrilead-ssh2-java,
  libsimple-validation-java, libxerces2-java,
  libbetter-appframework-java,  libbeansbinding-java, libcglib-java,
- libnb-javaparser-java (>= 7.0~)
+ libnb-javaparser-java (>= 7.0.1~)
 Standards-Version: 3.9.2
 Homepage: http://netbeans.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-java/netbeans.git
@@ -134,7 +134,7 @@ Architecture: all
 Depends: ${java:Depends}, ${misc:Depends},
  libnb-platform13-java (>= 7.0), libnb-ide13-java (= ${binary:Version}),
  libbetter-appframework-java,  libbeansbinding-java, libcglib-java,
- libnb-javaparser-java (>= 7.0~), ant (>= 1.7.0), ant-optional (>= 1.7.0)
+ libnb-javaparser-java (>= 7.0.1~), ant (>= 1.7.0), ant-optional (>= 1.7.0)
 Description: Common Java Related Libraries for NetBeans
  The NetBeans Platform is a set of modules, each providing their own 
  APIs and working together or in a standalone mode. This package contains 
diff --git a/debian/patches/netbeans~debugger.jpda.ui.patch 
b/debian/patches/netbeans~debugger.jpda.ui.patch
new file mode 100644
index 000..a1037ff
--- /dev/null
+++ b/debian/patches/netbeans~debugger.jpda.ui.patch
@@ -0,0 +1,27 @@
+Use the latest api for com.sun.source.util.Trees. Reported upstream at:
+http://netbeans.org/bugzilla/show_bug.cgi?id=201267
+
+Index: 
netbeans/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/WatchPanel.java
+===
+--- 
netbeans.orig/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/WatchPanel.java
   2011-08-23 21:25:07.276130076 +0100
 
netbeans/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/WatchPanel.java
2011-08-23 21:25:42.546130576 +0100
+@@ -43,6 +43,7 @@
+  */
+ package org.netbeans.modules.debugger.jpda.ui;
+ 
++import com.sun.source.tree.CatchTree;
+ import com.sun.source.tree.ClassTree;
+ import com.sun.source.tree.CompilationUnitTree;
+ import com.sun.source.tree.IdentifierTree;
+@@ -716,6 +717,11 @@
+ return trees.getDocComment(path);
+ }
+ 
++@Override
++public TypeMirror getLub(CatchTree tree) {
++return trees.getLub(tree);
++}
++
+ }
+ 
+ public static final class DelegatingBorder implements Border {
diff --git a/debian/patches/series b/debian/patches/series
index 4f9ce90..80907e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,5 +15,6 @@ netbeans~updatecenters.patch
 netbeans~build.patch
 netbeans~cluster-properties.patch
 netbeans~small-ide.patch
-netbeans~old-java.source-module.patch
-netbeans~old-java-modules.patch
+#netbeans~old-java.source-module.patch
+#netbeans~old-java-modules.patch
+netbeans~debugger.jpda.ui.patch


hooks/post-receive
-- 
netbeans packaging

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


[pkg-java] r14439 - in tags/maven-reporting-impl: . 2.0.5-1/debian 2.0.5-1/debian/patches

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:59:49 + (Tue, 23 Aug 2011)
New Revision: 14439

Added:
   tags/maven-reporting-impl/2.0.5-1/
   tags/maven-reporting-impl/2.0.5-1/debian/README.source
   tags/maven-reporting-impl/2.0.5-1/debian/TODO
   tags/maven-reporting-impl/2.0.5-1/debian/changelog
   tags/maven-reporting-impl/2.0.5-1/debian/control
   tags/maven-reporting-impl/2.0.5-1/debian/copyright
   
tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java-doc.doc-base.api
   
tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java-doc.install
   tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java.poms
   tags/maven-reporting-impl/2.0.5-1/debian/maven.cleanIgnoreRules
   tags/maven-reporting-impl/2.0.5-1/debian/maven.ignoreRules
   tags/maven-reporting-impl/2.0.5-1/debian/maven.properties
   tags/maven-reporting-impl/2.0.5-1/debian/maven.publishedRules
   tags/maven-reporting-impl/2.0.5-1/debian/maven.rules
   tags/maven-reporting-impl/2.0.5-1/debian/orig-tar.sh
   tags/maven-reporting-impl/2.0.5-1/debian/patches/0001-support-doxia-1.1.patch
   tags/maven-reporting-impl/2.0.5-1/debian/patches/series
   tags/maven-reporting-impl/2.0.5-1/debian/rules
   tags/maven-reporting-impl/2.0.5-1/debian/source/
   tags/maven-reporting-impl/2.0.5-1/debian/watch
Removed:
   tags/maven-reporting-impl/2.0.5-1/debian/README.source
   tags/maven-reporting-impl/2.0.5-1/debian/build.properties
   tags/maven-reporting-impl/2.0.5-1/debian/changelog
   tags/maven-reporting-impl/2.0.5-1/debian/control
   tags/maven-reporting-impl/2.0.5-1/debian/copyright
   tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java.poms
   tags/maven-reporting-impl/2.0.5-1/debian/maven.rules
   tags/maven-reporting-impl/2.0.5-1/debian/orig-tar.sh
   tags/maven-reporting-impl/2.0.5-1/debian/patches/doxia1_1.patch
   tags/maven-reporting-impl/2.0.5-1/debian/patches/series
   tags/maven-reporting-impl/2.0.5-1/debian/rules
   tags/maven-reporting-impl/2.0.5-1/debian/watch
Log:
[svn-buildpackage] Tagging maven-reporting-impl 2.0.5-1

Deleted: tags/maven-reporting-impl/2.0.5-1/debian/README.source
===
--- trunk/maven-reporting-impl/debian/README.source 2011-08-23 21:21:33 UTC 
(rev 14433)
+++ tags/maven-reporting-impl/2.0.5-1/debian/README.source  2011-08-23 
21:59:49 UTC (rev 14439)
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.

Copied: tags/maven-reporting-impl/2.0.5-1/debian/README.source (from rev 14435, 
trunk/maven-reporting-impl/debian/README.source)
===
--- tags/maven-reporting-impl/2.0.5-1/debian/README.source  
(rev 0)
+++ tags/maven-reporting-impl/2.0.5-1/debian/README.source  2011-08-23 
21:59:49 UTC (rev 14439)
@@ -0,0 +1,9 @@
+Information about maven-reporting-impl
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Copied: tags/maven-reporting-impl/2.0.5-1/debian/TODO (from rev 14435, 
trunk/maven-reporting-impl/debian/TODO)
===
--- tags/maven-reporting-impl/2.0.5-1/debian/TODO   
(rev 0)
+++ tags/maven-reporting-impl/2.0.5-1/debian/TODO   2011-08-23 21:59:49 UTC 
(rev 14439)
@@ -0,0 +1 @@
+- fix tests

Deleted: tags/maven-reporting-impl/2.0.5-1/debian/build.properties
===
--- trunk/maven-reporting-impl/debian/build.properties  2011-08-23 21:21:33 UTC 
(rev 14433)
+++ tags/maven-reporting-impl/2.0.5-1/debian/build.properties   2011-08-23 
21:59:49 UTC (rev 14439)
@@ -1,3 +0,0 @@
-javadoc.dir=target/api
-build.directory=target
-maven.test.skip=true

Deleted: tags/maven-reporting-impl/2.0.5-1/debian/changelog
===
--- trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:21:33 UTC (rev 
14433)
+++ tags/maven-reporting-impl/2.0.5-1/debian/changelog  2011-08-23 21:59:49 UTC 
(rev 14439)
@@ -1,40 +0,0 @@
-maven-reporting-impl (2.0.4.2-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build-Depends on debhelper >= 7.
-  * Added debian/README.source.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch   Sat, 26 Sep 2009 22:26:24 +0200
-
-maven-reporting-impl (2.0.4.1-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner   Fri, 14 Aug 2009 15:14:02 +0200
-
-maven-reporting-impl (2.0.4.1-3) experimental;

[pkg-java] r14438 - tags/maven-reporting-impl

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:59:36 + (Tue, 23 Aug 2011)
New Revision: 14438

Removed:
   tags/maven-reporting-impl/2.0.5-1/
Log:
[svn-buildpackage] Removing old tag maven-reporting-impl-2.0.5-1


___
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] r14437 - trunk/maven-reporting-impl/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:56:13 + (Tue, 23 Aug 2011)
New Revision: 14437

Modified:
   trunk/maven-reporting-impl/debian/changelog
Log:
Add a documentation package.

Modified: trunk/maven-reporting-impl/debian/changelog
===
--- trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:55:07 UTC (rev 
14436)
+++ trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:56:13 UTC (rev 
14437)
@@ -5,8 +5,9 @@
   * Switch to source format 3.0.
   * Refresh patch.
   * Use Maven to build the package but do not build tests because they FTBFS.
+  * Add a documentation package.
 
- -- Torsten Werner   Tue, 23 Aug 2011 23:43:26 +0200
+ -- Torsten Werner   Tue, 23 Aug 2011 23:56:00 +0200
 
 maven-reporting-impl (2.0.4.2-1) unstable; urgency=low
 


___
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] r14436 - in tags/maven-reporting-impl: . 2.0.5-1/debian 2.0.5-1/debian/patches

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:55:07 + (Tue, 23 Aug 2011)
New Revision: 14436

Added:
   tags/maven-reporting-impl/2.0.5-1/
   tags/maven-reporting-impl/2.0.5-1/debian/README.source
   tags/maven-reporting-impl/2.0.5-1/debian/TODO
   tags/maven-reporting-impl/2.0.5-1/debian/changelog
   tags/maven-reporting-impl/2.0.5-1/debian/control
   tags/maven-reporting-impl/2.0.5-1/debian/copyright
   
tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java-doc.doc-base.api
   
tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java-doc.install
   tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java.poms
   tags/maven-reporting-impl/2.0.5-1/debian/maven.cleanIgnoreRules
   tags/maven-reporting-impl/2.0.5-1/debian/maven.ignoreRules
   tags/maven-reporting-impl/2.0.5-1/debian/maven.properties
   tags/maven-reporting-impl/2.0.5-1/debian/maven.publishedRules
   tags/maven-reporting-impl/2.0.5-1/debian/maven.rules
   tags/maven-reporting-impl/2.0.5-1/debian/orig-tar.sh
   tags/maven-reporting-impl/2.0.5-1/debian/patches/0001-support-doxia-1.1.patch
   tags/maven-reporting-impl/2.0.5-1/debian/patches/series
   tags/maven-reporting-impl/2.0.5-1/debian/rules
   tags/maven-reporting-impl/2.0.5-1/debian/source/
   tags/maven-reporting-impl/2.0.5-1/debian/watch
Removed:
   tags/maven-reporting-impl/2.0.5-1/debian/README.source
   tags/maven-reporting-impl/2.0.5-1/debian/build.properties
   tags/maven-reporting-impl/2.0.5-1/debian/changelog
   tags/maven-reporting-impl/2.0.5-1/debian/control
   tags/maven-reporting-impl/2.0.5-1/debian/copyright
   tags/maven-reporting-impl/2.0.5-1/debian/libmaven-reporting-impl-java.poms
   tags/maven-reporting-impl/2.0.5-1/debian/maven.rules
   tags/maven-reporting-impl/2.0.5-1/debian/orig-tar.sh
   tags/maven-reporting-impl/2.0.5-1/debian/patches/doxia1_1.patch
   tags/maven-reporting-impl/2.0.5-1/debian/patches/series
   tags/maven-reporting-impl/2.0.5-1/debian/rules
   tags/maven-reporting-impl/2.0.5-1/debian/watch
Log:
[svn-buildpackage] Tagging maven-reporting-impl 2.0.5-1

Deleted: tags/maven-reporting-impl/2.0.5-1/debian/README.source
===
--- trunk/maven-reporting-impl/debian/README.source 2011-08-23 21:21:33 UTC 
(rev 14433)
+++ tags/maven-reporting-impl/2.0.5-1/debian/README.source  2011-08-23 
21:55:07 UTC (rev 14436)
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.

Copied: tags/maven-reporting-impl/2.0.5-1/debian/README.source (from rev 14435, 
trunk/maven-reporting-impl/debian/README.source)
===
--- tags/maven-reporting-impl/2.0.5-1/debian/README.source  
(rev 0)
+++ tags/maven-reporting-impl/2.0.5-1/debian/README.source  2011-08-23 
21:55:07 UTC (rev 14436)
@@ -0,0 +1,9 @@
+Information about maven-reporting-impl
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Copied: tags/maven-reporting-impl/2.0.5-1/debian/TODO (from rev 14435, 
trunk/maven-reporting-impl/debian/TODO)
===
--- tags/maven-reporting-impl/2.0.5-1/debian/TODO   
(rev 0)
+++ tags/maven-reporting-impl/2.0.5-1/debian/TODO   2011-08-23 21:55:07 UTC 
(rev 14436)
@@ -0,0 +1 @@
+- fix tests

Deleted: tags/maven-reporting-impl/2.0.5-1/debian/build.properties
===
--- trunk/maven-reporting-impl/debian/build.properties  2011-08-23 21:21:33 UTC 
(rev 14433)
+++ tags/maven-reporting-impl/2.0.5-1/debian/build.properties   2011-08-23 
21:55:07 UTC (rev 14436)
@@ -1,3 +0,0 @@
-javadoc.dir=target/api
-build.directory=target
-maven.test.skip=true

Deleted: tags/maven-reporting-impl/2.0.5-1/debian/changelog
===
--- trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:21:33 UTC (rev 
14433)
+++ tags/maven-reporting-impl/2.0.5-1/debian/changelog  2011-08-23 21:55:07 UTC 
(rev 14436)
@@ -1,40 +0,0 @@
-maven-reporting-impl (2.0.4.2-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build-Depends on debhelper >= 7.
-  * Added debian/README.source.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch   Sat, 26 Sep 2009 22:26:24 +0200
-
-maven-reporting-impl (2.0.4.1-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner   Fri, 14 Aug 2009 15:14:02 +0200
-
-maven-reporting-impl (2.0.4.1-3) experimental;

[pkg-java] r14435 - trunk/maven-reporting-impl/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:51:21 + (Tue, 23 Aug 2011)
New Revision: 14435

Added:
   trunk/maven-reporting-impl/debian/TODO
   
trunk/maven-reporting-impl/debian/libmaven-reporting-impl-java-doc.doc-base.api
   trunk/maven-reporting-impl/debian/libmaven-reporting-impl-java-doc.install
   trunk/maven-reporting-impl/debian/maven.cleanIgnoreRules
   trunk/maven-reporting-impl/debian/maven.ignoreRules
   trunk/maven-reporting-impl/debian/maven.properties
   trunk/maven-reporting-impl/debian/maven.publishedRules
Removed:
   trunk/maven-reporting-impl/debian/build.properties
Modified:
   trunk/maven-reporting-impl/debian/README.source
   trunk/maven-reporting-impl/debian/changelog
   trunk/maven-reporting-impl/debian/control
   trunk/maven-reporting-impl/debian/copyright
   trunk/maven-reporting-impl/debian/libmaven-reporting-impl-java.poms
   trunk/maven-reporting-impl/debian/maven.rules
   trunk/maven-reporting-impl/debian/orig-tar.sh
   trunk/maven-reporting-impl/debian/rules
   trunk/maven-reporting-impl/debian/watch
Log:
Use Maven to build the package but do not build tests because they FTBFS.

Modified: trunk/maven-reporting-impl/debian/README.source
===
--- trunk/maven-reporting-impl/debian/README.source 2011-08-23 21:35:52 UTC 
(rev 14434)
+++ trunk/maven-reporting-impl/debian/README.source 2011-08-23 21:51:21 UTC 
(rev 14435)
@@ -1,5 +1,9 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
+Information about maven-reporting-impl
+--
 
-See /usr/share/doc/quilt/README.source for a detailed explanation.
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/maven-reporting-impl/debian/TODO
===
--- trunk/maven-reporting-impl/debian/TODO  (rev 0)
+++ trunk/maven-reporting-impl/debian/TODO  2011-08-23 21:51:21 UTC (rev 
14435)
@@ -0,0 +1 @@
+- fix tests

Deleted: trunk/maven-reporting-impl/debian/build.properties
===
--- trunk/maven-reporting-impl/debian/build.properties  2011-08-23 21:35:52 UTC 
(rev 14434)
+++ trunk/maven-reporting-impl/debian/build.properties  2011-08-23 21:51:21 UTC 
(rev 14435)
@@ -1,3 +0,0 @@
-javadoc.dir=target/api
-build.directory=target
-maven.test.skip=true

Modified: trunk/maven-reporting-impl/debian/changelog
===
--- trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:35:52 UTC (rev 
14434)
+++ trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:51:21 UTC (rev 
14435)
@@ -4,8 +4,9 @@
   * Update Standards-Version: 3.9.1.
   * Switch to source format 3.0.
   * Refresh patch.
+  * Use Maven to build the package but do not build tests because they FTBFS.
 
- -- Torsten Werner   Tue, 23 Aug 2011 23:34:59 +0200
+ -- Torsten Werner   Tue, 23 Aug 2011 23:43:26 +0200
 
 maven-reporting-impl (2.0.4.2-1) unstable; urgency=low
 

Modified: trunk/maven-reporting-impl/debian/control
===
--- trunk/maven-reporting-impl/debian/control   2011-08-23 21:35:52 UTC (rev 
14434)
+++ trunk/maven-reporting-impl/debian/control   2011-08-23 21:51:21 UTC (rev 
14435)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Torsten Werner , Michael Koch 
-Build-Depends: debhelper (>= 7), cdbs, default-jdk
-Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, 
ant-optional, 
- libmaven2-core-java, libdoxia-java, libcommons-validator-java, 
- libplexus-utils-java, libdoxia-sitetools-java
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 
1.4)
+Build-Depends-Indep: libcommons-validator-java, libdoxia-java, 
libdoxia-sitetools-java, libmaven-doxia-tools-java,  
+ libmaven2-core-java, libplexus-utils-java, default-jdk-doc, 
libdoxia-java-doc,  
+ libmaven2-core-java-doc, libplexus-utils-java-doc, 
libmaven-javadoc-plugin-java 
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-reporting-impl
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-reporting-impl
@@ -14,8 +14,9 @@
 
 Package: libmaven-reporting-impl-java
 Architecture: all
-Depends: libmaven2-core-java, libdoxia-java, libcommons-validator-java,
- libplexus-utils-java, libdoxia-sitetools-java, ${misc:Depends}
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libmaven-reporting-impl-java-doc
 Description: Maven Reporting API Implementation
  Maven is a software project m

[pkg-java] r14434 - in trunk/maven-reporting-impl/debian: . patches source

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:35:52 + (Tue, 23 Aug 2011)
New Revision: 14434

Added:
   trunk/maven-reporting-impl/debian/patches/0001-support-doxia-1.1.patch
   trunk/maven-reporting-impl/debian/source/
   trunk/maven-reporting-impl/debian/source/format
Removed:
   trunk/maven-reporting-impl/debian/patches/doxia1_1.patch
Modified:
   trunk/maven-reporting-impl/debian/changelog
   trunk/maven-reporting-impl/debian/control
   trunk/maven-reporting-impl/debian/patches/series
   trunk/maven-reporting-impl/debian/rules
Log:
* New upstream release.
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.
* Refresh patch.

Modified: trunk/maven-reporting-impl/debian/changelog
===
--- trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:21:33 UTC (rev 
14433)
+++ trunk/maven-reporting-impl/debian/changelog 2011-08-23 21:35:52 UTC (rev 
14434)
@@ -1,3 +1,12 @@
+maven-reporting-impl (2.0.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
+  * Refresh patch.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 23:34:59 +0200
+
 maven-reporting-impl (2.0.4.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/maven-reporting-impl/debian/control
===
--- trunk/maven-reporting-impl/debian/control   2011-08-23 21:21:33 UTC (rev 
14433)
+++ trunk/maven-reporting-impl/debian/control   2011-08-23 21:35:52 UTC (rev 
14434)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Torsten Werner , Michael Koch 
-Build-Depends: debhelper (>= 7), cdbs, quilt, default-jdk
+Build-Depends: debhelper (>= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, 
ant-optional, 
  libmaven2-core-java, libdoxia-java, libcommons-validator-java, 
  libplexus-utils-java, libdoxia-sitetools-java
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-reporting-impl
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-reporting-impl
 Homepage: http://maven.apache.org/shared/maven-reporting-impl/

Added: trunk/maven-reporting-impl/debian/patches/0001-support-doxia-1.1.patch
===
--- trunk/maven-reporting-impl/debian/patches/0001-support-doxia-1.1.patch  
(rev 0)
+++ trunk/maven-reporting-impl/debian/patches/0001-support-doxia-1.1.patch  
2011-08-23 21:35:52 UTC (rev 14434)
@@ -0,0 +1,22 @@
+From: Debian Java Maintainers 
+Date: Tue, 23 Aug 2011 23:30:58 +0200
+Subject: [PATCH] support doxia 1.1
+
+---
+ .../apache/maven/reporting/sink/SinkFactory.java   |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/main/java/org/apache/maven/reporting/sink/SinkFactory.java 
b/src/main/java/org/apache/maven/reporting/sink/SinkFactory.java
+index 2a51f13..dd716c5 100644
+--- a/src/main/java/org/apache/maven/reporting/sink/SinkFactory.java
 b/src/main/java/org/apache/maven/reporting/sink/SinkFactory.java
+@@ -19,7 +19,7 @@ package org.apache.maven.reporting.sink;
+  * under the License.
+  */
+ 
+-import org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext;
++import org.apache.maven.doxia.sink.render.RenderingContext;
+ import org.apache.maven.doxia.sink.Sink;
+ import org.apache.maven.doxia.siterenderer.Renderer;
+ import org.apache.maven.doxia.siterenderer.RendererException;
+-- 

Deleted: trunk/maven-reporting-impl/debian/patches/doxia1_1.patch
===
--- trunk/maven-reporting-impl/debian/patches/doxia1_1.patch2011-08-23 
21:21:33 UTC (rev 14433)
+++ trunk/maven-reporting-impl/debian/patches/doxia1_1.patch2011-08-23 
21:35:52 UTC (rev 14434)
@@ -1,11 +0,0 @@
 a/src/main/java/org/apache/maven/reporting/sink/SinkFactory.java
-+++ b/src/main/java/org/apache/maven/reporting/sink/SinkFactory.java
-@@ -16,7 +16,7 @@
-  * limitations under the License.
-  */
- 
--import org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext;
-+import org.apache.maven.doxia.sink.render.RenderingContext;
- import org.apache.maven.doxia.sink.Sink;
- import org.apache.maven.doxia.siterenderer.Renderer;
- import org.apache.maven.doxia.siterenderer.RendererException;

Modified: trunk/maven-reporting-impl/debian/patches/series
===
--- trunk/maven-reporting-impl/debian/patches/series2011-08-23 21:21:33 UTC 
(rev 14433)
+++ trunk/maven-reporting-impl/debian/patches/series2011-08-23 21:35:52 UTC 
(rev 14434)
@@ -1 +1 @@
-doxia1_1.patch
+0001-support-doxia-1.1.patch

Modified: trunk/maven-reporting-impl/debian/rules
===
--- trunk/maven-reporting-impl/debian/rules   

maven-plugin-testing_1.2-3_amd64.changes is NEW

2011-08-23 Thread Debian FTP Masters
(new) libmaven-plugin-testing-java-doc_1.2-3_all.deb optional doc
Documentation for Maven Plugin Testing
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This package contains the API documentation of libmaven-plugin-testing-java.
libmaven-plugin-testing-java_1.2-3_all.deb
  to main/m/maven-plugin-testing/libmaven-plugin-testing-java_1.2-3_all.deb
maven-plugin-testing_1.2-3.debian.tar.gz
  to main/m/maven-plugin-testing/maven-plugin-testing_1.2-3.debian.tar.gz
maven-plugin-testing_1.2-3.dsc
  to main/m/maven-plugin-testing/maven-plugin-testing_1.2-3.dsc
Changes: maven-plugin-testing (1.2-3) unstable; urgency=low
 .
  * Team upload.
  * Switch to source format 3.0.
  * Switch to debhelper level 7.
  * Update Standards-Version: 3.9.1.
  * Use Maven for building the package but ignore test failures.
  * Add a documentation package.


Override entries for your package:
libmaven-plugin-testing-java_1.2-3_all.deb - optional java
maven-plugin-testing_1.2-3.dsc - source java

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of maven-plugin-testing_1.2-3_amd64.changes

2011-08-23 Thread Debian FTP Masters
maven-plugin-testing_1.2-3_amd64.changes uploaded successfully to localhost
along with the files:
  maven-plugin-testing_1.2-3.dsc
  maven-plugin-testing_1.2-3.debian.tar.gz
  libmaven-plugin-testing-java_1.2-3_all.deb
  libmaven-plugin-testing-java-doc_1.2-3_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14433 - in tags/maven-plugin-testing: . 1.2-3/debian 1.2-3/debian/patches

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:21:33 + (Tue, 23 Aug 2011)
New Revision: 14433

Added:
   tags/maven-plugin-testing/1.2-3/
   tags/maven-plugin-testing/1.2-3/debian/README.source
   tags/maven-plugin-testing/1.2-3/debian/TODO
   tags/maven-plugin-testing/1.2-3/debian/changelog
   tags/maven-plugin-testing/1.2-3/debian/compat
   tags/maven-plugin-testing/1.2-3/debian/control
   tags/maven-plugin-testing/1.2-3/debian/copyright
   
tags/maven-plugin-testing/1.2-3/debian/libmaven-plugin-testing-java-doc.doc-base.api
   
tags/maven-plugin-testing/1.2-3/debian/libmaven-plugin-testing-java-doc.install
   tags/maven-plugin-testing/1.2-3/debian/libmaven-plugin-testing-java.poms
   tags/maven-plugin-testing/1.2-3/debian/maven.cleanIgnoreRules
   tags/maven-plugin-testing/1.2-3/debian/maven.ignoreRules
   tags/maven-plugin-testing/1.2-3/debian/maven.properties
   tags/maven-plugin-testing/1.2-3/debian/maven.publishedRules
   tags/maven-plugin-testing/1.2-3/debian/maven.rules
   tags/maven-plugin-testing/1.2-3/debian/orig-tar.sh
   tags/maven-plugin-testing/1.2-3/debian/patches/0001-fix-for-maven-2.1.0.patch
   
tags/maven-plugin-testing/1.2-3/debian/patches/0002-fix-dependency-on-maven-test-tools.patch
   tags/maven-plugin-testing/1.2-3/debian/patches/series
   tags/maven-plugin-testing/1.2-3/debian/rules
   tags/maven-plugin-testing/1.2-3/debian/source/
   tags/maven-plugin-testing/1.2-3/debian/watch
Removed:
   tags/maven-plugin-testing/1.2-3/debian/build.properties
   tags/maven-plugin-testing/1.2-3/debian/build.xml
   tags/maven-plugin-testing/1.2-3/debian/changelog
   tags/maven-plugin-testing/1.2-3/debian/compat
   tags/maven-plugin-testing/1.2-3/debian/control
   tags/maven-plugin-testing/1.2-3/debian/copyright
   tags/maven-plugin-testing/1.2-3/debian/libmaven-plugin-testing-java.poms
   tags/maven-plugin-testing/1.2-3/debian/maven-settings.xml
   tags/maven-plugin-testing/1.2-3/debian/maven.publishedRules
   tags/maven-plugin-testing/1.2-3/debian/maven.rules
   tags/maven-plugin-testing/1.2-3/debian/orig-tar.sh
   tags/maven-plugin-testing/1.2-3/debian/patches/maven2.1.0.patch
   tags/maven-plugin-testing/1.2-3/debian/patches/series
   tags/maven-plugin-testing/1.2-3/debian/rules
   tags/maven-plugin-testing/1.2-3/debian/watch
Log:
[svn-buildpackage] Tagging maven-plugin-testing 1.2-3

Copied: tags/maven-plugin-testing/1.2-3/debian/README.source (from rev 14432, 
trunk/maven-plugin-testing/debian/README.source)
===
--- tags/maven-plugin-testing/1.2-3/debian/README.source
(rev 0)
+++ tags/maven-plugin-testing/1.2-3/debian/README.source2011-08-23 
21:21:33 UTC (rev 14433)
@@ -0,0 +1,9 @@
+Information about maven-plugin-testing
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Copied: tags/maven-plugin-testing/1.2-3/debian/TODO (from rev 14432, 
trunk/maven-plugin-testing/debian/TODO)
===
--- tags/maven-plugin-testing/1.2-3/debian/TODO (rev 0)
+++ tags/maven-plugin-testing/1.2-3/debian/TODO 2011-08-23 21:21:33 UTC (rev 
14433)
@@ -0,0 +1 @@
+- fix test failure(s)

Deleted: tags/maven-plugin-testing/1.2-3/debian/build.properties
===
--- trunk/maven-plugin-testing/debian/build.properties  2011-08-23 20:16:44 UTC 
(rev 14428)
+++ tags/maven-plugin-testing/1.2-3/debian/build.properties 2011-08-23 
21:21:33 UTC (rev 14433)
@@ -1,26 +0,0 @@
-javadoc.dir=target/api
-build.directory=target
-maven.test.skip=true
-classpath.compile = \
-/usr/share/java/junit.jar:\
-/usr/share/java/easymock.jar:\
-/usr/share/java/maven-artifact.jar:\
-/usr/share/java/maven-artifact-manager.jar:\
-/usr/share/java/maven-core.jar:\
-/usr/share/java/maven-model.jar:\
-/usr/share/java/maven-project.jar:\
-/usr/share/java/maven-plugin-api.jar:\
-/usr/share/java/maven-plugin-descriptor.jar:\
-/usr/share/java/maven-plugin-registry.jar:\
-/usr/share/java/maven-settings.jar:\
-/usr/share/java/maven-invoker.jar:\
-/usr/share/java/maven-toolchain.jar:\
-/usr/share/java/wagon-provider-api.jar:\
-/usr/share/java/plexus-archiver.jar:\
-/usr/share/java/plexus-classworlds.jar:\
-/usr/share/java/plexus-utils.jar:\
-/usr/share/java/plexus-container-default-alpha.jar:\
-
${basedir}/maven-plugin-testing-harness/target/maven-plugin-testing-harness-${version}.jar:\
-
${basedir}/maven-plugin-testing-tools/target/maven-plugin-testing-tools-${ver

[pkg-java] r14432 - in trunk/maven-plugin-testing/debian: . patches

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 21:16:13 + (Tue, 23 Aug 2011)
New Revision: 14432

Added:
   trunk/maven-plugin-testing/debian/README.source
   trunk/maven-plugin-testing/debian/TODO
   
trunk/maven-plugin-testing/debian/libmaven-plugin-testing-java-doc.doc-base.api
   trunk/maven-plugin-testing/debian/libmaven-plugin-testing-java-doc.install
   trunk/maven-plugin-testing/debian/maven.cleanIgnoreRules
   trunk/maven-plugin-testing/debian/maven.ignoreRules
   trunk/maven-plugin-testing/debian/maven.properties
   trunk/maven-plugin-testing/debian/patches/0001-fix-for-maven-2.1.0.patch
   
trunk/maven-plugin-testing/debian/patches/0002-fix-dependency-on-maven-test-tools.patch
Removed:
   trunk/maven-plugin-testing/debian/build.properties
   trunk/maven-plugin-testing/debian/build.xml
   trunk/maven-plugin-testing/debian/maven-settings.xml
   trunk/maven-plugin-testing/debian/patches/maven2.1.0.patch
Modified:
   trunk/maven-plugin-testing/debian/changelog
   trunk/maven-plugin-testing/debian/control
   trunk/maven-plugin-testing/debian/copyright
   trunk/maven-plugin-testing/debian/libmaven-plugin-testing-java.poms
   trunk/maven-plugin-testing/debian/maven.publishedRules
   trunk/maven-plugin-testing/debian/maven.rules
   trunk/maven-plugin-testing/debian/orig-tar.sh
   trunk/maven-plugin-testing/debian/patches/series
   trunk/maven-plugin-testing/debian/rules
   trunk/maven-plugin-testing/debian/watch
Log:
* Use Maven for building the package but ignore test failures.
* Add a documentation package.

Added: trunk/maven-plugin-testing/debian/README.source
===
--- trunk/maven-plugin-testing/debian/README.source 
(rev 0)
+++ trunk/maven-plugin-testing/debian/README.source 2011-08-23 21:16:13 UTC 
(rev 14432)
@@ -0,0 +1,9 @@
+Information about maven-plugin-testing
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/maven-plugin-testing/debian/TODO
===
--- trunk/maven-plugin-testing/debian/TODO  (rev 0)
+++ trunk/maven-plugin-testing/debian/TODO  2011-08-23 21:16:13 UTC (rev 
14432)
@@ -0,0 +1 @@
+- fix test failure(s)

Deleted: trunk/maven-plugin-testing/debian/build.properties
===
--- trunk/maven-plugin-testing/debian/build.properties  2011-08-23 20:36:37 UTC 
(rev 14431)
+++ trunk/maven-plugin-testing/debian/build.properties  2011-08-23 21:16:13 UTC 
(rev 14432)
@@ -1,26 +0,0 @@
-javadoc.dir=target/api
-build.directory=target
-maven.test.skip=true
-classpath.compile = \
-/usr/share/java/junit.jar:\
-/usr/share/java/easymock.jar:\
-/usr/share/java/maven-artifact.jar:\
-/usr/share/java/maven-artifact-manager.jar:\
-/usr/share/java/maven-core.jar:\
-/usr/share/java/maven-model.jar:\
-/usr/share/java/maven-project.jar:\
-/usr/share/java/maven-plugin-api.jar:\
-/usr/share/java/maven-plugin-descriptor.jar:\
-/usr/share/java/maven-plugin-registry.jar:\
-/usr/share/java/maven-settings.jar:\
-/usr/share/java/maven-invoker.jar:\
-/usr/share/java/maven-toolchain.jar:\
-/usr/share/java/wagon-provider-api.jar:\
-/usr/share/java/plexus-archiver.jar:\
-/usr/share/java/plexus-classworlds.jar:\
-/usr/share/java/plexus-utils.jar:\
-/usr/share/java/plexus-container-default-alpha.jar:\
-
${basedir}/maven-plugin-testing-harness/target/maven-plugin-testing-harness-${version}.jar:\
-
${basedir}/maven-plugin-testing-tools/target/maven-plugin-testing-tools-${version}.jar:\
-${basedir}/maven-test-tools/target/maven-test-tools-${version}.jar
-

Deleted: trunk/maven-plugin-testing/debian/build.xml
===
--- trunk/maven-plugin-testing/debian/build.xml 2011-08-23 20:36:37 UTC (rev 
14431)
+++ trunk/maven-plugin-testing/debian/build.xml 2011-08-23 21:16:13 UTC (rev 
14432)
@@ -1,89 +0,0 @@
-
-
-
-
-
-
-
-
-
-   
-   
- 
-
-
-   
-   
-
-
-
-   
-   
-   
-  
-  
-  
-  
-   
-   
-
-
-
-   
-   
-   
-  
-  
-  
-  
-  
-   
-   
-
-
-
-   
-   
-   
-  
-  
-   
-   
-
-
-
-
-
-  

plexus-container-default_1.0-alpha-9-stable-1-6_amd64.changes ACCEPTED into unstable

2011-08-23 Thread Debian FTP Masters


Warnings:
ignoring plexus-container-default_1.0-alpha-9-stable-1.orig.tar.gz, since it's 
already in the archive.


Accepted:
libplexus-container-default-java-doc_1.0-alpha-9-stable-1-6_all.deb
  to 
main/p/plexus-container-default/libplexus-container-default-java-doc_1.0-alpha-9-stable-1-6_all.deb
libplexus-container-default-java_1.0-alpha-9-stable-1-6_all.deb
  to 
main/p/plexus-container-default/libplexus-container-default-java_1.0-alpha-9-stable-1-6_all.deb
plexus-container-default_1.0-alpha-9-stable-1-6.debian.tar.gz
  to 
main/p/plexus-container-default/plexus-container-default_1.0-alpha-9-stable-1-6.debian.tar.gz
plexus-container-default_1.0-alpha-9-stable-1-6.dsc
  to 
main/p/plexus-container-default/plexus-container-default_1.0-alpha-9-stable-1-6.dsc


Override entries for your package:
libplexus-container-default-java-doc_1.0-alpha-9-stable-1-6_all.deb - optional 
doc
libplexus-container-default-java_1.0-alpha-9-stable-1-6_all.deb - optional java
plexus-container-default_1.0-alpha-9-stable-1-6.dsc - source libs

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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-jar-plugin_2.2-5_amd64.changes is NEW

2011-08-23 Thread Debian FTP Masters
(new) libmaven-jar-plugin-java-doc_2.2-5_all.deb optional doc
Documentation Maven Jar Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This plugin provides the capability to build and sign jars.
 .
 This package contains the API documentation of libmaven-jar-plugin-java.
libmaven-jar-plugin-java_2.2-5_all.deb
  to main/m/maven-jar-plugin/libmaven-jar-plugin-java_2.2-5_all.deb
maven-jar-plugin_2.2-5.debian.tar.gz
  to main/m/maven-jar-plugin/maven-jar-plugin_2.2-5.debian.tar.gz
maven-jar-plugin_2.2-5.dsc
  to main/m/maven-jar-plugin/maven-jar-plugin_2.2-5.dsc
Changes: maven-jar-plugin (2.2-5) unstable; urgency=low
 .
  * Switch to source format 3.0.
  * Switch to debhelper level 7.
  * Update Standards-Version: 3.9.1.
  * Use Maven to build package but disable tests because they FTBFS.
  * Add documentation package.


Override entries for your package:
libmaven-jar-plugin-java_2.2-5_all.deb - optional java
maven-jar-plugin_2.2-5.dsc - source java

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-install-plugin_2.3-3_amd64.changes is NEW

2011-08-23 Thread Debian FTP Masters
(new) libmaven-install-plugin-java-doc_2.3-3_all.deb optional doc
Documentation for Maven Install Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
 .
 This package contains the API documentation of libmaven-install-plugin-java.
libmaven-install-plugin-java_2.3-3_all.deb
  to main/m/maven-install-plugin/libmaven-install-plugin-java_2.3-3_all.deb
maven-install-plugin_2.3-3.debian.tar.gz
  to main/m/maven-install-plugin/maven-install-plugin_2.3-3.debian.tar.gz
maven-install-plugin_2.3-3.dsc
  to main/m/maven-install-plugin/maven-install-plugin_2.3-3.dsc
Changes: maven-install-plugin (2.3-3) unstable; urgency=low
 .
  * Switch to source format 3.0.
  * Switch to debhelper level 7.
  * Update Standards-Version: 3.9.1.
  * Use Maven to build the package but ignore test failures.
  * Add a documentation package.


Override entries for your package:
libmaven-install-plugin-java_2.3-3_all.deb - optional java
maven-install-plugin_2.3-3.dsc - source java

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


easymock_2.4+ds1-6_amd64.changes ACCEPTED into unstable

2011-08-23 Thread Debian FTP Masters



Accepted:
easymock_2.4+ds1-6.debian.tar.gz
  to main/e/easymock/easymock_2.4+ds1-6.debian.tar.gz
easymock_2.4+ds1-6.dsc
  to main/e/easymock/easymock_2.4+ds1-6.dsc
libeasymock-java-doc_2.4+ds1-6_all.deb
  to main/e/easymock/libeasymock-java-doc_2.4+ds1-6_all.deb
libeasymock-java_2.4+ds1-6_all.deb
  to main/e/easymock/libeasymock-java_2.4+ds1-6_all.deb


Override entries for your package:
easymock_2.4+ds1-6.dsc - source libs
libeasymock-java-doc_2.4+ds1-6_all.deb - optional doc
libeasymock-java_2.4+ds1-6_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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of easymock_2.4+ds1-6_amd64.changes

2011-08-23 Thread Debian FTP Masters
easymock_2.4+ds1-6_amd64.changes uploaded successfully to localhost
along with the files:
  easymock_2.4+ds1-6.dsc
  easymock_2.4+ds1-6.debian.tar.gz
  libeasymock-java_2.4+ds1-6_all.deb
  libeasymock-java-doc_2.4+ds1-6_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14431 - in tags/easymock: . 2.4+ds1-6/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:36:37 + (Tue, 23 Aug 2011)
New Revision: 14431

Added:
   tags/easymock/2.4+ds1-6/
   tags/easymock/2.4+ds1-6/debian/changelog
   tags/easymock/2.4+ds1-6/debian/maven.publishedRules
Removed:
   tags/easymock/2.4+ds1-6/debian/changelog
Log:
[svn-buildpackage] Tagging easymock 2.4+ds1-6

Deleted: tags/easymock/2.4+ds1-6/debian/changelog
===
--- trunk/easymock/debian/changelog 2011-08-23 20:23:24 UTC (rev 14429)
+++ tags/easymock/2.4+ds1-6/debian/changelog2011-08-23 20:36:37 UTC (rev 
14431)
@@ -1,65 +0,0 @@
-easymock (2.4+ds1-5) unstable; urgency=low
-
-  * Team upload.
-
-  [ Matthias Schmitz ]
-  * Install the pom.xml (Closes:#593160):
-- Remove unneeded d/libeasymock-java.dirs.
-
-  [ Damien Raude-Morvan ]
-  * Drop Depends on JRE packages since it's a library (as per Debian Java
-Policy).
-  * Update Standards-Version: 3.9.2:
-- Rename d/README.Debian-source to debian/README.source
-
- -- Damien Raude-Morvan   Mon, 25 Apr 2011 13:41:59 +0200
-
-easymock (2.4+ds1-4) unstable; urgency=low
-
-  * Team upload.
-  * Switch to default-jdk and default-jre-headless. Thanks to Thierry Carrez.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.8.4.
-
- -- Torsten Werner   Mon, 03 May 2010 20:12:00 +0200
-
-easymock (2.4+ds1-3) unstable; urgency=low
-
-  * Updated dependency version of junit4 (Closes: #534017).
-  * Bump standards-version to 3.8.1 (no changes needed).
-
- -- Jan-Pascal van Best   Tue, 23 Jun 2009 12:10:43 
+0200
-
-easymock (2.4+ds1-2) unstable; urgency=low
-
-  * Updated debian/watch to work again with upstream version numbering
-  * Added DM-Upload-Allowed: yes to debian/control
-  * Moved build.xml to debian/ to silence Lintian about it
-
- -- Jan-Pascal van Best   Mon, 08 Sep 2008 16:03:48 
+0200
-
-easymock (2.4+ds1-1) unstable; urgency=low
-
-  * New upstream version
-  * Build with OpenJDK (gcj hangs 'sometimes' during builds)
-  * Reformatted debian/copyright to pacify lintian
-  * Update build.xml to build javadocs with source=5
-  * Update standards-version to 3.8.0
-  * Update doc-base section to Programming/Java
-
- -- Jan-Pascal van Best   Mon, 11 Aug 2008 20:21:27 
+0200
-
-easymock (2.3+ds1-2) unstable; urgency=low
-
-  * Updated Vcs-* and Homepage fields in control file
-  * Updated watch file to match upstream version correctly (M. Koch)
-  * Updated dependency to current gcj-java-compat-dev (Closes: #450422)
-  * Updated standards version to 3.7.3
-
- -- Jan-Pascal van Best   Fri, 11 Jan 2008 16:14:31 
+0100
-
-easymock (2.3+ds1-1) unstable; urgency=low
-
-  * Initial release. (Closes: #441839)
-
- -- Jan-Pascal van Best   Thu, 13 Sep 2007 20:21:48 
+0200

Copied: tags/easymock/2.4+ds1-6/debian/changelog (from rev 14430, 
trunk/easymock/debian/changelog)
===
--- tags/easymock/2.4+ds1-6/debian/changelog(rev 0)
+++ tags/easymock/2.4+ds1-6/debian/changelog2011-08-23 20:36:37 UTC (rev 
14431)
@@ -0,0 +1,72 @@
+easymock (2.4+ds1-6) unstable; urgency=low
+
+  * Team upload.
+  * Add a publish rule for the old groupId 'easymock'.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 22:29:09 +0200
+
+easymock (2.4+ds1-5) unstable; urgency=low
+
+  * Team upload.
+
+  [ Matthias Schmitz ]
+  * Install the pom.xml (Closes:#593160):
+- Remove unneeded d/libeasymock-java.dirs.
+
+  [ Damien Raude-Morvan ]
+  * Drop Depends on JRE packages since it's a library (as per Debian Java
+Policy).
+  * Update Standards-Version: 3.9.2:
+- Rename d/README.Debian-source to debian/README.source
+
+ -- Damien Raude-Morvan   Mon, 25 Apr 2011 13:41:59 +0200
+
+easymock (2.4+ds1-4) unstable; urgency=low
+
+  * Team upload.
+  * Switch to default-jdk and default-jre-headless. Thanks to Thierry Carrez.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.8.4.
+
+ -- Torsten Werner   Mon, 03 May 2010 20:12:00 +0200
+
+easymock (2.4+ds1-3) unstable; urgency=low
+
+  * Updated dependency version of junit4 (Closes: #534017).
+  * Bump standards-version to 3.8.1 (no changes needed).
+
+ -- Jan-Pascal van Best   Tue, 23 Jun 2009 12:10:43 
+0200
+
+easymock (2.4+ds1-2) unstable; urgency=low
+
+  * Updated debian/watch to work again with upstream version numbering
+  * Added DM-Upload-Allowed: yes to debian/control
+  * Moved build.xml to debian/ to silence Lintian about it
+
+ -- Jan-Pascal van Best   Mon, 08 Sep 2008 16:03:48 
+0200
+
+easymock (2.4+ds1-1) unstable; urgency=low
+
+  * New upstream version
+  * Build with OpenJDK (gcj hangs 'sometimes' during builds)
+  * Reformatted debian/copyright to pacify lintian
+  * Update build.xml to build javadocs with source=5
+  * Update standards-version to 3.8.0
+  * Update doc-base section to Programming/Java
+
+ -- Jan-Pascal van Best   Mon, 11 Aug 2008 20:21:27 
+0200
+
+easymock (2.3+ds1-2) unstable; urgency=low
+
+  * Up

[pkg-java] r14430 - trunk/easymock/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:34:46 + (Tue, 23 Aug 2011)
New Revision: 14430

Added:
   trunk/easymock/debian/maven.publishedRules
Modified:
   trunk/easymock/debian/changelog
Log:
* Team upload.
* Add a publish rule for the old groupId 'easymock'.

Modified: trunk/easymock/debian/changelog
===
--- trunk/easymock/debian/changelog 2011-08-23 20:23:24 UTC (rev 14429)
+++ trunk/easymock/debian/changelog 2011-08-23 20:34:46 UTC (rev 14430)
@@ -1,3 +1,10 @@
+easymock (2.4+ds1-6) unstable; urgency=low
+
+  * Team upload.
+  * Add a publish rule for the old groupId 'easymock'.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 22:29:09 +0200
+
 easymock (2.4+ds1-5) unstable; urgency=low
 
   * Team upload.

Added: trunk/easymock/debian/maven.publishedRules
===
--- trunk/easymock/debian/maven.publishedRules  (rev 0)
+++ trunk/easymock/debian/maven.publishedRules  2011-08-23 20:34:46 UTC (rev 
14430)
@@ -0,0 +1,20 @@
+# Maven published rules - additional rules to publish, to help
+# the packaging work of Debian maintainers using mh_make
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+#   for the version. In this case, the element is simply matched
+#   and left as it is
+# - * (the star character, alone). In this case, anything will
+#   match and be left as it is. For example, using * on the
+#  position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+#   in this case, elements that match are transformed using
+#   the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+#   junit junit jar s/3\\..*/3.x/
+
+s/easymock/org.easymock/ easymock * s/.*/debian/


___
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] r14429 - in trunk/maven-plugin-testing/debian: . source

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:23:24 + (Tue, 23 Aug 2011)
New Revision: 14429

Added:
   trunk/maven-plugin-testing/debian/source/
   trunk/maven-plugin-testing/debian/source/format
Modified:
   trunk/maven-plugin-testing/debian/changelog
   trunk/maven-plugin-testing/debian/compat
   trunk/maven-plugin-testing/debian/control
   trunk/maven-plugin-testing/debian/rules
Log:
* Team upload.
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.

Modified: trunk/maven-plugin-testing/debian/changelog
===
--- trunk/maven-plugin-testing/debian/changelog 2011-08-23 20:16:44 UTC (rev 
14428)
+++ trunk/maven-plugin-testing/debian/changelog 2011-08-23 20:23:24 UTC (rev 
14429)
@@ -1,3 +1,12 @@
+maven-plugin-testing (1.2-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 22:21:18 +0200
+
 maven-plugin-testing (1.2-2) unstable; urgency=low
 
   * Publish a rule to handle the change of groupId in

Modified: trunk/maven-plugin-testing/debian/compat
===
--- trunk/maven-plugin-testing/debian/compat2011-08-23 20:16:44 UTC (rev 
14428)
+++ trunk/maven-plugin-testing/debian/compat2011-08-23 20:23:24 UTC (rev 
14429)
@@ -1 +1 @@
-6
+7

Modified: trunk/maven-plugin-testing/debian/control
===
--- trunk/maven-plugin-testing/debian/control   2011-08-23 20:16:44 UTC (rev 
14428)
+++ trunk/maven-plugin-testing/debian/control   2011-08-23 20:23:24 UTC (rev 
14429)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Ludovic Claude 
-Build-Depends: ant, debhelper (>= 6), cdbs, default-jdk, quilt
+Build-Depends: ant, debhelper (>= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant-optional,
  junit, libmaven-plugin-tools-java, libplexus-component-metadata-java (>= 
1.0~beta3.0.7),
  libmaven2-core-java, libmaven-invoker-java, libplexus-archiver-java, 
  libplexus-utils-java, libplexus-container-default-java, libeasymock-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-plugin-tools
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-plugin-tools/
 Homepage: http://maven.apache.org

Modified: trunk/maven-plugin-testing/debian/rules
===
--- trunk/maven-plugin-testing/debian/rules 2011-08-23 20:16:44 UTC (rev 
14428)
+++ trunk/maven-plugin-testing/debian/rules 2011-08-23 20:23:24 UTC (rev 
14429)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/maven-plugin-testing/debian/source/format
===
--- trunk/maven-plugin-testing/debian/source/format 
(rev 0)
+++ trunk/maven-plugin-testing/debian/source/format 2011-08-23 20:23:24 UTC 
(rev 14429)
@@ -0,0 +1 @@
+3.0 (quilt)


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


Processing of maven-jar-plugin_2.2-5_amd64.changes

2011-08-23 Thread Debian FTP Masters
maven-jar-plugin_2.2-5_amd64.changes uploaded successfully to localhost
along with the files:
  maven-jar-plugin_2.2-5.dsc
  maven-jar-plugin_2.2-5.debian.tar.gz
  libmaven-jar-plugin-java_2.2-5_all.deb
  libmaven-jar-plugin-java-doc_2.2-5_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14428 - in tags/maven-jar-plugin: . 2.2-5/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:16:44 + (Tue, 23 Aug 2011)
New Revision: 14428

Added:
   tags/maven-jar-plugin/2.2-5/
   tags/maven-jar-plugin/2.2-5/debian/changelog
Removed:
   tags/maven-jar-plugin/2.2-5/debian/changelog
Log:
[svn-buildpackage] Tagging maven-jar-plugin 2.2-5

Deleted: tags/maven-jar-plugin/2.2-5/debian/changelog
===
--- trunk/maven-jar-plugin/debian/changelog 2011-08-23 20:10:48 UTC (rev 
14426)
+++ tags/maven-jar-plugin/2.2-5/debian/changelog2011-08-23 20:16:44 UTC 
(rev 14428)
@@ -1,42 +0,0 @@
-maven-jar-plugin (2.2-5) unstable; urgency=low
-
-  UNRELEASED
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Use Maven to build package but disable tests because they FTBFS.
-  * Add documentation package.
-
- -- Torsten Werner   Tue, 23 Aug 2011 12:58:27 +0200
-
-maven-jar-plugin (2.2-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner   Sun, 09 Aug 2009 22:54:23 +0200
-
-maven-jar-plugin (2.2-3) experimental; urgency=low
-
-  * Fix groupId for maven-plugin-testing-harness dependency
-in the Maven POM.
-
- -- Ludovic Claude   Sun, 26 Jul 2009 16:07:02 
+0100
-
-maven-jar-plugin (2.2-2) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Bump up debhelper to 6
-  * 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   Tue, 19 May 2009 17:38:18 
+0100
-
-maven-jar-plugin (2.2-1) unstable; urgency=low
-
-  * Initial release. (Closes: #508316)
-
- -- Torsten Werner   Tue, 09 Dec 2008 22:32:46 +0100

Copied: tags/maven-jar-plugin/2.2-5/debian/changelog (from rev 14427, 
trunk/maven-jar-plugin/debian/changelog)
===
--- tags/maven-jar-plugin/2.2-5/debian/changelog
(rev 0)
+++ tags/maven-jar-plugin/2.2-5/debian/changelog2011-08-23 20:16:44 UTC 
(rev 14428)
@@ -0,0 +1,41 @@
+maven-jar-plugin (2.2-5) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Use Maven to build package but disable tests because they FTBFS.
+  * Add documentation package.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 12:58:27 +0200
+
+maven-jar-plugin (2.2-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner   Sun, 09 Aug 2009 22:54:23 +0200
+
+maven-jar-plugin (2.2-3) experimental; urgency=low
+
+  * Fix groupId for maven-plugin-testing-harness dependency
+in the Maven POM.
+
+ -- Ludovic Claude   Sun, 26 Jul 2009 16:07:02 
+0100
+
+maven-jar-plugin (2.2-2) experimental; urgency=low
+
+  * Change section to java, bump up Standards-Version to 3.8.1
+  * Bump up debhelper to 6
+  * 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   Tue, 19 May 2009 17:38:18 
+0100
+
+maven-jar-plugin (2.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #508316)
+
+ -- Torsten Werner   Tue, 09 Dec 2008 22:32:46 +0100


___
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] r14427 - trunk/maven-jar-plugin/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:13:19 + (Tue, 23 Aug 2011)
New Revision: 14427

Modified:
   trunk/maven-jar-plugin/debian/changelog
Log:
release

Modified: trunk/maven-jar-plugin/debian/changelog
===
--- trunk/maven-jar-plugin/debian/changelog 2011-08-23 20:10:48 UTC (rev 
14426)
+++ trunk/maven-jar-plugin/debian/changelog 2011-08-23 20:13:19 UTC (rev 
14427)
@@ -1,6 +1,5 @@
 maven-jar-plugin (2.2-5) unstable; urgency=low
 
-  UNRELEASED
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.


___
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 maven-install-plugin_2.3-3_amd64.changes

2011-08-23 Thread Debian FTP Masters
maven-install-plugin_2.3-3_amd64.changes uploaded successfully to localhost
along with the files:
  maven-install-plugin_2.3-3.dsc
  maven-install-plugin_2.3-3.debian.tar.gz
  libmaven-install-plugin-java_2.3-3_all.deb
  libmaven-install-plugin-java-doc_2.3-3_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14426 - in tags/maven-install-plugin: . 2.3-3/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:10:48 + (Tue, 23 Aug 2011)
New Revision: 14426

Added:
   tags/maven-install-plugin/2.3-3/
   tags/maven-install-plugin/2.3-3/debian/changelog
Removed:
   tags/maven-install-plugin/2.3-3/debian/changelog
Log:
[svn-buildpackage] Tagging maven-install-plugin 2.3-3

Deleted: tags/maven-install-plugin/2.3-3/debian/changelog
===
--- trunk/maven-install-plugin/debian/changelog 2011-08-23 20:00:07 UTC (rev 
14424)
+++ tags/maven-install-plugin/2.3-3/debian/changelog2011-08-23 20:10:48 UTC 
(rev 14426)
@@ -1,29 +0,0 @@
-maven-install-plugin (2.3-3) unstable; urgency=low
-
-  UNRELEASED
-  * Switch to source format 3.0.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.1.
-  * Use Maven to build the package but ignore test failures.
-  * Add a documentation package.
-
- -- Torsten Werner   Tue, 23 Aug 2011 10:45:21 +0200
-
-maven-install-plugin (2.3-2) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Upload with cleaned orig tarball.
-  * Fix Name in debian/copyright.
-
-  [ Ludovic Claude ]
-  * Clean orig tarball from jar files.
-
- -- Torsten Werner   Sat, 15 Aug 2009 00:25:54 +0200
-
-maven-install-plugin (2.3-1) unstable; urgency=low
-
-  * Initial release. (Closes: #535011)
-
- -- Ludovic Claude   Sat, 16 May 2009 21:57:41 
+0100
-

Copied: tags/maven-install-plugin/2.3-3/debian/changelog (from rev 14425, 
trunk/maven-install-plugin/debian/changelog)
===
--- tags/maven-install-plugin/2.3-3/debian/changelog
(rev 0)
+++ tags/maven-install-plugin/2.3-3/debian/changelog2011-08-23 20:10:48 UTC 
(rev 14426)
@@ -0,0 +1,28 @@
+maven-install-plugin (2.3-3) unstable; urgency=low
+
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Use Maven to build the package but ignore test failures.
+  * Add a documentation package.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 10:45:21 +0200
+
+maven-install-plugin (2.3-2) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Upload with cleaned orig tarball.
+  * Fix Name in debian/copyright.
+
+  [ Ludovic Claude ]
+  * Clean orig tarball from jar files.
+
+ -- Torsten Werner   Sat, 15 Aug 2009 00:25:54 +0200
+
+maven-install-plugin (2.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #535011)
+
+ -- Ludovic Claude   Sat, 16 May 2009 21:57:41 
+0100
+


___
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] r14425 - trunk/maven-install-plugin/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:07:46 + (Tue, 23 Aug 2011)
New Revision: 14425

Modified:
   trunk/maven-install-plugin/debian/changelog
Log:
release

Modified: trunk/maven-install-plugin/debian/changelog
===
--- trunk/maven-install-plugin/debian/changelog 2011-08-23 20:00:07 UTC (rev 
14424)
+++ trunk/maven-install-plugin/debian/changelog 2011-08-23 20:07:46 UTC (rev 
14425)
@@ -1,6 +1,5 @@
 maven-install-plugin (2.3-3) unstable; urgency=low
 
-  UNRELEASED
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.


___
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 plexus-container-default_1.0-alpha-9-stable-1-6_amd64.changes

2011-08-23 Thread Debian FTP Masters
plexus-container-default_1.0-alpha-9-stable-1-6_amd64.changes uploaded 
successfully to localhost
along with the files:
  plexus-container-default_1.0-alpha-9-stable-1-6.dsc
  plexus-container-default_1.0-alpha-9-stable-1.orig.tar.gz
  plexus-container-default_1.0-alpha-9-stable-1-6.debian.tar.gz
  libplexus-container-default-java_1.0-alpha-9-stable-1-6_all.deb
  libplexus-container-default-java-doc_1.0-alpha-9-stable-1-6_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14424 - in tags/plexus-container-default: . 1.0-alpha-9-stable-1-6/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 20:00:07 + (Tue, 23 Aug 2011)
New Revision: 14424

Added:
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/changelog
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/control
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/rules
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/source/
Removed:
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/changelog
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/control
   tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/rules
Log:
[svn-buildpackage] Tagging plexus-container-default 1.0-alpha-9-stable-1-6

Deleted: tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/changelog
===
--- trunk/plexus-container-default/debian/changelog 2011-08-23 19:38:40 UTC 
(rev 14422)
+++ tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/changelog   
2011-08-23 20:00:07 UTC (rev 14424)
@@ -1,49 +0,0 @@
-plexus-container-default (1.0-alpha-9-stable-1-5) unstable; urgency=low
-
-  * Add Build-Depends on openjdk-6-doc (Closes: #543115)
-  * Bump up Standards-Version to 3.8.3, no change
-
- -- Ludovic Claude   Wed, 02 Sep 2009 21:29:42 
+0100
-
-plexus-container-default (1.0-alpha-9-stable-1-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner   Sun, 09 Aug 2009 23:34:45 +0200
-
-plexus-container-default (1.0-alpha-9-stable-1-3) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * Change section to java
-  * Add the Maven POM to the package,
-  * 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
-  * Use mh_mavenrepo to generate the update scripts for the Debian parent POM
-  * Correct Lintian warning: use a Homepage attribute in the control file
-  * Add Vcs-Browser and Vcs-Svn to the control file
-  * Use quilt to patch the POM file as it contains some incorrect information
-  * Change the dependency on java-gcj to default-jdk (Closes: #526293)
-
-  [ Michael Koch ]
-  * Added watch file.
-
- -- Ludovic Claude   Mon, 23 Mar 2009 23:31:45 
+
-
-plexus-container-default (1.0-alpha-9-stable-1-2) unstable; urgency=low
-
-  * debian/control: Added (minimum) versions to Build-Depends-Indep.
-
- -- Paul Cager   Sun, 17 Jun 2007 00:09:21 
+0100
-
-plexus-container-default (1.0-alpha-9-stable-1-1) unstable; urgency=low
-
-  * Changed to target the same release as maven.
-
- -- Paul Cager   Wed, 06 Jun 2007 22:46:34 
+0100
-
-plexus-container-default (1.0+svn6351-1) unstable; urgency=low
-
-  * Initial release. (Closes: #413522)
-
- -- Paul Cager   Fri, 27 Apr 2007 15:51:00 
+0100

Copied: tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/changelog 
(from rev 14423, trunk/plexus-container-default/debian/changelog)
===
--- tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/changelog   
(rev 0)
+++ tags/plexus-container-default/1.0-alpha-9-stable-1-6/debian/changelog   
2011-08-23 20:00:07 UTC (rev 14424)
@@ -0,0 +1,58 @@
+plexus-container-default (1.0-alpha-9-stable-1-6) unstable; urgency=low
+
+  * Team upload.
+  * Replace Depends: classpath-doc by default-jdk-doc.
+  * Remove Paul from Uploaders list. There are no uploaders left.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 21:45:36 +0200
+
+plexus-container-default (1.0-alpha-9-stable-1-5) unstable; urgency=low
+
+  * Add Build-Depends on openjdk-6-doc (Closes: #543115)
+  * Bump up Standards-Version to 3.8.3, no change
+
+ -- Ludovic Claude   Wed, 02 Sep 2009 21:29:42 
+0100
+
+plexus-container-default (1.0-alpha-9-stable-1-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner   Sun, 09 Aug 2009 23:34:45 +0200
+
+plexus-container-default (1.0-alpha-9-stable-1-3) experimental; urgency=low
+
+  [ Ludovic Claude ]
+  * Change section to java
+  * Add the Maven POM to the package,
+  * 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
+  * Use mh_mavenrepo to generate the update scripts for the Debian parent POM
+  * Correct Lintian warning: use a Homepage attribute in the control file
+  * Add Vcs-Browser and Vcs-Svn to the control file
+  * Use quilt to patch the POM file as it contains some incorrect information
+  * Change the dependency on java-gcj to default-jdk (Closes: #526293)
+
+  [ Michael Koch ]
+  * Added watch file.
+
+ -- Ludovic Claude   Mon, 23 Mar 2009 23:31:45 
+
+
+plexus-container-default (1.0-alpha-9-stable-1-2) unstable; urgency=low
+
+  * debian/control: Added (minimum) versions to Build-Depends-Indep.
+
+ -- Paul Cager   Sun, 17 Jun 2007 00:0

[pkg-java] r14423 - in trunk/plexus-container-default/debian: . source

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 19:56:48 + (Tue, 23 Aug 2011)
New Revision: 14423

Added:
   trunk/plexus-container-default/debian/source/
   trunk/plexus-container-default/debian/source/format
Modified:
   trunk/plexus-container-default/debian/changelog
   trunk/plexus-container-default/debian/control
   trunk/plexus-container-default/debian/rules
Log:
* Team upload.
* Replace Depends: classpath-doc by default-jdk-doc.
* Remove Paul from Uploaders list. There are no uploaders left.
* Switch to source format 3.0.

Modified: trunk/plexus-container-default/debian/changelog
===
--- trunk/plexus-container-default/debian/changelog 2011-08-23 19:38:40 UTC 
(rev 14422)
+++ trunk/plexus-container-default/debian/changelog 2011-08-23 19:56:48 UTC 
(rev 14423)
@@ -1,3 +1,12 @@
+plexus-container-default (1.0-alpha-9-stable-1-6) unstable; urgency=low
+
+  * Team upload.
+  * Replace Depends: classpath-doc by default-jdk-doc.
+  * Remove Paul from Uploaders list. There are no uploaders left.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 21:45:36 +0200
+
 plexus-container-default (1.0-alpha-9-stable-1-5) unstable; urgency=low
 
   * Add Build-Depends on openjdk-6-doc (Closes: #543115)

Modified: trunk/plexus-container-default/debian/control
===
--- trunk/plexus-container-default/debian/control   2011-08-23 19:38:40 UTC 
(rev 14422)
+++ trunk/plexus-container-default/debian/control   2011-08-23 19:56:48 UTC 
(rev 14423)
@@ -2,7 +2,6 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Paul Cager 
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, 
ant-optional,
  junit,
  junit-doc, openjdk-6-doc,
@@ -10,7 +9,7 @@
  libplexus-utils-java (>=1:1),
  libplexus-utils-java-doc (>=1:1),
  libxalan2-java 
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk, quilt
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-container-default
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-container-default
@@ -47,7 +46,7 @@
 Package: libplexus-container-default-java-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, classpath-doc, libclassworlds-java-doc,
+Depends: ${misc:Depends}, default-jdk-doc, libclassworlds-java-doc,
  libplexus-utils-java-doc
 Suggests: libplexus-container-default-java
 Description: API Documentation for plexus-container-default

Modified: trunk/plexus-container-default/debian/rules
===
--- trunk/plexus-container-default/debian/rules 2011-08-23 19:38:40 UTC (rev 
14422)
+++ trunk/plexus-container-default/debian/rules 2011-08-23 19:56:48 UTC (rev 
14423)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/plexus-container-default/debian/source/format
===
--- trunk/plexus-container-default/debian/source/format 
(rev 0)
+++ trunk/plexus-container-default/debian/source/format 2011-08-23 19:56:48 UTC 
(rev 14423)
@@ -0,0 +1 @@
+3.0 (quilt)


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


plexus-utils_1.5.15-4_amd64.changes is NEW

2011-08-23 Thread Debian FTP Masters
libplexus-utils-java-doc_1.5.15-4_all.deb
  to main/p/plexus-utils/libplexus-utils-java-doc_1.5.15-4_all.deb
libplexus-utils-java_1.5.15-4_all.deb
  to main/p/plexus-utils/libplexus-utils-java_1.5.15-4_all.deb
(new) plexus-utils_1.5.15-4.debian.tar.gz optional java
(new) plexus-utils_1.5.15-4.dsc optional java
(new) plexus-utils_1.5.15.orig.tar.gz optional java
Changes: plexus-utils (1:1.5.15-4) unstable; urgency=low
 .
  * Rename source package to plexus-utils to better conform to other plexus
packages.
  * Replace Depends: classpath-doc by default-jdk-doc.


Override entries for your package:
libplexus-utils-java-doc_1.5.15-4_all.deb - optional doc
libplexus-utils-java_1.5.15-4_all.deb - optional java

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of plexus-utils_1.5.15-4_amd64.changes

2011-08-23 Thread Debian FTP Masters
plexus-utils_1.5.15-4_amd64.changes uploaded successfully to localhost
along with the files:
  plexus-utils_1.5.15-4.dsc
  plexus-utils_1.5.15.orig.tar.gz
  plexus-utils_1.5.15-4.debian.tar.gz
  libplexus-utils-java_1.5.15-4_all.deb
  libplexus-utils-java-doc_1.5.15-4_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14422 - in tags/plexus-utils: . 1:1.5.15-4/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 19:38:40 + (Tue, 23 Aug 2011)
New Revision: 14422

Added:
   tags/plexus-utils/1:1.5.15-4/
   tags/plexus-utils/1:1.5.15-4/debian/changelog
Removed:
   tags/plexus-utils/1:1.5.15-4/debian/changelog
Log:
[svn-buildpackage] Tagging plexus-utils 1:1.5.15-4

Deleted: tags/plexus-utils/1:1.5.15-4/debian/changelog
===
--- trunk/plexus-utils/debian/changelog 2011-08-23 11:41:00 UTC (rev 14419)
+++ tags/plexus-utils/1:1.5.15-4/debian/changelog   2011-08-23 19:38:40 UTC 
(rev 14422)
@@ -1,123 +0,0 @@
-plexus-utils (1:1.5.15-4) unstable; urgency=low
-
-  UNRELEASED
-  * Rename source package to plexus-utils to better conform to other plexus
-packages.
-  * Replace Depends: classpath-doc by default-jdk-doc.
-
- -- Torsten Werner   Tue, 23 Aug 2011 10:59:28 +0200
-
-libplexus-utils (1:1.5.15-3) unstable; urgency=low
-
-  * Remove Trygve, Arnaud, and Paul from Uploaders list.
-  * Update Standards-Version: 3.9.1.
-  * Switch to source format 3.0.
-
- -- Torsten Werner   Tue, 16 Aug 2011 22:02:11 +0200
-
-libplexus-utils (1:1.5.15-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner   Sun, 09 Aug 2009 12:15:29 +0200
-
-libplexus-utils (1:1.5.15-1) experimental; urgency=low
-
-  * New upstream version, add myself to Uploaders
-  * Add the Maven POM to the package,
-  * 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 dependency on default-java and java2-runtime as this is a 
-library
-
- -- Ludovic Claude   Thu, 02 Jul 2009 14:41:15 
+
-
-libplexus-utils (1:1.5.6-3) unstable; urgency=low
-
-  * Add missing Depends: ${misc:Depends}.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.2 (no changes).
-  * Switch to default-jdk. (Closes: #526290)
-
- -- Torsten Werner   Wed, 01 Jul 2009 22:44:45 +0200
-
-libplexus-utils (1:1.5.6-2) experimental; urgency=low
-
-  * Add missing Depends.
-
- -- Torsten Werner   Thu, 11 Dec 2008 15:09:19 +0100
-
-libplexus-utils (1:1.5.6-1) experimental; urgency=low
-
-  [ Michael Koch ]
-  * Added watch file.
-  * Added myself to Uploaders.
-
-  [ Torsten Werner ]
-  * New upstream release
-  * Update watch file.
-  * Added myself to Uploaders.
-  * Bump up Standards-Version: 3.8.0 (no changes).
-
- -- Torsten Werner   Sun, 07 Dec 2008 22:04:27 +0100
-
-libplexus-utils (1:1.4.8-1) unstable; urgency=low
-
-  * New upstream version (Closes: #454095).
-  * Added Homepage and svn control fields.
-  * Set to standards version 3.7.3 (already conforms to
-new standard).
-
- -- Paul Cager   Wed, 05 Dec 2007 22:55:09 
+
-
-libplexus-utils (1:1.4.1-1) unstable; urgency=low
-
-  * Revert to last stable version (1.4.1)
-Added epoch 1
-
-  * Corrected name of Jar:
-Was: libplexus-utils.jar
-Now: plexus-utils.jar
-Symlink retained to old name for compatability.
-
-  * Changed to use direct calls of dh_install/link
-
- -- Paul Cager   Wed, 06 Jun 2007 12:07:28 
+0100
-
-libplexus-utils (1.4.1+svn6048-1) unstable; urgency=low
-
-  * New upstream version, required for maven2 packaging
-(Closes: #413523)
-  * Added myself to uploaders
-  * Wolfgang removed from uploaders as he is currently inactive
-  * Bumped to debhelper version 5
-  * Bumped to standards version 3.7.2
-  * Copyright and Authors updated
-  * Updated for new pkg-java standards:
- - Binary package renamed to libplexus-utils-java
- - Created separate "doc" package
- - Using gcj-compat-dev to compile
-
- -- Paul Cager   Sun, 25 Mar 2007 18:27:29 
+0100
-
-libplexus-utils (1.0alpha1-3) unstable; urgency=low
-
-  * kaffe compiler transition
-  * Depend on kaffe | java1-runtime | java2-runtime
-  * Added myself to uploaders
-
- -- Wolfgang Baer   Mon, 16 Jan 2006 10:43:19 +0100
-
-libplexus-utils (1.0alpha1-2) unstable; urgency=low
-
-  * ant transition
-  * Standards Version 3.6.2, no change.
-
- -- Arnaud Vandyck   Tue, 11 Oct 2005 13:53:43 +0200
-
-libplexus-utils (1.0alpha1-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Trygve Laugstøl   Tue, 19 Aug 2005 00:26:30 +0100

Copied: tags/plexus-utils/1:1.5.15-4/debian/changelog (from rev 14420, 
trunk/plexus-utils/debian/changelog)
===
--- tags/plexus-utils/1:1.5.15-4/debian/changelog   
(rev 0)
+++ tags/plexus-utils/1:1.5.15-4/debian/changelog   2011-08-23 19:38:40 UTC 
(rev 14422)
@@ -0,0 +1,122 @@
+plexus-utils (1:1.5.15-4) unstable; urgency=low
+
+  * Rename source package to plexus-utils to better conform to other plexus
+packages.
+  * Replace Depends: classpath-doc by default-jdk-doc.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 10:59:28 +0200
+
+libplexus-utils (1:1.5.15-3) unstable; urgency=low
+
+  * Remove Trygve, Arnaud, and Paul from Uploaders list.
+  * Update Standa

[pkg-java] r14421 - tags

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 19:35:02 + (Tue, 23 Aug 2011)
New Revision: 14421

Added:
   tags/plexus-utils/
Log:
create tags directory



___
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] r14420 - trunk/plexus-utils/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 19:33:52 + (Tue, 23 Aug 2011)
New Revision: 14420

Modified:
   trunk/plexus-utils/debian/changelog
Log:
release

Modified: trunk/plexus-utils/debian/changelog
===
--- trunk/plexus-utils/debian/changelog 2011-08-23 11:41:00 UTC (rev 14419)
+++ trunk/plexus-utils/debian/changelog 2011-08-23 19:33:52 UTC (rev 14420)
@@ -1,6 +1,5 @@
 plexus-utils (1:1.5.15-4) unstable; urgency=low
 
-  UNRELEASED
   * Rename source package to plexus-utils to better conform to other plexus
 packages.
   * Replace Depends: classpath-doc by default-jdk-doc.


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


[SCM] netbeans packaging branch, pristine-tar, updated. 6923dfb848eee244f8ce5a1b2b652349cd3277d4

2011-08-23 Thread Andrew Ross
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 "netbeans packaging".

The branch, pristine-tar has been updated
   via  6923dfb848eee244f8ce5a1b2b652349cd3277d4 (commit)
  from  168473e8efb4ab89877a241b2004df765bd5710a (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 6923dfb848eee244f8ce5a1b2b652349cd3277d4
Author: Andrew Ross 
Date:   Tue Aug 23 19:11:27 2011 +0100

pristine-tar data for netbeans_7.0.1+dfsg1.orig.tar.gz

---

Summary of changes:
 netbeans_7.0.1+dfsg1.orig.tar.gz.delta |  Bin 0 -> 4747958 bytes
 netbeans_7.0.1+dfsg1.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/netbeans_7.0.1+dfsg1.orig.tar.gz.delta 
b/netbeans_7.0.1+dfsg1.orig.tar.gz.delta
new file mode 100644
index 000..9e4ead6
Binary files /dev/null and b/netbeans_7.0.1+dfsg1.orig.tar.gz.delta differ
diff --git a/netbeans_7.0.1+dfsg1.orig.tar.gz.id 
b/netbeans_7.0.1+dfsg1.orig.tar.gz.id
new file mode 100644
index 000..e5d74d5
--- /dev/null
+++ b/netbeans_7.0.1+dfsg1.orig.tar.gz.id
@@ -0,0 +1 @@
+b8582526510018cd82f9d3ebd0338518fbf50c1f


hooks/post-receive
-- 
netbeans 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


tomcat-native 1.1.22-1 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the tomcat-native source package
in Debian's testing distribution has changed.

  Previous version: 1.1.20-3
  Current version:  1.1.22-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


omegat-plugin-tokenizer 0.4.2+dfsg-1 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the omegat-plugin-tokenizer source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.4.2+dfsg-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libjlayer-java 1.0.1-2 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the libjlayer-java source package
in Debian's testing distribution has changed.

  Previous version: 1.0.1-1
  Current version:  1.0.1-2

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libjmac-java 1.74-6 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the libjmac-java source package
in Debian's testing distribution has changed.

  Previous version: 1.74-5
  Current version:  1.74-6

-- 
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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libjgroups2.6-java 2.6.15.GA-1 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the libjgroups2.6-java source package
in Debian's testing distribution has changed.

  Previous version: 2.6.13.GA-1
  Current version:  2.6.15.GA-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libjorbis-java 0.0.17-2 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the libjorbis-java source package
in Debian's testing distribution has changed.

  Previous version: 0.0.17-1
  Current version:  0.0.17-2

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

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


bridge-method-injector 1.4-1 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the bridge-method-injector source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.4-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jedit 4.4.1+dfsg-1 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the jedit source package
in Debian's testing distribution has changed.

  Previous version: 4.3.2+dfsg-3
  Current version:  4.4.1+dfsg-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libcommons-net1-java 1.4.1-4 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the libcommons-net1-java source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.4.1-4

-- 
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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jxplorer 3.2.2~rc1+dfsg-1 MIGRATED to testing

2011-08-23 Thread Debian testing watch
FYI: The status of the jxplorer source package
in Debian's testing distribution has changed.

  Previous version: 3.2.1+dfsg-5
  Current version:  3.2.2~rc1+dfsg-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14419 - in trunk/maven-jar-plugin/debian: . patches

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 11:41:00 + (Tue, 23 Aug 2011)
New Revision: 14419

Added:
   trunk/maven-jar-plugin/debian/README.source
   trunk/maven-jar-plugin/debian/TODO
   trunk/maven-jar-plugin/debian/libmaven-jar-plugin-java-doc.doc-base.api
   trunk/maven-jar-plugin/debian/libmaven-jar-plugin-java-doc.install
   trunk/maven-jar-plugin/debian/maven.cleanIgnoreRules
   trunk/maven-jar-plugin/debian/maven.ignoreRules
   trunk/maven-jar-plugin/debian/maven.properties
   trunk/maven-jar-plugin/debian/maven.publishedRules
   trunk/maven-jar-plugin/debian/patches/
   
trunk/maven-jar-plugin/debian/patches/0001-remove-version-of-some-plugins.patch
   trunk/maven-jar-plugin/debian/patches/series
Removed:
   trunk/maven-jar-plugin/debian/build.properties
   trunk/maven-jar-plugin/debian/maven-settings.xml
Modified:
   trunk/maven-jar-plugin/debian/changelog
   trunk/maven-jar-plugin/debian/control
   trunk/maven-jar-plugin/debian/copyright
   trunk/maven-jar-plugin/debian/libmaven-jar-plugin-java.poms
   trunk/maven-jar-plugin/debian/maven.rules
   trunk/maven-jar-plugin/debian/orig-tar.sh
   trunk/maven-jar-plugin/debian/rules
   trunk/maven-jar-plugin/debian/watch
Log:
* Use Maven to build package but disable tests because they FTBFS.
* Add documentation package.

Added: trunk/maven-jar-plugin/debian/README.source
===
--- trunk/maven-jar-plugin/debian/README.source (rev 0)
+++ trunk/maven-jar-plugin/debian/README.source 2011-08-23 11:41:00 UTC (rev 
14419)
@@ -0,0 +1,9 @@
+Information about maven-jar-plugin
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/maven-jar-plugin/debian/TODO
===
--- trunk/maven-jar-plugin/debian/TODO  (rev 0)
+++ trunk/maven-jar-plugin/debian/TODO  2011-08-23 11:41:00 UTC (rev 14419)
@@ -0,0 +1 @@
+- fix test code

Deleted: trunk/maven-jar-plugin/debian/build.properties
===
--- trunk/maven-jar-plugin/debian/build.properties  2011-08-23 10:16:53 UTC 
(rev 14418)
+++ trunk/maven-jar-plugin/debian/build.properties  2011-08-23 11:41:00 UTC 
(rev 14419)
@@ -1,4 +0,0 @@
-javadoc.dir=target/api
-build.directory=target
-maven.test.skip=true
-maven.generate.target=plugin:descriptor

Modified: trunk/maven-jar-plugin/debian/changelog
===
--- trunk/maven-jar-plugin/debian/changelog 2011-08-23 10:16:53 UTC (rev 
14418)
+++ trunk/maven-jar-plugin/debian/changelog 2011-08-23 11:41:00 UTC (rev 
14419)
@@ -4,8 +4,10 @@
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.
+  * Use Maven to build package but disable tests because they FTBFS.
+  * Add documentation package.
 
- -- Torsten Werner   Tue, 23 Aug 2011 11:39:30 +0200
+ -- Torsten Werner   Tue, 23 Aug 2011 12:58:27 +0200
 
 maven-jar-plugin (2.2-4) unstable; urgency=low
 

Modified: trunk/maven-jar-plugin/debian/control
===
--- trunk/maven-jar-plugin/debian/control   2011-08-23 10:16:53 UTC (rev 
14418)
+++ trunk/maven-jar-plugin/debian/control   2011-08-23 11:41:00 UTC (rev 
14419)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Torsten Werner 
-Build-Depends: default-jdk, debhelper (>= 7), cdbs
-Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, 
ant-optional,
- junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
- libmaven2-core-java, libmaven-archiver-java, 
- libplexus-archiver-java, libplexus-io-java, libplexus-utils-java, 
libcommons-lang-java
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 
1.4)
+Build-Depends-Indep: libmaven-enforcer-plugin-java, 
libmaven-javadoc-plugin-java, libcommons-lang-java,  
+ libmaven-archiver-java, libmaven2-core-java, libplexus-archiver-java, 
libplexus-io-java,  
+ libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc, 
libmaven2-core-java-doc,  
+ libplexus-utils-java-doc, libmaven-install-plugin-java, 
libmaven-invoker-plugin-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-jar-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-jar-plugin/
@@ -15,9 +15,10 @@
 
 Package: libmaven-jar-plugin-java
 Architecture: all
-Depends: ${misc:Depends}, libmaven2-core-java, libmaven-archiver-java,
- libplexus-archiver-java, libplexus-io-java, libplexus-utils-java, 
libcommons-lang-java
-Description: Maven Jar plugin
+Depends: ${misc:Depends}, ${maven:Depends}
+Rec

[pkg-java] r14418 - trunk/fop/debian

2011-08-23 Thread Sylvestre Ledru
Author: sylvestre
Date: 2011-08-23 10:16:53 + (Tue, 23 Aug 2011)
New Revision: 14418

Modified:
   trunk/fop/debian/changelog
Log:
Update of the uploader

Modified: trunk/fop/debian/changelog
===
--- trunk/fop/debian/changelog  2011-08-23 09:44:18 UTC (rev 14417)
+++ trunk/fop/debian/changelog  2011-08-23 10:16:53 UTC (rev 14418)
@@ -1,4 +1,4 @@
-fop (1:1.0.dfsg-4) unstable; urgency=low
+fop (1:1.0.dfsg2-1) unstable; urgency=low
 
   [ Sylvestre Ledru ]
   * Upload to unstable
@@ -17,7 +17,7 @@
   * Fix JAVA_HOME value in debian/rules 
   * Fix qdox 1.12 build failure. Closes: #638532
 
- -- Vincent Fourmond   Mon, 06 Jun 2011 12:49:28 +0200
+ -- Sylvestre Ledru   Mon, 22 Aug 2011 18:06:46 +0200
 
 fop (1:1.0.dfsg-3) experimental; urgency=low
 


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


maven-file-management_1.2.1-3_amd64.changes ACCEPTED into unstable

2011-08-23 Thread Debian FTP Masters



Accepted:
libmaven-file-management-java-doc_1.2.1-3_all.deb
  to 
main/m/maven-file-management/libmaven-file-management-java-doc_1.2.1-3_all.deb
libmaven-file-management-java_1.2.1-3_all.deb
  to main/m/maven-file-management/libmaven-file-management-java_1.2.1-3_all.deb
maven-file-management_1.2.1-3.debian.tar.gz
  to main/m/maven-file-management/maven-file-management_1.2.1-3.debian.tar.gz
maven-file-management_1.2.1-3.dsc
  to main/m/maven-file-management/maven-file-management_1.2.1-3.dsc


Override entries for your package:
libmaven-file-management-java-doc_1.2.1-3_all.deb - optional doc
libmaven-file-management-java_1.2.1-3_all.deb - optional java
maven-file-management_1.2.1-3.dsc - source 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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-dependency-tree_1.2-3_amd64.changes ACCEPTED into unstable

2011-08-23 Thread Debian FTP Masters



Accepted:
libmaven-dependency-tree-java-doc_1.2-3_all.deb
  to 
main/m/maven-dependency-tree/libmaven-dependency-tree-java-doc_1.2-3_all.deb
libmaven-dependency-tree-java_1.2-3_all.deb
  to main/m/maven-dependency-tree/libmaven-dependency-tree-java_1.2-3_all.deb
maven-dependency-tree_1.2-3.debian.tar.gz
  to main/m/maven-dependency-tree/maven-dependency-tree_1.2-3.debian.tar.gz
maven-dependency-tree_1.2-3.dsc
  to main/m/maven-dependency-tree/maven-dependency-tree_1.2-3.dsc


Override entries for your package:
libmaven-dependency-tree-java-doc_1.2-3_all.deb - optional doc
libmaven-dependency-tree-java_1.2-3_all.deb - optional java
maven-dependency-tree_1.2-3.dsc - source 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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


maven-dependency-plugin_2.1-3_amd64.changes ACCEPTED into unstable

2011-08-23 Thread Debian FTP Masters



Accepted:
libmaven-dependency-plugin-java-doc_2.1-3_all.deb
  to 
main/m/maven-dependency-plugin/libmaven-dependency-plugin-java-doc_2.1-3_all.deb
libmaven-dependency-plugin-java_2.1-3_all.deb
  to 
main/m/maven-dependency-plugin/libmaven-dependency-plugin-java_2.1-3_all.deb
maven-dependency-plugin_2.1-3.debian.tar.gz
  to main/m/maven-dependency-plugin/maven-dependency-plugin_2.1-3.debian.tar.gz
maven-dependency-plugin_2.1-3.dsc
  to main/m/maven-dependency-plugin/maven-dependency-plugin_2.1-3.dsc


Override entries for your package:
libmaven-dependency-plugin-java-doc_2.1-3_all.deb - optional doc
libmaven-dependency-plugin-java_2.1-3_all.deb - optional java
maven-dependency-plugin_2.1-3.dsc - source 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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14417 - in trunk/maven-jar-plugin/debian: . source

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 09:44:18 + (Tue, 23 Aug 2011)
New Revision: 14417

Added:
   trunk/maven-jar-plugin/debian/source/
   trunk/maven-jar-plugin/debian/source/format
Modified:
   trunk/maven-jar-plugin/debian/changelog
   trunk/maven-jar-plugin/debian/compat
   trunk/maven-jar-plugin/debian/control
Log:
UNRELEASED
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.

Modified: trunk/maven-jar-plugin/debian/changelog
===
--- trunk/maven-jar-plugin/debian/changelog 2011-08-23 09:04:01 UTC (rev 
14416)
+++ trunk/maven-jar-plugin/debian/changelog 2011-08-23 09:44:18 UTC (rev 
14417)
@@ -1,3 +1,12 @@
+maven-jar-plugin (2.2-5) unstable; urgency=low
+
+  UNRELEASED
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 11:39:30 +0200
+
 maven-jar-plugin (2.2-4) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/maven-jar-plugin/debian/compat
===
--- trunk/maven-jar-plugin/debian/compat2011-08-23 09:04:01 UTC (rev 
14416)
+++ trunk/maven-jar-plugin/debian/compat2011-08-23 09:44:18 UTC (rev 
14417)
@@ -1 +1 @@
-6
+7

Modified: trunk/maven-jar-plugin/debian/control
===
--- trunk/maven-jar-plugin/debian/control   2011-08-23 09:04:01 UTC (rev 
14416)
+++ trunk/maven-jar-plugin/debian/control   2011-08-23 09:44:18 UTC (rev 
14417)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Torsten Werner 
-Build-Depends: default-jdk, debhelper (>= 6), cdbs
+Build-Depends: default-jdk, debhelper (>= 7), cdbs
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, 
ant-optional,
  junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
  libmaven2-core-java, libmaven-archiver-java, 
  libplexus-archiver-java, libplexus-io-java, libplexus-utils-java, 
libcommons-lang-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-jar-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-jar-plugin/
 Homepage: http://maven.apache.org/plugins/maven-jar-plugin/

Added: trunk/maven-jar-plugin/debian/source/format
===
--- trunk/maven-jar-plugin/debian/source/format (rev 0)
+++ trunk/maven-jar-plugin/debian/source/format 2011-08-23 09:44:18 UTC (rev 
14417)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14416 - trunk/plexus-utils/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 09:04:01 + (Tue, 23 Aug 2011)
New Revision: 14416

Modified:
   trunk/plexus-utils/debian/changelog
Log:
add UNRELEASED tag to changelog


Modified: trunk/plexus-utils/debian/changelog
===
--- trunk/plexus-utils/debian/changelog 2011-08-23 09:03:15 UTC (rev 14415)
+++ trunk/plexus-utils/debian/changelog 2011-08-23 09:04:01 UTC (rev 14416)
@@ -1,5 +1,6 @@
 plexus-utils (1:1.5.15-4) unstable; urgency=low
 
+  UNRELEASED
   * Rename source package to plexus-utils to better conform to other plexus
 packages.
   * Replace Depends: classpath-doc by default-jdk-doc.


___
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] r14415 - trunk/plexus-utils/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 09:03:15 + (Tue, 23 Aug 2011)
New Revision: 14415

Modified:
   trunk/plexus-utils/debian/changelog
   trunk/plexus-utils/debian/control
Log:
* Rename source package to plexus-utils to better conform to other plexus
  packages.
* Replace Depends: classpath-doc by default-jdk-doc.

Modified: trunk/plexus-utils/debian/changelog
===
--- trunk/plexus-utils/debian/changelog 2011-08-23 09:00:18 UTC (rev 14414)
+++ trunk/plexus-utils/debian/changelog 2011-08-23 09:03:15 UTC (rev 14415)
@@ -1,3 +1,11 @@
+plexus-utils (1:1.5.15-4) unstable; urgency=low
+
+  * Rename source package to plexus-utils to better conform to other plexus
+packages.
+  * Replace Depends: classpath-doc by default-jdk-doc.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 10:59:28 +0200
+
 libplexus-utils (1:1.5.15-3) unstable; urgency=low
 
   * Remove Trygve, Arnaud, and Paul from Uploaders list.

Modified: trunk/plexus-utils/debian/control
===
--- trunk/plexus-utils/debian/control   2011-08-23 09:00:18 UTC (rev 14414)
+++ trunk/plexus-utils/debian/control   2011-08-23 09:03:15 UTC (rev 14415)
@@ -1,4 +1,4 @@
-Source: libplexus-utils
+Source: plexus-utils
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

@@ -8,8 +8,8 @@
 Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
 Standards-Version: 3.9.1
 Homepage: http://plexus.codehaus.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libplexus-utils
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libplexus-utils
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-utils
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-utils
 
 Package: libplexus-utils-java
 Architecture: all
@@ -37,7 +37,7 @@
 Package: libplexus-utils-java-doc
 Architecture: all
 Section: doc
-Depends: classpath-doc, ${misc:Depends}
+Depends: default-jdk-doc, ${misc:Depends}
 Suggests: libplexus-utils-java
 Description: API Documentation for plexus-utils
  The Plexus project provides a full software stack for creating and executing


___
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] r14414 - trunk

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 09:00:18 + (Tue, 23 Aug 2011)
New Revision: 14414

Added:
   trunk/plexus-utils/
Removed:
   trunk/libplexus-utils/
Log:
rename source package to plexus-utils



___
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] r14413 - trunk/maven-install-plugin/debian

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 08:55:44 + (Tue, 23 Aug 2011)
New Revision: 14413

Added:
   trunk/maven-install-plugin/debian/README.source
   trunk/maven-install-plugin/debian/TODO
   
trunk/maven-install-plugin/debian/libmaven-install-plugin-java-doc.doc-base.api
   trunk/maven-install-plugin/debian/libmaven-install-plugin-java-doc.install
   trunk/maven-install-plugin/debian/maven.cleanIgnoreRules
   trunk/maven-install-plugin/debian/maven.ignoreRules
   trunk/maven-install-plugin/debian/maven.properties
   trunk/maven-install-plugin/debian/maven.publishedRules
Removed:
   trunk/maven-install-plugin/debian/build.properties
   trunk/maven-install-plugin/debian/maven-settings.xml
Modified:
   trunk/maven-install-plugin/debian/changelog
   trunk/maven-install-plugin/debian/control
   trunk/maven-install-plugin/debian/copyright
   trunk/maven-install-plugin/debian/libmaven-install-plugin-java.poms
   trunk/maven-install-plugin/debian/maven.rules
   trunk/maven-install-plugin/debian/orig-tar.sh
   trunk/maven-install-plugin/debian/rules
   trunk/maven-install-plugin/debian/watch
Log:
* Use Maven to build the package but ignore test failures.
* Add a documentation package.

Added: trunk/maven-install-plugin/debian/README.source
===
--- trunk/maven-install-plugin/debian/README.source 
(rev 0)
+++ trunk/maven-install-plugin/debian/README.source 2011-08-23 08:55:44 UTC 
(rev 14413)
@@ -0,0 +1,9 @@
+Information about maven-install-plugin
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/maven-install-plugin/debian/TODO
===
--- trunk/maven-install-plugin/debian/TODO  (rev 0)
+++ trunk/maven-install-plugin/debian/TODO  2011-08-23 08:55:44 UTC (rev 
14413)
@@ -0,0 +1 @@
+- fix test failures

Deleted: trunk/maven-install-plugin/debian/build.properties
===
--- trunk/maven-install-plugin/debian/build.properties  2011-08-23 08:38:12 UTC 
(rev 14412)
+++ trunk/maven-install-plugin/debian/build.properties  2011-08-23 08:55:44 UTC 
(rev 14413)
@@ -1,4 +0,0 @@
-javadoc.dir=target/api
-build.directory=target
-maven.test.skip=true
-maven.generate.target=plugin:descriptor

Modified: trunk/maven-install-plugin/debian/changelog
===
--- trunk/maven-install-plugin/debian/changelog 2011-08-23 08:38:12 UTC (rev 
14412)
+++ trunk/maven-install-plugin/debian/changelog 2011-08-23 08:55:44 UTC (rev 
14413)
@@ -4,8 +4,10 @@
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.
+  * Use Maven to build the package but ignore test failures.
+  * Add a documentation package.
 
- -- Torsten Werner   Tue, 23 Aug 2011 10:31:26 +0200
+ -- Torsten Werner   Tue, 23 Aug 2011 10:45:21 +0200
 
 maven-install-plugin (2.3-2) unstable; urgency=low
 

Modified: trunk/maven-install-plugin/debian/control
===
--- trunk/maven-install-plugin/debian/control   2011-08-23 08:38:12 UTC (rev 
14412)
+++ trunk/maven-install-plugin/debian/control   2011-08-23 08:55:44 UTC (rev 
14413)
@@ -4,10 +4,9 @@
 Maintainer: Debian Java Maintainers 

 Uploaders: Ludovic Claude ,
  Torsten Werner 
-Build-Depends: default-jdk, debhelper (>= 7), cdbs
-Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, 
ant-optional,
- junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
- libmaven2-core-java, libplexus-utils-java, libplexus-digest-java
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 
1.4)
+Build-Depends-Indep: libmaven2-core-java, libplexus-digest-java, 
libplexus-utils-java, libmaven-plugin-testing-java,  
+ default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, 
libmaven-javadoc-plugin-java
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-install-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-install-plugin/
@@ -15,7 +14,9 @@
 
 Package: libmaven-install-plugin-java
 Architecture: all
-Depends: ${misc:Depends}, libmaven2-core-java, libplexus-utils-java, 
libplexus-digest-java
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libmaven-install-plugin-java-doc
 Description: Maven install plugin
  Maven is a software project management and comprehension tool. Based on the
  concept of a project object model (POM), Maven can manage a project's build,
@@ -34,3 +35,27 @@
  .
  This package ships the maven install plugin which is used to install t

[pkg-java] r14412 - in trunk/maven-install-plugin/debian: . source

2011-08-23 Thread Torsten Werner
Author: twerner
Date: 2011-08-23 08:38:12 + (Tue, 23 Aug 2011)
New Revision: 14412

Added:
   trunk/maven-install-plugin/debian/source/
   trunk/maven-install-plugin/debian/source/format
Modified:
   trunk/maven-install-plugin/debian/changelog
   trunk/maven-install-plugin/debian/compat
   trunk/maven-install-plugin/debian/control
   trunk/maven-install-plugin/debian/rules
Log:
UNRELEASED
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.

Modified: trunk/maven-install-plugin/debian/changelog
===
--- trunk/maven-install-plugin/debian/changelog 2011-08-23 04:38:38 UTC (rev 
14411)
+++ trunk/maven-install-plugin/debian/changelog 2011-08-23 08:38:12 UTC (rev 
14412)
@@ -1,3 +1,12 @@
+maven-install-plugin (2.3-3) unstable; urgency=low
+
+  UNRELEASED
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner   Tue, 23 Aug 2011 10:31:26 +0200
+
 maven-install-plugin (2.3-2) unstable; urgency=low
 
   [ Torsten Werner ]

Modified: trunk/maven-install-plugin/debian/compat
===
--- trunk/maven-install-plugin/debian/compat2011-08-23 04:38:38 UTC (rev 
14411)
+++ trunk/maven-install-plugin/debian/compat2011-08-23 08:38:12 UTC (rev 
14412)
@@ -1 +1 @@
-6
+7

Modified: trunk/maven-install-plugin/debian/control
===
--- trunk/maven-install-plugin/debian/control   2011-08-23 04:38:38 UTC (rev 
14411)
+++ trunk/maven-install-plugin/debian/control   2011-08-23 08:38:12 UTC (rev 
14412)
@@ -4,11 +4,11 @@
 Maintainer: Debian Java Maintainers 

 Uploaders: Ludovic Claude ,
  Torsten Werner 
-Build-Depends: default-jdk, debhelper (>= 6), cdbs, quilt
+Build-Depends: default-jdk, debhelper (>= 7), cdbs
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, 
ant-optional,
  junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
  libmaven2-core-java, libplexus-utils-java, libplexus-digest-java
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-install-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-install-plugin/
 Homepage: http://maven.apache.org/plugins/maven-install-plugin/

Modified: trunk/maven-install-plugin/debian/rules
===
--- trunk/maven-install-plugin/debian/rules 2011-08-23 04:38:38 UTC (rev 
14411)
+++ trunk/maven-install-plugin/debian/rules 2011-08-23 08:38:12 UTC (rev 
14412)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/maven-install-plugin/debian/source/format
===
--- trunk/maven-install-plugin/debian/source/format 
(rev 0)
+++ trunk/maven-install-plugin/debian/source/format 2011-08-23 08:38:12 UTC 
(rev 14412)
@@ -0,0 +1 @@
+3.0 (quilt)


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