Bug#632183: marked as done (bouncycastle: Package does not deploy maven artifacts)

2011-07-10 Thread Debian Bug Tracking System
Your message dated Mon, 11 Jul 2011 00:17:35 +
with message-id 
and subject line Bug#632183: fixed in bouncycastle 1.44+dfsg-3
has caused the Debian Bug report #632183,
regarding bouncycastle: Package does not deploy maven artifacts
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.)


-- 
632183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632183
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bouncycastle
Version: 1.44+dfsg-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmpC7BqQ4
In Ubuntu, the attached patch was applied to achieve the following:

  * Deployment of Maven artifacts:
- debian/rules: retrieve source POM's and install
- debian/control: Build-depend on maven-repo-helper
- debian/poms/*: versioned POM's from repo1.maven.org
- debian/lib[bcprov|bcmail|bcpg|bctsp].poms; POM lists
  for deployment to maven-repo
- debian/maven.rules: Transform rules for POM deployment

This places jar + maven pom metadata files into /usr/share/maven-repo.

Thanks for considering the patch.


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

Kernel: Linux 2.6.38-8-generic (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control  2010-06-03 15:51:05 +
+++ debian/control  2011-06-29 15:42:28 +
@@ -4,7 +4,8 @@
 Maintainer: Ubuntu Developers 
 XSBC-Original-Maintainer: Debian Java Maintainers 

 Uploaders: Matthias Klose , Michael Koch 
-Build-Depends: cdbs (>= 0.4.27), debhelper (>= 7), ant, default-jdk-builddep, 
quilt, libgnumail-java, junit, ant-optional
+Build-Depends: cdbs (>= 0.4.27), debhelper (>= 7), ant, default-jdk-builddep, 
quilt, libgnumail-java, 
+ junit, ant-optional, maven-repo-helper
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/bouncycastle
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/bouncycastle

=== added file 'debian/libbcmail-java.poms'
--- debian/libbcmail-java.poms  1970-01-01 00:00:00 +
+++ debian/libbcmail-java.poms  2011-03-10 15:12:30 +
@@ -0,0 +1 @@
+debian/poms/bcmail.pom

=== added file 'debian/libbcpg-java.poms'
--- debian/libbcpg-java.poms1970-01-01 00:00:00 +
+++ debian/libbcpg-java.poms2011-03-10 15:12:39 +
@@ -0,0 +1 @@
+debian/poms/bcpg.pom

=== added file 'debian/libbcprov-java.poms'
--- debian/libbcprov-java.poms  1970-01-01 00:00:00 +
+++ debian/libbcprov-java.poms  2011-03-10 15:11:29 +
@@ -0,0 +1 @@
+debian/poms/bcprov.pom

=== added file 'debian/libbctsp-java.poms'
--- debian/libbctsp-java.poms   1970-01-01 00:00:00 +
+++ debian/libbctsp-java.poms   2011-03-10 15:12:51 +
@@ -0,0 +1 @@
+debian/poms/bctsp.pom

=== added file 'debian/maven.rules'
--- debian/maven.rules  1970-01-01 00:00:00 +
+++ debian/maven.rules  2011-06-29 16:29:57 +
@@ -0,0 +1,5 @@
+# Strip out -jdk14 as Ubuntu/Debian does not build multiple versions
+org.bouncycastle s/bcmail-jdk14/bcmail/ * s/.*/debian/ * *
+org.bouncycastle s/bcprov-jdk14/bcprov/ * s/.*/debian/ * *
+org.bouncycastle s/bctsp-jdk14/bctsp/ * s/.*/debian/ * *
+org.bouncycastle s/bcpg-jdk14/bcpg/ * s/.*/debian/ * *

=== added directory 'debian/poms'
=== added file 'debian/poms/bcmail.pom'
--- debian/poms/bcmail.pom  1970-01-01 00:00:00 +
+++ debian/poms/bcmail.pom  2009-10-06 22:33:52 +
@@ -0,0 +1,29 @@
+
+
+  4.0.0
+  org.bouncycastle
+  bcmail-jdk14
+  jar
+  Bouncy Castle CMS and S/MIME API
+  1.44
+  The Bouncy Castle Java CMS and S/MIME APIs for handling the CMS 
and S/MIME protocols. This jar contains CMS and S/MIME APIs for JDK 1.4. The 
APIs can be used in conjunction with a JCE/JCA provider such as the one 
provided with the Bouncy Castle Cryptography APIs. If the S/MIME API is used, 
the JavaMail API and the Java activation framework will also be 
needed.
+  http://www.bouncycastle.org/java.html
+  
+
+  Bouncy Castle Licence
+  http://www.bouncycastle.org/licence.html
+  repo
+
+  
+  
+http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java
+  
+  
+
+  org.bouncycastle
+  bcprov-jdk14
+  1.44
+  jar
+
+  
+

=== added file 'debian/poms/bcpg.pom'
--- debian/poms/bcpg.pom1970-01-01 00:00:00 +
+++ debian/poms/bcpg.pom2009-10-06 22:34:47 +000

Bug#585062: marked as done (bouncycastle: please improve the dependencies)

2011-07-10 Thread Debian Bug Tracking System
Your message dated Mon, 11 Jul 2011 00:17:35 +
with message-id 
and subject line Bug#585062: fixed in bouncycastle 1.44+dfsg-3
has caused the Debian Bug report #585062,
regarding bouncycastle: please improve the dependencies
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.)


-- 
585062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585062
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bouncycastle
Version: 1.44+dfsg-2
Severity: normal

Hi,

all Depends or Recommends on *-gcj packages should be downgraded to
Suggests as discussed in the debian-java mailing list.

The Suggests: java-virtual-machine should be removed because it is an
obsolete virtual package.

Cheers,
Torsten


--- End Message ---
--- Begin Message ---
Source: bouncycastle
Source-Version: 1.44+dfsg-3

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

bouncycastle_1.44+dfsg-3.diff.gz
  to main/b/bouncycastle/bouncycastle_1.44+dfsg-3.diff.gz
bouncycastle_1.44+dfsg-3.dsc
  to main/b/bouncycastle/bouncycastle_1.44+dfsg-3.dsc
