Bug#641261: mh_make: empty file velocity.log in root folder

2011-09-12 Thread Torsten Werner
Package: maven-debian-helper
Version: 1.4.4
Severity: normal

Hi,

I can find an empty file velocity.log in the root folder of the source tree
after running mh_make. This file should be removed by mh_make.

Thanks,
Torsten

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (400, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages maven-debian-helper depends on:
ii  default-jdk   1:1.6-40   Standard Java or Java compatible D
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating a
ii  libplexus-velocity-java   1.1.7-3Plexus component interface to velo
ii  libsurefire-java  2.4.3-3Surefire test framework for Java
ii  maven-repo-helper 1.5.2  Helper tools for including Maven m
ii  maven22.2.1-7Java software project management a
ii  velocity  1.6.2-4Java-based template engine for web

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file2.4.0search for files within Debian pac
ii  devscripts  2.10.69+squeeze1 scripts to make the life of a Debi
ii  libmaven-javadoc-plugin 2.6.1-1  Maven Javadoc Plugin
ii  subversion  1.6.12dfsg-6 Advanced version control system

-- no debconf information



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


Bug#641266: maven-debian-helper: mh_make creates wrong debian/$pkg-doc.install file for multimodule packages

2011-09-12 Thread Torsten Werner
Package: maven-debian-helper
Version: 1.4.4
Severity: normal

Hi,

mh_make always writes a file debian/$pkg-doc.install with the following content:

  target/apidocs/* usr/share/doc/$pkg/api

but for multi module packages it should be

  target/site/apidocs/* usr/share/doc/$pkg/api

The directory site is missing in such cases.

Thanks,
Torsten

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (400, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages maven-debian-helper depends on:
ii  default-jdk   1:1.6-40   Standard Java or Java compatible D
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating a
ii  libplexus-velocity-java   1.1.7-3Plexus component interface to velo
ii  libsurefire-java  2.4.3-3Surefire test framework for Java
ii  maven-repo-helper 1.5.2  Helper tools for including Maven m
ii  maven22.2.1-7Java software project management a
ii  velocity  1.6.2-4Java-based template engine for web

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file2.4.0search for files within Debian pac
ii  devscripts  2.10.69+squeeze1 scripts to make the life of a Debi
ii  libmaven-javadoc-plugin 2.6.1-1  Maven Javadoc Plugin
ii  subversion  1.6.12dfsg-6 Advanced version control system

-- no debconf information



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


[pkg-java] r14851 - in trunk/asm3/debian: . poms

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 11:14:29 + (Mon, 12 Sep 2011)
New Revision: 14851

Added:
   trunk/asm3/debian/poms/asm-all.pom
   trunk/asm3/debian/poms/asm-debug-all.pom
Modified:
   trunk/asm3/debian/changelog
   trunk/asm3/debian/poms/asm-analysis.pom
   trunk/asm3/debian/poms/asm-commons.pom
   trunk/asm3/debian/poms/asm-parent.pom
   trunk/asm3/debian/poms/asm-tree.pom
   trunk/asm3/debian/poms/asm-util.pom
   trunk/asm3/debian/poms/asm-xml.pom
   trunk/asm3/debian/poms/asm.pom
   trunk/asm3/debian/rules
Log:
* Team upload.
* Update POM files to version 3.3.1 and add missing files.

Modified: trunk/asm3/debian/changelog
===
--- trunk/asm3/debian/changelog 2011-09-11 21:55:35 UTC (rev 14850)
+++ trunk/asm3/debian/changelog 2011-09-12 11:14:29 UTC (rev 14851)
@@ -1,3 +1,10 @@
+asm3 (3.3.1-2) unstable; urgency=low
+
+  * Team upload.
+  * Update POM files to version 3.3.1 and add missing files.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 13:06:05 +0200
+
 asm3 (3.3.1-1) unstable; urgency=low
 
   [ Paul Tagliamonte ]

Added: trunk/asm3/debian/poms/asm-all.pom
===
--- trunk/asm3/debian/poms/asm-all.pom  (rev 0)
+++ trunk/asm3/debian/poms/asm-all.pom  2011-09-12 11:14:29 UTC (rev 14851)
@@ -0,0 +1,15 @@
+project
+  modelVersion4.0.0/modelVersion
+
+  parent
+groupIdasm/groupId
+artifactIdasm-parent/artifactId
+version3.3.1/version
+  /parent
+
+  nameASM All/name
+  groupIdasm/groupId
+  artifactIdasm-all/artifactId
+  packagingjar/packaging
+  
+/project

Modified: trunk/asm3/debian/poms/asm-analysis.pom
===
--- trunk/asm3/debian/poms/asm-analysis.pom 2011-09-11 21:55:35 UTC (rev 
14850)
+++ trunk/asm3/debian/poms/asm-analysis.pom 2011-09-12 11:14:29 UTC (rev 
14851)
@@ -1,21 +1,21 @@
-project
-  modelVersion4.0.0/modelVersion
-
-  parent
-artifactIdasm-parent/artifactId
-groupIdasm/groupId
-version3.2/version
-  /parent
-
-  nameASM Analysis/name
-  artifactIdasm-analysis/artifactId
-  packagingjar/packaging
-  
-  dependencies
-dependency
-  artifactIdasm-tree/artifactId
-  groupIdasm/groupId
-/dependency
-  /dependencies
-
-/project
+project
+  modelVersion4.0.0/modelVersion
+
+  parent
+artifactIdasm-parent/artifactId
+groupIdasm/groupId
+version3.3.1/version
+  /parent
+
+  nameASM Analysis/name
+  artifactIdasm-analysis/artifactId
+  packagingjar/packaging
+  
+  dependencies
+dependency
+  artifactIdasm-tree/artifactId
+  groupIdasm/groupId
+/dependency
+  /dependencies
+
+/project

Modified: trunk/asm3/debian/poms/asm-commons.pom
===
--- trunk/asm3/debian/poms/asm-commons.pom  2011-09-11 21:55:35 UTC (rev 
14850)
+++ trunk/asm3/debian/poms/asm-commons.pom  2011-09-12 11:14:29 UTC (rev 
14851)
@@ -1,21 +1,21 @@
-project
-  modelVersion4.0.0/modelVersion
-
-  parent
-artifactIdasm-parent/artifactId
-groupIdasm/groupId
-version3.2/version
-  /parent
-
-  nameASM Commons/name
-  artifactIdasm-commons/artifactId
-  packagingjar/packaging
-  
-  dependencies
-dependency
-  artifactIdasm-tree/artifactId
-  groupIdasm/groupId
-/dependency
-  /dependencies
-
-/project
+project
+  modelVersion4.0.0/modelVersion
+
+  parent
+artifactIdasm-parent/artifactId
+groupIdasm/groupId
+version3.3.1/version
+  /parent
+
+  nameASM Commons/name
+  artifactIdasm-commons/artifactId
+  packagingjar/packaging
+  
+  dependencies
+dependency
+  artifactIdasm-tree/artifactId
+  groupIdasm/groupId
+/dependency
+  /dependencies
+
+/project

Added: trunk/asm3/debian/poms/asm-debug-all.pom
===
--- trunk/asm3/debian/poms/asm-debug-all.pom(rev 0)
+++ trunk/asm3/debian/poms/asm-debug-all.pom2011-09-12 11:14:29 UTC (rev 
14851)
@@ -0,0 +1,15 @@
+project
+  modelVersion4.0.0/modelVersion
+
+  parent
+groupIdasm/groupId
+artifactIdasm-parent/artifactId
+version3.3.1/version
+  /parent
+
+  nameASM Debug All/name
+  groupIdasm/groupId
+  artifactIdasm-debug-all/artifactId
+  packagingjar/packaging
+  
+/project

Modified: trunk/asm3/debian/poms/asm-parent.pom
===
--- trunk/asm3/debian/poms/asm-parent.pom   2011-09-11 21:55:35 UTC (rev 
14850)
+++ trunk/asm3/debian/poms/asm-parent.pom   2011-09-12 11:14:29 UTC (rev 
14851)
@@ -1,129 +1,144 @@
-project xmlns=http://maven.apache.org/POM/4.0.0;
-xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
-xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
-http://maven.apache.org/maven-v4_0_0.xsd;
-  modelVersion4.0.0/modelVersion
-
-  

[pkg-java] r14852 - trunk/asm3/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 11:31:15 + (Mon, 12 Sep 2011)
New Revision: 14852

Modified:
   trunk/asm3/debian/changelog
   trunk/asm3/debian/libasm3-java.poms
   trunk/asm3/debian/rules
Log:
UNRELEASED
* Install asm-debug-all.jar.
* Do no longer install symlinks from asm3-all.jar to the individual jars.
  Install the real files instead.

Modified: trunk/asm3/debian/changelog
===
--- trunk/asm3/debian/changelog 2011-09-12 11:14:29 UTC (rev 14851)
+++ trunk/asm3/debian/changelog 2011-09-12 11:31:15 UTC (rev 14852)
@@ -1,9 +1,13 @@
 asm3 (3.3.1-2) unstable; urgency=low
 
+  UNRELEASED
   * Team upload.
   * Update POM files to version 3.3.1 and add missing files.
+  * Install asm-debug-all.jar.
+  * Do no longer install symlinks from asm3-all.jar to the individual jars.
+Install the real files instead.
 
- -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 13:06:05 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 13:28:10 +0200
 
 asm3 (3.3.1-1) unstable; urgency=low
 

Modified: trunk/asm3/debian/libasm3-java.poms
===
--- trunk/asm3/debian/libasm3-java.poms 2011-09-12 11:14:29 UTC (rev 14851)
+++ trunk/asm3/debian/libasm3-java.poms 2011-09-12 11:31:15 UTC (rev 14852)
@@ -5,4 +5,6 @@
 debian/poms/asm-util.pom
 debian/poms/asm-xml.pom
 debian/poms/asm.pom
+debian/poms/asm-debug-all.pom
+debian/poms/asm-all.pom
 

Modified: trunk/asm3/debian/rules
===
--- trunk/asm3/debian/rules 2011-09-12 11:14:29 UTC (rev 14851)
+++ trunk/asm3/debian/rules 2011-09-12 11:31:15 UTC (rev 14852)
@@ -21,24 +21,17 @@
-uscan --download-version $(DEB_UPSTREAM_VERSION) 
--force-download --rename
 
 binary-post-install/lib$(PACKAGE)-java::
-   mh_installpoms -plib$(PACKAGE)-java
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3 
debian/poms/asm.pom output/dist/lib/asm-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-analysis 
debian/poms/asm-analysis.pom output/dist/lib/asm-analysis-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-commons 
debian/poms/asm-commons.pom output/dist/lib/asm-commons-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-tree 
debian/poms/asm-tree.pom output/dist/lib/asm-tree-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-util 
debian/poms/asm-util.pom output/dist/lib/asm-util-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-xml 
debian/poms/asm-xml.pom output/dist/lib/asm-xml-$(VERSION).jar
-   # make symlinks to the all jar
-   for FILE in debian/lib$(PACKAGE)-java/usr/share/java/*.jar ; do \
-   if [ ! -L $$FILE ] ; then \
-   rm -f $$FILE ; \
-   ln -s asm3-all-$(VERSION).jar $$FILE ; \
-   fi ; \
-   done
-   # Rename so the versionless link does not cause confusion/conflicts 
with earlier versions.
-   mv output/dist/lib/all/asm-all-$(VERSION).jar 
output/dist/lib/all/asm3-all-$(VERSION).jar
-   jar umf debian/osgi.MF output/dist/lib/all/asm3-all-$(VERSION).jar
-   jh_installlibs output/dist/lib/all/asm3-all-$(VERSION).jar
+   mh_installpoms -plib$(PACKAGE)-java -e$(VERSION)
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3 -e$(VERSION) 
debian/poms/asm.pom output/dist/lib/asm-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-analysis 
-e$(VERSION) debian/poms/asm-analysis.pom 
output/dist/lib/asm-analysis-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-commons 
-e$(VERSION) debian/poms/asm-commons.pom 
output/dist/lib/asm-commons-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-tree -e$(VERSION) 
debian/poms/asm-tree.pom output/dist/lib/asm-tree-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-util -e$(VERSION) 
debian/poms/asm-util.pom output/dist/lib/asm-util-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-xml -e$(VERSION) 
debian/poms/asm-xml.pom output/dist/lib/asm-xml-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-debug-all 
-e$(VERSION) debian/poms/asm-debug-all.pom 
output/dist/lib/all/asm-debug-all-$(VERSION).jar
+   # add osgi headers to asm3-all
+   jar umf debian/osgi.MF output/dist/lib/all/asm-all-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-all -e$(VERSION) 
debian/poms/asm-all.pom output/dist/lib/all/asm-all-$(VERSION).jar
 
 binary-post-install/lib$(PACKAGE)-java-doc::
dh_install -plib$(PACKAGE)-java-doc output/dist/doc/javadoc/user/* 
usr/share/doc/libasm3-java-doc/api


___
pkg-java-commits mailing list

Processed: Fwd: picks wrong title language for metadata

2011-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 519592 wontfix
Bug #519592 [fop] fop: picks wrong title language for metadata
Added tag(s) wontfix.
 thanks
Stopping processing here.

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

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


Bug#519592: marked as done (fop: picks wrong title language for metadata)

2011-09-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Sep 2011 13:28:38 +0200
with message-id 
CA+7wUswT+rGP-OK5F1AEgqrG6cfrCOOZWtWt1L7nLf+AP=t...@mail.gmail.com
and subject line Fwd: picks wrong title language for metadata
has caused the Debian Bug report #519592,
regarding fop: picks wrong title language for metadata
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.)


-- 
519592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519592
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: fop
Version: 1:0.95.dfsg-4
Severity: normal

When I specify RDF metadata in my XSL-FO file, I can specify several
different dc:title tags, each with a different xml:lang tag (or none at
all).  If I specify

  rdf:Description rdf:about= xmlns:dc=http://purl.org/dc/elements/1.1/;
dc:titleAn Orange in Flight/dc:title
dc:title xml:lang=x-defaultAn Orange in Flight/dc:title
dc:title xml:lang=enAn Orange in Flight/dc:title
dc:title xml:lang=esUna Naranja en Vuelo/dc:title
dc:creatorThe Barefoot Waif/dc:creator
  /rdf:Description

fop chooses the last title, even though the language for the XSL-FO
document is en.  The XMP metadata (as well as the /Info data) in the
PDF comes out as

  dc:title
  rdf:Alt
  rdf:li xml:lang=x-defaultUna Naranja en Vuelo/rdf:li
  /rdf:Alt
  /dc:title

which is completely wrong.

Obviously, I want it to pick one of the other three.  My preference is
that fop picks the tag without an xml:lang attribute; then the tag with
xml:lang=x-default; then the tag with the language of the document,
according to the language attribute on an enclosing fo element; and then
some other language (which one I don't care).

This doesn't happen if dc:title contains an rdf:Alt with rdf:li elements
that have xml:lang attributes, as the XMP specification requires.
However, the fop page on metadata[0] demonstrates metadata that does not
comply with the XMP standard, so it is reasonable to assume that fop
will properly fix up metadata that isn't strictly conforming.

[0] http://xmlgraphics.apache.org/fop/0.95/metadata.html

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

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

Versions of packages fop depends on:
ii  default-jre [java2-runti 1.5-31  Standard Java or Java compatible R
ii  java-gcj-compat [java2-r 1.0.80-1Java runtime environment using GIJ
ii  java-wrappers0.1.13  wrappers for java executables
ii  libavalon-framework-java 4.2.0-4 Common framework for Java server a
ii  libbatik-java1.7-2   xml.apache.org SVG Library
ii  libbsf-java  1:2.4.0-2   Bean Scripting Framework to suppor
ii  libcommons-io-java   1.4-1   Common useful IO related classes
ii  libcommons-logging-java  1.1.1-2 commmon wrapper interface for seve
ii  libxalan2-java   2.7.1-2 XSL Transformations (XSLT) process
ii  libxerces2-java  2.9.1-2 Validating XML parser for Java wit
ii  libxml-commons-external- 1.3.04-2XML Commons external code - DOM, S
ii  libxmlgraphics-commons-j 1.3.1.dfsg-2reusable components used by Batik 
ii  libxp6   1:1.0.0.xsf1-2  X Printing Extension (Xprint) clie

ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  libxtst6 2:1.0.3-1   X11 Testing -- Resource extension 
ii  openjdk-6-jre [java2-run 6b14-1.5~pre1-3 OpenJDK Java runtime, using Hotspo


Versions of packages fop recommends:
ii  libsaxon-java 1:6.5.5-5  The Saxon XSLT Processor

Versions of packages fop suggests:
ii  fop-doc1:0.95.dfsg-4 Documentation for fop
ii  libservlet2.4-java 5.0.30-8  Servlet 2.4 and JSP 2.0 Java class

-- no debconf information

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
troff on top of XML: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
tag 519592 wontfix
thanks


-- Forwarded message --


There are two questionable assumptions you seem to make below:
(1) that FOP chooses (filters) metadata elements based on lang,
i.e., FOP implements the semantics of rdf:Alt;
(2) that FOP 

Processed: your mail

2011-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 639683 wishlist
Bug #639683 [fop] fop does not run any tests
Severity set to 'wishlist' from 'normal'

 thanks
Stopping processing here.

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

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


[pkg-java] r14853 - trunk/asm3/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 11:50:57 + (Mon, 12 Sep 2011)
New Revision: 14853

Added:
   trunk/asm3/debian/orig-tar.sh
Modified:
   trunk/asm3/debian/changelog
   trunk/asm3/debian/watch
Log:
* New upstream release.
* Change debian/watch to point to upstream's SVN repository. Add
  debian/orig-tar.sh.
* Remove all prebuilt jar files from orig tarball.

Modified: trunk/asm3/debian/changelog
===
--- trunk/asm3/debian/changelog 2011-09-12 11:31:15 UTC (rev 14852)
+++ trunk/asm3/debian/changelog 2011-09-12 11:50:57 UTC (rev 14853)
@@ -1,7 +1,11 @@
-asm3 (3.3.1-2) unstable; urgency=low
+asm3 (3.3.2-1) unstable; urgency=low
 
   UNRELEASED
   * Team upload.
+  * New upstream release.
+  * Change debian/watch to point to upstream's SVN repository. Add
+debian/orig-tar.sh.
+  * Remove all prebuilt jar files from orig tarball.
   * Update POM files to version 3.3.1 and add missing files.
   * Install asm-debug-all.jar.
   * Do no longer install symlinks from asm3-all.jar to the individual jars.

Added: trunk/asm3/debian/orig-tar.sh
===
--- trunk/asm3/debian/orig-tar.sh   (rev 0)
+++ trunk/asm3/debian/orig-tar.sh   2011-09-12 11:50:57 UTC (rev 14853)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+set -eu
+
+VERSION=$2
+TAR=../asm3_$VERSION.orig.tar.gz
+DIR=asm-$VERSION
+TAG=$(echo ASM_$VERSION | sed -re's,\.,_,g')
+
+svn export svn://svn.forge.objectweb.org/svnroot/asm/tags/${TAG}/ $DIR
+tar -c -z -f $TAR --exclude '*.jar' $DIR
+rm -rf $DIR ../listing.php
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir  echo moved $TAR to $origDir
+fi
+

Modified: trunk/asm3/debian/watch
===
--- trunk/asm3/debian/watch 2011-09-12 11:31:15 UTC (rev 14852)
+++ trunk/asm3/debian/watch 2011-09-12 11:50:57 UTC (rev 14853)
@@ -1,3 +1,6 @@
 version=3
-http://download.forge.objectweb.org/asm/asm-(3.*).tar.gz
 
+opts=uversionmangle=s/_/./g \
+http://websvn.ow2.org/listing.php?repname=asmpath=%2Ftags%2F 
.*%2Ftags%2FASM_([\d_]*)%2F \
+debian debian/orig-tar.sh
+


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


Bug#544546:

2011-09-12 Thread Mathieu Malaterre
We need to pay attention to this:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220237

In the past we had a libfop-java package already and current fop
package is marked as conflict against this libfop-java package

-- 
Mathieu



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


[pkg-java] r14854 - trunk/asm3/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 11:57:46 + (Mon, 12 Sep 2011)
New Revision: 14854

Removed:
   trunk/asm3/debian/poms/
Modified:
   trunk/asm3/debian/changelog
   trunk/asm3/debian/libasm3-java.poms
   trunk/asm3/debian/rules
Log:
Use upstream provided pom files instead of shipping them in the debian
directory.

Modified: trunk/asm3/debian/changelog
===
--- trunk/asm3/debian/changelog 2011-09-12 11:50:57 UTC (rev 14853)
+++ trunk/asm3/debian/changelog 2011-09-12 11:57:46 UTC (rev 14854)
@@ -6,12 +6,13 @@
   * Change debian/watch to point to upstream's SVN repository. Add
 debian/orig-tar.sh.
   * Remove all prebuilt jar files from orig tarball.
-  * Update POM files to version 3.3.1 and add missing files.
   * Install asm-debug-all.jar.
   * Do no longer install symlinks from asm3-all.jar to the individual jars.
 Install the real files instead.
+  * Use upstream provided pom files instead of shipping them in the debian
+directory.
 
- -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 13:28:10 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 13:50:38 +0200
 
 asm3 (3.3.1-1) unstable; urgency=low
 

Modified: trunk/asm3/debian/libasm3-java.poms
===
--- trunk/asm3/debian/libasm3-java.poms 2011-09-12 11:50:57 UTC (rev 14853)
+++ trunk/asm3/debian/libasm3-java.poms 2011-09-12 11:57:46 UTC (rev 14854)
@@ -1,10 +1,10 @@
-debian/poms/asm-parent.pom --no-parent
-debian/poms/asm-analysis.pom
-debian/poms/asm-commons.pom
-debian/poms/asm-tree.pom
-debian/poms/asm-util.pom
-debian/poms/asm-xml.pom
-debian/poms/asm.pom
-debian/poms/asm-debug-all.pom
-debian/poms/asm-all.pom
+archive/asm-parent.pom --no-parent
+archive/asm-analysis.pom
+archive/asm-commons.pom
+archive/asm-tree.pom
+archive/asm-util.pom
+archive/asm-xml.pom
+archive/asm.pom
+archive/asm-debug-all.pom
+archive/asm-all.pom
 

Modified: trunk/asm3/debian/rules
===
--- trunk/asm3/debian/rules 2011-09-12 11:50:57 UTC (rev 14853)
+++ trunk/asm3/debian/rules 2011-09-12 11:57:46 UTC (rev 14854)
@@ -5,33 +5,27 @@
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
-POM_VERSION  := 3.3.1
 JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_JARS := gnujaxp ant ant-junit junit xalan2 
$(JAVA_HOME)/lib/tools.jar
 DEB_ANT_BUILD_TARGET := dist
 DEB_ANT_BUILDFILE:= build.xml
 DEB_ANT_ARGS := -propertyfile debian/ant.properties 
-Dproduct.version=$(VERSION)
-MAVEN_REPO   := http://search.maven.org/remotecontent?filepath=asm
-POMLIST  := asm asm-all asm-analysis asm-commons asm-debug-all 
asm-parent asm-tree asm-util asm-xml
 
-get-orig-pom:
-   set -eu; for POM in $(POMLIST); do wget -O debian/poms/$$POM.pom 
$(MAVEN_REPO)/$$POM/$(POM_VERSION)/$$POM-$(POM_VERSION).pom; done
-
 get-orig-source:
-   -uscan --download-version $(DEB_UPSTREAM_VERSION) 
--force-download --rename
+   uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
 
 binary-post-install/lib$(PACKAGE)-java::
mh_installpoms -plib$(PACKAGE)-java -e$(VERSION)
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3 -e$(VERSION) 
debian/poms/asm.pom output/dist/lib/asm-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-analysis 
-e$(VERSION) debian/poms/asm-analysis.pom 
output/dist/lib/asm-analysis-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-commons 
-e$(VERSION) debian/poms/asm-commons.pom 
output/dist/lib/asm-commons-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-tree -e$(VERSION) 
debian/poms/asm-tree.pom output/dist/lib/asm-tree-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-util -e$(VERSION) 
debian/poms/asm-util.pom output/dist/lib/asm-util-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-xml -e$(VERSION) 
debian/poms/asm-xml.pom output/dist/lib/asm-xml-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-debug-all 
-e$(VERSION) debian/poms/asm-debug-all.pom 
output/dist/lib/all/asm-debug-all-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3 -e$(VERSION) 
archive/asm.pom output/dist/lib/asm-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-analysis 
-e$(VERSION) archive/asm-analysis.pom 
output/dist/lib/asm-analysis-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-commons 
-e$(VERSION) archive/asm-commons.pom output/dist/lib/asm-commons-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-tree -e$(VERSION) 
archive/asm-tree.pom output/dist/lib/asm-tree-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-util -e$(VERSION) 

Processed: your mail

2011-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 575411 unreproducible
Bug #575411 [fop] fop: log4j not initialized correctly
Added tag(s) unreproducible.
 fixed 575411 fop/1:1.0.dfsg2-2
Bug #575411 [fop] fop: log4j not initialized correctly
Bug Marked as fixed in versions fop/1:1.0.dfsg2-2.
 thanks
Stopping processing here.

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

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


Bug#575411:

2011-09-12 Thread Mathieu Malaterre
fixed 575411 fop/1:1.0.dfsg2-2
thanks

I cannot reproduce the issue using 1.0 release. Must be 0.95 specific. Closing.

-- 
Mathieu



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


Processed: your mail

2011-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 575411 fop/1:1.0.dfsg2-2
Bug #575411 [fop] fop: log4j not initialized correctly
Ignoring request to alter fixed versions of bug #575411 to the same values 
previously set
 thanks
Stopping processing here.

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

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


Bug#575411: marked as done (fop: log4j not initialized correctly)

2011-09-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Sep 2011 14:31:13 +0200
with message-id 
CA+7wUsxdnCj1GuMij0M6e9utO+G_x=7trhlnskyzkjjq9s8...@mail.gmail.com
and subject line 
has caused the Debian Bug report #575411,
regarding fop: log4j not initialized correctly
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.)


-- 
575411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fop
Version: 1:0.95.dfsg-10
Severity: normal

The following warnings occur every time I run fop:

  lakeview ok % fop -v 21 | head -n 2
  log4j:WARN No appenders could be found for logger 
(org.apache.fop.util.ContentHandlerFactoryRegistry).
  log4j:WARN Please initialize the log4j system properly.

The errors occur whether I run fop through ant or at the command line.
They occur with or without an XML configuration file.  As demonstrated,
these occur whether or not any data are actually being processed.

If you need me to test something, please let me know.  If you think this
belongs to log4j, feel free to reassign it.

-- 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_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fop depends on:
ii  default-jre-headless [jav 1.6-34 Standard Java or Java compatible R
ii  gcj-4.4-jre-headless [jav 4.4.3-5Java runtime environment using GIJ
ii  gcj-jre-headless [java2-r 4:4.4.3-1  Java runtime environment using GIJ
ii  gij-4.3 [java2-runtime-he 4.3.4-4The GNU Java bytecode interpreter
ii  java-wrappers 0.1.15 wrappers for java executables
ii  libavalon-framework-java  4.2.0-7Common framework for Java server a
ii  libbatik-java 1.7-6  xml.apache.org SVG Library
ii  libbsf-java   1:2.4.0-3  Bean Scripting Framework to suppor
ii  libcommons-io-java1.4-2  Common useful IO related classes
ii  libcommons-logging-java   1.1.1-7commmon wrapper interface for seve
ii  libxalan2-java2.7.1-5XSL Transformations (XSLT) process
ii  libxerces2-java   2.9.1-4.1  Validating XML parser for Java wit
ii  libxml-commons-external-j 1.3.05-2   XML Commons external code - DOM, S
ii  libxmlgraphics-commons-ja 1.3.1.dfsg-5   reusable components used by Batik 
ii  libxp61:1.0.0.xsf1-2 X Printing Extension (Xprint) clie
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  libxtst6  2:1.1.0-2  X11 Testing -- Resource extension 
ii  openjdk-6-jre-headless [j 6b18~pre3-1OpenJDK Java runtime, using Hotspo

Versions of packages fop recommends:
ii  libsaxon-java 1:6.5.5-6  The Saxon XSLT Processor

Versions of packages fop suggests:
ii  fop-doc   1:0.95.dfsg-10 Documentation for fop
ii  libservlet2.4-java5.0.30-12  Servlet 2.4 and JSP 2.0 Java libra

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
fixed 575411 fop/1:1.0.dfsg2-2
thanks

I cannot reproduce the issue using 1.0 release. Must be 0.95 specific. Closing.

-- 
Mathieu

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

Bug#544546: marked as done (should provide libfop-java)

2011-09-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Sep 2011 14:41:24 +0200
with message-id 20110912124124.ga4...@type.bordeaux.inria.fr
and subject line Re: Bug#544546:
has caused the Debian Bug report #544546,
regarding should provide libfop-java
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.)


-- 
544546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault sthiba...@debian.org

* Package name: libfop-java
  Version : 0.95
  Upstream Author : The Apache Software Foundation.
* URL : http://xmlgraphics.apache.org/fop/
* License : ASL 2.0
  Programming Lang: Java
  Description : Print formatter driven by formatting objects (XSL-FO)

libfop-java reads a formatting object (FO) tree and renders the
resulting pages to a specified output. Output formats currently
supported include PDF, PS, PCL, AFP, XML (area tree representation),
Print, AWT and PNG, and to a lesser extent, RTF and TXT.


---End Message---
---BeginMessage---
Mathieu Malaterre, le Mon 12 Sep 2011 13:46:02 +0200, a écrit :
 We need to pay attention to this:
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220237
 
 In the past we had a libfop-java package already and current fop
 package is marked as conflict against this libfop-java package

Ah, I didn't know that the whole matter had been discussed in the past.
So the conclusion is really won't split, just use fop. That's fine
with me.

Samuel

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

[pkg-java] r14855 - trunk/asm3/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 12:53:51 + (Mon, 12 Sep 2011)
New Revision: 14855

Modified:
   trunk/asm3/debian/libasm3-java.poms
   trunk/asm3/debian/rules
Log:
preprocess upstream poms


Modified: trunk/asm3/debian/libasm3-java.poms
===
--- trunk/asm3/debian/libasm3-java.poms 2011-09-12 11:57:46 UTC (rev 14854)
+++ trunk/asm3/debian/libasm3-java.poms 2011-09-12 12:53:51 UTC (rev 14855)
@@ -1,10 +1,10 @@
-archive/asm-parent.pom --no-parent
-archive/asm-analysis.pom
-archive/asm-commons.pom
-archive/asm-tree.pom
-archive/asm-util.pom
-archive/asm-xml.pom
-archive/asm.pom
-archive/asm-debug-all.pom
-archive/asm-all.pom
+target/poms/asm-parent.pom --no-parent
+target/poms/asm-analysis.pom
+target/poms/asm-commons.pom
+target/poms/asm-tree.pom
+target/poms/asm-util.pom
+target/poms/asm-xml.pom
+target/poms/asm.pom
+target/poms/asm-debug-all.pom
+target/poms/asm-all.pom
 

Modified: trunk/asm3/debian/rules
===
--- trunk/asm3/debian/rules 2011-09-12 11:57:46 UTC (rev 14854)
+++ trunk/asm3/debian/rules 2011-09-12 12:53:51 UTC (rev 14855)
@@ -14,18 +14,20 @@
 get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
 
-binary-post-install/lib$(PACKAGE)-java::
+binary-post-install/lib$(PACKAGE)-java:: 
+   mkdir -p target/poms/
+   set -eu; cd archive; for POM in *.pom; do sed 
s,@product.artifact@,$(VERSION), $$POM  ../target/poms/$$POM; done
mh_installpoms -plib$(PACKAGE)-java -e$(VERSION)
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3 -e$(VERSION) 
archive/asm.pom output/dist/lib/asm-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-analysis 
-e$(VERSION) archive/asm-analysis.pom 
output/dist/lib/asm-analysis-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-commons 
-e$(VERSION) archive/asm-commons.pom output/dist/lib/asm-commons-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-tree -e$(VERSION) 
archive/asm-tree.pom output/dist/lib/asm-tree-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-util -e$(VERSION) 
archive/asm-util.pom output/dist/lib/asm-util-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-xml -e$(VERSION) 
archive/asm-xml.pom output/dist/lib/asm-xml-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-debug-all 
-e$(VERSION) archive/asm-debug-all.pom 
output/dist/lib/all/asm-debug-all-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3 -e$(VERSION) 
target/poms/asm.pom output/dist/lib/asm-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-analysis 
-e$(VERSION) target/poms/asm-analysis.pom 
output/dist/lib/asm-analysis-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-commons 
-e$(VERSION) target/poms/asm-commons.pom 
output/dist/lib/asm-commons-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-tree -e$(VERSION) 
target/poms/asm-tree.pom output/dist/lib/asm-tree-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-util -e$(VERSION) 
target/poms/asm-util.pom output/dist/lib/asm-util-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-xml -e$(VERSION) 
target/poms/asm-xml.pom output/dist/lib/asm-xml-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-debug-all 
-e$(VERSION) target/poms/asm-debug-all.pom 
output/dist/lib/all/asm-debug-all-$(VERSION).jar
# add osgi headers to asm3-all
jar umf debian/osgi.MF output/dist/lib/all/asm-all-$(VERSION).jar
-   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-all -e$(VERSION) 
archive/asm-all.pom output/dist/lib/all/asm-all-$(VERSION).jar
+   mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-all -e$(VERSION) 
target/poms/asm-all.pom output/dist/lib/all/asm-all-$(VERSION).jar
 
 binary-post-install/lib$(PACKAGE)-java-doc::
dh_install -plib$(PACKAGE)-java-doc output/dist/doc/javadoc/user/* 
usr/share/doc/libasm3-java-doc/api


___
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] r14856 - trunk/net-luminis-build-plugin/debian/patches

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 12:58:24 + (Mon, 12 Sep 2011)
New Revision: 14856

Added:
   trunk/net-luminis-build-plugin/debian/patches/remove_headers.patch
Removed:
   trunk/net-luminis-build-plugin/debian/patches/debian-changes-0.2.0-1
Modified:
   trunk/net-luminis-build-plugin/debian/patches/series
Log:
cleanup patches

Deleted: trunk/net-luminis-build-plugin/debian/patches/debian-changes-0.2.0-1
===
--- trunk/net-luminis-build-plugin/debian/patches/debian-changes-0.2.0-1
2011-09-12 12:53:51 UTC (rev 14855)
+++ trunk/net-luminis-build-plugin/debian/patches/debian-changes-0.2.0-1
2011-09-12 12:58:24 UTC (rev 14856)
@@ -1,38 +0,0 @@
-Description: Upstream changes introduced in version 0.2.0-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- net-luminis-build-plugin (0.2.0-1) unstable; urgency=low
- .
-   * Initial Debian Upload (Closes: #??)
- .
- The person named in the Author field signed this changelog entry.
-Author: Mathieu Malaterre mathieu.malate...@gmail.com
-

-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: vendor|upstream|other, url of original patch
-Bug: url in upstream bugtracker
-Bug-Debian: http://bugs.debian.org/bugnumber
-Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
-Forwarded: no|not-needed|url proving that it has been forwarded
-Reviewed-By: name and email of someone who approved the patch
-Last-Update: -MM-DD
-
 
net-luminis-build-plugin-0.2.0.orig/src/net/luminis/build/plugin/bnd/BuildTask.java
-+++ 
net-luminis-build-plugin-0.2.0/src/net/luminis/build/plugin/bnd/BuildTask.java
-@@ -338,8 +338,8 @@ public class BuildTask extends Task {
-  * task attribute.
-  */
- public void setIncludeIncludeResourceHeader(boolean include) {
--if (! include)
--m_instructions.put(Analyzer.REMOVE_HEADERS, 
Analyzer.INCLUDE_RESOURCE);
-+//if (! include)
-+//m_instructions.put(Analyzer.REMOVE_HEADERS, 
Analyzer.INCLUDE_RESOURCE);
- // default is do include
- }
- 