libbcmail-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcmail-java-doc_1.44+dfsg-3_all.deb
libbcmail-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbcmail-java-gcj_1.44+dfsg-3_amd64.deb
libbcmail-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcmail-java_1.44+dfsg-3_all.deb
libbcpg-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcpg-java-doc_1.44+dfsg-3_all.deb
libbcpg-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbcpg-java-gcj_1.44+dfsg-3_amd64.deb
libbcpg-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcpg-java_1.44+dfsg-3_all.deb
libbcprov-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcprov-java-doc_1.44+dfsg-3_all.deb
libbcprov-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbcprov-java-gcj_1.44+dfsg-3_amd64.deb
libbcprov-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcprov-java_1.44+dfsg-3_all.deb
libbctsp-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbctsp-java-doc_1.44+dfsg-3_all.deb
libbctsp-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbctsp-java-gcj_1.44+dfsg-3_amd64.deb
libbctsp-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbctsp-java_1.44+dfsg-3_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 585...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill  (supplier of updated bouncycastle 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: Sun, 10 Jul 2011 16:27:31 -0700
Source: bouncycastle
Binary: libbcprov-java libbcprov-java-doc libbcmail-java libbcmail-java-doc 
libbctsp-java libbctsp-java-doc libbcpg-java libbcpg-java-doc 
libbcprov-java-gcj libbcmail-java-gcj libbctsp-java-gcj libbcpg-java-gcj
Architecture: source all amd64
Version: 1.44+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: tony mancill 
Description: 
 libbcmail-java - Bouncy Castle generators/processors for S/MIME and CMS
 libbcmail-java-doc - Documentation for libbcmail-java
 libbcmail-java-gcj - Bouncy Castle generators/processors for S/MIME and CMS
 libbcpg-java - Bouncy Castle generators/processors for OpenPGP
 libbcpg-java-doc - Documentation for libbcpg-java
 libbcpg-java-gcj - Bouncy Castle generators/processors for OpenPGP
 libbcprov-java - Bouncy Castle Java Cryptographic Service Provider
 libbcprov-java-doc - Documentation for libbcprov-java
 libbcprov-java-gcj - Bouncy Castle Java Cryptographic Service Provider
 libbctsp-java - Bouncy Castle generators/processors for TSP
 libbctsp-java-doc - Documentation for libbctsp-java
 libbctsp-java-gcj - Bouncy Castle generators/processors for TSP
Closes: 585062 632183
Changes: 
 bouncycastle (1.44+dfsg-3) unstable; urgency=low
 .
   * Team upload.
 .
   [Niels Thykier]
   * Changed the section of the gcj packages to java.
   * Replaced B-D on default-jdk-builddep with gcj-native-helper
 and default-jdk.
 .
   [tony mancill]
   * Apply patch to deploy maven artifacts. (Closes: #632183)
 Thanks to James Page.
   * All Recommends on *-gcj packages downgraded to Suggests.

bouncycastle_1.44+dfsg-3_amd64.changes ACCEPTED into unstable

2011-07-10 Thread Debian FTP Masters



Accepted:
bouncycastle_1.44+dfsg-3.diff.gz
  to main/b/bouncycastle/bouncycastle_1.44+dfsg-3.diff.gz
bouncycastle_1.44+dfsg-3.dsc
  to main/b/bouncycastle/bouncycastle_1.44+dfsg-3.dsc
libbcmail-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcmail-java-doc_1.44+dfsg-3_all.deb
libbcmail-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbcmail-java-gcj_1.44+dfsg-3_amd64.deb
libbcmail-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcmail-java_1.44+dfsg-3_all.deb
libbcpg-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcpg-java-doc_1.44+dfsg-3_all.deb
libbcpg-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbcpg-java-gcj_1.44+dfsg-3_amd64.deb
libbcpg-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcpg-java_1.44+dfsg-3_all.deb
libbcprov-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcprov-java-doc_1.44+dfsg-3_all.deb
libbcprov-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbcprov-java-gcj_1.44+dfsg-3_amd64.deb
libbcprov-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbcprov-java_1.44+dfsg-3_all.deb
libbctsp-java-doc_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbctsp-java-doc_1.44+dfsg-3_all.deb
libbctsp-java-gcj_1.44+dfsg-3_amd64.deb
  to main/b/bouncycastle/libbctsp-java-gcj_1.44+dfsg-3_amd64.deb
libbctsp-java_1.44+dfsg-3_all.deb
  to main/b/bouncycastle/libbctsp-java_1.44+dfsg-3_all.deb


Override entries for your package:
bouncycastle_1.44+dfsg-3.dsc - source libs
libbcmail-java-doc_1.44+dfsg-3_all.deb - optional doc
libbcmail-java-gcj_1.44+dfsg-3_amd64.deb - optional java
libbcmail-java_1.44+dfsg-3_all.deb - optional java
libbcpg-java-doc_1.44+dfsg-3_all.deb - optional doc
libbcpg-java-gcj_1.44+dfsg-3_amd64.deb - optional java
libbcpg-java_1.44+dfsg-3_all.deb - optional java
libbcprov-java-doc_1.44+dfsg-3_all.deb - optional doc
libbcprov-java-gcj_1.44+dfsg-3_amd64.deb - optional java
libbcprov-java_1.44+dfsg-3_all.deb - optional java
libbctsp-java-doc_1.44+dfsg-3_all.deb - optional doc
libbctsp-java-gcj_1.44+dfsg-3_amd64.deb - optional java
libbctsp-java_1.44+dfsg-3_all.deb - optional java

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


Thank you for your contribution to Debian.

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


Processing of bouncycastle_1.44+dfsg-3_amd64.changes

2011-07-10 Thread Debian FTP Masters
bouncycastle_1.44+dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  bouncycastle_1.44+dfsg-3.dsc
  bouncycastle_1.44+dfsg-3.diff.gz
  libbcprov-java_1.44+dfsg-3_all.deb
  libbcprov-java-doc_1.44+dfsg-3_all.deb
  libbcmail-java_1.44+dfsg-3_all.deb
  libbcmail-java-doc_1.44+dfsg-3_all.deb
  libbctsp-java_1.44+dfsg-3_all.deb
  libbctsp-java-doc_1.44+dfsg-3_all.deb
  libbcpg-java_1.44+dfsg-3_all.deb
  libbcpg-java-doc_1.44+dfsg-3_all.deb
  libbcprov-java-gcj_1.44+dfsg-3_amd64.deb
  libbcmail-java-gcj_1.44+dfsg-3_amd64.deb
  libbctsp-java-gcj_1.44+dfsg-3_amd64.deb
  libbcpg-java-gcj_1.44+dfsg-3_amd64.deb

Greetings,

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

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


[pkg-java] r13848 - in tags/bouncycastle: . 1.44+dfsg-3/debian

2011-07-10 Thread Tony Mancill
Author: tmancill
Date: 2011-07-11 00:01:01 + (Mon, 11 Jul 2011)
New Revision: 13848

Added:
   tags/bouncycastle/1.44+dfsg-3/
   tags/bouncycastle/1.44+dfsg-3/debian/changelog
   tags/bouncycastle/1.44+dfsg-3/debian/control
   tags/bouncycastle/1.44+dfsg-3/debian/libbcmail-java.poms
   tags/bouncycastle/1.44+dfsg-3/debian/libbcpg-java.poms
   tags/bouncycastle/1.44+dfsg-3/debian/libbcprov-java.poms
   tags/bouncycastle/1.44+dfsg-3/debian/libbctsp-java.poms
   tags/bouncycastle/1.44+dfsg-3/debian/maven.rules
   tags/bouncycastle/1.44+dfsg-3/debian/poms/
   tags/bouncycastle/1.44+dfsg-3/debian/rules
Removed:
   tags/bouncycastle/1.44+dfsg-3/debian/changelog
   tags/bouncycastle/1.44+dfsg-3/debian/control
   tags/bouncycastle/1.44+dfsg-3/debian/rules
Log:
[svn-buildpackage] Tagging bouncycastle 1.44+dfsg-3

Deleted: tags/bouncycastle/1.44+dfsg-3/debian/changelog
===
--- trunk/bouncycastle/debian/changelog 2011-07-07 04:02:04 UTC (rev 13841)
+++ tags/bouncycastle/1.44+dfsg-3/debian/changelog  2011-07-11 00:01:01 UTC 
(rev 13848)
@@ -1,142 +0,0 @@
-bouncycastle (1.44+dfsg-3) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Changed the section of the gcj packages to java.
-  * Bumped Standards-Versions 3.9.0 - no changes required.
-  * Replaced B-D on default-jdk-builddep with gcj-native-helper
-and default-jdk.
-
- -- Niels Thykier   Tue, 29 Jun 2010 23:04:56 +0200
-
-bouncycastle (1.44+dfsg-2) unstable; urgency=low
-
-  [ Thierry Carrez ]
-  * debian/control: depend on java2-runtime-headless instead of java2-runtime
-
-  [ Torsten Werner ]
-  * Remove Charles from Uploaders list. (Closes: #569476)
-
- -- Torsten Werner   Thu, 11 Feb 2010 22:13:38 +0100
-
-bouncycastle (1.44+dfsg-1) unstable; urgency=low
-
-  * Upload as new upstream release.
-  * Add debian/orig-tar.sh script and use it in watch file.
-This now removes the RFCs comming with the upstream tarball.
-(Closes: #554456)
-
- -- Michael Koch   Thu, 05 Nov 2009 08:16:03 +0100
-
-bouncycastle (1.44-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Michael Koch   Sun, 25 Oct 2009 21:04:40 +0100
-
-bouncycastle (1.43-1) unstable; urgency=low
-
-  [ Dominik Smatana ]
-  * Fixed broken debian/watch
-
-  [ Michael Koch ]
-  * New upstream version.
-  * Build-Depends on debhelper >= 7.
-  * Let all packages Depends on ${misc:Depends}.
-  * Move all -java packages to section 'java'.
-  * Replaces java-gcj-compat with default-jre-headless.
-  * Added debian/README.source.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch   Tue, 22 Sep 2009 08:23:30 +0200
-
-bouncycastle (1.39-2) unstable; urgency=low
-
-  * Build-Depends on default-jdk-builddep. Closes: #477847
-
- -- Michael Koch   Wed, 30 Apr 2008 04:35:02 -0100
-
-bouncycastle (1.39-1) unstable; urgency=low
-
-  * New upstream release.
-  * Fixed watch file to match upstream version correctly.
-  * Removed '-1' part in Build-Depends.
-
- -- Michael Koch   Sat, 12 Apr 2008 13:49:12 +0200
-
-bouncycastle (1.38-1) unstable; urgency=low
-
-  * New upstream release.
-  * Updated Standards-Version to 3.7.3.
-  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
-
- -- Michael Koch   Sat, 29 Dec 2007 17:03:04 +0100
-
-bouncycastle (1.37-2) unstable; urgency=low
-
-  * Fix dependency of targets to make it possible to build arch:dep packages
-only. Closes: #440669.
-
- -- Michael Koch   Mon, 15 Oct 2007 20:26:02 +0200
-
-bouncycastle (1.37-1) unstable; urgency=low
-
-  * New upstream release. Closes: #430560, #430562.
-  * Replaced ${Source-Version} bei ${source:Version}
-  * Added myself to Uploaders.
-
- -- Michael Koch   Sun, 15 Jul 2007 19:22:07 +0200
-
-bouncycastle (1.33-4) unstable; urgency=low
-
-  * Rebuild the database of security providers in the postrm,
-not in the prerm.
-
- -- Matthias Klose   Sat, 10 Feb 2007 12:02:19 +0100
-
-bouncycastle (1.33-3) unstable; urgency=low
-
-  * Merge from Ubuntu:
-- Build -gcj packages.
-- Install the docs in an api subdir (not apidoc).
-
- -- Matthias Klose   Wed,  3 Jan 2007 14:29:42 +0100
-
-bouncycastle (1.33-2.1) unstable; urgency=medium
-
-  * NMU
-  * Register org.bouncycastle.jce.provider.BouncyCastleProvider
-as security provider for classpath based runtimes.
-  * Install bcprov.jar in /usr/share/java/gcj-endorsed as well.
-  * Closes: #394680.
-
- -- Matthias Klose   Sun, 22 Oct 2006 14:57:44 +
-
-bouncycastle (1.33-2) unstable; urgency=low
-
-  * Move clean target dependencies to Build-Depends
-  * Make pkg-java-maintainers the primary maintainer
-  * Update to standards version 3.7.2
-
- -- Charles Fry   Wed,  5 Jul 2006 12:32:16 -0400
-
-bouncycastle (1.33-1) unstable; urgency=low
-
-  * New upstream release
-  * Generate bcmail, bctsp, and bcpg in addition to bcprov
-
- -- Charles Fry   Mon,  8 May 2006 11:46:32 -0400
-
-bouncycastle (1.32-1) unstable; urgency=low
-
-  * New upstream release
-  * Add build dependencies on ant, use

Bug#632183: bouncycastle: Package does not deploy maven artifacts

2011-07-10 Thread tony mancill
Hi James,

With some minimal tweaking, the patch applies against the Debian version.  The
only thing that seems to have changed, aside from the addition of the maven
artifacts, is that the .so files deployed to /usr/lib/gcj/ are now versioned.
This seems okay, so uploading now.

Thanks,
tony

On 06/30/2011 03:39 AM, James Page wrote:
> Package: bouncycastle
> Version: 1.44+dfsg-2
> Severity: normal
> Tags: patch
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu oneiric ubuntu-patch
> 
> 
> 
> *** /tmp/tmpC7BqQ4
> In Ubuntu, the attached patch was applied to achieve the following:
> 
>   * Deployment of Maven artifacts:
> - debian/rules: retrieve source POM's and install
> - debian/control: Build-depend on maven-repo-helper
> - debian/poms/*: versioned POM's from repo1.maven.org
> - debian/lib[bcprov|bcmail|bcpg|bctsp].poms; POM lists
>   for deployment to maven-repo
> - debian/maven.rules: Transform rules for POM deployment
> 
> This places jar + maven pom metadata files into /usr/share/maven-repo.
> 
> Thanks for considering the patch.



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

[pkg-java] r13847 - trunk/bouncycastle/debian

2011-07-10 Thread Tony Mancill
Author: tmancill
Date: 2011-07-10 23:36:12 + (Sun, 10 Jul 2011)
New Revision: 13847

Modified:
   trunk/bouncycastle/debian/changelog
   trunk/bouncycastle/debian/control
Log:
downgrade *-gcj dependencies to Suggests; Debian #585062

Modified: trunk/bouncycastle/debian/changelog
===
--- trunk/bouncycastle/debian/changelog 2011-07-10 23:14:59 UTC (rev 13846)
+++ trunk/bouncycastle/debian/changelog 2011-07-10 23:36:12 UTC (rev 13847)
@@ -8,11 +8,13 @@
 and default-jdk.
 
   [tony mancill]
-  * Apply patch to deploy maven artifacts (Closes: #632183)
+  * Apply patch to deploy maven artifacts. (Closes: #632183)
 Thanks to James Page.
+  * All Recommends on *-gcj packages downgraded to Suggests. 
+(Closes: #585062)
   * Bumped Standards-Versions 3.9.2 - no changes required.
 
- -- tony mancill   Sun, 10 Jul 2011 15:48:32 -0700
+ -- tony mancill   Sun, 10 Jul 2011 16:27:31 -0700
 
 bouncycastle (1.44+dfsg-2) unstable; urgency=low
 

Modified: trunk/bouncycastle/debian/control
===
--- trunk/bouncycastle/debian/control   2011-07-10 23:14:59 UTC (rev 13846)
+++ trunk/bouncycastle/debian/control   2011-07-10 23:36:12 UTC (rev 13847)
@@ -13,8 +13,7 @@
 Package: libbcprov-java
 Architecture: all
 Depends: libgcj-common (>= 1:4.1.1-19), default-jre-headless | 
java2-runtime-headless, ${misc:Depends}
-Recommends: libbcprov-java-gcj
-Suggests: java-virtual-machine, libbcprov-java-doc
+Suggests: java-virtual-machine, libbcprov-java-doc, libbcprov-java-gcj
 Description: Bouncy Castle Java Cryptographic Service Provider
  The Bouncy Castle Crypto package is a Java implementation of
  cryptographic algorithms.
@@ -32,8 +31,7 @@
 Package: libbcmail-java
 Architecture: all
 Depends: default-jre-headless | java2-runtime-headless, libgnumail-java, 
libgnujaf-java, ${misc:Depends}
-Recommends: libbcmail-java-gcj
-Suggests: java-virtual-machine, libbcmail-java-doc
+Suggests: java-virtual-machine, libbcmail-java-doc,libbcmail-java-gcj
 Description: Bouncy Castle generators/processors for S/MIME and CMS
  The Bouncy Castle Crypto package is a Java implementation of
  cryptographic algorithms.
@@ -52,8 +50,7 @@
 Package: libbctsp-java
 Architecture: all
 Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
-Recommends: libbctsp-java-gcj
-Suggests: java-virtual-machine, libbctsp-java-doc
+Suggests: java-virtual-machine, libbctsp-java-doc, libbctsp-java-gcj
 Description: Bouncy Castle generators/processors for TSP
  The Bouncy Castle Crypto package is a Java implementation of
  cryptographic algorithms.
@@ -71,8 +68,7 @@
 Package: libbcpg-java
 Architecture: all
 Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
-Recommends: libbcpg-java-gcj
-Suggests: java-virtual-machine, libbcpg-java-doc
+Suggests: java-virtual-machine, libbcpg-java-doc, libbcpg-java-gcj
 Description: Bouncy Castle generators/processors for OpenPGP
  The Bouncy Castle Crypto package is a Java implementation of
  cryptographic algorithms.


___
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] r13846 - in trunk/bouncycastle/debian: . poms

2011-07-10 Thread Tony Mancill
Author: tmancill
Date: 2011-07-10 23:14:59 + (Sun, 10 Jul 2011)
New Revision: 13846

Added:
   trunk/bouncycastle/debian/libbcmail-java.poms
   trunk/bouncycastle/debian/libbcpg-java.poms
   trunk/bouncycastle/debian/libbcprov-java.poms
   trunk/bouncycastle/debian/libbctsp-java.poms
   trunk/bouncycastle/debian/maven.rules
   trunk/bouncycastle/debian/poms/
   trunk/bouncycastle/debian/poms/bcmail.pom
   trunk/bouncycastle/debian/poms/bcpg.pom
   trunk/bouncycastle/debian/poms/bcprov.pom
   trunk/bouncycastle/debian/poms/bctsp.pom
Modified:
   trunk/bouncycastle/debian/changelog
   trunk/bouncycastle/debian/control
   trunk/bouncycastle/debian/rules
Log:
add patch for maven artifacts

Modified: trunk/bouncycastle/debian/changelog
===
--- trunk/bouncycastle/debian/changelog 2011-07-10 21:54:33 UTC (rev 13845)
+++ trunk/bouncycastle/debian/changelog 2011-07-10 23:14:59 UTC (rev 13846)
@@ -1,13 +1,19 @@
-bouncycastle (1.44+dfsg-3) UNRELEASED; urgency=low
+bouncycastle (1.44+dfsg-3) unstable; urgency=low
 
   * Team upload.
+
+  [Niels Thykier]
   * Changed the section of the gcj packages to java.
-  * Bumped Standards-Versions 3.9.0 - no changes required.
   * Replaced B-D on default-jdk-builddep with gcj-native-helper
 and default-jdk.
 
- -- Niels Thykier   Tue, 29 Jun 2010 23:04:56 +0200
+  [tony mancill]
+  * Apply patch to deploy maven artifacts (Closes: #632183)
+Thanks to James Page.
+  * Bumped Standards-Versions 3.9.2 - no changes required.
 
+ -- tony mancill   Sun, 10 Jul 2011 15:48:32 -0700
+
 bouncycastle (1.44+dfsg-2) unstable; urgency=low
 
   [ Thierry Carrez ]

Modified: trunk/bouncycastle/debian/control
===
--- trunk/bouncycastle/debian/control   2011-07-10 21:54:33 UTC (rev 13845)
+++ trunk/bouncycastle/debian/control   2011-07-10 23:14:59 UTC (rev 13846)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Matthias Klose , Michael Koch 
-Build-Depends: cdbs (>= 0.4.27), debhelper (>= 7), ant, default-jdk, 
gcj-native-helper,
- quilt, libgnumail-java, junit
-Standards-Version: 3.9.0
+Build-Depends: cdbs (>= 0.4.27), debhelper (>= 7), ant, default-jdk, 
gcj-native-helper, quilt, libgnumail-java,
+ junit, ant-optional, maven-repo-helper
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/bouncycastle
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/bouncycastle
 Homepage: http://www.bouncycastle.org/

Added: trunk/bouncycastle/debian/libbcmail-java.poms
===
--- trunk/bouncycastle/debian/libbcmail-java.poms   
(rev 0)
+++ trunk/bouncycastle/debian/libbcmail-java.poms   2011-07-10 23:14:59 UTC 
(rev 13846)
@@ -0,0 +1 @@
+debian/poms/bcmail.pom

Added: trunk/bouncycastle/debian/libbcpg-java.poms
===
--- trunk/bouncycastle/debian/libbcpg-java.poms (rev 0)
+++ trunk/bouncycastle/debian/libbcpg-java.poms 2011-07-10 23:14:59 UTC (rev 
13846)
@@ -0,0 +1 @@
+debian/poms/bcpg.pom

Added: trunk/bouncycastle/debian/libbcprov-java.poms
===
--- trunk/bouncycastle/debian/libbcprov-java.poms   
(rev 0)
+++ trunk/bouncycastle/debian/libbcprov-java.poms   2011-07-10 23:14:59 UTC 
(rev 13846)
@@ -0,0 +1 @@
+debian/poms/bcprov.pom

Added: trunk/bouncycastle/debian/libbctsp-java.poms
===
--- trunk/bouncycastle/debian/libbctsp-java.poms
(rev 0)
+++ trunk/bouncycastle/debian/libbctsp-java.poms2011-07-10 23:14:59 UTC 
(rev 13846)
@@ -0,0 +1 @@
+debian/poms/bctsp.pom

Added: trunk/bouncycastle/debian/maven.rules
===
--- trunk/bouncycastle/debian/maven.rules   (rev 0)
+++ trunk/bouncycastle/debian/maven.rules   2011-07-10 23:14:59 UTC (rev 
13846)
@@ -0,0 +1,5 @@
+# Strip out -jdk14 as Ubuntu/Debian does not build multiple versions
+org.bouncycastle s/bcmail-jdk14/bcmail/ * s/.*/debian/ * *
+org.bouncycastle s/bcprov-jdk14/bcprov/ * s/.*/debian/ * *
+org.bouncycastle s/bctsp-jdk14/bctsp/ * s/.*/debian/ * *
+org.bouncycastle s/bcpg-jdk14/bcpg/ * s/.*/debian/ * *

Added: trunk/bouncycastle/debian/poms/bcmail.pom
===
--- trunk/bouncycastle/debian/poms/bcmail.pom   (rev 0)
+++ trunk/bouncycastle/debian/poms/bcmail.pom   2011-07-10 23:14:59 UTC (rev 
13846)
@@ -0,0 +1,29 @@
+
+
+  4.0.0
+  org.bouncycastle
+  bcmail-jdk14
+  jar
+  Bouncy Castle CMS and S/MIME API
+  1.44
+  The Bouncy Castle Java CMS and S/MIME APIs for handling the CMS 
and S/MIME protocols. Thi

Bug#622141: marked as done (tomcat-native: Using SSLv2_method)

2011-07-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Jul 2011 22:02:27 +
with message-id 
and subject line Bug#622141: fixed in tomcat-native 1.1.20-3
has caused the Debian Bug report #622141,
regarding tomcat-native: Using SSLv2_method
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.)


-- 
622141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622141
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tomcat-native
Version: 1.1.20-1
Severity: serious
Tags: sid wheezy

Hi,

When building the package with openssl 1.0.0 you get:
src/sslcontext.c:78:17: warning: implicit declaration of function 
'SSLv2_client_method'
src/sslcontext.c:80:17: warning: implicit declaration of function 
'SSLv2_server_method'
src/sslcontext.c:82:17: warning: implicit declaration of function 'SSLv2_method'
dpkg-shlibdeps: warning: symbol SSLv2_server_method used by 
debian/libtcnative-1/usr/lib/libtcnative-1.so.0.1.20 found in none of the 
libraries.
dpkg-shlibdeps: warning: symbol SSLv2_method used by 
debian/libtcnative-1/usr/lib/libtcnative-1.so.0.1.20 found in none of the 
libraries.
dpkg-shlibdeps: warning: symbol SSLv2_client_method used by 
debian/libtcnative-1/usr/lib/libtcnative-1.so.0.1.20 found in none of the 
libraries.

SSLv2 support got removed and so the SSLv2_* methods too.  Even
with the functions removed from the headers and library the
package builds fine, you just get some warnings instead of
failing at compile time.  You will probably get errors at runtime
instead.

You can check that SSLv2 support is available by checking the
OPENSSL_NO_SSL2 define.  But I suggest you completly remove
SSLv2 support.


Kurt



--- End Message ---
--- Begin Message ---
Source: tomcat-native
Source-Version: 1.1.20-3

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

libtcnative-1_1.1.20-3_amd64.deb
  to main/t/tomcat-native/libtcnative-1_1.1.20-3_amd64.deb
tomcat-native_1.1.20-3.debian.tar.gz
  to main/t/tomcat-native/tomcat-native_1.1.20-3.debian.tar.gz
tomcat-native_1.1.20-3.dsc
  to main/t/tomcat-native/tomcat-native_1.1.20-3.dsc



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

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

Debian distribution maintenance software
pp.
Damien Raude-Morvan  (supplier of updated tomcat-native 
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: SHA256

Format: 1.8
Date: Sun, 10 Jul 2011 23:42:01 +0200
Source: tomcat-native
Binary: libtcnative-1
Architecture: source amd64
Version: 1.1.20-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Damien Raude-Morvan 
Description: 
 libtcnative-1 - Tomcat native library using the apache portable runtime
Closes: 622141
Changes: 
 tomcat-native (1.1.20-3) unstable; urgency=low
 .
   * Switch to 3.0 quilt source format.
   * d/patches/drop_sslv2_support.diff: Drop support for SSLv2
 (Closes: #622141).
   * d/copyright: Update to DEP-5 format.
Checksums-Sha1: 
 72dc1fdd59c5a89ee031ec55271068b02509e84c 2010 tomcat-native_1.1.20-3.dsc
 80b82d65bcda1d8b4a781bd91bb8acbc276ad6fd 4663 
tomcat-native_1.1.20-3.debian.tar.gz
 7ca6f6e74a34e11c7484d4f3e3496e97425f6e42 129686 
libtcnative-1_1.1.20-3_amd64.deb
Checksums-Sha256: 
 9c2a59a68f60b9e84cb2bd49f2e21c710f1a9cc9fbf37fee3e73df894cdd23a1 2010 
tomcat-native_1.1.20-3.dsc
 000e455ddd58ad4fae3ab3c297f0639c4f17ff05c2ba056ff7473873995146e8 4663 
tomcat-native_1.1.20-3.debian.tar.gz
 b5b4bdc9096ffbd72932cec043837b25b836ab5942c0638b881b336715847170 129686 
libtcnative-1_1.1.20-3_amd64.deb
Files: 
 d1c61cb2537670dd94b187ec43735773 2010 java extra tomcat-native_1.1.20-3.dsc
 f8e0402c76d5d8e142109d43fa108b6d 4663 java extra 
tomcat-native_1.1.20-3.debian.tar.gz
 0c6751e36746ba11efbcce2ab8489f27 129686 java extra 
libtcnative-1_1.1.20-3_amd64.deb

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

iQIcBAEBCAAGBQJOGh9oAAoJEHXiDM0z50n8bbgQAJ3PFhHAP4LZK8tye2jUzJwv
1jOxuOrxxhE2n+rPBQUQuY73TyOCMAX/Y6AJdKTH5tawNeocnC3s3/34ICypZhrK
gldYGGzzZjDA3Ix8EdqNttTUhDqyvzLrdINVxWF1LzSTV0fgZQnE3uQ9kHmXTByM
V8XzTFHrk9dwxNawhSqOStdnvicHrg7TojNktJMPvi+bOtHx0TEoFeMmX40gP35B
x9oXG7vA/heLruoX4WkOyQf7NtmTJmw/9qX3v/Z+uscAsjU40I5iZnLt4o39jYKq
7IIGe

tomcat-native override disparity

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

libtcnative-1_1.1.20-3_amd64.deb: package says section is java, override says 
net.


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


tomcat-native_1.1.20-3_amd64.changes ACCEPTED into unstable

2011-07-10 Thread Debian FTP Masters



Accepted:
libtcnative-1_1.1.20-3_amd64.deb
  to main/t/tomcat-native/libtcnative-1_1.1.20-3_amd64.deb
tomcat-native_1.1.20-3.debian.tar.gz
  to main/t/tomcat-native/tomcat-native_1.1.20-3.debian.tar.gz
tomcat-native_1.1.20-3.dsc
  to main/t/tomcat-native/tomcat-native_1.1.20-3.dsc


Override entries for your package:
libtcnative-1_1.1.20-3_amd64.deb - extra net
tomcat-native_1.1.20-3.dsc - source java

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


Thank you for your contribution to Debian.

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


Processing of tomcat-native_1.1.20-3_amd64.changes

2011-07-10 Thread Debian FTP Masters
tomcat-native_1.1.20-3_amd64.changes uploaded successfully to localhost
along with the files:
  tomcat-native_1.1.20-3.dsc
  tomcat-native_1.1.20-3.debian.tar.gz
  libtcnative-1_1.1.20-3_amd64.deb

Greetings,

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

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


[pkg-java] r13845 - in tags/tomcat-native: . 1.1.20-3/debian

2011-07-10 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-07-10 21:54:33 + (Sun, 10 Jul 2011)
New Revision: 13845

Added:
   tags/tomcat-native/1.1.20-3/
   tags/tomcat-native/1.1.20-3/debian/changelog
   tags/tomcat-native/1.1.20-3/debian/copyright
Removed:
   tags/tomcat-native/1.1.20-3/debian/changelog
   tags/tomcat-native/1.1.20-3/debian/copyright
Log:
[svn-buildpackage] Tagging tomcat-native 1.1.20-3

Deleted: tags/tomcat-native/1.1.20-3/debian/changelog
===
--- trunk/tomcat-native/debian/changelog2011-07-07 04:02:04 UTC (rev 
13841)
+++ tags/tomcat-native/1.1.20-3/debian/changelog2011-07-10 21:54:33 UTC 
(rev 13845)
@@ -1,83 +0,0 @@
-tomcat-native (1.1.20-3) UNRELEASED; urgency=low
-
-  * Switch to 3.0 quilt source format.
-  * d/patches/drop_sslv2_support.diff: Drop support for SSLv2
-(Closes: #622141).
-
- -- Damien Raude-Morvan   Wed, 13 Apr 2011 20:19:54 +0200
-
-tomcat-native (1.1.20-2) unstable; urgency=low
-
-  * Team upload.
-  * Remove *.la (Closes: #621279)
-  * Bump Standards-Version to 3.9.2 (no changes needed)
-
- -- tony mancill   Sat, 09 Apr 2011 10:57:15 -0700
-
-tomcat-native (1.1.20-1) unstable; urgency=low
-
-  * New upstream release:
-- Prevent crashing JVM on shutdown.
-  * Bump Standards-Version to 3.8.4 (no changes needed)
-
- -- Damien Raude-Morvan   Sat, 20 Feb 2010 22:50:34 +0100
-
-tomcat-native (1.1.19-1) unstable; urgency=low
-
-  * New upstream release.
-- minor versioning fix
-- allows building against OpenSSL 1.0
-  * Add a README.Debian to help users to setup Tomcat 6.x
-with Tomcat Native Library
-
- -- Damien Raude-Morvan   Sun, 17 Jan 2010 01:27:46 +0100
-
-tomcat-native (1.1.18-1) unstable; urgency=high
-
-  * New upstream release.
-- Fix CVE-2009-3555 SSL-Man-In-The-Middle attack
-- set urgency=high to get security fix in testing
-
- -- Damien Raude-Morvan   Tue, 24 Nov 2009 01:46:20 +0100
-
-tomcat-native (1.1.17-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/control:
-- Update my email address
-- Bump Standards-Version to 3.8.3 (no changes needed)
-- Bump debhelper version to >= 7
-- Update upstream Homepage field
-- Use default-jdk instead of default-jdk-builddep as there is no
-  native (-gcj) package build.
-  * debian/copyright:
-- Update upstream copyright years
-- Add myself as debian/* copyright holder
-  * debian/libtcnative-1.lintian-overrides:
-- Change to be version agnostic
-
- -- Damien Raude-Morvan   Sat, 07 Nov 2009 21:41:36 +0100
-
-tomcat-native (1.1.16-1) unstable; urgency=low
-
-  * New upstream release (Closes: #514500)
-- Fix IPv6 issues (Closes: #517163, #521306)
-  * debian/control:
-- Move libtcnative-1 to "java" section
-- Add myself to Uploaders
-- Bump Standards-Version to 3.8.1 (no changes needed)
-  * debian/watch: Update to new upstream location
-  * debian/rules: Provide a "get-orig-source" target using uscan
-  * debian/control: Build-Depends on default-jdk-builddep
-  * debian/rules: use JAVA_HOME=/usr/lib/jvm/default-java
-  * Remove debian/libtcnative-1.install and use dh_lintian
-to install debian/libtcnative-1.lintian-overrides
-
- -- Damien Raude-Morvan   Sun, 29 Mar 2009 15:40:58 +0200
-
-tomcat-native (1.1.13-1) unstable; urgency=low
-
-  * Initial release. Closes: #485037.
-
- -- Michael Koch   Sat, 07 Jun 2008 15:16:14 +0200
-

Copied: tags/tomcat-native/1.1.20-3/debian/changelog (from rev 13844, 
trunk/tomcat-native/debian/changelog)
===
--- tags/tomcat-native/1.1.20-3/debian/changelog
(rev 0)
+++ tags/tomcat-native/1.1.20-3/debian/changelog2011-07-10 21:54:33 UTC 
(rev 13845)
@@ -0,0 +1,84 @@
+tomcat-native (1.1.20-3) unstable; urgency=low
+
+  * Switch to 3.0 quilt source format.
+  * d/patches/drop_sslv2_support.diff: Drop support for SSLv2
+(Closes: #622141).
+  * d/copyright: Update to DEP-5 format.
+
+ -- Damien Raude-Morvan   Sun, 10 Jul 2011 23:42:01 +0200
+
+tomcat-native (1.1.20-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove *.la (Closes: #621279)
+  * Bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- tony mancill   Sat, 09 Apr 2011 10:57:15 -0700
+
+tomcat-native (1.1.20-1) unstable; urgency=low
+
+  * New upstream release:
+- Prevent crashing JVM on shutdown.
+  * Bump Standards-Version to 3.8.4 (no changes needed)
+
+ -- Damien Raude-Morvan   Sat, 20 Feb 2010 22:50:34 +0100
+
+tomcat-native (1.1.19-1) unstable; urgency=low
+
+  * New upstream release.
+- minor versioning fix
+- allows building against OpenSSL 1.0
+  * Add a README.Debian to help users to setup Tomcat 6.x
+with Tomcat Native Library
+
+ -- Damien Raude-Morvan   Sun, 17 Jan 2010 01:27:46 +0100
+
+tomcat-native (1.1.18-1) unstable; urgency=high
+
+  * New upstream release.
+- Fix CVE-2009-3555 SSL-Man-In-The-Middle attack
+- set urgency=hig

[pkg-java] r13844 - trunk/tomcat-native/debian

2011-07-10 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-07-10 21:53:56 + (Sun, 10 Jul 2011)
New Revision: 13844

Modified:
   trunk/tomcat-native/debian/changelog
   trunk/tomcat-native/debian/copyright
Log:
d/copyright: Update to DEP-5 format.

Modified: trunk/tomcat-native/debian/changelog
===
--- trunk/tomcat-native/debian/changelog2011-07-10 20:09:38 UTC (rev 
13843)
+++ trunk/tomcat-native/debian/changelog2011-07-10 21:53:56 UTC (rev 
13844)
@@ -1,10 +1,11 @@
-tomcat-native (1.1.20-3) UNRELEASED; urgency=low
+tomcat-native (1.1.20-3) unstable; urgency=low
 
   * Switch to 3.0 quilt source format.
   * d/patches/drop_sslv2_support.diff: Drop support for SSLv2
 (Closes: #622141).
+  * d/copyright: Update to DEP-5 format.
 
- -- Damien Raude-Morvan   Wed, 13 Apr 2011 20:19:54 +0200
+ -- Damien Raude-Morvan   Sun, 10 Jul 2011 23:42:01 +0200
 
 tomcat-native (1.1.20-2) unstable; urgency=low
 

Modified: trunk/tomcat-native/debian/copyright
===
--- trunk/tomcat-native/debian/copyright2011-07-10 20:09:38 UTC (rev 
13843)
+++ trunk/tomcat-native/debian/copyright2011-07-10 21:53:56 UTC (rev 
13844)
@@ -1,34 +1,18 @@
-This package was debianized by Michael Koch  on
-Sat, 07 Jun 2008 15:16:14 +0200.
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Apache Tomcat Native Library
+Upstream-Contact: 
+Source: http://www.apache.org/dist/tomcat/tomcat-connectors/native/
 
-It was downloaded from http://tomcat.apache.org/download-native.cgi
+Files: *
+Copyright: Copyright (C) 2004-2011 The Apache Software Foundation.
+License: Apache-2.0
 
-Upstream Author: 
+Files: debian/*
+Copyright: 2008-2009, Michael Koch 
+Copyright: 2010-2011, Damien Raude-Morvan
+License: Apache-2.0
 
-Apache Software Foundation
+License: Apache-2.0
+  A complete copy of the Apache License, Version 2.0, can be found in
+  /usr/share/common-licenses/Apache-2.0 on Debian Systems.
 
-Copyright: 
-
-Copyright (C) 2004-2009 Apache Software Foundation
-
-License:
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-A complete copy of the Apache License, Version 2.0, can be found in
-/usr/share/common-licenses/Apache-2.0 on Debian Systems.
-
-The Debian packaging is
-Copyright (C) 2008, Michael Koch 
-Copyright (C) 2009, Damien Raude-Morvan 
-and is also licensed under the Apache License, Version 2.0.


___
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#622141: tomcat-native: Using SSLv2_method

2011-07-10 Thread Damien Raude-Morvan
Le mercredi 06 juillet 2011 16:16:25, Niels Thykier a écrit :
> Hey,

Hi Niels,

> Any updates on this?  I see it has been marked pending since April 13th
> and upstream has not replied to it on the tracker.

No news since April. I'll publish a fixed package with my current patch. We can 
revert latter if upstream find something wrong with this.

Regards,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan


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

Bug#633501: libjinput-jni: contains undefined symbol EVIOCGUSAGE

2011-07-10 Thread Lingzhu Xiang
Package: libjinput-jni
Version: 20100502+dfsg-5
Severity: grave
Tags: wheezy sid
Justification: renders package unusable

jvm reports this error at runtime and quits:

java: symbol lookup error: /usr/lib/jni/libjinput.so: undefined symbol: 
EVIOCGUSAGE

objdump shows this symbol in libjinput.so is indeed undefined.

$ objdump -T /usr/lib/jni/libjinput.so 

/usr/lib/jni/libjinput.so: file format elf32-i386

DYNAMIC SYMBOL TABLE:
  DF *UND*    GLIBC_2.0   read
  DF *UND*    GLIBC_2.0   ioctl
  w   DF *UND*    GLIBC_2.1.3 __cxa_finalize
  w   D  *UND*    __gmon_start__
  DF *UND*    GLIBC_2.0   open
  DF *UND*    GLIBC_2.0   write
  DF *UND*    GLIBC_2.0   __errno_location
  w   D  *UND*    _Jv_RegisterClasses
  DF *UND*    GLIBC_2.0   vsnprintf
  D  *UND*    EVIOCGUSAGE
  DF *UND*    GLIBC_2.0   close
23a8 gDF .fini    Base_fini

There is also a compiler warning about this when building the deb package:

compileNativeJinputLib:

[apply] 
/usr/local/src/jinput-20100502+dfsg/plugins/linux/src/native/net_java_games_input_LinuxEventDevice.c:122:2:
 warning: implicit declaration of function ‘EVIOCGUSAGE’ 
[-Wimplicit-function-declaration]

A proposed fix for this is to completely comment out the code in
Java_net_java_games_input_LinuxEventDevice_nGetDeviceUsageBits() because the
macro EVIOCGUSAGE is never defined in any version of linux/input.h.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/4 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 libjinput-jni depends on:
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib

libjinput-jni recommends no packages.

libjinput-jni suggests no packages.

-- no debconf information



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

commons-daemon_1.0.6-1_amd64.changes ACCEPTED into unstable

2011-07-10 Thread Debian FTP Masters



Accepted:
commons-daemon_1.0.6-1.debian.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.6-1.debian.tar.gz
commons-daemon_1.0.6-1.dsc
  to main/c/commons-daemon/commons-daemon_1.0.6-1.dsc
commons-daemon_1.0.6.orig.tar.gz
  to main/c/commons-daemon/commons-daemon_1.0.6.orig.tar.gz
jsvc_1.0.6-1_amd64.deb
  to main/c/commons-daemon/jsvc_1.0.6-1_amd64.deb
libcommons-daemon-java_1.0.6-1_all.deb
  to main/c/commons-daemon/libcommons-daemon-java_1.0.6-1_all.deb


Override entries for your package:
commons-daemon_1.0.6-1.dsc - source libs
jsvc_1.0.6-1_amd64.deb - optional utils
libcommons-daemon-java_1.0.6-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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of commons-daemon_1.0.6-1_amd64.changes

2011-07-10 Thread Debian FTP Masters
commons-daemon_1.0.6-1_amd64.changes uploaded successfully to localhost
along with the files:
  commons-daemon_1.0.6-1.dsc
  commons-daemon_1.0.6.orig.tar.gz
  commons-daemon_1.0.6-1.debian.tar.gz
  libcommons-daemon-java_1.0.6-1_all.deb
  jsvc_1.0.6-1_amd64.deb

Greetings,

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

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


[pkg-java] r13843 - in tags/commons-daemon: . 1.0.6-1/debian 1.0.6-1/debian/patches

2011-07-10 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-07-10 20:09:38 + (Sun, 10 Jul 2011)
New Revision: 13843

Added:
   tags/commons-daemon/1.0.6-1/
   tags/commons-daemon/1.0.6-1/debian/changelog
   tags/commons-daemon/1.0.6-1/debian/control
   tags/commons-daemon/1.0.6-1/debian/copyright
   tags/commons-daemon/1.0.6-1/debian/patches/libgcj_PR31700.diff
   tags/commons-daemon/1.0.6-1/debian/patches/sh4_support.diff
Removed:
   tags/commons-daemon/1.0.6-1/debian/changelog
   tags/commons-daemon/1.0.6-1/debian/control
   tags/commons-daemon/1.0.6-1/debian/copyright
   tags/commons-daemon/1.0.6-1/debian/patches/libgcj_PR31700.diff
   tags/commons-daemon/1.0.6-1/debian/patches/sh4_support.diff
Log:
[svn-buildpackage] Tagging commons-daemon 1.0.6-1

Deleted: tags/commons-daemon/1.0.6-1/debian/changelog
===
--- trunk/commons-daemon/debian/changelog   2011-07-07 04:02:04 UTC (rev 
13841)
+++ tags/commons-daemon/1.0.6-1/debian/changelog2011-07-10 20:09:38 UTC 
(rev 13843)
@@ -1,246 +0,0 @@
-commons-daemon (1.0.5-2) unstable; urgency=low
-
-  * Publish commons daemon JAR into /usr/share/maven-repo.
-  * d/control: Bump Standards-Version to 3.9.2: no changes needed.
-
- -- Damien Raude-Morvan   Mon, 13 Jun 2011 19:25:17 +0200
-
-commons-daemon (1.0.5-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Damien Raude-Morvan   Wed, 05 Jan 2011 22:01:53 +0100
-
-commons-daemon (1.0.4-1) unstable; urgency=low
-
-  * New upstream release.
-- d/patches/syslog.diff: merged upstream.
-- d/patches/jsvc_reopen_usr1.diff: merged upstream.
-- d/patches/hurd_support.diff: use "gnu" instead of "hurd".
-
- -- Damien Raude-Morvan   Sun, 21 Nov 2010 18:05:41 +0100
-
-commons-daemon (1.0.3-2) UNRELEASED; urgency=low
-
-  * d/patches/jsvc_reopen_usr1.diff:
-Make jsvc reopen log files on SIGUSR1 (Closes: #460183).
-
- -- Damien Raude-Morvan   Tue, 31 Aug 2010 00:26:47 +0200
-
-commons-daemon (1.0.3-1) unstable; urgency=low
-
-  * New upstream release.
-- debian/patches/old_capabilities.diff: merged upstream.
-- no more prebuilt ELF objects in source tarball.
-  * d/pacthes/syslog.diff: Updated to keep timestamp when SYSLOG support
-is not enabled.
-  * d/patches/hurd_support.diff: tentative support for GNU/Hurd OS.
-  * d/control: B-D on libcap-dev for all Linux OS.
-
- -- Damien Raude-Morvan   Thu, 05 Aug 2010 18:00:06 +0200
-
-commons-daemon (1.0.2-2) unstable; urgency=low
-
-  * Re-add missing patches (lost during merge of new upstream release):
-- debian/patches/syslog.diff: Support for logging to syslog.
-- debian/patches/old_capabilities.diff: Work with older Linux capabilities.
-- debian/patches/libgcj_PR31700.diff: Bug in GCJ handling of -X options.
-- debian/patches/*_support.diff: Support for other Debian architectures.
-
- -- Damien Raude-Morvan   Wed, 28 Jul 2010 14:59:18 +0200
-
-commons-daemon (1.0.2-1) unstable; urgency=low
-
-  [ Thierry Carrez ]
-  * debian/control, debian/rules: Build with default-jdk
-  * debian/rules: Depend on -headless runtimes
-  * debian/rules: Set java source/target to 1.4 to match depends
-
-  [ Torsten Werner ]
-  * Re-add changes made by Emmanuel Bourg:
-- Update of the URLs
-- Rename Jakarta Commons to Apache Commons
-
-  [ Damien Raude-Morvan ]
-  * New upstream stable release (Closes: #578661).
-- d/watch: Update URL for new upstream release.
-  * d/patches/sh4-support.diff: Add support for sh4 arch (Closes: #564166).
-  * d/control: Remove Arnaud and add myself from Uploaders.
-  * Updated to Standards-Version 3.9.1:
-- d/control: Add recommended get-orig-source target.
-  * d/control: Add ${misc:Depends} to Depends.
-  * Switch to 3.0 (quilt) format.
-  * Use Debhelper 7:
-- d/rules: Use dh 7 and cleanup our rules file.
-- d/*.dirs: Removed not needed anymore.
-  * d/libcommons-daemon-java.doc-base and d/rules: Install API Javadoc to
-/usr/share/doc/libcommons-daemon-java/api.
-
- -- Damien Raude-Morvan   Tue, 27 Jul 2010 21:39:41 +0200
-
-commons-daemon (1.0.2~svn20061127-10) unstable; urgency=low
-
-  * Build-Depends on libcap2-dev (Closes: #506548).
-  * Added kfreebsd-* support to src/native/unix/support/apsupport.m4
-(Closes: #498376).
-  * Point stdout and stderr to /dev/null for the daemon process
-(Closes: #491500, #507968).
-  * Build-Depends on debhelper >= 7.
-  * Replace dh_clean -k with dh_prep.
-  * Moved package to section 'java'.
-  * Rewrote debian/copyright to refer to
-/usr/share/common-licenses/Apache-2.0.
-  * Updated to Standards-Version 3.8.3.
-
- -- Michael Koch   Thu, 17 Sep 2009 22:54:55 +0200
-
-commons-daemon (1.0.2~svn20061127-9) unstable; urgency=low
-
-  * Added patch to handle old capabilities version in jsvc-unix.c.
-Closes: #412690
-
- -- Michael Koch   Wed, 07 May 2008 20:03:55 +0200
-
-commons-daemon (1.0.2~svn20061127-8) unstable; urgency=low
-
-  * Clean src/native/unix/configure. Closes: #478503
-  * 

[pkg-java] r13842 - in trunk/commons-daemon/debian: . patches

2011-07-10 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-07-10 20:09:13 + (Sun, 10 Jul 2011)
New Revision: 13842

Modified:
   trunk/commons-daemon/debian/changelog
   trunk/commons-daemon/debian/control
   trunk/commons-daemon/debian/copyright
   trunk/commons-daemon/debian/patches/libgcj_PR31700.diff
   trunk/commons-daemon/debian/patches/sh4_support.diff
Log:
* New upstream release.
* Refresh patches.
* d/control: Move Depends default-jre-headless | java2-runtime-headless from
  libcommons-daemon-java to jsvc package Recommends.
* d/copyright: Use DEP-5 format.

Modified: trunk/commons-daemon/debian/changelog
===
--- trunk/commons-daemon/debian/changelog   2011-07-07 04:02:04 UTC (rev 
13841)
+++ trunk/commons-daemon/debian/changelog   2011-07-10 20:09:13 UTC (rev 
13842)
@@ -1,3 +1,13 @@
+commons-daemon (1.0.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh patches.
+  * d/control: Move Depends default-jre-headless | java2-runtime-headless from
+libcommons-daemon-java to jsvc package Recommends.
+  * d/copyright: Use DEP-5 format.
+
+ -- Damien Raude-Morvan   Sun, 10 Jul 2011 22:06:40 +0200
+
 commons-daemon (1.0.5-2) unstable; urgency=low
 
   * Publish commons daemon JAR into /usr/share/maven-repo.

Modified: trunk/commons-daemon/debian/control
===
--- trunk/commons-daemon/debian/control 2011-07-07 04:02:04 UTC (rev 13841)
+++ trunk/commons-daemon/debian/control 2011-07-10 20:09:13 UTC (rev 13842)
@@ -14,7 +14,7 @@
 
 Package: libcommons-daemon-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Suggests: java-virtual-machine
 Recommends: jsvc
 Description: library to launch Java applications as daemons
@@ -31,6 +31,7 @@
 Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, libcommons-daemon-java
+Recommends: default-jre-headless | java2-runtime-headless
 Description: wrapper to launch Java applications as daemons
  This is the native application for launching Java applications
  implementing certain interfaces from the libcommons-daemon-java

Modified: trunk/commons-daemon/debian/copyright
===
--- trunk/commons-daemon/debian/copyright   2011-07-07 04:02:04 UTC (rev 
13841)
+++ trunk/commons-daemon/debian/copyright   2011-07-10 20:09:13 UTC (rev 
13842)
@@ -1,30 +1,21 @@
-This package was debianized by Arnaud Vandyck  on
-Sam, 09 Oct 2004 17:46:48 +0200.
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Commons Daemon
+Upstream-Contact: 
+Source: http://www.apache.org/dist/commons/daemon/source/
 
-It was downloaded from .
+Files: *
+Copyright: Copyright (C) 1999-2011 The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Bill Barker, Jean-Frederic Clere, Mladen Turk,
+ Remy Maucherat, Pier Fumagalli, Yoav Shapira.
 
-Upstream authors: Bill Barker, Jean-Frederic Clere, Mladen Turk, Remy
-Maucherat, Pier Fumagalli, Yoav Shapira.
-  
-commons-daemon is Copyright (C) 1999-2005 The Apache Software
-Foundation.
+Files: debian/*
+Copyright: 2004, Arnaud Vandyck 
+Copyright: Copyright (C) 2006 Marcus Better
+Copyright: 2010-2011, Damien Raude-Morvan
+License: Apache-2.0
 
-The Debian packaging is Copyright (C) 2006 Marcus Better (and others)
-and licensed under the same license as commons-daemon itself.
-
-License:
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-On Debian system you can find the complete text of the Apache License,
-Version 2, in the file '/usr/share/common-licenses/Apache-2.0'.
+License: Apache-2.0
+  A complete copy of the Apache License, Version 2.0, can be found in
+  /usr/share/common-licenses/Apache-2.0 on Debian Systems.

Modified: trunk/commons-daemon/debian/patches/libgcj_PR31700.diff
===
--- trunk/commons-daemon/debian/patches/libgcj_PR31700.diff 2011-07-07 
04:02:04 UTC (rev 13841)
+++ trunk/commons-daemon/debian/patches/libgcj_PR31700.diff 2011-07-10 
20:09:13 UTC (rev 13842)
@@ -4,7 +4,7 @@
 Last-Update: 2010-07-28
 --- a/src/native/unix/native/java.c
 +++ b/src/native/unix/native/java.c
-@@ -227,7 +227,7 @@
+@@ -252,7 +252,7 @@
  return false;
  }
  #endif

Modified: tr

[SCM] libclucy-clojure packaging branch, master, updated. upstream/0.2.2-15-g6cbe09f

2011-07-10 Thread Wolodja Wentland
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 "libclucy-clojure packaging".

The branch, master has been updated
   via  6cbe09ffc4adb4adcfb53e4a5ca4e28978175bd9 (commit)
   via  b498bcf6bf0ccb73301540efdfc093e0972b49ca (commit)
   via  6589918a0019c2ca805991ba05117f94f7f80298 (commit)
  from  c4349969b2108cb7dfc1d599b2841104027f13c0 (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 6cbe09ffc4adb4adcfb53e4a5ca4e28978175bd9
Author: Wolodja Wentland 
Date:   Sun Jul 10 18:30:03 2011 +0100

Simplify clean target

commit b498bcf6bf0ccb73301540efdfc093e0972b49ca
Author: Wolodja Wentland 
Date:   Sun Jul 10 18:24:06 2011 +0100

Change dependencies and use multiline syntax

It is advantageous to change the dependencies of the binary package to build
dependencies for two reasons:

* They will be automatically added by jh_depends
* Integration of a test suite is easier later

This patch changes those dependencies that can be added by jh_depends to
Build-Depends and uses the multiline syntax because the lines were to long.

commit 6589918a0019c2ca805991ba05117f94f7f80298
Author: Wolodja Wentland 
Date:   Sun Jul 10 18:16:05 2011 +0100

Make debian/copyright syntax policy compliant

The syntax for formatted text used in the License field should follow the 
one
defined for Description. This patch mainly changes lines to consist of only 
a
single full stop character.

---

Summary of changes:
 debian/{docs => clean} |2 +-
 debian/control |   14 +-
 debian/copyright   |  104 
 debian/rules   |5 --
 4 files changed, 64 insertions(+), 61 deletions(-)

diff --git a/debian/docs b/debian/clean
similarity index 54%
copy from debian/docs
copy to debian/clean
index 93ebb92..240e65b 100644
--- a/debian/docs
+++ b/debian/clean
@@ -1,2 +1,2 @@
+clucy.jar
 README.html
-README.md
diff --git a/debian/control b/debian/control
index 0405ced..820f27f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,15 @@ Source: clucy
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Daigo Moriwaki , Phil Hagelberg 
, Wolodja Wentland 
-Build-Depends: debhelper (>> 8), javahelper (>= 0.32), default-jdk, 
libtext-markdown-perl
+Uploaders: Daigo Moriwaki ,
+   Phil Hagelberg ,
+   Wolodja Wentland 
+Build-Depends: debhelper (>> 8),
+   javahelper (>= 0.32),
+   clojure1.2 | clojure,
+   default-jdk,
+   liblucene2-java,
+   libtext-markdown-perl
 Standards-Version: 3.9.2
 Homepage: https://github.com/weavejester/clucy
 Vcs-Git: git://git.debian.org/pkg-java/libclucy-clojure.git
@@ -12,7 +19,8 @@ DM-Upload-Allowed: yes
 
 Package: libclucy-clojure
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}, clojure1.2 | clojure, 
liblucene2-java
+Depends: ${java:Depends},
+ ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: Clojure interface to the Lucene search engine
  Lucene is a full-text search engine for the Java(TM) programming language.
diff --git a/debian/copyright b/debian/copyright
index 9311ebd..c9b4dbd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,17 +21,17 @@ License: BSD-2-clause
 
 License: BSD-2-clause
  All rights reserved.
-
+ .
  Redistribution and use in source and binary forms, with or without 
modification, are
  permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice,
-   this list of conditions and the following disclaimer.
-
-2. 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.
-
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``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
@@ -42,7 +42,7 @@ License: BSD-2-clause
  OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWIS

[SCM] librobert-hooke-clojure packaging branch, master, updated. debian/1.1.2-1-9-g1ebd0c7

2011-07-10 Thread Wolodja Wentland
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 "librobert-hooke-clojure packaging".

The branch, master has been updated
   via  1ebd0c754f9af0219fa9e2566f2f2c311ea5215d (commit)
   via  c7798c1284b65c3f8b55c474872a5887d78b3969 (commit)
   via  b93b27861c7a90c99fad1e1f2e3a4ec8647c5813 (commit)
   via  a1215536e59c5052e95b3683b644f15c8e64b139 (commit)
   via  ed16099c69628a5c4153c28f7651b5d455a6b677 (commit)
   via  b9d66dbcf7514e3d2e2c0111787ef99c35c18b45 (commit)
   via  11530dc38f5399ba8d827afb4a33bce94c6f75ce (commit)
  from  2e7d917b08910090b114f14b7cb896737f2b885d (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 1ebd0c754f9af0219fa9e2566f2f2c311ea5215d
Author: Wolodja Wentland 
Date:   Sun Jul 10 17:50:49 2011 +0100

Reformat debian/control

Lines in debian/control were to long. This patch fixes that by using the
multiline format.

commit c7798c1284b65c3f8b55c474872a5887d78b3969
Author: Wolodja Wentland 
Date:   Sun Jul 10 17:40:20 2011 +0100

Provide README in HTML too

commit b93b27861c7a90c99fad1e1f2e3a4ec8647c5813
Author: Wolodja Wentland 
Date:   Sun Jul 10 17:35:26 2011 +0100

Add Wolodja Wentland to Uploaders

commit a1215536e59c5052e95b3683b644f15c8e64b139
Author: Wolodja Wentland 
Date:   Sun Jul 10 17:31:14 2011 +0100

Fix dependency handling

We can not rely on jh_depends to pick up the dependencies from
librobert-hooke-clojure.classpath as the packages need to be installed on 
the
buildbot for this to work. This patch makes the build-dependencies explicit.

commit ed16099c69628a5c4153c28f7651b5d455a6b677
Author: Wolodja Wentland 
Date:   Sun Jul 10 17:26:49 2011 +0100

Simplify clean

commit b9d66dbcf7514e3d2e2c0111787ef99c35c18b45
Author: Wolodja Wentland 
Date:   Sun Jul 10 17:13:32 2011 +0100

Extend package description

commit 11530dc38f5399ba8d827afb4a33bce94c6f75ce
Author: Wolodja Wentland 
Date:   Sun Jul 10 17:09:44 2011 +0100

Specify copyright for debian/* and follow DEP5

---

Summary of changes:
 debian/clean |2 +
 debian/control   |   29 ++---
 debian/copyright |  128 ++---
 debian/docs  |2 +
 debian/rules |   10 +
 5 files changed, 110 insertions(+), 61 deletions(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 000..6310558
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+README.html
+robert-hooke.jar
diff --git a/debian/control b/debian/control
index 3ab2514..f5cf924 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,14 @@ Source: robert-hooke
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Phil Hagelberg , Daigo Moriwaki 

-Build-Depends: debhelper (>> 8), javahelper (>= 0.32), default-jdk
+Uploaders: Daigo Moriwaki ,
+   Phil Hagelberg ,
+   Wolodja Wentland 
+Build-Depends: debhelper (>> 8),
+   javahelper (>= 0.32),
+   default-jdk,
+   clojure1.2 | clojure,
+   libtext-markdown-perl
 Standards-Version: 3.9.2
 Homepage: https://github.com/technomancy/robert-hooke
 Vcs-Git: git://git.debian.org/pkg-java/librobert-hooke-clojure.git
@@ -12,8 +18,19 @@ DM-Upload-Allowed: yes
 
 Package: librobert-hooke-clojure
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
 Recommends: ${java:Recommends}
-Description: Provide hooks to extend Clojure functions
- Robert Hooke provides a flexible, composable mechanism by which you
- can extend the behaviour of functions after they've been defined.
+Description: Function wrapper library for Clojure
+ Robert Hooke is a Clojure library that provides a flexible, composable
+ mechanism to extend functions after they have been defined.
+ .
+ Hooks can be used to change the behaviour of the functions they wrap in many
+ ways, for example:
+ .
+  * conditional execution
+  * modify arguments
+  * add side effects
+  * return different values
+ .
+ Hooke is inspired by Emacs Lisp's defadvice and clojure.test fixtures.
diff --git a/debian/copyright b/debian/copyright
index 6c76faa..b254ecb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,28 +1,64 @@
-Name: robert-hooke
-Maintainer: Debian Java Maintainers 

+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Contact: Phil Hagelberg 
+Upstream-Name: robert-hooke
 Source: https://github.com/technomancy/robert-hooke.
 
-Upstream Author: Phil Hagelberg 
+Files: *
+Copyright: 2010 Phil Hagelberg
+   2011 Phil Hagelberg
+Lice

xmlbeans-maven-plugin 2.3.3-1 MIGRATED to testing

2011-07-10 Thread Debian testing watch
FYI: The status of the xmlbeans-maven-plugin source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.3.3-1

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

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


[SCM] libclucy-clojure packaging branch, master, updated. upstream/0.2.2-12-gc434996

2011-07-10 Thread Wolodja Wentland
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 "libclucy-clojure packaging".

The branch, master has been updated
   via  c4349969b2108cb7dfc1d599b2841104027f13c0 (commit)
   via  bbd6b3452e5587d0334725bf0d7844d700620334 (commit)
   via  0de20f8b3aecfc0f9a9da1c22f3b4ac7267b8ef7 (commit)
   via  e2d007418be8393dc933a591d39edf62684d01f5 (commit)
   via  e8a35bb9f3d96584db0061e4a7b71d9ae0a324d5 (commit)
  from  c252c9d65d2969406bb4fe4e420171f53fe1c1e1 (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 c4349969b2108cb7dfc1d599b2841104027f13c0
Author: Wolodja Wentland 
Date:   Sun Jul 10 14:13:40 2011 +0100

Fix dependencies

We can not rely on jh_depends to pick up the dependencies from
libclucy-clojure.classpath as the packages need to be installed on the
buildbot for this to work. This patch makes the dependencies explicit and 
does
not rely on jh_depends.

commit bbd6b3452e5587d0334725bf0d7844d700620334
Author: Wolodja Wentland 
Date:   Sun Jul 10 14:10:16 2011 +0100

Extend package description

commit 0de20f8b3aecfc0f9a9da1c22f3b4ac7267b8ef7
Author: Wolodja Wentland 
Date:   Sun Jul 10 14:08:26 2011 +0100

Add Wolodja Wentland to Uploaders

commit e2d007418be8393dc933a591d39edf62684d01f5
Author: Wolodja Wentland 
Date:   Sun Jul 10 14:04:35 2011 +0100

Convert README from markdown to html

commit e8a35bb9f3d96584db0061e4a7b71d9ae0a324d5
Author: Wolodja Wentland 
Date:   Sun Jul 10 11:55:19 2011 +0100

DEP5 compliant copyright file

---

Summary of changes:
 debian/control   |   12 
 debian/copyright |   51 ++-
 debian/docs  |2 ++
 debian/rules |7 ++-
 4 files changed, 58 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 3096e2b..0405ced 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: clucy
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Phil Hagelberg , Daigo Moriwaki 

-Build-Depends: debhelper (>> 8), javahelper (>= 0.32), default-jdk
+Uploaders: Daigo Moriwaki , Phil Hagelberg 
, Wolodja Wentland 
+Build-Depends: debhelper (>> 8), javahelper (>= 0.32), default-jdk, 
libtext-markdown-perl
 Standards-Version: 3.9.2
 Homepage: https://github.com/weavejester/clucy
 Vcs-Git: git://git.debian.org/pkg-java/libclucy-clojure.git
@@ -12,7 +12,11 @@ DM-Upload-Allowed: yes
 
 Package: libclucy-clojure
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}, clojure1.2 | clojure, 
liblucene2-java
 Recommends: ${java:Recommends}
 Description: Clojure interface to the Lucene search engine
- A simple Clojure interface to the Lucene search engine.
+ Lucene is a full-text search engine for the Java(TM) programming language.
+ It is not a complete application, but rather a code library and API
+ that can be used to easily add search capabilities to applications.
+ .
+ This package contains a Clojure interface to Lucene.
diff --git a/debian/copyright b/debian/copyright
index 05c8e01..9311ebd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,52 @@
-Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: clucy
-Maintainer: Debian Java Maintainers 

+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: clucy
+Upstream-Contact: James Reeves 
 Source: https://github.com/weavejester/clucy
 
-Upstream Author: James Reeves 
+Files: *
+Copyright: 2009 James Reeves
+   2010 Christopher Miles
+   2010 James Reeves
+   2010 weavejester
+   2011 Brenton Ashworth
+   2011 James Reeves
+   2011 Phil Hagelberg
+License: EPL-1.0
+
+Files: debian/*
+Copyright: 2011 Daigo Moriwaki
+   2011 Phil Hagelberg
+   2011 Wolodja Wentland
+License: BSD-2-clause
+
+License: BSD-2-clause
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without 
modification, are
+ permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+
+2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITE

[SCM] librobert-hooke-clojure packaging annotated tag, upstream/1.1.2, created. upstream/1.1.2

2011-07-10 Thread Daigo Moriwaki
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 "librobert-hooke-clojure packaging".

The annotated tag, upstream/1.1.2 has been created
at  6de252118c5236c668568983ff9bc923095e3980 (tag)
   tagging  e31deac9ef4ff4b115f24e15f6544bce004d57ad (commit)
 tagged by  Daigo Moriwaki
on  Sun Jul 10 20:48:03 2011 +0900

- Log -
Upstream version 1.1.2

Daigo Moriwaki (1):
  Imported Upstream version 1.1.2

---


hooks/post-receive
-- 
librobert-hooke-clojure packaging

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


[SCM] librobert-hooke-clojure packaging annotated tag, debian/1.1.2-1, created. debian/1.1.2-1

2011-07-10 Thread Daigo Moriwaki
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 "librobert-hooke-clojure packaging".

The annotated tag, debian/1.1.2-1 has been created
at  fb06aa24e97697551b207e1a38c5f484265b85d9 (tag)
   tagging  a9aefa35a6a87b04905086415115e6da4bee5820 (commit)
  replaces  upstream/1.1.2
 tagged by  Daigo Moriwaki
on  Sun Jul 10 20:48:04 2011 +0900

- Log -
Debian release 1.1.2-1

Phil Hagelberg (1):
  Imported Debian patch 1.1.2-1

---


hooks/post-receive
-- 
librobert-hooke-clojure packaging

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


[SCM] librobert-hooke-clojure packaging branch, master, created. 2e7d917b08910090b114f14b7cb896737f2b885d

2011-07-10 Thread Daigo Moriwaki
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 "librobert-hooke-clojure packaging".

The branch, master has been created
at  2e7d917b08910090b114f14b7cb896737f2b885d (commit)

- Log -
commit 2e7d917b08910090b114f14b7cb896737f2b885d
Author: Daigo Moriwaki 
Date:   Sun Jul 10 21:05:07 2011 +0900

Closes: #633447 (ITP).

commit be969642ea20884a7365a772c2981638695300da
Author: Daigo Moriwaki 
Date:   Sun Jul 10 21:02:18 2011 +0900

* debian/rules:
  - DEB_UPSTREAM_VERSION is correctly used.
  - The produced jar includes Class-Path.
* debian/control:
  - Maintainer is Debian Java Maintainers.
  - Uploaders are Phil and myself.
  - Build-Depends default-jdk
  - Added Vcs-Git, Vcs-Browser and DM-Upload-Allowed.
  - Updated the short description.

commit a9aefa35a6a87b04905086415115e6da4bee5820
Author: Phil Hagelberg 
Date:   Thu Jun 30 12:49:25 2011 -0700

Imported Debian patch 1.1.2-1

---


hooks/post-receive
-- 
librobert-hooke-clojure packaging

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


[SCM] librobert-hooke-clojure packaging branch, pristine-tar, created. 85613bf2ee97350c10adc3bbc49afa3fc85aebb4

2011-07-10 Thread Daigo Moriwaki
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 "librobert-hooke-clojure packaging".

The branch, pristine-tar has been created
at  85613bf2ee97350c10adc3bbc49afa3fc85aebb4 (commit)

- Log -
commit 85613bf2ee97350c10adc3bbc49afa3fc85aebb4
Author: Daigo Moriwaki 
Date:   Sun Jul 10 20:48:03 2011 +0900

pristine-tar data for robert-hooke_1.1.2.orig.tar.gz

---


hooks/post-receive
-- 
librobert-hooke-clojure packaging

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


[SCM] librobert-hooke-clojure packaging branch, upstream, created. e31deac9ef4ff4b115f24e15f6544bce004d57ad

2011-07-10 Thread Daigo Moriwaki
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 "librobert-hooke-clojure packaging".

The branch, upstream has been created
at  e31deac9ef4ff4b115f24e15f6544bce004d57ad (commit)

- Log -
---


hooks/post-receive
-- 
librobert-hooke-clojure packaging

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


[SCM] libclucy-clojure packaging annotated tag, upstream/0.2.2, created. upstream/0.2.2

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The annotated tag, upstream/0.2.2 has been created
at  476e66502e65a9df4667b132aa47db07cf8897be (tag)
   tagging  1987e474bcee0462e63d6c29c45b3310fb369cd9 (commit)
  replaces  upstream/0.2.1
 tagged by  Daigo Moriwaki
on  Sun Jul 10 17:36:23 2011 +0900

- Log -
Upstream version 0.2.2

Daigo Moriwaki (1):
  Imported Upstream version 0.2.2

---


hooks/post-receive
-- 
libclucy-clojure packaging

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


[SCM] libclucy-clojure packaging branch, master, updated. debian/0.2.1-1-7-gc252c9d

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The branch, master has been updated
   via  c252c9d65d2969406bb4fe4e420171f53fe1c1e1 (commit)
   via  562f2b54fdea9978c35b4f5584a13539270ebc9a (commit)
   via  1987e474bcee0462e63d6c29c45b3310fb369cd9 (commit)
   via  d03a4856161979ae357e818ebac43d5138ce737b (commit)
   via  3b81c7996eec6c791cf1d4342b26795028bd92a3 (commit)
   via  7749d500e4e510169068dbaedd4780b29a05af0b (commit)
  from  11ee7d71e08c7b751b7ad23338c673c9f21a4484 (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 c252c9d65d2969406bb4fe4e420171f53fe1c1e1
Author: Daigo Moriwaki 
Date:   Sun Jul 10 19:07:42 2011 +0900

* debian/rules:
  - DEB_UPSTREAM_VERSION is correctly interpreted.
  - Clean the built clucy.jar.
  - The clucy.jar has Class-Path.

commit 562f2b54fdea9978c35b4f5584a13539270ebc9a
Merge: d03a485 1987e47
Author: Daigo Moriwaki 
Date:   Sun Jul 10 17:36:23 2011 +0900

Merge commit 'upstream/0.2.2'

commit d03a4856161979ae357e818ebac43d5138ce737b
Author: Daigo Moriwaki 
Date:   Sun Jul 10 17:34:53 2011 +0900

About to upgrade to 0.2.2.

commit 3b81c7996eec6c791cf1d4342b26795028bd92a3
Author: Daigo Moriwaki 
Date:   Sun Jul 10 17:26:49 2011 +0900

Now DEB_UPSTREAM_VERSION is correctly interpreted.

commit 7749d500e4e510169068dbaedd4780b29a05af0b
Author: Daigo Moriwaki 
Date:   Sun Jul 10 16:52:09 2011 +0900

Added Vcs-Git, Vcs-Browser and DM-Upload-Allowed.

---

Summary of changes:
 LICENSE.html   |  261 
 debian/changelog   |   15 +++-
 debian/control |8 +-
 debian/rules   |   15 +++-
 project.clj|8 +-
 src/clucy/core.clj |7 +-
 6 files changed, 302 insertions(+), 12 deletions(-)

diff --git a/LICENSE.html b/LICENSE.html
new file mode 100644
index 000..813c07d
--- /dev/null
+++ b/LICENSE.html
@@ -0,0 +1,261 @@
+
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+http://www.w3.org/1999/xhtml";>
+
+
+
+Eclipse Public License - Version 1.0
+
+  body {
+size: 8.5in 11.0in;
+margin: 0.25in 0.5in 0.25in 0.5in;
+tab-interval: 0.5in;
+}
+  p {  
+margin-left: auto;
+margin-top:  0.5em;
+margin-bottom: 0.5em;
+}
+  p.list {
+   margin-left: 0.5in;
+margin-top:  0.05em;
+margin-bottom: 0.05em;
+}
+  
+
+
+
+
+
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and
+b) in the case of each subsequent Contributor:
+i) changes to the Program, and
+ii) additions to the Program;
+where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes
+the Program.
+
+"Licensed Patents" mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.
+
+"Program" means the Contributions distributed in accordance
+with this Agreement.
+
+"Recipient" means anyone who receives the Program under
+this Agreement, including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.
+
+b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combi

[SCM] libclucy-clojure packaging branch, upstream, updated. upstream/0.2.1-1-g1987e47

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The branch, upstream has been updated
   via  1987e474bcee0462e63d6c29c45b3310fb369cd9 (commit)
  from  28f2a0b8a3006b5bbdd57fb4c1803f7b7fb9917c (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:
 LICENSE.html   |  261 
 project.clj|8 +-
 src/clucy/core.clj |7 +-
 3 files changed, 270 insertions(+), 6 deletions(-)

diff --git a/LICENSE.html b/LICENSE.html
new file mode 100644
index 000..813c07d
--- /dev/null
+++ b/LICENSE.html
@@ -0,0 +1,261 @@
+
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+http://www.w3.org/1999/xhtml";>
+
+
+
+Eclipse Public License - Version 1.0
+
+  body {
+size: 8.5in 11.0in;
+margin: 0.25in 0.5in 0.25in 0.5in;
+tab-interval: 0.5in;
+}
+  p {  
+margin-left: auto;
+margin-top:  0.5em;
+margin-bottom: 0.5em;
+}
+  p.list {
+   margin-left: 0.5in;
+margin-top:  0.05em;
+margin-bottom: 0.05em;
+}
+  
+
+
+
+
+
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and
+b) in the case of each subsequent Contributor:
+i) changes to the Program, and
+ii) additions to the Program;
+where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes
+the Program.
+
+"Licensed Patents" mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.
+
+"Program" means the Contributions distributed in accordance
+with this Agreement.
+
+"Recipient" means anyone who receives the Program under
+this Agreement, including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.
+
+b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.
+
+c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright licen

[SCM] libclucy-clojure packaging branch, pristine-tar, updated. 0e1a4b1a7d7d9bd6646e6214361114d6e68f24a3

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The branch, pristine-tar has been updated
   via  0e1a4b1a7d7d9bd6646e6214361114d6e68f24a3 (commit)
  from  e89b63f85363610bba3fa14fa7c7193684699df0 (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 0e1a4b1a7d7d9bd6646e6214361114d6e68f24a3
Author: Daigo Moriwaki 
Date:   Sun Jul 10 17:36:23 2011 +0900

pristine-tar data for clucy_0.2.2.orig.tar.gz

---

Summary of changes:
 clucy_0.2.2.orig.tar.gz.delta |  Bin 0 -> 1096 bytes
 clucy_0.2.2.orig.tar.gz.id|1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/clucy_0.2.2.orig.tar.gz.delta b/clucy_0.2.2.orig.tar.gz.delta
new file mode 100644
index 000..5e92a43
Binary files /dev/null and b/clucy_0.2.2.orig.tar.gz.delta differ
diff --git a/clucy_0.2.2.orig.tar.gz.id b/clucy_0.2.2.orig.tar.gz.id
new file mode 100644
index 000..8aafe67
--- /dev/null
+++ b/clucy_0.2.2.orig.tar.gz.id
@@ -0,0 +1 @@
+1987e474bcee0462e63d6c29c45b3310fb369cd9


hooks/post-receive
-- 
libclucy-clojure packaging

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


[SCM] libclucy-clojure packaging branch, master, updated. debian/0.2.1-1-1-g11ee7d7

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The branch, master has been updated
   via  11ee7d71e08c7b751b7ad23338c673c9f21a4484 (commit)
  from  74aaa26738c3a269013a970d38b945b8b40cf010 (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 11ee7d71e08c7b751b7ad23338c673c9f21a4484
Author: Daigo Moriwaki 
Date:   Sun Jul 10 16:43:40 2011 +0900

Changed Maintainers and added uploaders.

---

Summary of changes:
 debian/control |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 76875df..f541e4a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: clucy
 Section: java
 Priority: optional
-Maintainer: Phil Hagelberg 
+Maintainer: Debian Java Maintainers 

+Uploaders: Phil Hagelberg , Daigo Moriwaki 

 Build-Depends: debhelper (>> 8), javahelper (>= 0.32)
 Build-Depends-Indep: openjdk-6-jdk
 Standards-Version: 3.9.2


hooks/post-receive
-- 
libclucy-clojure packaging

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


[SCM] libclucy-clojure packaging annotated tag, upstream/0.2.1, created. upstream/0.2.1

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The annotated tag, upstream/0.2.1 has been created
at  818862d38e906fc271ca52761e47d9a6b1c94b11 (tag)
   tagging  28f2a0b8a3006b5bbdd57fb4c1803f7b7fb9917c (commit)
 tagged by  Daigo Moriwaki
on  Sun Jul 10 16:37:46 2011 +0900

- Log -
Upstream version 0.2.1

Daigo Moriwaki (1):
  Imported Upstream version 0.2.1

---


hooks/post-receive
-- 
libclucy-clojure packaging

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


[SCM] libclucy-clojure packaging annotated tag, debian/0.2.1-1, created. debian/0.2.1-1

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The annotated tag, debian/0.2.1-1 has been created
at  cb30247e8c2979822a14a12e69b712f3164e07d9 (tag)
   tagging  74aaa26738c3a269013a970d38b945b8b40cf010 (commit)
  replaces  upstream/0.2.1
 tagged by  Daigo Moriwaki
on  Sun Jul 10 16:37:47 2011 +0900

- Log -
Debian release 0.2.1-1

Phil Hagelberg (1):
  Imported Debian patch 0.2.1-1

---


hooks/post-receive
-- 
libclucy-clojure packaging

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


[SCM] libclucy-clojure packaging branch, master, created. 74aaa26738c3a269013a970d38b945b8b40cf010

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The branch, master has been created
at  74aaa26738c3a269013a970d38b945b8b40cf010 (commit)

- Log -
commit 74aaa26738c3a269013a970d38b945b8b40cf010
Author: Phil Hagelberg 
Date:   Thu Jun 30 20:41:32 2011 -0700

Imported Debian patch 0.2.1-1

---


hooks/post-receive
-- 
libclucy-clojure packaging

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


[SCM] libclucy-clojure packaging branch, pristine-tar, created. e89b63f85363610bba3fa14fa7c7193684699df0

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The branch, pristine-tar has been created
at  e89b63f85363610bba3fa14fa7c7193684699df0 (commit)

- Log -
commit e89b63f85363610bba3fa14fa7c7193684699df0
Author: Daigo Moriwaki 
Date:   Sun Jul 10 16:37:47 2011 +0900

pristine-tar data for clucy_0.2.1.orig.tar.gz

---


hooks/post-receive
-- 
libclucy-clojure packaging

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


[SCM] libclucy-clojure packaging branch, upstream, created. 28f2a0b8a3006b5bbdd57fb4c1803f7b7fb9917c

2011-07-10 Thread Daigo Moriwaki
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 "libclucy-clojure packaging".

The branch, upstream has been created
at  28f2a0b8a3006b5bbdd57fb4c1803f7b7fb9917c (commit)

- Log -
---


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