Copied: trunk/net-luminis-build-plugin/debian/patches/remove_headers.patch 
(from rev 14855, 
trunk/net-luminis-build-plugin/debian/patches/debian-changes-0.2.0-1)
===
--- trunk/net-luminis-build-plugin/debian/patches/remove_headers.patch  
(rev 0)
+++ trunk/net-luminis-build-plugin/debian/patches/remove_headers.patch  
2011-09-12 12:58:24 UTC (rev 14856)
@@ -0,0 +1,15 @@
+Index: 
net-luminis-build-plugin-0.2.0/src/net/luminis/build/plugin/bnd/BuildTask.java
+===
+--- 
net-luminis-build-plugin-0.2.0.orig/src/net/luminis/build/plugin/bnd/BuildTask.java
2011-09-12 14:57:52.0 +0200
 
net-luminis-build-plugin-0.2.0/src/net/luminis/build/plugin/bnd/BuildTask.java  
   2011-09-12 14:57:55.0 +0200
+@@ -338,8 +338,8 @@
+  * task attribute.
+  */
+ public void setIncludeIncludeResourceHeader(boolean include) {
+-if (! include)
+-m_instructions.put(Analyzer.REMOVE_HEADERS, 
Analyzer.INCLUDE_RESOURCE);
++//if (! include)
++//m_instructions.put(Analyzer.REMOVE_HEADERS, 
Analyzer.INCLUDE_RESOURCE);
+ // default is do include
+ }
+ 

Modified: trunk/net-luminis-build-plugin/debian/patches/series
===
--- trunk/net-luminis-build-plugin/debian/patches/series2011-09-12 
12:53:51 UTC (rev 14855)
+++ trunk/net-luminis-build-plugin/debian/patches/series2011-09-12 
12:58:24 UTC (rev 14856)
@@ -1,2 +1,2 @@
 fixbuildxml.patch
-debian-changes-0.2.0-1
+remove_headers.patch


___
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] r14857 - trunk/net-luminis-build-plugin/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 13:07:09 + (Mon, 12 Sep 2011)
New Revision: 14857

Modified:
   trunk/net-luminis-build-plugin/debian/changelog
Log:
set ITP#

Modified: trunk/net-luminis-build-plugin/debian/changelog
===
--- trunk/net-luminis-build-plugin/debian/changelog 2011-09-12 12:58:24 UTC 
(rev 14856)
+++ trunk/net-luminis-build-plugin/debian/changelog 2011-09-12 13:07:09 UTC 
(rev 14857)
@@ -1,5 +1,5 @@
 net-luminis-build-plugin (0.2.0-1) unstable; urgency=low
 
-  * Initial Debian Upload (Closes: #??)
+  * Initial Debian Upload (Closes: #641295)
 
  -- Mathieu Malaterre mathieu.malate...@gmail.com  Wed, 07 Sep 2011 18:48:30 
+0200


___
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] r14858 - trunk/asm3/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 13:13:21 + (Mon, 12 Sep 2011)
New Revision: 14858

Modified:
   trunk/asm3/debian/changelog
Log:
release

Modified: trunk/asm3/debian/changelog
===
--- trunk/asm3/debian/changelog 2011-09-12 13:07:09 UTC (rev 14857)
+++ trunk/asm3/debian/changelog 2011-09-12 13:13:21 UTC (rev 14858)
@@ -1,6 +1,5 @@
 asm3 (3.3.2-1) unstable; urgency=low
 
-  UNRELEASED
   * Team upload.
   * New upstream release.
   * Change debian/watch to point to upstream's SVN repository. Add


___
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] r14859 - tags/asm3

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 13:16:44 + (Mon, 12 Sep 2011)
New Revision: 14859

Added:
   tags/asm3/3.3.2-1/
Log:
[svn-buildpackage] Tagging asm3 3.3.2-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 asm3_3.3.2-1_amd64.changes

2011-09-12 Thread Debian FTP Masters
asm3_3.3.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  asm3_3.3.2-1.dsc
  asm3_3.3.2.orig.tar.gz
  asm3_3.3.2-1.debian.tar.gz
  libasm3-java_3.3.2-1_all.deb
  libasm3-java-doc_3.3.2-1_all.deb

Greetings,

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

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


asm3_3.3.2-1_amd64.changes ACCEPTED into unstable

2011-09-12 Thread Debian FTP Masters



Accepted:
asm3_3.3.2-1.debian.tar.gz
  to main/a/asm3/asm3_3.3.2-1.debian.tar.gz
asm3_3.3.2-1.dsc
  to main/a/asm3/asm3_3.3.2-1.dsc
asm3_3.3.2.orig.tar.gz
  to main/a/asm3/asm3_3.3.2.orig.tar.gz
libasm3-java-doc_3.3.2-1_all.deb
  to main/a/asm3/libasm3-java-doc_3.3.2-1_all.deb
libasm3-java_3.3.2-1_all.deb
  to main/a/asm3/libasm3-java_3.3.2-1_all.deb


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

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


Thank you for your contribution to Debian.

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


Bug#641298: libmaven-scm-java: circular dependency hell

2011-09-12 Thread Bill Allombert
Package: libmaven-scm-java
Version: 1.3-3
Severity: important

Hello Debian Java Maintainers,

There is a circular dependency between libmaven-scm-java, libmaven2-core-java 
and libwagon-java:

libmaven-scm-java   :Depends: libmaven2-core-java
libmaven2-core-java :Depends: libwagon-java
libwagon-java   :Depends: libmaven-scm-java

Complex circular dependencies are known to cause problems during upgrade, so we
should try to get rid of them.

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 



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


Bug#641302: mh_make: please update Standards-Version

2011-09-12 Thread Torsten Werner
Package: maven-debian-helper
Version: 1.4.4
Severity: normal

Hi,

a freshly generated package generates the lintian warning
'out-of-date-standards-version 3.9.1 (current is 3.9.2)'. It would be nice if
you would upgrade the version.

Thanks,
Torsten

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (400, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages maven-debian-helper depends on:
ii  default-jdk   1:1.6-40   Standard Java or Java compatible D
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating a
ii  libplexus-velocity-java   1.1.7-3Plexus component interface to velo
ii  libsurefire-java  2.4.3-3Surefire test framework for Java
ii  maven-repo-helper 1.5.2  Helper tools for including Maven m
ii  maven22.2.1-7Java software project management a
ii  velocity  1.6.2-4Java-based template engine for web

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file2.4.0search for files within Debian pac
ii  devscripts  2.10.69+squeeze1 scripts to make the life of a Debi
ii  libmaven-javadoc-plugin 2.6.1-1  Maven Javadoc Plugin
ii  subversion  1.6.12dfsg-6 Advanced version control system

-- no debconf information



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


Bug#641305: ca-certificates-java: update-ca-certificate fails

2011-09-12 Thread Adrian Bunk
Package: ca-certificates-java
Version: 20110816
Severity: serious

--  snip  --

# update-ca-certificates 
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d
Exception in thread main java.security.ProviderException: Library 
/usr/lib/x86_64-linux-gnu/libsoftokn3.so does not exist
at sun.security.pkcs11.SunPKCS11.init(SunPKCS11.java:292)
at sun.security.pkcs11.SunPKCS11.init(SunPKCS11.java:103)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:224)
at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
at java.security.AccessController.doPrivileged(Native Method)
at 
sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
at sun.security.jca.ProviderList.getProvider(ProviderList.java:232)
at sun.security.jca.ProviderList.getService(ProviderList.java:330)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:157)
at java.security.Security.getImpl(Security.java:695)
at 
java.security.AlgorithmParameters.getInstance(AlgorithmParameters.java:146)
at sun.security.x509.AlgorithmId.decodeParams(AlgorithmId.java:121)
at sun.security.x509.AlgorithmId.init(AlgorithmId.java:114)
at sun.security.x509.AlgorithmId.parse(AlgorithmId.java:381)
at sun.security.x509.X509Key.parse(X509Key.java:168)
at 
sun.security.x509.CertificateX509Key.init(CertificateX509Key.java:75)
at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:705)
at sun.security.x509.X509CertInfo.init(X509CertInfo.java:169)
at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1747)
at sun.security.x509.X509CertImpl.init(X509CertImpl.java:196)
at 
sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:97)
at 
java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:339)
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:747)
at 
sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
at java.security.KeyStore.load(KeyStore.java:1214)
at UpdateCertificates.createKeyStore(UpdateCertificates.java:65)
at UpdateCertificates.main(UpdateCertificates.java:51)
E: /etc/ca-certificates/update.d/jks-keystore exited with code 1.
done.
# dpkg -S libsoftokn3.so
libnss3-1d: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
ia32-libs: /usr/lib32/nss/libsoftokn3.so
# 

--  snip  --


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

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20110502+nmu1
ii  libnss3-1d   3.12.11-3
ii  openjdk-7-jre-headless [java6-runtime-headless]  7~b147-2.0~pre4-1

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

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

-- no debconf information



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


Bug#641306: ca-certificates-java: multiarch breakage in update.d/jks-keystore

2011-09-12 Thread Adrian Bunk
Package: ca-certificates-java
Version: 20110816
Severity: important

Found in /etc/ca-certificates/update.d/jks-keystore:

--  snip  --


for jvm in java-6-openjdk java-7-openjdk java-6-sun; do
if [ -x /usr/lib/jvm/$jvm/bin/java ]; then
break
fi
done
export JAVA_HOME=/usr/lib/jvm/$jvm


--  snip  --


The paths to the java binary changed thanks to multiarch.




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

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20110502+nmu1
ii  libnss3-1d   3.12.11-3
ii  openjdk-7-jre-headless [java6-runtime-headless]  7~b147-2.0~pre4-1

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

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

-- no debconf information



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


[pkg-java] r14860 - in trunk: . opendap opendap/debian opendap/debian/patches opendap/debian/source

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 14:29:30 + (Mon, 12 Sep 2011)
New Revision: 14860

Added:
   trunk/opendap/
   trunk/opendap/debian/
   trunk/opendap/debian/changelog
   trunk/opendap/debian/compat
   trunk/opendap/debian/control
   trunk/opendap/debian/copyright
   trunk/opendap/debian/get-orig-source
   trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs
   trunk/opendap/debian/patches/
   trunk/opendap/debian/patches/fixbuildxml.patch
   trunk/opendap/debian/patches/remove_headers.patch
   trunk/opendap/debian/patches/series
   trunk/opendap/debian/rules
   trunk/opendap/debian/source/
   trunk/opendap/debian/source/format
   trunk/opendap/debian/watch
Log:
adding opendap

Added: trunk/opendap/debian/changelog
===
--- trunk/opendap/debian/changelog  (rev 0)
+++ trunk/opendap/debian/changelog  2011-09-12 14:29:30 UTC (rev 14860)
@@ -0,0 +1,5 @@
+opendap (2.2-1) unstable; urgency=low
+
+  * Initial Debian Upload (Closes: #??)
+
+ -- Mathieu Malaterre mathieu.malate...@gmail.com  Wed, 07 Sep 2011 18:48:30 
+0200

Added: trunk/opendap/debian/compat
===
--- trunk/opendap/debian/compat (rev 0)
+++ trunk/opendap/debian/compat 2011-09-12 14:29:30 UTC (rev 14860)
@@ -0,0 +1 @@
+8

Added: trunk/opendap/debian/control
===
--- trunk/opendap/debian/control(rev 0)
+++ trunk/opendap/debian/control2011-09-12 14:29:30 UTC (rev 14860)
@@ -0,0 +1,22 @@
+Source: opendap
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+DM-Upload-Allowed: yes
+Uploaders: Mathieu Malaterre mathieu.malate...@gmail.com
+Build-Depends: debhelper (= 8), javahelper (= 0.25)
+Build-Depends-Indep: default-jdk, ant, bnd
+Standards-Version: 3.9.2
+Homepage: https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/net-luminis-build-plugin
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/net-luminis-build-plugin/
+
+Package: libopendap-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: Wrapper around Bnd to allow easy bundle creation from ant builds.
+ The OSGi bundle ant task is a wrapper around Bnd to allow easy bundle creation
+ from ant builds.
+ .
+ Creates an OSGi bundle. Computes OSGi headers (most notably the importPackage
+ and exportPackage) from class analysis.

Added: trunk/opendap/debian/copyright
===
--- trunk/opendap/debian/copyright  (rev 0)
+++ trunk/opendap/debian/copyright  2011-09-12 14:29:30 UTC (rev 14860)
@@ -0,0 +1,34 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: OSGi Bundle Ant Task
+Source: https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task
+
+Files: *
+Copyright: © 2006, 2007 luminis
+Licence: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ 
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of the Luminis nor the names of its contributors may be
+   used to endorse or promote products derived from this software without
+   specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: © 2011 Mathieu Malaterre mathieu.malate...@gmail.com
+License: BSD

Added: trunk/opendap/debian/get-orig-source
===
--- trunk/opendap/debian/get-orig-source(rev 0)
+++ trunk/opendap/debian/get-orig-source2011-09-12 14:29:30 UTC (rev 
14860)
@@ -0,0 +1,27 @@
+#!/bin/sh
+set -ex
+

[pkg-java] r14861 - trunk/opendap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 15:02:26 + (Mon, 12 Sep 2011)
New Revision: 14861

Added:
   trunk/opendap/debian/libopendap-java-doc.javadocs
   trunk/opendap/debian/libopendap-java.jlibs
Removed:
   trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs
Modified:
   trunk/opendap/debian/control
   trunk/opendap/debian/rules
Log:
Start fixing copy/paste error

Modified: trunk/opendap/debian/control
===
--- trunk/opendap/debian/control2011-09-12 14:29:30 UTC (rev 14860)
+++ trunk/opendap/debian/control2011-09-12 15:02:26 UTC (rev 14861)
@@ -5,18 +5,39 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre mathieu.malate...@gmail.com
 Build-Depends: debhelper (= 8), javahelper (= 0.25)
-Build-Depends-Indep: default-jdk, ant, bnd
+Build-Depends-Indep: default-jdk, ant, libjdom1-java, 
libcommons-httpclient-java
 Standards-Version: 3.9.2
-Homepage: https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/net-luminis-build-plugin
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/net-luminis-build-plugin/
+Homepage: http://opendap.org
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/opendap
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/opendap/
 
 Package: libopendap-java
 Architecture: all
-Depends: ${misc:Depends}
-Description: Wrapper around Bnd to allow easy bundle creation from ant builds.
- The OSGi bundle ant task is a wrapper around Bnd to allow easy bundle creation
- from ant builds.
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Project for a Network Data Access Protocol
+ OPeNDAP is a framework that simplifies all aspects of scientific data
+ networking.
  .
- Creates an OSGi bundle. Computes OSGi headers (most notably the importPackage
- and exportPackage) from class analysis.
+ OPeNDAP provides software which makes local data accessible to remote
+ locations regardless of local storage format.
+ .
+ OPeNDAP also provides tools for transforming existing applications into
+ OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
+
+Package: libopendap-java-doc
+Section: doc
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Project for a Network Data Access Protocol (documentation)
+ OPeNDAP is a framework that simplifies all aspects of scientific data
+ networking.
+ .
+ OPeNDAP provides software which makes local data accessible to remote
+ locations regardless of local storage format.
+ .
+ OPeNDAP also provides tools for transforming existing applications into
+ OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
+ .
+ This package provides the documentation for the library

Deleted: trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs
===
--- trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs 2011-09-12 
14:29:30 UTC (rev 14860)
+++ trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs 2011-09-12 
15:02:26 UTC (rev 14861)
@@ -1 +0,0 @@
-dist/*.jar

Added: trunk/opendap/debian/libopendap-java-doc.javadocs
===
--- trunk/opendap/debian/libopendap-java-doc.javadocs   
(rev 0)
+++ trunk/opendap/debian/libopendap-java-doc.javadocs   2011-09-12 15:02:26 UTC 
(rev 14861)
@@ -0,0 +1 @@
+build/doc usr/share/doc/libopendap-java/api

Copied: trunk/opendap/debian/libopendap-java.jlibs (from rev 14860, 
trunk/opendap/debian/libnet-luminis-build-plugin-java.jlibs)
===
--- trunk/opendap/debian/libopendap-java.jlibs  (rev 0)
+++ trunk/opendap/debian/libopendap-java.jlibs  2011-09-12 15:02:26 UTC (rev 
14861)
@@ -0,0 +1 @@
+build/dist/opendap-2.2.jar

Modified: trunk/opendap/debian/rules
===
--- trunk/opendap/debian/rules  2011-09-12 14:29:30 UTC (rev 14860)
+++ trunk/opendap/debian/rules  2011-09-12 15:02:26 UTC (rev 14861)
@@ -2,8 +2,8 @@
 #export DH_VERBOSE=1
 
 JAVA_HOME=/usr/lib/jvm/default-java
-#export CLASSPATH=/usr/share/java/bnd.jar
-#DEB_ANT_BUILD_TARGET := dist
+export 
CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/jdom1.jar
+#DEB_ANT_BUILD_TARGET := distribution
 
 %:
dh $@ --with javahelper


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


Bug#641298: libmaven-scm-java: circular dependency hell

2011-09-12 Thread Torsten Werner
Hi,

On Mon, Sep 12, 2011 at 3:12 PM, Bill Allombert ballo...@debian.org wrote:
 Complex circular dependencies are known to cause problems during upgrade, so 
 we
 should try to get rid of them.

may you explain a bug scenario that can be reproduced, please? I am
not aware of update problems of libmaven-scm-java,
libmaven2-core-java, and libwagon-java in the past.

Thanks,
Torsten



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


[pkg-java] r14862 - trunk/opendap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 15:14:58 + (Mon, 12 Sep 2011)
New Revision: 14862

Added:
   trunk/opendap/debian/libopendap-java-doc.javadoc
Removed:
   trunk/opendap/debian/libopendap-java-doc.javadocs
Modified:
   trunk/opendap/debian/libopendap-java.jlibs
Log:
final touch

Copied: trunk/opendap/debian/libopendap-java-doc.javadoc (from rev 14861, 
trunk/opendap/debian/libopendap-java-doc.javadocs)
===
--- trunk/opendap/debian/libopendap-java-doc.javadoc
(rev 0)
+++ trunk/opendap/debian/libopendap-java-doc.javadoc2011-09-12 15:14:58 UTC 
(rev 14862)
@@ -0,0 +1 @@
+build/doc usr/share/doc/libopendap-java/api

Deleted: trunk/opendap/debian/libopendap-java-doc.javadocs
===
--- trunk/opendap/debian/libopendap-java-doc.javadocs   2011-09-12 15:02:26 UTC 
(rev 14861)
+++ trunk/opendap/debian/libopendap-java-doc.javadocs   2011-09-12 15:14:58 UTC 
(rev 14862)
@@ -1 +0,0 @@
-build/doc usr/share/doc/libopendap-java/api

Modified: trunk/opendap/debian/libopendap-java.jlibs
===
--- trunk/opendap/debian/libopendap-java.jlibs  2011-09-12 15:02:26 UTC (rev 
14861)
+++ trunk/opendap/debian/libopendap-java.jlibs  2011-09-12 15:14:58 UTC (rev 
14862)
@@ -1 +1 @@
-build/dist/opendap-2.2.jar
+build/lib/opendap-2.2.jar


___
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] r14863 - trunk/java3d/debian

2011-09-12 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-12 15:25:49 + (Mon, 12 Sep 2011)
New Revision: 14863

Modified:
   trunk/java3d/debian/changelog
   trunk/java3d/debian/control
Log:
Bump Standards-Version to 3.9.2


Modified: trunk/java3d/debian/changelog
===
--- trunk/java3d/debian/changelog   2011-09-12 15:14:58 UTC (rev 14862)
+++ trunk/java3d/debian/changelog   2011-09-12 15:25:49 UTC (rev 14863)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch to default-jdk. (Closes: #640937).
+  * Bump Standards-Version to 3.9.2. No changes were required.
 
  -- Miguel Landaeta mig...@miguel.cc  Thu, 08 Sep 2011 19:56:44 -0430
 

Modified: trunk/java3d/debian/control
===
--- trunk/java3d/debian/control 2011-09-12 15:14:58 UTC (rev 14862)
+++ trunk/java3d/debian/control 2011-09-12 15:25:49 UTC (rev 14863)
@@ -5,7 +5,7 @@
 Uploaders: Onkar Shinde onkarshi...@ubuntu.com,
  Torsten Werner twer...@debian.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://java3d.dev.java.net
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java3d/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/


___
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] r14864 - trunk/opendap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 15:28:49 + (Mon, 12 Sep 2011)
New Revision: 14864

Modified:
   trunk/opendap/debian/copyright
Log:
fix copyright

Modified: trunk/opendap/debian/copyright
===
--- trunk/opendap/debian/copyright  2011-09-12 15:25:49 UTC (rev 14863)
+++ trunk/opendap/debian/copyright  2011-09-12 15:28:49 UTC (rev 14864)
@@ -1,34 +1,59 @@
 Format: http://dep.debian.net/deps/dep5/
-Upstream-Name: OSGi Bundle Ant Task
-Source: https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task
+Upstream-Name: OPeNDAP
+Upstream-Author: James Gallagher jgallag...@opendap.org
+Source: http://opendap.org/
 
 Files: *
-Copyright: © 2006, 2007 luminis
+Copyright: © 2002,2003 OPeNDAP, Inc. ,
+ © 20010 OPeNDAP, Inc.
 Licence: BSD
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
+ Redistribution and use in source and binary forms,
+ with or without modification, are permitted provided
+ that the following conditions are met:
  
- - Redistributions of source code must retain the above copyright notice, this
-   list of conditions and the following disclaimer.
- - Redistributions in binary form must reproduce the above copyright notice,
-   this list of conditions and the following disclaimer in the documentation
-   and/or other materials provided with the distribution.
- - Neither the name of the Luminis nor the names of its contributors may be
-   used to endorse or promote products derived from this software without
-   specific prior written permission.
+ - Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
  
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
+ - Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ 
+ - Neither the name of the OPeNDAP nor the names of its contributors may
+   be used to endorse or promote products derived from this software
+   without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS
+ IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Files: src/opendap/servlet/AsciiWriter.java
+Copyright: © 1997-2006 Unidata Program Center/University Corporation for
+ Atmospheric Research, P.O. Box 3000, Boulder, CO 80307,
+ supp...@unidata.ucar.edu.
+Licence: LGPL v2.1
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
+ General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
 Files: debian/*
 Copyright: © 2011 Mathieu Malaterre mathieu.malate...@gmail.com
 License: BSD


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org

[pkg-java] r14865 - trunk/opendap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 15:30:21 + (Mon, 12 Sep 2011)
New Revision: 14865

Modified:
   trunk/opendap/debian/copyright
Log:
fix typo

Modified: trunk/opendap/debian/copyright
===
--- trunk/opendap/debian/copyright  2011-09-12 15:28:49 UTC (rev 14864)
+++ trunk/opendap/debian/copyright  2011-09-12 15:30:21 UTC (rev 14865)
@@ -1,6 +1,6 @@
 Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: OPeNDAP
-Upstream-Author: James Gallagher jgallag...@opendap.org
+Upstream-Contact: James Gallagher jgallag...@opendap.org
 Source: http://opendap.org/
 
 Files: *


___
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] r14866 - trunk/opendap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 15:32:24 + (Mon, 12 Sep 2011)
New Revision: 14866

Modified:
   trunk/opendap/debian/control
Log:
use new URL

Modified: trunk/opendap/debian/control
===
--- trunk/opendap/debian/control2011-09-12 15:30:21 UTC (rev 14865)
+++ trunk/opendap/debian/control2011-09-12 15:32:24 UTC (rev 14866)
@@ -9,7 +9,7 @@
 Standards-Version: 3.9.2
 Homepage: http://opendap.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/opendap
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/opendap/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/opendap/
 
 Package: libopendap-java
 Architecture: all


___
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] r14867 - trunk/opendap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 15:35:04 + (Mon, 12 Sep 2011)
New Revision: 14867

Removed:
   trunk/opendap/debian/patches/
   trunk/opendap/debian/watch
Log:
cleanup

Deleted: trunk/opendap/debian/watch
===
--- trunk/opendap/debian/watch  2011-09-12 15:32:24 UTC (rev 14866)
+++ trunk/opendap/debian/watch  2011-09-12 15:35:04 UTC (rev 14867)
@@ -1,2 +0,0 @@
-# TODO 
-# https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task


___
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] Java3D 3DS File Loader branch, pristine-tar, updated. 7c2d49b8d180dfa21d6d8ad02b9e2d15052d45fb

2011-09-12 Thread Torsten Werner
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 Java3D 3DS File Loader.

The branch, pristine-tar has been updated
   via  7c2d49b8d180dfa21d6d8ad02b9e2d15052d45fb (commit)
  from  c1cdb5e3c39ef4a9f7ec3788098a66acb63cde48 (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 7c2d49b8d180dfa21d6d8ad02b9e2d15052d45fb
Author: Torsten Werner Torsten Werner twer...@debian.org
Date:   Mon Sep 12 17:39:14 2011 +0200

pristine-tar data for java3ds-fileloader_1.2+dfsg.orig.tar.gz

---

Summary of changes:
 java3ds-fileloader_1.2+dfsg.orig.tar.gz.delta |  Bin 0 - 2481 bytes
 java3ds-fileloader_1.2+dfsg.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/java3ds-fileloader_1.2+dfsg.orig.tar.gz.delta 
b/java3ds-fileloader_1.2+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..ddbd93b
Binary files /dev/null and b/java3ds-fileloader_1.2+dfsg.orig.tar.gz.delta 
differ
diff --git a/java3ds-fileloader_1.2+dfsg.orig.tar.gz.id 
b/java3ds-fileloader_1.2+dfsg.orig.tar.gz.id
new file mode 100644
index 000..8815439
--- /dev/null
+++ b/java3ds-fileloader_1.2+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+9b35f069b5ca79136298f317c077f8c18f155396


hooks/post-receive
-- 
Java3D 3DS File Loader

___
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] Java3D 3DS File Loader branch, upstream, updated. upstream/1.2-1-g9b35f06

2011-09-12 Thread Torsten Werner
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 Java3D 3DS File Loader.

The branch, upstream has been updated
   via  9b35f069b5ca79136298f317c077f8c18f155396 (commit)
  from  c60697a422637cd785dcfc4565777aa39b0ad135 (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 -
---

Summary of changes:


hooks/post-receive
-- 
Java3D 3DS File Loader

___
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] Java3D 3DS File Loader annotated tag, upstream/1.2+dfsg, created. upstream/1.2+dfsg

2011-09-12 Thread Torsten Werner
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 Java3D 3DS File Loader.

The annotated tag, upstream/1.2+dfsg has been created
at  82af433223010b6fd1219840d741a91cec1fd40f (tag)
   tagging  9b35f069b5ca79136298f317c077f8c18f155396 (commit)
  replaces  upstream/1.2
 tagged by  Torsten Werner
on  Mon Sep 12 17:39:14 2011 +0200

- Log -
Upstream version 1.2+dfsg

Torsten Werner (1):
  Imported Upstream version 1.2+dfsg

---


hooks/post-receive
-- 
Java3D 3DS File Loader

___
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] r14869 - in trunk: . javadap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 15:56:52 + (Mon, 12 Sep 2011)
New Revision: 14869

Added:
   trunk/javadap/
   trunk/javadap/debian/changelog
   trunk/javadap/debian/control
Removed:
   trunk/javadap/debian/changelog
   trunk/javadap/debian/control
   trunk/javadap/debian/patches/
   trunk/javadap/debian/watch
   trunk/opendap/
Log:
rename opendap into javadap to prevent any possible confusion with C 
implementation

Deleted: trunk/javadap/debian/changelog
===
--- trunk/opendap/debian/changelog  2011-09-12 15:30:21 UTC (rev 14865)
+++ trunk/javadap/debian/changelog  2011-09-12 15:56:52 UTC (rev 14869)
@@ -1,5 +0,0 @@
-opendap (2.2-1) unstable; urgency=low
-
-  * Initial Debian Upload (Closes: #??)
-
- -- Mathieu Malaterre mathieu.malate...@gmail.com  Wed, 07 Sep 2011 18:48:30 
+0200

Copied: trunk/javadap/debian/changelog (from rev 14868, 
trunk/opendap/debian/changelog)
===
--- trunk/javadap/debian/changelog  (rev 0)
+++ trunk/javadap/debian/changelog  2011-09-12 15:56:52 UTC (rev 14869)
@@ -0,0 +1,5 @@
+opendap (2.2-1) unstable; urgency=low
+
+  * Initial Debian Upload (Closes: #641315)
+
+ -- Mathieu Malaterre mathieu.malate...@gmail.com  Wed, 07 Sep 2011 18:48:30 
+0200

Deleted: trunk/javadap/debian/control
===
--- trunk/opendap/debian/control2011-09-12 15:30:21 UTC (rev 14865)
+++ trunk/javadap/debian/control2011-09-12 15:56:52 UTC (rev 14869)
@@ -1,43 +0,0 @@
-Source: opendap
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-DM-Upload-Allowed: yes
-Uploaders: Mathieu Malaterre mathieu.malate...@gmail.com
-Build-Depends: debhelper (= 8), javahelper (= 0.25)
-Build-Depends-Indep: default-jdk, ant, libjdom1-java, 
libcommons-httpclient-java
-Standards-Version: 3.9.2
-Homepage: http://opendap.org
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/opendap
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/opendap/
-
-Package: libopendap-java
-Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
-Description: Project for a Network Data Access Protocol
- OPeNDAP is a framework that simplifies all aspects of scientific data
- networking.
- .
- OPeNDAP provides software which makes local data accessible to remote
- locations regardless of local storage format.
- .
- OPeNDAP also provides tools for transforming existing applications into
- OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
-
-Package: libopendap-java-doc
-Section: doc
-Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
-Description: Project for a Network Data Access Protocol (documentation)
- OPeNDAP is a framework that simplifies all aspects of scientific data
- networking.
- .
- OPeNDAP provides software which makes local data accessible to remote
- locations regardless of local storage format.
- .
- OPeNDAP also provides tools for transforming existing applications into
- OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
- .
- This package provides the documentation for the library

Copied: trunk/javadap/debian/control (from rev 14866, 
trunk/opendap/debian/control)
===
--- trunk/javadap/debian/control(rev 0)
+++ trunk/javadap/debian/control2011-09-12 15:56:52 UTC (rev 14869)
@@ -0,0 +1,43 @@
+Source: opendap
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+DM-Upload-Allowed: yes
+Uploaders: Mathieu Malaterre mathieu.malate...@gmail.com
+Build-Depends: debhelper (= 8), javahelper (= 0.25)
+Build-Depends-Indep: default-jdk, ant, libjdom1-java, 
libcommons-httpclient-java, junit
+Standards-Version: 3.9.2
+Homepage: http://opendap.org
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/opendap
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/opendap/
+
+Package: libopendap-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Project for a Network Data Access Protocol
+ OPeNDAP is a framework that simplifies all aspects of scientific data
+ networking.
+ .
+ OPeNDAP provides software which makes local data accessible to remote
+ locations regardless of local storage format.
+ .
+ OPeNDAP also provides tools for transforming existing applications into
+ OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
+
+Package: libopendap-java-doc
+Section: doc
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Project for a Network Data Access Protocol (documentation)
+ 

[pkg-java] r14871 - trunk/javadap/debian

2011-09-12 Thread Mathieu Malaterre
Author: malat-guest
Date: 2011-09-12 16:04:34 + (Mon, 12 Sep 2011)
New Revision: 14871

Added:
   trunk/javadap/debian/libopendap-java-doc.javadoc
   trunk/javadap/debian/libopendap-java.jlibs
Removed:
   trunk/javadap/debian/libjdap-java-doc.javadoc
   trunk/javadap/debian/libjdap-java.jlibs
Modified:
   trunk/javadap/debian/control
Log:
revert previous change. Keep opendap for binary package, should not conflict 
with C implementation as java is in the name

Modified: trunk/javadap/debian/control
===
--- trunk/javadap/debian/control2011-09-12 16:00:46 UTC (rev 14870)
+++ trunk/javadap/debian/control2011-09-12 16:04:34 UTC (rev 14871)
@@ -11,7 +11,7 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javadap
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/javadap/
 
-Package: libjdap-java
+Package: libopendap-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
 Recommends: ${java:Recommends}
@@ -25,7 +25,7 @@
  OPeNDAP also provides tools for transforming existing applications into
  OPeNDAP clients (i.e., enabling them to remotely access OPeNDAP served data).
 
-Package: libjdap-java-doc
+Package: libopendap-java-doc
 Section: doc
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}

Deleted: trunk/javadap/debian/libjdap-java-doc.javadoc
===
--- trunk/javadap/debian/libjdap-java-doc.javadoc   2011-09-12 16:00:46 UTC 
(rev 14870)
+++ trunk/javadap/debian/libjdap-java-doc.javadoc   2011-09-12 16:04:34 UTC 
(rev 14871)
@@ -1 +0,0 @@
-build/doc usr/share/doc/libjdap-java/api

Deleted: trunk/javadap/debian/libjdap-java.jlibs
===
--- trunk/javadap/debian/libjdap-java.jlibs 2011-09-12 16:00:46 UTC (rev 
14870)
+++ trunk/javadap/debian/libjdap-java.jlibs 2011-09-12 16:04:34 UTC (rev 
14871)
@@ -1 +0,0 @@
-build/lib/opendap-2.2.jar

Copied: trunk/javadap/debian/libopendap-java-doc.javadoc (from rev 14870, 
trunk/javadap/debian/libjdap-java-doc.javadoc)
===
--- trunk/javadap/debian/libopendap-java-doc.javadoc
(rev 0)
+++ trunk/javadap/debian/libopendap-java-doc.javadoc2011-09-12 16:04:34 UTC 
(rev 14871)
@@ -0,0 +1 @@
+build/doc usr/share/doc/libopendap-java/api

Copied: trunk/javadap/debian/libopendap-java.jlibs (from rev 14870, 
trunk/javadap/debian/libjdap-java.jlibs)
===
--- trunk/javadap/debian/libopendap-java.jlibs  (rev 0)
+++ trunk/javadap/debian/libopendap-java.jlibs  2011-09-12 16:04:34 UTC (rev 
14871)
@@ -0,0 +1 @@
+build/lib/opendap-2.2.jar


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


java-access-bridge 1.26.2-8 MIGRATED to testing

2011-09-12 Thread Debian testing watch
FYI: The status of the java-access-bridge source package
in Debian's testing distribution has changed.

  Previous version: 1.26.2-5
  Current version:  1.26.2-8

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

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


maven-debian-helper 1.4.5 MIGRATED to testing

2011-09-12 Thread Debian testing watch
FYI: The status of the maven-debian-helper source package
in Debian's testing distribution has changed.

  Previous version: 1.4.4
  Current version:  1.4.5

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

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


Bug#641326: libcommons-net1-java: problem with providing libcommons-net-java?

2011-09-12 Thread Patrice DUROUX
Package: libcommons-net1-java
Version: 1.4.1-4
Severity: normal

Dear Maintainer,

I cannot install biomaj package as it depends on libcommons-net-java
while having libcommons-net1-java installed.
One changelog entry on libcommons-net1-java (1.4.1-3) unstable; urgency=low
says that:
   * Rename package to libcommons-net1-java and add Provides:
 libcommons-net-java.

Something strange, isn't it?! ;-)

Regards,
Patrice.


*** Please consider answering these questions, where appropiate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages libcommons-net1-java depends on:
ii  liboro-java  2.0.8a-8

libcommons-net1-java recommends no packages.

libcommons-net1-java suggests no packages.

-- no debconf information



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


[pkg-java] r14872 - trunk/libcommons-net1-java/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 18:18:17 + (Mon, 12 Sep 2011)
New Revision: 14872

Modified:
   trunk/libcommons-net1-java/debian/changelog
   trunk/libcommons-net1-java/debian/control
Log:
Add a dummy package libcommons-net-java to ease upgrades.
(Closes: #641326)

Modified: trunk/libcommons-net1-java/debian/changelog
===
--- trunk/libcommons-net1-java/debian/changelog 2011-09-12 16:04:34 UTC (rev 
14871)
+++ trunk/libcommons-net1-java/debian/changelog 2011-09-12 18:18:17 UTC (rev 
14872)
@@ -1,3 +1,10 @@
+libcommons-net1-java (1.4.1-5) unstable; urgency=low
+
+  * Add a dummy package libcommons-net-java to ease upgrades.
+(Closes: #641326)
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 20:16:53 +0200
+
 libcommons-net1-java (1.4.1-4) unstable; urgency=low
 
   * Add missing Conflicts: and Replaces: libcommons-net-java.

Modified: trunk/libcommons-net1-java/debian/control
===
--- trunk/libcommons-net1-java/debian/control   2011-09-12 16:04:34 UTC (rev 
14871)
+++ trunk/libcommons-net1-java/debian/control   2011-09-12 18:18:17 UTC (rev 
14872)
@@ -13,9 +13,8 @@
 Package: libcommons-net1-java
 Architecture: all
 Depends: liboro-java (= 2.0.8), ${misc:Depends}
-Conflicts: libcommons-net-java
-Replaces: libcommons-net-java
-Provides: libcommons-net-java
+Conflicts: libcommons-net-java ( 1.4.1-4~)
+Replaces: libcommons-net-java ( 1.4.1-4~)
 Description: internet protocol suite Java library
  This is an Internet protocol suite Java library originally developed by
  ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,
@@ -36,3 +35,9 @@
  the Apache Software License.
  .
  This is a part of the Apache Commons Project.
+
+Package: libcommons-net-java
+Architecture: all
+Depends: libcommons-net1-java (= ${binary:Version}), ${misc:Depends}
+Description: dummy package for upgrading to libcommons-net-java
+ This package can be safely removed after ugrading to libcommons-net1-java.


___
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] r14873 - in tags/libcommons-net1-java: . 1.4.1-5/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 18:20:28 + (Mon, 12 Sep 2011)
New Revision: 14873

Added:
   tags/libcommons-net1-java/1.4.1-5/
   tags/libcommons-net1-java/1.4.1-5/debian/changelog
   tags/libcommons-net1-java/1.4.1-5/debian/control
Removed:
   tags/libcommons-net1-java/1.4.1-5/debian/changelog
   tags/libcommons-net1-java/1.4.1-5/debian/control
Log:
[svn-buildpackage] Tagging libcommons-net1-java 1.4.1-5

Deleted: tags/libcommons-net1-java/1.4.1-5/debian/changelog
===
--- trunk/libcommons-net1-java/debian/changelog 2011-09-12 16:04:34 UTC (rev 
14871)
+++ tags/libcommons-net1-java/1.4.1-5/debian/changelog  2011-09-12 18:20:28 UTC 
(rev 14873)
@@ -1,87 +0,0 @@
-libcommons-net1-java (1.4.1-4) unstable; urgency=low
-
-  * Add missing Conflicts: and Replaces: libcommons-net-java.
-  * Update Vcs-* headers.
-  * Remove Arnaud from Uploaders list.
-  * Add missing Apache-1.1 license to debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Fri, 12 Aug 2011 23:31:41 +0200
-
-libcommons-net1-java (1.4.1-3) unstable; urgency=low
-
-  [ Michael Koch ]
-  * Fixed watch file to match version 1.x only.
-
-  [ Torsten Werner ]
-  * Rename package to libcommons-net1-java and add Provides:
-libcommons-net-java.
-  * Remove Java runtime Depends.
-  * Switch to source format 3.0.
-
- -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 10:33:15 +0200
-
-libcommons-net-java (1.4.1-2) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-  * Set java source version to 1.4.
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Add missing Depends: ${misc:Depends}.
-  * Switch to debhelper compat level 5.
-  * Update Standards-Version: 3.8.2.
-  * Add Homepage and Vcs-* headers.
-  * Change Section: java.
-  * Change encoding of debian/copyright to UTF-8.
-  * Fix Description (the The).
-
- -- Torsten Werner twer...@debian.org  Sun, 02 Aug 2009 22:50:12 +0200
-
-libcommons-net-java (1.4.1-1) unstable; urgency=low
-
-  * New upstram (closes: #377064)
-  * debian/watch: updated to official Apache web site (not a mirror)
-  * Updated Standards-Version to 3.7.2; split Build-Dep and
-Build-Dep-Indep
-  * Built with java-gcj-compat-dev and cdbs-ant
-  * debian/doc-base: added (based on Wolfgang's libcommons-logging-java
-debian/doc-base file)
-
- -- Arnaud Vandyck av...@debian.org  Tue,  1 Aug 2006 12:01:53 +0200
-
-libcommons-net-java (1.3.0-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Arnaud Vandyck av...@debian.org  Tue, 15 Mar 2005 12:55:43 +0100
-
-libcommons-net-java (1.2.2-2) unstable; urgency=low
-
-  * gjdoc can now build the documentation (closes: #273546).
-
- -- Arnaud Vandyck av...@debian.org  Mon, 28 Feb 2005 12:02:14 +0100
-
-libcommons-net-java (1.2.2-1) unstable; urgency=low
-
-  * New upstream release (closes: #272028).
-
- -- Arnaud Vandyck av...@debian.org  Mon, 11 Oct 2004 10:39:14 +0200
-
-libcommons-net-java (1.2.1-2) unstable; urgency=low
-
-  * added cdbs to the build-depends, thanks to Frederik Schueler (Closes:
-#251451)
-
- -- Arnaud Vandyck av...@debian.org  Sat, 29 May 2004 21:05:46 +0200
-
-libcommons-net-java (1.2.1-1) unstable; urgency=low
-
-  * Initial Release (closes: #237513).
-
- -- Arnaud Vandyck av...@debian.org  Tue, 11 May 2004 17:01:55 +0200
-

Copied: tags/libcommons-net1-java/1.4.1-5/debian/changelog (from rev 14872, 
trunk/libcommons-net1-java/debian/changelog)
===
--- tags/libcommons-net1-java/1.4.1-5/debian/changelog  
(rev 0)
+++ tags/libcommons-net1-java/1.4.1-5/debian/changelog  2011-09-12 18:20:28 UTC 
(rev 14873)
@@ -0,0 +1,94 @@
+libcommons-net1-java (1.4.1-5) unstable; urgency=low
+
+  * Add a dummy package libcommons-net-java to ease upgrades.
+(Closes: #641326)
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 20:16:53 +0200
+
+libcommons-net1-java (1.4.1-4) unstable; urgency=low
+
+  * Add missing Conflicts: and Replaces: libcommons-net-java.
+  * Update Vcs-* headers.
+  * Remove Arnaud from Uploaders list.
+  * Add missing Apache-1.1 license to debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Fri, 12 Aug 2011 23:31:41 +0200
+
+libcommons-net1-java (1.4.1-3) unstable; urgency=low
+
+  [ Michael Koch ]
+  * Fixed watch file to match version 1.x only.
+
+  [ Torsten Werner ]
+  * Rename package to libcommons-net1-java and add Provides:
+libcommons-net-java.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 10:33:15 +0200
+
+libcommons-net-java (1.4.1-2) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre/-jdk.
+  * Set java source version to 1.4.
+
+  [ Emmanuel Bourg ]
+  * Update of the URLs
+  * Rename Jakarta Commons 

Processing of libcommons-net1-java_1.4.1-5_amd64.changes

2011-09-12 Thread Debian FTP Masters
libcommons-net1-java_1.4.1-5_amd64.changes uploaded successfully to localhost
along with the files:
  libcommons-net1-java_1.4.1-5.dsc
  libcommons-net1-java_1.4.1-5.debian.tar.gz
  libcommons-net1-java_1.4.1-5_all.deb
  libcommons-net-java_1.4.1-5_all.deb

Greetings,

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

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


Processed: tagging 641326

2011-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 641326 + pending
Bug #641326 [libcommons-net1-java] libcommons-net1-java: problem with providing 
libcommons-net-java?
Added tag(s) pending.
 thanks
Stopping processing here.

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

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


[SCM] Exec Maven Plugin branch, upstream, updated. upstream/1.1.1-2-g3ce3d0f

2011-09-12 Thread Torsten Werner
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 Exec Maven Plugin.

The branch, upstream has been updated
   via  3ce3d0f1021a3c6c89389945aaf76316545ae3cd (commit)
  from  0bb91ffecb59c807813f63fb546f6a6b70d6aef7 (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 -
---

Summary of changes:


hooks/post-receive
-- 
Exec Maven Plugin

___
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] Exec Maven Plugin branch, master, updated. 1.1.1+dfsg-1-4-g189a8f6

2011-09-12 Thread Torsten Werner
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 Exec Maven Plugin.

The branch, master has been updated
   via  189a8f61120c68f85d3a067c8997dae8e84acb03 (commit)
   via  3ce3d0f1021a3c6c89389945aaf76316545ae3cd (commit)
   via  0bb91ffecb59c807813f63fb546f6a6b70d6aef7 (commit)
  from  24f7b0094eee142e03159c168db356aeaf237a3e (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 189a8f61120c68f85d3a067c8997dae8e84acb03
Merge: 24f7b00 3ce3d0f
Author: Torsten Werner Torsten Werner twer...@debian.org
Date:   Mon Sep 12 20:28:52 2011 +0200

Merge commit 'upstream/1.1.1+dfsg'

---

Summary of changes:


hooks/post-receive
-- 
Exec Maven Plugin

___
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] Exec Maven Plugin branch, pristine-tar, updated. 88bdfb3832fb64240a7b26b44d6ae18b86a927aa

2011-09-12 Thread Torsten Werner
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 Exec Maven Plugin.

The branch, pristine-tar has been updated
   via  88bdfb3832fb64240a7b26b44d6ae18b86a927aa (commit)
  from  d9b0f64d0cc420635a645a1e0d0356a8c44e9fda (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 88bdfb3832fb64240a7b26b44d6ae18b86a927aa
Author: Torsten Werner Torsten Werner twer...@debian.org
Date:   Mon Sep 12 20:28:52 2011 +0200

pristine-tar data for exec-maven-plugin_1.1.1+dfsg.orig.tar.gz

---

Summary of changes:
 exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.delta |  Bin 0 - 4573 bytes
 exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.delta 
b/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..6fd14c4
Binary files /dev/null and b/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.delta 
differ
diff --git a/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.id 
b/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.id
new file mode 100644
index 000..9f2a650
--- /dev/null
+++ b/exec-maven-plugin_1.1.1+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+3ce3d0f1021a3c6c89389945aaf76316545ae3cd


hooks/post-receive
-- 
Exec Maven Plugin

___
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] Exec Maven Plugin annotated tag, upstream/1.1.1+dfsg, created. upstream/1.1.1+dfsg

2011-09-12 Thread Torsten Werner
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 Exec Maven Plugin.

The annotated tag, upstream/1.1.1+dfsg has been created
at  7764e871e635e93ec4e77eb4ea3e7dfe5bcf9c89 (tag)
   tagging  3ce3d0f1021a3c6c89389945aaf76316545ae3cd (commit)
  replaces  upstream/1.1.1
 tagged by  Torsten Werner
on  Mon Sep 12 20:28:52 2011 +0200

- Log -
Upstream version 1.1.1+dfsg

Gabriele Giacone (1):
  Imported Upstream version 1.1.1+dfsg

Torsten Werner (1):
  Imported Upstream version 1.1.1+dfsg

---


hooks/post-receive
-- 
Exec Maven Plugin

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


libcommons-net1-java_1.4.1-5_amd64.changes is NEW

2011-09-12 Thread Debian FTP Masters
(new) libcommons-net-java_1.4.1-5_all.deb optional java
dummy package for upgrading to libcommons-net-java
 This package can be safely removed after ugrading to libcommons-net1-java.
libcommons-net1-java_1.4.1-5.debian.tar.gz
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5.debian.tar.gz
libcommons-net1-java_1.4.1-5.dsc
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5.dsc
libcommons-net1-java_1.4.1-5_all.deb
  to main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1-5_all.deb
Changes: libcommons-net1-java (1.4.1-5) unstable; urgency=low
 .
  * Add a dummy package libcommons-net-java to ease upgrades.
(Closes: #641326)


Override entries for your package:
libcommons-net1-java_1.4.1-5.dsc - source java
libcommons-net1-java_1.4.1-5_all.deb - optional java

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


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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[SCM] Exec Maven Plugin branch, master, updated. 1.1.1+dfsg-1-6-g3f6d191

2011-09-12 Thread Torsten Werner
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 Exec Maven Plugin.

The branch, master has been updated
   via  3f6d1912fee93d0155f36e9e27ea582ffd36725f (commit)
   via  d436b98a751201da1618300e4fd3f89d67ef783e (commit)
  from  189a8f61120c68f85d3a067c8997dae8e84acb03 (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 3f6d1912fee93d0155f36e9e27ea582ffd36725f
Author: Torsten Werner Torsten Werner twer...@debian.org
Date:   Mon Sep 12 20:35:53 2011 +0200

Update Standards-Version: 3.9.2.

commit d436b98a751201da1618300e4fd3f89d67ef783e
Author: Torsten Werner Torsten Werner twer...@debian.org
Date:   Mon Sep 12 20:32:12 2011 +0200

Add Build-Depends-Indep: libmaven-plugin-tools-java.

---

Summary of changes:
 debian/changelog |8 
 debian/control   |7 ---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d26ae5..7537f3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+exec-maven-plugin (1.1.1+dfsg-3) unstable; urgency=low
+
+  * Team upload.
+  * Add Build-Depends-Indep: libmaven-plugin-tools-java.
+  * Update Standards-Version: 3.9.2.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 20:35:49 +0200
+
 exec-maven-plugin (1.1.1+dfsg-2) unstable; urgency=low
 
   * Switch to public package: maintainers are Debian Java Maintainers
diff --git a/debian/control b/debian/control
index a6bc8d0..f207eb5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,12 @@ Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.or
 Uploaders: Gabriele Giacone 1o5g4...@gmail.com
 Build-Depends: debhelper (= 7), cdbs
 Build-Depends-Indep: default-jdk, maven-debian-helper, libmaven2-core-java,
- libplexus-container-default-java, libplexus-utils-java, 
libmaven-plugin-testing-java
-Standards-Version: 3.8.4
+ libplexus-container-default-java, libplexus-utils-java, 
libmaven-plugin-testing-java,
+ libmaven-plugin-tools-java
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-java/exec-maven-plugin.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/exec-maven-plugin.git;a=summary
-Homepage: http://mojo.codehaus.org/exec-maven-plugin 
+Homepage: http://mojo.codehaus.org/exec-maven-plugin
 
 Package: libmaven-exec-plugin-java
 Architecture: all


hooks/post-receive
-- 
Exec Maven Plugin

___
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] Exec Maven Plugin annotated tag, debian/1.1.1+dfsg-3, created. debian/1.1.1+dfsg-3

2011-09-12 Thread Torsten Werner
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 Exec Maven Plugin.

The annotated tag, debian/1.1.1+dfsg-3 has been created
at  3ed2f58d9b6222ecababa39fcbfba50f798f69df (tag)
   tagging  3f6d1912fee93d0155f36e9e27ea582ffd36725f (commit)
  replaces  1.1.1+dfsg-1
 tagged by  Torsten Werner
on  Mon Sep 12 20:37:42 2011 +0200

- Log -
Debian release 1.1.1+dfsg-3

Gabriele Giacone (2):
  switch to public package
  Imported Upstream version 1.1.1+dfsg

Torsten Werner (4):
  Imported Upstream version 1.1.1+dfsg
  Merge commit 'upstream/1.1.1+dfsg'
  Add Build-Depends-Indep: libmaven-plugin-tools-java.
  Update Standards-Version: 3.9.2.

---


hooks/post-receive
-- 
Exec Maven Plugin

___
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 exec-maven-plugin_1.1.1+dfsg-3_amd64.changes

2011-09-12 Thread Debian FTP Masters
exec-maven-plugin_1.1.1+dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  exec-maven-plugin_1.1.1+dfsg-3.dsc
  exec-maven-plugin_1.1.1+dfsg-3.debian.tar.gz
  libmaven-exec-plugin-java_1.1.1+dfsg-3_all.deb

Greetings,

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

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


exec-maven-plugin_1.1.1+dfsg-3_amd64.changes ACCEPTED into unstable

2011-09-12 Thread Debian FTP Masters



Accepted:
exec-maven-plugin_1.1.1+dfsg-3.debian.tar.gz
  to main/e/exec-maven-plugin/exec-maven-plugin_1.1.1+dfsg-3.debian.tar.gz
exec-maven-plugin_1.1.1+dfsg-3.dsc
  to main/e/exec-maven-plugin/exec-maven-plugin_1.1.1+dfsg-3.dsc
libmaven-exec-plugin-java_1.1.1+dfsg-3_all.deb
  to main/e/exec-maven-plugin/libmaven-exec-plugin-java_1.1.1+dfsg-3_all.deb


Override entries for your package:
exec-maven-plugin_1.1.1+dfsg-3.dsc - source java
libmaven-exec-plugin-java_1.1.1+dfsg-3_all.deb - optional java

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


Thank you for your contribution to Debian.

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


[pkg-java] r14874 - trunk/ca-certificates-java/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 18:50:48 + (Mon, 12 Sep 2011)
New Revision: 14874

Modified:
   trunk/ca-certificates-java/debian/changelog
   trunk/ca-certificates-java/debian/jks-keystore.hook
Log:
Support new multiarch JRE packages in jks-keystore. (Closes: #641306)

Modified: trunk/ca-certificates-java/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-09-12 18:20:28 UTC (rev 
14873)
+++ trunk/ca-certificates-java/debian/changelog 2011-09-12 18:50:48 UTC (rev 
14874)
@@ -1,3 +1,9 @@
+ca-certificates-java (20110912) unstable; urgency=low
+
+  * Support new multiarch JRE packages in jks-keystore. (Closes: #641306)
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 20:49:07 +0200
+
 ca-certificates-java (20110816) unstable; urgency=low
 
   * Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch

Modified: trunk/ca-certificates-java/debian/jks-keystore.hook
===
--- trunk/ca-certificates-java/debian/jks-keystore.hook 2011-09-12 18:20:28 UTC 
(rev 14873)
+++ trunk/ca-certificates-java/debian/jks-keystore.hook 2011-09-12 18:50:48 UTC 
(rev 14874)
@@ -23,7 +23,7 @@
 exit 1
 fi
 
-for jvm in java-6-openjdk java-7-openjdk java-6-sun; do
+for jvm in java-6-openjdk* java-7-openjdk* java-6-sun; do
 if [ -x /usr/lib/jvm/$jvm/bin/java ]; then
break
 fi


___
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] r14875 - trunk/ca-certificates-java/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 19:29:02 + (Mon, 12 Sep 2011)
New Revision: 14875

Modified:
   trunk/ca-certificates-java/debian/changelog
   trunk/ca-certificates-java/debian/jks-keystore.hook
Log:
Support OpenJDK 7. (Closes: #641305)

Modified: trunk/ca-certificates-java/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-09-12 18:50:48 UTC (rev 
14874)
+++ trunk/ca-certificates-java/debian/changelog 2011-09-12 19:29:02 UTC (rev 
14875)
@@ -1,8 +1,9 @@
 ca-certificates-java (20110912) unstable; urgency=low
 
   * Support new multiarch JRE packages in jks-keystore. (Closes: #641306)
+  * Support OpenJDK 7. (Closes: #641305)
 
- -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 20:49:07 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 21:23:22 +0200
 
 ca-certificates-java (20110816) unstable; urgency=low
 

Modified: trunk/ca-certificates-java/debian/jks-keystore.hook
===
--- trunk/ca-certificates-java/debian/jks-keystore.hook 2011-09-12 18:50:48 UTC 
(rev 14874)
+++ trunk/ca-certificates-java/debian/jks-keystore.hook 2011-09-12 19:29:02 UTC 
(rev 14875)
@@ -23,12 +23,12 @@
 exit 1
 fi
 
-for jvm in java-6-openjdk* java-7-openjdk* java-6-sun; do
-if [ -x /usr/lib/jvm/$jvm/bin/java ]; then
+for jdir in /usr/lib/jvm/java-[67]-openjdk* /usr/lib/jvm/java-6-sun; do
+if [ -x $jdir/bin/java ]; then
break
 fi
 done
-export JAVA_HOME=/usr/lib/jvm/$jvm
+export JAVA_HOME=$jdir
 PATH=$JAVA_HOME/bin:$PATH
 
 temp_jvm_cfg=
@@ -39,12 +39,16 @@
 printf -- -server KNOWN\n  $temp_jvm_cfg
 fi
 
-if which dpkg-query --version /dev/null; then
-nsspkg=$(dpkg-query -L libnss3 | sed -n 's,\(.*\)/libnss3\.so$,\1,p')
-nssjdk=$(sed -n '/nssLibraryDirectory/s/.*= *\(.*\)/\1/p' 
/etc/$jvm/security/nss.cfg)
+if dpkg-query --version /dev/null; then
+nsspkg=$(dpkg-query -L libnss3-1d | sed -n 's,\(.*\)/libnss3\.so$,\1,p')
+nssjdk=$(sed -n '/nssLibraryDirectory/s/.*= *\(.*\)/\1/p' 
$jdir/jre/lib/security/nss.cfg)
 if [ $nsspkg != $nssjdk ]; then
-   ln -sf $nsspkg/libnss3.so $nssjdk/libnss3.so
+   ln -sf $nsspkg/libnss3.so $nssjdk/
 fi
+softokn3pkg=$(dpkg-query -L libnss3-1d | sed -n 
's,\(.*\)/libsoftokn3\.so$,\1,p')
+if [ $softokn3pkg != $nssjdk ]; then
+   ln -sf $softokn3pkg/libsoftokn3.so $nssjdk/
+fi
 fi
 
 do_cleanup()
@@ -53,6 +57,9 @@
 if [ $nsspkg != $nssjdk ]; then
rm -f $nssjdk/libnss3.so
 fi
+if [ $softokn3pkg != $nssjdk ]; then
+   rm -f $nssjdk/libsoftokn3.so
+fi
 }
 
 CLASSPATH=/usr/share/ca-certificates-java


___
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] r14876 - in tags/ca-certificates-java: . 20110912/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 19:32:18 + (Mon, 12 Sep 2011)
New Revision: 14876

Added:
   tags/ca-certificates-java/20110912/
   tags/ca-certificates-java/20110912/debian/changelog
   tags/ca-certificates-java/20110912/debian/jks-keystore.hook
Removed:
   tags/ca-certificates-java/20110912/debian/changelog
   tags/ca-certificates-java/20110912/debian/jks-keystore.hook
Log:
[svn-buildpackage] Tagging ca-certificates-java 20110912

Deleted: tags/ca-certificates-java/20110912/debian/changelog
===
--- trunk/ca-certificates-java/debian/changelog 2011-09-12 18:20:28 UTC (rev 
14873)
+++ tags/ca-certificates-java/20110912/debian/changelog 2011-09-12 19:32:18 UTC 
(rev 14876)
@@ -1,139 +0,0 @@
-ca-certificates-java (20110816) unstable; urgency=low
-
-  * Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch
-changes. (Closes: #635571)
-  * Use the locale C.UTF-8 for the hook script to be more robust.
-
- -- Torsten Werner twer...@debian.org  Tue, 16 Aug 2011 11:00:33 +0200
-
-ca-certificates-java (20110531) unstable; urgency=low
-
-  * Prepare for multiarch libnss3 update.
-
- -- Matthias Klose d...@ubuntu.com  Tue, 31 May 2011 15:20:52 +0200
-
-ca-certificates-java (20110426) unstable; urgency=low
-
-  * Test for existing file in postinst before copying it. (Closes: #624152)
-  * Add Vcs headers to debian/control.
-
- -- Torsten Werner twer...@debian.org  Tue, 26 Apr 2011 09:23:03 +0200
-
-ca-certificates-java (20110425) unstable; urgency=low
-
-  * Add Java code to update the keystore and support UTF-8 encoded filenames.
-(Closes: #607245, #623671)
-  * Change Maintainer to Debian Java Maintainers and add myself to Uploaders.
-  * Update Build-Depends.
-  * Replace old inconsistent keystore aliases. (Closes: #623888)
-  * Add support for openjdk-7 and remove support for old cacao VM.
-  * Add a NEWS file explaining the update.
-  * Update README.Debian.
-
- -- Torsten Werner twer...@debian.org  Mon, 25 Apr 2011 15:28:55 +0200
-
-ca-certificates-java (20100412) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 12 Apr 2010 03:15:47 +0200
-
-ca-certificates-java (20100406ubuntu1) lucid; urgency=low
-
-  * Make the installation and import of certificates more robust,
-if the NSS based security provider is disabled or not built.
-
- -- Matthias Klose d...@ubuntu.com  Sun, 11 Apr 2010 20:54:43 +0200
-
-ca-certificates-java (20100406) unstable; urgency=low
-
-  * Explicitely fail the installation, if /proc is not mounted.
-Currently required by the java tools, changed in OpenJDK7.
-Closes: #576453. LP: #556044.
-  * Print name of JVM in case of errors.
-  * Set priority to optional, set section to java. Closes: #566855.
-  * Remove /etc/ssl/certs on package purge, if empty. Closes: #566853.
-
- -- Matthias Klose d...@debian.org  Tue, 06 Apr 2010 21:41:39 +0200
-
-ca-certificates-java (20091021) unstable; urgency=low
-
-  * Clarify output for keytool errors (although it shouldnn't be
-necessary anymore). Closes: #540490.
-
- -- Matthias Klose d...@ubuntu.com  Wed, 21 Oct 2009 22:00:53 +0200
-
-ca-certificates-java (20090928) karmic; urgency=low
-
-  * Rebuild with OpenJDK supporting PKCS11 cryptography, rebuild with
-ca-certificates 20090814.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 28 Sep 2009 16:47:09 +0200
-
-ca-certificates-java (20090629) unstable; urgency=low
-
-  * debian/rules, debian/postinst, debian/jks-keystore.hook: Filter out
-SHA384withECDSA certificates since keytool won't support them.
-LP: #392104, closes: #534520.
-  * Fix typo in hook. Closes: #534533.
-  * Use java6-runtime-headless as alternative dependency. Closes: #512293.
-
- -- Matthias Klose d...@ubuntu.com  Mon, 29 Jun 2009 11:27:59 +0200
-
-ca-certificates-java (20081028) unstable; urgency=low
-
-  * Ignore LANG and LC_ALL setting when running keytool. LP: #289934.
-
- -- Matthias Klose d...@debian.org  Tue, 28 Oct 2008 07:20:16 +0100
-
-ca-certificates-java (20081027) unstable; urgency=medium
-
-  * Merge from Ubuntu:
-- Don't try to import certificates, which are listed in
-  /etc/ca-certificates.conf, but not available on the system.
-  Just warn about those. LP: #289091.
-- Need to run keytool, when the jre is unpacked, but not yet configured.
-  Create a temporary jvm.cfg for the time in that postinst and the
-  jks-keystore.hook are run, and remove it afterwards. LP: #289199.
-
- -- Matthias Klose d...@debian.org  Mon, 27 Oct 2008 13:58:14 +0100
-
-ca-certificates-java (20081024) unstable; urgency=low
-
-  * Install /etc/default/cacerts with mode 600.
-
- -- Matthias Klose d...@debian.org  Fri, 24 Oct 2008 15:10:48 +0200
-
-ca-certificates-java (20081022) unstable; urgency=low
-
-  * debian/jks-keystore.hook:
-- Don't stop after first error during the update. LP: #244412.
-  Closes: #489748.
-- Call keytool with -noprompt

Processing of ca-certificates-java_20110912_amd64.changes

2011-09-12 Thread Debian FTP Masters
ca-certificates-java_20110912_amd64.changes uploaded successfully to localhost
along with the files:
  ca-certificates-java_20110912.dsc
  ca-certificates-java_20110912.tar.gz
  ca-certificates-java_20110912_all.deb

Greetings,

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

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


ca-certificates-java_20110912_amd64.changes ACCEPTED into unstable

2011-09-12 Thread Debian FTP Masters



Accepted:
ca-certificates-java_20110912.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20110912.dsc
ca-certificates-java_20110912.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20110912.tar.gz
ca-certificates-java_20110912_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20110912_all.deb


Override entries for your package:
ca-certificates-java_20110912.dsc - source java
ca-certificates-java_20110912_all.deb - optional java

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


Thank you for your contribution to Debian.

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


[pkg-java] r14877 - in trunk/electric/debian: . source

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 19:59:54 + (Mon, 12 Sep 2011)
New Revision: 14877

Added:
   trunk/electric/debian/source/
   trunk/electric/debian/source/format
Modified:
   trunk/electric/debian/changelog
   trunk/electric/debian/compat
   trunk/electric/debian/control
   trunk/electric/debian/rules
Log:
* Team upload
* Switch to default-jdk.
* Switch to source format 3.0.
* Switch to debhelper level 7.

Modified: trunk/electric/debian/changelog
===
--- trunk/electric/debian/changelog 2011-09-12 19:32:18 UTC (rev 14876)
+++ trunk/electric/debian/changelog 2011-09-12 19:59:54 UTC (rev 14877)
@@ -1,3 +1,12 @@
+electric (8.10-2) unstable; urgency=low
+
+  * Team upload
+  * Switch to default-jdk.
+  * Switch to source format 3.0.
+  * Switch to debhelper level 7.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 21:59:35 +0200
+
 electric (8.10-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/electric/debian/compat
===
--- trunk/electric/debian/compat2011-09-12 19:32:18 UTC (rev 14876)
+++ trunk/electric/debian/compat2011-09-12 19:59:54 UTC (rev 14877)
@@ -1,2 +1 @@
-6
-
+7

Modified: trunk/electric/debian/control
===
--- trunk/electric/debian/control   2011-09-12 19:32:18 UTC (rev 14876)
+++ trunk/electric/debian/control   2011-09-12 19:59:54 UTC (rev 14877)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Barak A. Pearlmutter b...@debian.org, Onkar Shinde 
onkarshi...@ubuntu.com
-Build-Depends: debhelper (= 6), cdbs, ant, quilt
-Build-Depends-Indep: openjdk-6-jdk, bsh, libjava3d-java
+Build-Depends: debhelper (= 7), cdbs, ant
+Build-Depends-Indep: default-jdk, bsh, libjava3d-java
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/electric
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/electric
@@ -12,7 +12,7 @@
 
 Package: electric
 Architecture: all
-Depends: ${misc:Depends}, openjdk-6-jre, bsh, java-wrappers
+Depends: ${misc:Depends}, default-jre, bsh, java-wrappers
 Recommends: libjava3d-java
 Description: electrical CAD system
  Electric is a sophisticated electrical CAD system that can handle many forms

Modified: trunk/electric/debian/rules
===
--- trunk/electric/debian/rules 2011-09-12 19:32:18 UTC (rev 14876)
+++ trunk/electric/debian/rules 2011-09-12 19:59:54 UTC (rev 14877)
@@ -1,13 +1,12 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_JARS   := bsh vecmath j3dcore j3dutils
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog.txt
 
 
 get-orig-source::
-   uscan --verbose --force-download
+   uscan --verbose --download-version $(DEB_UPSTREAM_VERSION) 
--force-download

Added: trunk/electric/debian/source/format
===
--- trunk/electric/debian/source/format (rev 0)
+++ trunk/electric/debian/source/format 2011-09-12 19:59:54 UTC (rev 14877)
@@ -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] r14878 - in tags/electric: . 8.10-2/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 20:04:50 + (Mon, 12 Sep 2011)
New Revision: 14878

Added:
   tags/electric/8.10-2/
   tags/electric/8.10-2/debian/changelog
   tags/electric/8.10-2/debian/compat
   tags/electric/8.10-2/debian/control
   tags/electric/8.10-2/debian/rules
   tags/electric/8.10-2/debian/source/
Removed:
   tags/electric/8.10-2/debian/changelog
   tags/electric/8.10-2/debian/compat
   tags/electric/8.10-2/debian/control
   tags/electric/8.10-2/debian/rules
Log:
[svn-buildpackage] Tagging electric 8.10-2

Deleted: tags/electric/8.10-2/debian/changelog
===
--- trunk/electric/debian/changelog 2011-09-12 19:32:18 UTC (rev 14876)
+++ tags/electric/8.10-2/debian/changelog   2011-09-12 20:04:50 UTC (rev 
14878)
@@ -1,232 +0,0 @@
-electric (8.10-1) unstable; urgency=low
-
-  * New upstream version.
-  * debian/control
-- Add libjava3d-java and quilt build dependencies.
-- Update standards version to 3.8.3.
-- Add libjava3d-java as recommends to binary package.
-  * debian/rules
-- Use quilt patch system instead of simple patchsys.
-- Add java3d related jar files to DEB_JARS.
-  * debian/patches/*
-- Update as per current upstream source. Convert to quilt.
-  * debian/ant.properties
-- Do not disable 3D plugin anymore.
-- Use new property to disable compilation of OS X related classes.
-  * debian/wrappers/electric
-- Add java3d related jar files to runtime classpath.
-  * debian/README.source
-- Change text to the appropriate one for quilt.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Sat, 09 Jan 2010 16:26:04 +0530
-
-electric (8.09-1) unstable; urgency=low
-
-  * New upstream version.
-  * debian/control
-- Add myself to uploaders.
-- Update standards version to 3.8.2. No change needed.
-- Add java-wrappers dependency.
-  * debian/rules
-- Move get-orig-source logic to orig-tar.sh.
-- Remove unused variable VERSION.
-  * debian/watch
-- Add orig-tar.sh action.
-  * debian/patches/01_fix_build_xml.patch
-- Update for current version.
-  * debian/orig-tar.sh
-- Add to use with uscan.
-  * debian/wrappers/electric
-- Modify to use java-wrappers.
-  * debian/install
-- Install the jar file to /usr/share/java instead of /usr/share/electric.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Sun, 12 Jul 2009 15:52:29 +0530
-
-electric (8.08-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Thu, 08 Jan 2009 02:05:08 +0530
-
-electric (8.07-2) unstable; urgency=low
-
-  * debian/control
-- Remove Sun JDK from build dependencies.
-- Add hard dependency on OpenJDK JRE as the program does not run with GCJ.
-- Remove default-jre from runtime dependencies. (Closes: #503780)
-  * debian/rules
-- Remove Sun JDK home directories.
-  * debian/wrappers/electric
-- Use java binary from OpenJDK so the program has no problems launching
-  when more than one JRE are present. This is similar to how it is done
-  for jftp.
-  * debian/watch
-- Fix the uscan error.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Thu, 06 Nov 2008 00:12:17 +0530
-
-electric (8.07-1) unstable; urgency=low
-
-  * Merge with Ubuntu
-  * Remaining Debian changes
-- debian/control
-  * electric doesn't build with GCJ. Hence remove default-jdk from build
-depends.
-  * Set 'Maintainer' to Debian Java Maintainers. Remove
-XSBC-Original-Maintainer field.
-  * Add 'Uploaders' field.
-  * Add Vcs-* fields
-- debian/copyright
-  * Update copyright holders, GPL 2 - GPL 3.
-
- -- Onkar Shinde onkarshi...@ubuntu.com  Thu, 11 Sep 2008 01:04:45 +0530
-
-electric (8.07-0ubuntu1) intrepid; urgency=low
-
-  * New Upstream version. Please check changelog for details. (LP: #242720)
-  * debian/control
-- Add build dependencies *-jdk, cdbs and bsh.
-- Remove build dependency dpatch. We will be using CDBS simple patchsys.
-- Refreshed runtime dependencies to default-jre | java2-runtime and bsh.
-- Added home page field.
-- Standard version 3.8.0.
-- Modify Maintainer value to match the DebianMaintainerField
-  specification.
-- Changed email address for original maintainer to indicate who has
-  refreshed the packaging.
-  * debian/rules
-- Revamped to use cdbs.
-- Added get-orig-source target.
-  * debian/patches
-- 00list, 02_sensible-browser.dpatch, 01_errors-numbers.dpatch,
-  03_manpage.dpatch - Deleted, not relevant anymore.
-- 01_fix_build_xml.patch - Patch to fix the build.xml.
-  * debian/ant.properties
-- File to set various compilation properties.
-  * debian/electric.1
-- Remove the entry that causes lintian warning.
-  * debian/electric.desktop
-- Change as suggested by desktop-file-validate.
-  * debian/electric.docs
-- Updated as per changes in file names.
-  * debian/electric.svg
-- Name changed from 

Bug#641305: marked as done (ca-certificates-java: update-ca-certificate fails)

2011-09-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Sep 2011 19:47:08 +
with message-id e1r3cte-00031u...@franck.debian.org
and subject line Bug#641305: fixed in ca-certificates-java 20110912
has caused the Debian Bug report #641305,
regarding ca-certificates-java: update-ca-certificate fails
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.)


-- 
641305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ca-certificates-java
Version: 20110816
Severity: serious

--  snip  --

# update-ca-certificates 
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d
Exception in thread main java.security.ProviderException: Library 
/usr/lib/x86_64-linux-gnu/libsoftokn3.so does not exist
at sun.security.pkcs11.SunPKCS11.init(SunPKCS11.java:292)
at sun.security.pkcs11.SunPKCS11.init(SunPKCS11.java:103)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:224)
at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
at java.security.AccessController.doPrivileged(Native Method)
at 
sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
at sun.security.jca.ProviderList.getProvider(ProviderList.java:232)
at sun.security.jca.ProviderList.getService(ProviderList.java:330)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:157)
at java.security.Security.getImpl(Security.java:695)
at 
java.security.AlgorithmParameters.getInstance(AlgorithmParameters.java:146)
at sun.security.x509.AlgorithmId.decodeParams(AlgorithmId.java:121)
at sun.security.x509.AlgorithmId.init(AlgorithmId.java:114)
at sun.security.x509.AlgorithmId.parse(AlgorithmId.java:381)
at sun.security.x509.X509Key.parse(X509Key.java:168)
at 
sun.security.x509.CertificateX509Key.init(CertificateX509Key.java:75)
at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:705)
at sun.security.x509.X509CertInfo.init(X509CertInfo.java:169)
at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1747)
at sun.security.x509.X509CertImpl.init(X509CertImpl.java:196)
at 
sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:97)
at 
java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:339)
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:747)
at 
sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
at java.security.KeyStore.load(KeyStore.java:1214)
at UpdateCertificates.createKeyStore(UpdateCertificates.java:65)
at UpdateCertificates.main(UpdateCertificates.java:51)
E: /etc/ca-certificates/update.d/jks-keystore exited with code 1.
done.
# dpkg -S libsoftokn3.so
libnss3-1d: /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
ia32-libs: /usr/lib32/nss/libsoftokn3.so
# 

--  snip  --


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

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20110502+nmu1
ii  libnss3-1d   3.12.11-3
ii  openjdk-7-jre-headless [java6-runtime-headless]  7~b147-2.0~pre4-1

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

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

-- no debconf information


---End Message---
---BeginMessage---
Source: ca-certificates-java
Source-Version: 20110912

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

ca-certificates-java_20110912.dsc
  to main/c/ca-certificates-java/ca-certificates

Bug#641306: marked as done (ca-certificates-java: multiarch breakage in update.d/jks-keystore)

2011-09-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Sep 2011 19:47:08 +
with message-id e1r3cte-000320...@franck.debian.org
and subject line Bug#641306: fixed in ca-certificates-java 20110912
has caused the Debian Bug report #641306,
regarding ca-certificates-java: multiarch breakage in update.d/jks-keystore
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.)


-- 
641306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ca-certificates-java
Version: 20110816
Severity: important

Found in /etc/ca-certificates/update.d/jks-keystore:

--  snip  --


for jvm in java-6-openjdk java-7-openjdk java-6-sun; do
if [ -x /usr/lib/jvm/$jvm/bin/java ]; then
break
fi
done
export JAVA_HOME=/usr/lib/jvm/$jvm


--  snip  --


The paths to the java binary changed thanks to multiarch.




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

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ca-certificates-java depends on:
ii  ca-certificates  20110502+nmu1
ii  libnss3-1d   3.12.11-3
ii  openjdk-7-jre-headless [java6-runtime-headless]  7~b147-2.0~pre4-1

ca-certificates-java recommends no packages.

ca-certificates-java suggests no packages.

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

-- no debconf information


---End Message---
---BeginMessage---
Source: ca-certificates-java
Source-Version: 20110912

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

ca-certificates-java_20110912.dsc
  to main/c/ca-certificates-java/ca-certificates-java_20110912.dsc
ca-certificates-java_20110912.tar.gz
  to main/c/ca-certificates-java/ca-certificates-java_20110912.tar.gz
ca-certificates-java_20110912_all.deb
  to main/c/ca-certificates-java/ca-certificates-java_20110912_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 641...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner twer...@debian.org (supplier of updated ca-certificates-java 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Sep 2011 21:23:22 +0200
Source: ca-certificates-java
Binary: ca-certificates-java
Architecture: source all
Version: 20110912
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 ca-certificates-java - Common CA certificates (JKS keystore)
Closes: 641305 641306
Changes: 
 ca-certificates-java (20110912) unstable; urgency=low
 .
   * Support new multiarch JRE packages in jks-keystore. (Closes: #641306)
   * Support OpenJDK 7. (Closes: #641305)
Checksums-Sha1: 
 45f553ef13760729bf70fd4d08b9961ed4d8f182 1054 ca-certificates-java_20110912.dsc
 bfed93641a2cb5765893e6661e4cb9a3645b0f3e 6744 
ca-certificates-java_20110912.tar.gz
 3cba8ff4f962f8b7a850de911f93529a232772e4 8680 
ca-certificates-java_20110912_all.deb
Checksums-Sha256: 
 83cdb318dd44ed8dd483bd5b164174fab6d6a6381783c89a5e0a6c6d1b04ff60 1054 
ca-certificates-java_20110912.dsc
 497bf10b3064174b719af1c7244b064b8d314266f7afb4f4cc3ab3ed2e4fb572 6744 
ca-certificates-java_20110912.tar.gz
 aa7f88ccba515c185eddaf7dc9db984c3d4ee9c8cab7afe98802310fe08a 8680 
ca-certificates-java_20110912_all.deb
Files: 
 eeb19b046677e29b23a13783de80490c 1054 java optional 
ca-certificates-java_20110912.dsc
 4021d6064db9b3933fa18f158e5021d9 6744 java optional 
ca-certificates-java_20110912.tar.gz
 e14d7ccdb11715e65ece0c978d9d6375 8680 java optional 
ca-certificates-java_20110912_all.deb

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

iEYEARECAAYFAk5uXjsACgkQfY3dicTPjsNHwwCdEEYLLDcjDMYvK54Ct4lVLSmc
XT0AnjbTSavqR3fxNr6xHOl4TnMi4i3d
=Vged
-END PGP SIGNATURE-


---End Message

Bug#598445: electric: New upstream version available

2011-09-12 Thread Torsten Werner
Hi,

On Wed, Sep 29, 2010 at 1:39 AM, Julian Blake Kongslie
jbl...@omgwallhack.org wrote:
 Upstream provides electric 8.11; please provide same in Debian if it's
 no trouble.

sorry, currently nobody takes care of the package. It is probably a
candidate for orphaning.

Torsten



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


Processing of electric_8.10-2_amd64.changes

2011-09-12 Thread Debian FTP Masters
electric_8.10-2_amd64.changes uploaded successfully to localhost
along with the files:
  electric_8.10-2.dsc
  electric_8.10-2.debian.tar.gz
  electric_8.10-2_all.deb

Greetings,

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

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


Bug#641356: O: fetchexc

2011-09-12 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

I am orphaning the package in behalf of the Java team because:
- it hasn't been maintained for some time
- it has no or only orphaned reverse dependencies
- it has a low popcon value
Feel free to re-introduce it to the team if want to actively maintain it.

Torsten



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


[pkg-java] r14879 - trunk/fetchexc/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 20:12:03 + (Mon, 12 Sep 2011)
New Revision: 14879

Modified:
   trunk/fetchexc/debian/changelog
   trunk/fetchexc/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/fetchexc/debian/changelog
===
--- trunk/fetchexc/debian/changelog 2011-09-12 20:04:50 UTC (rev 14878)
+++ trunk/fetchexc/debian/changelog 2011-09-12 20:12:03 UTC (rev 14879)
@@ -1,3 +1,10 @@
+fetchexc (2.0-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 22:10:39 +0200
+
 fetchexc (2.0-3) unstable; urgency=low
 
   * Remove Ted Percival from Uploaders list. (Closes: #574014)

Modified: trunk/fetchexc/debian/control
===
--- trunk/fetchexc/debian/control   2011-09-12 20:04:50 UTC (rev 14878)
+++ trunk/fetchexc/debian/control   2011-09-12 20:12:03 UTC (rev 14879)
@@ -1,8 +1,7 @@
 Source: fetchexc
 Section: net
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: cdbs, debhelper (= 7), dpatch, ant, default-jdk
 Build-Depends-Indep: libcommons-httpclient-java, xsltproc, docbook-xsl
 Standards-Version: 3.8.3


___
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] r14880 - in tags/fetchexc: . 2.0-4/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 20:14:02 + (Mon, 12 Sep 2011)
New Revision: 14880

Added:
   tags/fetchexc/2.0-4/
   tags/fetchexc/2.0-4/debian/changelog
   tags/fetchexc/2.0-4/debian/control
Removed:
   tags/fetchexc/2.0-4/debian/changelog
   tags/fetchexc/2.0-4/debian/control
Log:
[svn-buildpackage] Tagging fetchexc 2.0-4

Deleted: tags/fetchexc/2.0-4/debian/changelog
===
--- trunk/fetchexc/debian/changelog 2011-09-12 20:04:50 UTC (rev 14878)
+++ tags/fetchexc/2.0-4/debian/changelog2011-09-12 20:14:02 UTC (rev 
14880)
@@ -1,25 +0,0 @@
-fetchexc (2.0-3) unstable; urgency=low
-
-  * Remove Ted Percival from Uploaders list. (Closes: #574014)
-  * Fix Vcs headers in d/control.
-
- -- Torsten Werner twer...@debian.org  Mon, 15 Mar 2010 23:03:12 +0100
-
-fetchexc (2.0-2) unstable; urgency=low
-
-  * Short description should not start with a capital letter
-(Closes: #489797).
-  * (Build-)Depends on default-jdk.
-  * Build-Depends on debhelper = 7.
-  * Added Homepage field.
-  * Added debian/README.source.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 22:30:08 +0200
-
-fetchexc (2.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #367835).
-
- -- Ted Percival t...@midg3t.net  Sat, 04 Aug 2007 21:12:15 +1000

Copied: tags/fetchexc/2.0-4/debian/changelog (from rev 14879, 
trunk/fetchexc/debian/changelog)
===
--- tags/fetchexc/2.0-4/debian/changelog(rev 0)
+++ tags/fetchexc/2.0-4/debian/changelog2011-09-12 20:14:02 UTC (rev 
14880)
@@ -0,0 +1,32 @@
+fetchexc (2.0-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 22:10:39 +0200
+
+fetchexc (2.0-3) unstable; urgency=low
+
+  * Remove Ted Percival from Uploaders list. (Closes: #574014)
+  * Fix Vcs headers in d/control.
+
+ -- Torsten Werner twer...@debian.org  Mon, 15 Mar 2010 23:03:12 +0100
+
+fetchexc (2.0-2) unstable; urgency=low
+
+  * Short description should not start with a capital letter
+(Closes: #489797).
+  * (Build-)Depends on default-jdk.
+  * Build-Depends on debhelper = 7.
+  * Added Homepage field.
+  * Added debian/README.source.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 22:30:08 +0200
+
+fetchexc (2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #367835).
+
+ -- Ted Percival t...@midg3t.net  Sat, 04 Aug 2007 21:12:15 +1000

Deleted: tags/fetchexc/2.0-4/debian/control
===
--- trunk/fetchexc/debian/control   2011-09-12 20:04:50 UTC (rev 14878)
+++ tags/fetchexc/2.0-4/debian/control  2011-09-12 20:14:02 UTC (rev 14880)
@@ -1,18 +0,0 @@
-Source: fetchexc
-Section: net
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de
-Build-Depends: cdbs, debhelper (= 7), dpatch, ant, default-jdk
-Build-Depends-Indep: libcommons-httpclient-java, xsltproc, docbook-xsl
-Standards-Version: 3.8.3
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/fetchexc
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/fetchexc/
-Homepage: http://personal.inet.fi/atk/fetchexc/
-
-Package: fetchexc
-Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, 
libcommons-httpclient-java, libcommons-logging-java, libcommons-codec-java, 
${misc:Depends}
-Description: Fetches email from Microsoft Exchange servers
- FetchExc retrieves emails using WebDAV (Outlook Web Access) and
- delivers it to an SMTP server or local mbox store.

Copied: tags/fetchexc/2.0-4/debian/control (from rev 14879, 
trunk/fetchexc/debian/control)
===
--- tags/fetchexc/2.0-4/debian/control  (rev 0)
+++ tags/fetchexc/2.0-4/debian/control  2011-09-12 20:14:02 UTC (rev 14880)
@@ -0,0 +1,17 @@
+Source: fetchexc
+Section: net
+Priority: optional
+Maintainer: Debian QA Group packa...@qa.debian.org
+Build-Depends: cdbs, debhelper (= 7), dpatch, ant, default-jdk
+Build-Depends-Indep: libcommons-httpclient-java, xsltproc, docbook-xsl
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/fetchexc
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/fetchexc/
+Homepage: http://personal.inet.fi/atk/fetchexc/
+
+Package: fetchexc
+Architecture: all
+Depends: default-jdk | java1-runtime | java2-runtime, 
libcommons-httpclient-java, libcommons-logging-java, libcommons-codec-java, 
${misc:Depends}
+Description: Fetches email from Microsoft Exchange servers
+ FetchExc retrieves emails using WebDAV (Outlook Web Access) and
+ delivers it to an SMTP server or local mbox store.



electric_8.10-2_amd64.changes ACCEPTED into unstable

2011-09-12 Thread Debian FTP Masters



Accepted:
electric_8.10-2.debian.tar.gz
  to main/e/electric/electric_8.10-2.debian.tar.gz
electric_8.10-2.dsc
  to main/e/electric/electric_8.10-2.dsc
electric_8.10-2_all.deb
  to main/e/electric/electric_8.10-2_all.deb


Override entries for your package:
electric_8.10-2.dsc - source electronics
electric_8.10-2_all.deb - optional electronics

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


Thank you for your contribution to Debian.

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


[SCM] Maven build rule execution framework branch, pristine-tar, updated. 5c6432367bb28f95658347d2f86f7012e34568dc

2011-09-12 Thread Torsten Werner
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 Maven build rule execution framework.

The branch, pristine-tar has been updated
   via  5c6432367bb28f95658347d2f86f7012e34568dc (commit)
  from  9d0b2be388a2ad30a71df80ec3ed6c7e3695bc38 (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 5c6432367bb28f95658347d2f86f7012e34568dc
Author: Torsten Werner Torsten Werner twer...@debian.org
Date:   Mon Sep 12 22:25:16 2011 +0200

pristine-tar data for maven-enforcer_1.0.orig.tar.gz

---

Summary of changes:
 maven-enforcer_1.0.orig.tar.gz.delta |  Bin 0 - 9830 bytes
 maven-enforcer_1.0.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/maven-enforcer_1.0.orig.tar.gz.delta 
b/maven-enforcer_1.0.orig.tar.gz.delta
new file mode 100644
index 000..8aee6b0
Binary files /dev/null and b/maven-enforcer_1.0.orig.tar.gz.delta differ
diff --git a/maven-enforcer_1.0.orig.tar.gz.id 
b/maven-enforcer_1.0.orig.tar.gz.id
new file mode 100644
index 000..de1cfa1
--- /dev/null
+++ b/maven-enforcer_1.0.orig.tar.gz.id
@@ -0,0 +1 @@
+cabc746eeabb073508097ea07113699f3c77f2b9


hooks/post-receive
-- 
Maven build rule execution framework

___
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] Maven build rule execution framework annotated tag, debian/1.0-1, created. debian/1.0-1

2011-09-12 Thread Torsten Werner
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 Maven build rule execution framework.

The annotated tag, debian/1.0-1 has been created
at  24dd96b1a57d64d460c9cb07b3f2b235fc21b53a (tag)
   tagging  87e302bb09d703d781d0b1ce5de41127ae648644 (commit)
  replaces  debian/1.0.beta2-1
 tagged by  Torsten Werner
on  Mon Sep 12 22:50:10 2011 +0200

- Log -
Debian release 1.0-1

Torsten Werner (5):
  Imported Upstream version 1.0
  Merge commit 'upstream/1.0'
  New upstream release.
  Add more Build-Depends.
  add TODO file

---


hooks/post-receive
-- 
Maven build rule execution framework

___
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] Maven build rule execution framework annotated tag, upstream/1.0, created. upstream/1.0

2011-09-12 Thread Torsten Werner
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 Maven build rule execution framework.

The annotated tag, upstream/1.0 has been created
at  f1c06bab07c09595f25f79012d544d15c0a8bab5 (tag)
   tagging  cabc746eeabb073508097ea07113699f3c77f2b9 (commit)
  replaces  upstream/1.0.beta2
 tagged by  Torsten Werner
on  Mon Sep 12 22:25:16 2011 +0200

- Log -
Upstream version 1.0

Torsten Werner (1):
  Imported Upstream version 1.0

---


hooks/post-receive
-- 
Maven build rule execution framework

___
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-enforcer_1.0-1_amd64.changes

2011-09-12 Thread Debian FTP Masters
maven-enforcer_1.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  maven-enforcer_1.0-1.dsc
  maven-enforcer_1.0.orig.tar.gz
  maven-enforcer_1.0-1.debian.tar.gz
  libmaven-enforcer-plugin-java_1.0-1_all.deb

Greetings,

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

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


maven-enforcer_1.0-1_amd64.changes ACCEPTED into unstable

2011-09-12 Thread Debian FTP Masters



Accepted:
libmaven-enforcer-plugin-java_1.0-1_all.deb
  to main/m/maven-enforcer/libmaven-enforcer-plugin-java_1.0-1_all.deb
maven-enforcer_1.0-1.debian.tar.gz
  to main/m/maven-enforcer/maven-enforcer_1.0-1.debian.tar.gz
maven-enforcer_1.0-1.dsc
  to main/m/maven-enforcer/maven-enforcer_1.0-1.dsc
maven-enforcer_1.0.orig.tar.gz
  to main/m/maven-enforcer/maven-enforcer_1.0.orig.tar.gz


Override entries for your package:
libmaven-enforcer-plugin-java_1.0-1_all.deb - optional java
maven-enforcer_1.0-1.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
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r14881 - trunk/velocity/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 21:40:37 + (Mon, 12 Sep 2011)
New Revision: 14881

Modified:
   trunk/velocity/debian/changelog
Log:
UNRELEASED
* Team upload
* Newer but not newest upstream version.

Modified: trunk/velocity/debian/changelog
===
--- trunk/velocity/debian/changelog 2011-09-12 20:14:02 UTC (rev 14880)
+++ trunk/velocity/debian/changelog 2011-09-12 21:40:37 UTC (rev 14881)
@@ -1,3 +1,11 @@
+velocity (1.6.4-1) unstable; urgency=low
+
+  UNRELEASED
+  * Team upload
+  * Newer but not newest upstream version.
+
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 23:37:23 +0200
+
 velocity (1.6.2-4) unstable; urgency=low
 
   [ Onkar Shinde ]


___
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] r14882 - trunk/velocity/debian

2011-09-12 Thread Torsten Werner
Author: twerner
Date: 2011-09-12 21:45:47 + (Mon, 12 Sep 2011)
New Revision: 14882

Modified:
   trunk/velocity/debian/changelog
   trunk/velocity/debian/compat
   trunk/velocity/debian/control
Log:
* Remove Arnaud and Wolfgang from Uploaders list.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.2.

Modified: trunk/velocity/debian/changelog
===
--- trunk/velocity/debian/changelog 2011-09-12 21:40:37 UTC (rev 14881)
+++ trunk/velocity/debian/changelog 2011-09-12 21:45:47 UTC (rev 14882)
@@ -3,8 +3,11 @@
   UNRELEASED
   * Team upload
   * Newer but not newest upstream version.
+  * Remove Arnaud and Wolfgang from Uploaders list.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.2.
 
- -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 23:37:23 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 12 Sep 2011 23:42:47 +0200
 
 velocity (1.6.2-4) unstable; urgency=low
 

Modified: trunk/velocity/debian/compat
===
--- trunk/velocity/debian/compat2011-09-12 21:40:37 UTC (rev 14881)
+++ trunk/velocity/debian/compat2011-09-12 21:45:47 UTC (rev 14882)
@@ -1 +1 @@
-6
+7

Modified: trunk/velocity/debian/control
===
--- trunk/velocity/debian/control   2011-09-12 21:40:37 UTC (rev 14881)
+++ trunk/velocity/debian/control   2011-09-12 21:45:47 UTC (rev 14882)
@@ -2,14 +2,13 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Wolfgang Baer wb...@gmx.de,
- Ludovic Claude ludovic.cla...@laposte.net
-Build-Depends: debhelper (= 6), cdbs, default-jdk, quilt
+Uploaders: Ludovic Claude ludovic.cla...@laposte.net
+Build-Depends: debhelper (= 7), cdbs, default-jdk, quilt
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper ( 5), ant, 
ant-optional, 
  junit, libexcalibur-logkit-java, libservlet2.5-java, 
  liblog4j1.2-java, libjdom1-java, libcommons-lang-java, 
libcommons-collections3-java, libcommons-logging-java,
  libwerken.xpath-java, liboro-java, default-jdk-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/velocity
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/velocity
 Homepage: http://velocity.apache.org/


___
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] r14883 - trunk/maven-invoker-plugin/debian

2011-09-12 Thread Tony Mancill
Author: tmancill
Date: 2011-09-13 02:55:51 + (Tue, 13 Sep 2011)
New Revision: 14883

Modified:
   trunk/maven-invoker-plugin/debian/changelog
Log:
set distribution to unstable for sponsored upload

Modified: trunk/maven-invoker-plugin/debian/changelog
===
--- trunk/maven-invoker-plugin/debian/changelog 2011-09-12 21:45:47 UTC (rev 
14882)
+++ trunk/maven-invoker-plugin/debian/changelog 2011-09-13 02:55:51 UTC (rev 
14883)
@@ -1,7 +1,7 @@
-maven-invoker-plugin (1.5-2) UNRELEASED; urgency=low
+maven-invoker-plugin (1.5-2) unstable; urgency=low
 
   * Team upload.
-  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640751).
+  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8) (Closes: #640751)
 
  -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 20:06:24 -0430
 


___
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] r14884 - in tags/maven-invoker-plugin: . 1.5-2/debian

2011-09-12 Thread Tony Mancill
Author: tmancill
Date: 2011-09-13 02:57:17 + (Tue, 13 Sep 2011)
New Revision: 14884

Added:
   tags/maven-invoker-plugin/1.5-2/
   tags/maven-invoker-plugin/1.5-2/debian/changelog
Removed:
   tags/maven-invoker-plugin/1.5-2/debian/changelog
Log:
[svn-buildpackage] Tagging maven-invoker-plugin 1.5-2

Deleted: tags/maven-invoker-plugin/1.5-2/debian/changelog
===
--- trunk/maven-invoker-plugin/debian/changelog 2011-09-12 21:45:47 UTC (rev 
14882)
+++ tags/maven-invoker-plugin/1.5-2/debian/changelog2011-09-13 02:57:17 UTC 
(rev 14884)
@@ -1,29 +0,0 @@
-maven-invoker-plugin (1.5-2) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8). (Closes: 
#640751).
-
- -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 20:06:24 -0430
-
-maven-invoker-plugin (1.5-1) unstable; urgency=low
-
-  * Team upload.
-  * New upstream release.
-  * Bump Standards-Versions to 3.9.2. No changes were required.
-  * Migrate to source format 3.0 (quilt).
-  * Make copyright file DEP-5 compliant.
-  * Add versioned Build-Depends on libmaven-invoker-java (= 2.0.11~).
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 17:43:11 -0430
-
-maven-invoker-plugin (1.3-2) unstable; urgency=low
-
-  * Fix FTBFS: add libjline-java to Build-Depends
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 Aug 2009 16:00:05 
+0100
-
-maven-invoker-plugin (1.3-1) experimental; urgency=low
-
-  * Initial release (Closes: #540047)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 22 Jul 2009 23:35:52 
+0100

Copied: tags/maven-invoker-plugin/1.5-2/debian/changelog (from rev 14883, 
trunk/maven-invoker-plugin/debian/changelog)
===
--- tags/maven-invoker-plugin/1.5-2/debian/changelog
(rev 0)
+++ tags/maven-invoker-plugin/1.5-2/debian/changelog2011-09-13 02:57:17 UTC 
(rev 14884)
@@ -0,0 +1,29 @@
+maven-invoker-plugin (1.5-2) unstable; urgency=low
+
+  * Team upload.
+  * Add Build-Depends on libmaven-plugin-tools-java (= 2.8) (Closes: #640751)
+
+ -- Miguel Landaeta mig...@miguel.cc  Tue, 06 Sep 2011 20:06:24 -0430
+
+maven-invoker-plugin (1.5-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Bump Standards-Versions to 3.9.2. No changes were required.
+  * Migrate to source format 3.0 (quilt).
+  * Make copyright file DEP-5 compliant.
+  * Add versioned Build-Depends on libmaven-invoker-java (= 2.0.11~).
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 14 Aug 2011 17:43:11 -0430
+
+maven-invoker-plugin (1.3-2) unstable; urgency=low
+
+  * Fix FTBFS: add libjline-java to Build-Depends
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Fri, 14 Aug 2009 16:00:05 
+0100
+
+maven-invoker-plugin (1.3-1) experimental; urgency=low
+
+  * Initial release (Closes: #540047)
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 22 Jul 2009 23:35:52 
+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


Processing of maven-invoker-plugin_1.5-2_amd64.changes

2011-09-12 Thread Debian FTP Masters
maven-invoker-plugin_1.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  maven-invoker-plugin_1.5-2.dsc
  maven-invoker-plugin_1.5-2.debian.tar.gz
  libmaven-invoker-plugin-java_1.5-2_all.deb

Greetings,

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

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


maven-invoker-plugin_1.5-2_amd64.changes ACCEPTED into unstable

2011-09-12 Thread Debian FTP Masters



Accepted:
libmaven-invoker-plugin-java_1.5-2_all.deb
  to main/m/maven-invoker-plugin/libmaven-invoker-plugin-java_1.5-2_all.deb
maven-invoker-plugin_1.5-2.debian.tar.gz
  to main/m/maven-invoker-plugin/maven-invoker-plugin_1.5-2.debian.tar.gz
maven-invoker-plugin_1.5-2.dsc
  to main/m/maven-invoker-plugin/maven-invoker-plugin_1.5-2.dsc


Override entries for your package:
libmaven-invoker-plugin-java_1.5-2_all.deb - optional java
maven-invoker-plugin_1.5-2.dsc - source java

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


Thank you for your contribution to Debian.

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


Bug#640751: marked as done (maven-invoker-plugin: FTBFS: POM 'org.apache.maven.plugins:maven-plugin-plugin:2.8' not found in repository)

2011-09-12 Thread Debian Bug Tracking System
Your message dated Tue, 13 Sep 2011 03:02:24 +
with message-id e1r3jgs-6a...@franck.debian.org
and subject line Bug#640751: fixed in maven-invoker-plugin 1.5-2
has caused the Debian Bug report #640751,
regarding maven-invoker-plugin: FTBFS: POM 
'org.apache.maven.plugins:maven-plugin-plugin:2.8' not found in repository
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
640751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: access-modifier-checker
Version: 1.0-1
Severity: serious
Justification: fails to build from source

Hello,

Your package fails to build from source:

[...]
[ERROR] BUILD ERROR
[INFO] 

[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-plugin-plugin

Reason: POM 'org.apache.maven.plugins:maven-plugin-plugin' not found in 
repository: System is offline.
[...]

Full build log attached.

Laurent.


access-modifier-checker.log.gz
Description: Binary data
---End Message---
---BeginMessage---
Source: maven-invoker-plugin
Source-Version: 1.5-2

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

libmaven-invoker-plugin-java_1.5-2_all.deb
  to main/m/maven-invoker-plugin/libmaven-invoker-plugin-java_1.5-2_all.deb
maven-invoker-plugin_1.5-2.debian.tar.gz
  to main/m/maven-invoker-plugin/maven-invoker-plugin_1.5-2.debian.tar.gz
maven-invoker-plugin_1.5-2.dsc
  to main/m/maven-invoker-plugin/maven-invoker-plugin_1.5-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 640...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta mig...@miguel.cc (supplier of updated maven-invoker-plugin 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Sep 2011 20:06:24 -0430
Source: maven-invoker-plugin
Binary: libmaven-invoker-plugin-java
Architecture: source all
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libmaven-invoker-plugin-java - Maven Invoker Plugin
Closes: 640751
Changes: 
 maven-invoker-plugin (1.5-2) unstable; urgency=low
 .
   * Team upload.
   * Add Build-Depends on libmaven-plugin-tools-java (= 2.8) (Closes: #640751)
Checksums-Sha1: 
 1c59c13be09f8b37aff1d1604d0cf63131531090 2405 maven-invoker-plugin_1.5-2.dsc
 772c8bd8f4d75cc7f985b76bece7fc356df21872 3187 
maven-invoker-plugin_1.5-2.debian.tar.gz
 ea2a8ccdfc47c8347ae52a0c00c7fdc1bd1c796d 76678 
libmaven-invoker-plugin-java_1.5-2_all.deb
Checksums-Sha256: 
 9ffbece4091ed807461f42e22647233640167c158afc527f7743b3ca76efb69e 2405 
maven-invoker-plugin_1.5-2.dsc
 f830834359c02f04f164e940612b4e71cd340bfce8ea24035dfee24a0ca1f42f 3187 
maven-invoker-plugin_1.5-2.debian.tar.gz
 12f4475f437ccf1add9b5c434aa1568e0a0f4cfe99f7404605de3348d053a6dd 76678 
libmaven-invoker-plugin-java_1.5-2_all.deb
Files: 
 9865aabb6a9f9011ae74a37c55fba560 2405 java optional 
maven-invoker-plugin_1.5-2.dsc
 b52951df32cee60c5a5778c1b14b3dcd 3187 java optional 
maven-invoker-plugin_1.5-2.debian.tar.gz
 396eedd70440d66b67cdfdd47e516e09 76678 java optional 
libmaven-invoker-plugin-java_1.5-2_all.deb

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

iQIcBAEBAgAGBQJObsXSAAoJECHSBYmXSz6WBEoP/0F4l8b+IJecVflN7w7HTo3F
2H1u8w0HefnB7PAOWsnAACmJTkc3BCJMR8sSoCuIWMtK1OZ0sKucjOF4jRPCOMwK
xvXMCeFc4gYO9nAGbAbxinx06D0UKKYKQTpNk17g76jC83nT8ldIpylm+x5FKb0J
kwm6IzMoDqWJzzEeIZfyqevkuXpJThh+g0SZlVxQ1Qt/OSvjZmIXqDOkoJpKqgIp
4+za3IbFKyYytAK2JIN8mEZnL1zYnoxgrwzk8xGsh/2CkMrEScgXPINoXSyRKzO1
DSkDGbVNBQHeSAg0ktDxh1q/B0g3HOOPO55W+jOXTLtdqH12mHsjbHD3n8MFfn7f
dp4DUBo92FXQrM++ZwUaYclkmg3PSwf3vBpFo19F/TYDVYxptHocIA+n0e0q6i4/
CSF+a9h0ptj3IXSQWK1EE5uk8x9OyxwSR4W7v+HwuD/F+7fslqqjkB+mBdhpMdKH
TR9QLtNsXOD0LN5BxO6St7aGSYRbS/dCgpgn9xogylVGe1kIqfSS2sYc0iVY4usS
KPfwVeO7NEM4NHh2M22NBfXdSRQ8ri6eSYB843FzwEuTzSZI6HGUISDF057F9tc0

[pkg-java] r14885 - trunk/java3d/debian

2011-09-12 Thread Tony Mancill
Author: tmancill
Date: 2011-09-13 03:03:12 + (Tue, 13 Sep 2011)
New Revision: 14885

Modified:
   trunk/java3d/debian/changelog
   trunk/java3d/debian/control
Log:
set distribution to unstable for sponsored upload; tweak Vcs-Svn url

Modified: trunk/java3d/debian/changelog
===
--- trunk/java3d/debian/changelog   2011-09-13 02:57:17 UTC (rev 14884)
+++ trunk/java3d/debian/changelog   2011-09-13 03:03:12 UTC (rev 14885)
@@ -1,5 +1,9 @@
-java3d (1.5.2+dfsg-7) UNRELEASED; urgency=low
+java3d (1.5.2+dfsg-7) unstable; urgency=low
 
+  [tony mancill]
+  * Update Vcs-Svn URL in debian/control.
+
+  [Miguel Landaeta]
   * Team upload.
   * Switch to default-jdk. (Closes: #640937).
   * Bump Standards-Version to 3.9.2. No changes were required.

Modified: trunk/java3d/debian/control
===
--- trunk/java3d/debian/control 2011-09-13 02:57:17 UTC (rev 14884)
+++ trunk/java3d/debian/control 2011-09-13 03:03:12 UTC (rev 14885)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
 Standards-Version: 3.9.2
 Homepage: http://java3d.dev.java.net
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java3d/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java3d/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
 DM-Upload-Allowed: yes
 


___
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] r14886 - trunk/java3d/debian

2011-09-12 Thread Tony Mancill
Author: tmancill
Date: 2011-09-13 03:21:15 + (Tue, 13 Sep 2011)
New Revision: 14886

Modified:
   trunk/java3d/debian/changelog
Log:
reorder changelog entry (so it doesn't look like an NMU)

Modified: trunk/java3d/debian/changelog
===
--- trunk/java3d/debian/changelog   2011-09-13 03:03:12 UTC (rev 14885)
+++ trunk/java3d/debian/changelog   2011-09-13 03:21:15 UTC (rev 14886)
@@ -1,13 +1,13 @@
 java3d (1.5.2+dfsg-7) unstable; urgency=low
 
-  [tony mancill]
-  * Update Vcs-Svn URL in debian/control.
-
   [Miguel Landaeta]
   * Team upload.
   * Switch to default-jdk. (Closes: #640937).
   * Bump Standards-Version to 3.9.2. No changes were required.
 
+  [tony mancill]
+  * Update Vcs-Svn URL in debian/control.
+
  -- Miguel Landaeta mig...@miguel.cc  Thu, 08 Sep 2011 19:56:44 -0430
 
 java3d (1.5.2+dfsg-6) 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


Processing of java3d_1.5.2+dfsg-7_amd64.changes

2011-09-12 Thread Debian FTP Masters
java3d_1.5.2+dfsg-7_amd64.changes uploaded successfully to localhost
along with the files:
  java3d_1.5.2+dfsg-7.dsc
  java3d_1.5.2+dfsg-7.debian.tar.gz
  libjava3d-java_1.5.2+dfsg-7_all.deb
  libjava3d-java-doc_1.5.2+dfsg-7_all.deb
  libjava3d-jni_1.5.2+dfsg-7_amd64.deb

Greetings,

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

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


java3d_1.5.2+dfsg-7_amd64.changes ACCEPTED into unstable

2011-09-12 Thread Debian FTP Masters



Accepted:
java3d_1.5.2+dfsg-7.debian.tar.gz
  to main/j/java3d/java3d_1.5.2+dfsg-7.debian.tar.gz
java3d_1.5.2+dfsg-7.dsc
  to main/j/java3d/java3d_1.5.2+dfsg-7.dsc
libjava3d-java-doc_1.5.2+dfsg-7_all.deb
  to main/j/java3d/libjava3d-java-doc_1.5.2+dfsg-7_all.deb
libjava3d-java_1.5.2+dfsg-7_all.deb
  to main/j/java3d/libjava3d-java_1.5.2+dfsg-7_all.deb
libjava3d-jni_1.5.2+dfsg-7_amd64.deb
  to main/j/java3d/libjava3d-jni_1.5.2+dfsg-7_amd64.deb


Override entries for your package:
java3d_1.5.2+dfsg-7.dsc - source java
libjava3d-java-doc_1.5.2+dfsg-7_all.deb - optional doc
libjava3d-java_1.5.2+dfsg-7_all.deb - optional java
libjava3d-jni_1.5.2+dfsg-7_amd64.deb - optional libs

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


Thank you for your contribution to Debian.

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


java3d override disparity

2011-09-12 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

libjava3d-jni_1.5.2+dfsg-7_amd64.deb: package says section is java, override 
says libs.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

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

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


Bug#640937: marked as done (java3d: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!)

2011-09-12 Thread Debian Bug Tracking System
Your message dated Tue, 13 Sep 2011 03:32:16 +
with message-id e1r3jjm-0003b1...@franck.debian.org
and subject line Bug#640937: fixed in java3d 1.5.2+dfsg-7
has caused the Debian Bug report #640937,
regarding java3d: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!
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.)


-- 
640937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java3d
Version: 1.5.2+dfsg-6
Severity: serious
Justification: fails to build from source
User: debian-s...@lists.debian.org
Usertags: s390x

java3d fails to build as it can't find the path to openjdk:

| dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
| dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
| dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g 
-O2
| dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
| dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
| dpkg-buildpackage: source package java3d
| dpkg-buildpackage: source version 1.5.2+dfsg-6
|  dpkg-source --before-build java3d-1.5.2+dfsg
| dpkg-buildpackage: host architecture s390x
|  fakeroot debian/rules clean
| test -x debian/rules
| dh_testroot
| make: *** [testsanity] Error 1
| You must specify a valid JAVA_HOME or JAVACMD!

It sets JAVA_HOME to /usr/lib/jvm/java-6-openjdk, but this path has 
changed starting with openjdk-6 version 6b23~pre8-2.

Full build log is available (s390x, but also fails on other 
architectures):
  
  
http://buildd.debian-ports.org/status/fetch.php?pkg=java3darch=s390xver=1.5.2%2Bdfsg-6stamp=1314740476


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

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


---End Message---
---BeginMessage---
Source: java3d
Source-Version: 1.5.2+dfsg-7

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

java3d_1.5.2+dfsg-7.debian.tar.gz
  to main/j/java3d/java3d_1.5.2+dfsg-7.debian.tar.gz
java3d_1.5.2+dfsg-7.dsc
  to main/j/java3d/java3d_1.5.2+dfsg-7.dsc
libjava3d-java-doc_1.5.2+dfsg-7_all.deb
  to main/j/java3d/libjava3d-java-doc_1.5.2+dfsg-7_all.deb
libjava3d-java_1.5.2+dfsg-7_all.deb
  to main/j/java3d/libjava3d-java_1.5.2+dfsg-7_all.deb
libjava3d-jni_1.5.2+dfsg-7_amd64.deb
  to main/j/java3d/libjava3d-jni_1.5.2+dfsg-7_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 640...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

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

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 Sep 2011 19:56:44 -0430
Source: java3d
Binary: libjava3d-java libjava3d-jni libjava3d-java-doc
Architecture: source all amd64
Version: 1.5.2+dfsg-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libjava3d-java - Java 3D API (java library)
 libjava3d-java-doc - Documentation for the Java3D API
 libjava3d-jni - Java3D API (java jni library)
Closes: 640937
Changes: 
 java3d (1.5.2+dfsg-7) unstable; urgency=low
 .
   [Miguel Landaeta]
   * Team upload.
   * Switch to default-jdk. (Closes: #640937).
   * Bump Standards-Version to 3.9.2. No changes were required.
 .
   [tony mancill]
   * Update Vcs-Svn URL in debian/control.
Checksums-Sha1: 
 0a2d6300c9945c0c953519bea96cb810d550dcaf 2093 java3d_1.5.2+dfsg-7.dsc
 05cb72129d262a8b96640c6982dbb3a311251f44 9927 java3d_1.5.2+dfsg-7.debian.tar.gz
 b15ec6c9be5e4f565c8a1488a0489e5bf9b98067 1653702 
libjava3d-java_1.5.2+dfsg-7_all.deb
 375854a82fa82885c37681c2ac83f5aca22759b8 1667232 
libjava3d-java-doc_1.5.2+dfsg-7_all.deb
 20b9a19fde2ba0d019cbc9739669f4e0d7bee82d 51988 
libjava3d-jni_1.5.2+dfsg-7_amd64.deb
Checksums-Sha256: 
 7fbfef1fe51091d631244646cd5aa9595a50d38c94f8a100f7ad6bb8599aa62f 2093 

Processed: your mail

2011-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 640937 -1
Bug#640937: java3d: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!
Bug 640937 cloned as bug 641380.

 reassign -1 surefire
Bug #641380 {Done: Miguel Landaeta mig...@miguel.cc} [java3d] java3d: FTBFS: 
You must specify a valid JAVA_HOME or JAVACMD!
Bug reassigned from package 'java3d' to 'surefire'.
Bug No longer marked as found in versions 1.5.2+dfsg-6.
Bug No longer marked as fixed in versions java3d/1.5.2+dfsg-7.
 retitle -1 surefire: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!
Bug #641380 {Done: Miguel Landaeta mig...@miguel.cc} [surefire] java3d: 
FTBFS: You must specify a valid JAVA_HOME or JAVACMD!
Changed Bug title to 'surefire: FTBFS: You must specify a valid JAVA_HOME or 
JAVACMD!' from 'java3d: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!'
 thanks
Stopping processing here.

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

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


[SCM] access-modifier-checker packaging annotated tag, debian/1.0-1, created. debian/1.0-1

2011-09-12 Thread Miguel Landaeta
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 access-modifier-checker packaging.

The annotated tag, debian/1.0-1 has been created
at  b80f36e9719a4c8e8ea5180572595e8ed37e69d3 (tag)
   tagging  426085736ebd377f63f4e07af318b14ed9523741 (commit)
  replaces  upstream/1.0
 tagged by  Miguel Landaeta
on  Mon Sep 12 23:46:51 2011 -0430

- Log -
Debian release 1.0-1

James Page (2):
  Initial Debian Packaging
  Removed surplus lintian overrides

---


hooks/post-receive
-- 
access-modifier-checker 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] r14887 - in trunk/jmock/debian: . patches

2011-09-12 Thread Miguel Landaeta
Author: nomadium-guest
Date: 2011-09-13 04:17:35 + (Tue, 13 Sep 2011)
New Revision: 14887

Added:
   trunk/jmock/debian/clean
   trunk/jmock/debian/jmock-cglib.pom
   trunk/jmock/debian/jmock.pom
   trunk/jmock/debian/patches/01_junit3_api.diff
Removed:
   trunk/jmock/debian/README.Debian
   trunk/jmock/debian/ant.properties
   trunk/jmock/debian/dirs
   trunk/jmock/debian/patches/build.patch
   trunk/jmock/debian/patches/code.patch
   trunk/jmock/debian/pom.xml
Modified:
   trunk/jmock/debian/changelog
   trunk/jmock/debian/control
   trunk/jmock/debian/copyright
   trunk/jmock/debian/libjmock-java.poms
   trunk/jmock/debian/orig-tar.sh
   trunk/jmock/debian/patches/series
   trunk/jmock/debian/rules
   trunk/jmock/debian/watch
Log:
* New upstream release.
* Migrate to dh7 + javahelper packaging style.
* Bump Standards-Version to 3.9.2. No changes were required.
* Add Homepage and Vcs-* fields.
* Add dependencies on libcglib-java and provide jmock-cglib jar.
* Drop unneeded Build-Depends on ant and ant-optional.
* Provide better package descriptions.
* Update watch file.
* Update maven metadata.
* Drop unneeded dirs, README.Debian and ant.properties files.
* Drop unneeded patches.
* Make copyright file DEP5 compliant.


Deleted: trunk/jmock/debian/README.Debian
===
--- trunk/jmock/debian/README.Debian2011-09-13 03:21:15 UTC (rev 14886)
+++ trunk/jmock/debian/README.Debian2011-09-13 04:17:35 UTC (rev 14887)
@@ -1,17 +0,0 @@
-libjmock-java
--
-
-jMock is a library for testing Java code using mock objects.
-
-Mock objects help you design and test the interactions between the objects in
-your programs.
-
-The jMock package:
- * makes it quick and easy to define mock objects, so you don't break the
-   rhythm of programming.
- * lets you define flexible constraints over object interactions, reducing the
-   brittleness of your tests.
- * is easy to extend.
-
---
-Trygve Laugstøl

Deleted: trunk/jmock/debian/ant.properties
===
Modified: trunk/jmock/debian/changelog
===
--- trunk/jmock/debian/changelog2011-09-13 03:21:15 UTC (rev 14886)
+++ trunk/jmock/debian/changelog2011-09-13 04:17:35 UTC (rev 14887)
@@ -1,3 +1,21 @@
+jmock (1.2.0-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Migrate to dh7 + javahelper packaging style.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Add Homepage and Vcs-* fields.
+  * Add dependencies on libcglib-java and provide jmock-cglib jar.
+  * Drop unneeded Build-Depends on ant and ant-optional.
+  * Provide better package descriptions.
+  * Update watch file.
+  * Update maven metadata.
+  * Drop unneeded dirs, README.Debian and ant.properties files.
+  * Drop unneeded patches.
+  * Make copyright file DEP5 compliant.
+
+ -- Miguel Landaeta mig...@miguel.cc  Mon, 12 Sep 2011 22:45:55 -0430
+
 jmock (1.0.1-6) unstable; urgency=low
 
   * Team upload

Added: trunk/jmock/debian/clean
===
--- trunk/jmock/debian/clean(rev 0)
+++ trunk/jmock/debian/clean2011-09-13 04:17:35 UTC (rev 14887)
@@ -0,0 +1,2 @@
+jmock.jar
+jmock-cglib.jar

Modified: trunk/jmock/debian/control
===
--- trunk/jmock/debian/control  2011-09-13 03:21:15 UTC (rev 14886)
+++ trunk/jmock/debian/control  2011-09-13 04:17:35 UTC (rev 14887)
@@ -3,16 +3,22 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 7), default-jdk
-Build-Depends-Indep: ant (= 1.6.5), junit (= 3.8.1), ant-optional, 
maven-repo-helper,
- libasm-java
-Standards-Version: 3.8.3
+Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper
+Build-Depends-Indep: junit (= 3.8.2), libcglib-java, maven-repo-helper
+Standards-Version: 3.9.2
+Homepage: http://www.jmock.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jmock
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jmock/
 
 Package: libjmock-java
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: libjmock-java-doc, libasm-java
+Recommends: junit (= 3.8.2)
+Suggests: libjmock-java-doc, libasm-java, libcglib-java
 Description: Java library for testing code with mock objects
+ JMock is a library that supports test-driven development of Java code
+ with mock objects.
+ .
  Mock objects help you design and test the interactions between the objects in
  your programs.
 
@@ -20,5 +26,12 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Suggests: default-jdk-doc
 Description: Java library for testing code with mock objects - documentation
- Includes javadoc only.
+ JMock is a library that supports test-driven