[pkg-java] r16421 - trunk/libcommons-compress-java/debian

2013-03-19 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-19 10:34:21 + (Tue, 19 Mar 2013)
New Revision: 16421

Modified:
   trunk/libcommons-compress-java/debian/orig-tar.sh
Log:
Updated the SVN root

Modified: trunk/libcommons-compress-java/debian/orig-tar.sh
===
--- trunk/libcommons-compress-java/debian/orig-tar.sh   2013-03-16 17:56:15 UTC 
(rev 16420)
+++ trunk/libcommons-compress-java/debian/orig-tar.sh   2013-03-19 10:34:21 UTC 
(rev 16421)
@@ -5,7 +5,7 @@
 VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
 SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
 
-SVNROOT=http://svn.apache.org/repos/asf/commons/sandbox/compress/trunk
+SVNROOT=http://svn.apache.org/repos/asf/commons/proper/compress/trunk
 SVNREVISION=$(echo $VERSION | sed -e 's,.*svn,,')
 
 DIR=$SOURCE


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


[pkg-java] r16422 - trunk/libcommons-compress-java/debian

2013-03-19 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-19 12:05:47 + (Tue, 19 Mar 2013)
New Revision: 16422

Modified:
   trunk/libcommons-compress-java/debian/commons-compress.bnd
Log:
Fixed the OSGI bundle version

Modified: trunk/libcommons-compress-java/debian/commons-compress.bnd
===
--- trunk/libcommons-compress-java/debian/commons-compress.bnd  2013-03-19 
10:34:21 UTC (rev 16421)
+++ trunk/libcommons-compress-java/debian/commons-compress.bnd  2013-03-19 
12:05:47 UTC (rev 16422)
@@ -1,5 +1,5 @@
 Bundle-Name: Apache Commons Compress library
 Bundle-SymbolicName: org.apache.commons.compress
-Bundle-Version: 1.0.0
+Bundle-Version: 1.4.1
 Bundle-Vendor: Debian.org
 Import-Package: org.tukaani.xz;resolution:=optional, *


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


[pkg-java] r16423 - trunk/libcommons-compress-java/debian

2013-03-19 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-19 12:21:46 + (Tue, 19 Mar 2013)
New Revision: 16423

Modified:
   trunk/libcommons-compress-java/debian/changelog
   trunk/libcommons-compress-java/debian/commons-compress.bnd
Log:
New upstream release

Modified: trunk/libcommons-compress-java/debian/changelog
===
--- trunk/libcommons-compress-java/debian/changelog 2013-03-19 12:05:47 UTC 
(rev 16422)
+++ trunk/libcommons-compress-java/debian/changelog 2013-03-19 12:21:46 UTC 
(rev 16423)
@@ -1,3 +1,9 @@
+libcommons-compress-java (1.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 19 Mar 2013 13:14:00 +0100
+
 libcommons-compress-java (1.4.1-3) UNRELEASED; urgency=low
 
   * Add xz.jar to manifest Class-Path.

Modified: trunk/libcommons-compress-java/debian/commons-compress.bnd
===
--- trunk/libcommons-compress-java/debian/commons-compress.bnd  2013-03-19 
12:05:47 UTC (rev 16422)
+++ trunk/libcommons-compress-java/debian/commons-compress.bnd  2013-03-19 
12:21:46 UTC (rev 16423)
@@ -1,5 +1,5 @@
 Bundle-Name: Apache Commons Compress library
 Bundle-SymbolicName: org.apache.commons.compress
-Bundle-Version: 1.4.1
+Bundle-Version: 1.5
 Bundle-Vendor: Debian.org
 Import-Package: org.tukaani.xz;resolution:=optional, *


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


[pkg-java] r16424 - trunk/libcommons-compress-java/debian

2013-03-19 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-19 12:28:00 + (Tue, 19 Mar 2013)
New Revision: 16424

Modified:
   trunk/libcommons-compress-java/debian/control
Log:
Updated the package description

Modified: trunk/libcommons-compress-java/debian/control
===
--- trunk/libcommons-compress-java/debian/control   2013-03-19 12:21:46 UTC 
(rev 16423)
+++ trunk/libcommons-compress-java/debian/control   2013-03-19 12:28:00 UTC 
(rev 16424)
@@ -21,5 +21,5 @@
 Package: libcommons-compress-java
 Architecture: all
 Depends: ${misc:Depends}, ${java:Depends}
-Description: Java API for working with tar, zip and bzip2 files
- Commons Compress defines an API for working with tar, zip and bzip2 files.
+Description: Apache Commons Compress defines a Java API for working with 
compression and archive formats.
+ These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump.


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


[pkg-java] r16425 - trunk/libcommons-compress-java/debian

2013-03-22 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-22 15:23:35 + (Fri, 22 Mar 2013)
New Revision: 16425

Modified:
   trunk/libcommons-compress-java/debian/changelog
   trunk/libcommons-compress-java/debian/control
Log:
Fixed lintian warnings

Modified: trunk/libcommons-compress-java/debian/changelog
===
--- trunk/libcommons-compress-java/debian/changelog 2013-03-19 12:28:00 UTC 
(rev 16424)
+++ trunk/libcommons-compress-java/debian/changelog 2013-03-22 15:23:35 UTC 
(rev 16425)
@@ -1,8 +1,9 @@
 libcommons-compress-java (1.5-1) unstable; urgency=low
 
+  * Team upload.
   * New upstream release.
 
- -- Emmanuel Bourg ebo...@apache.org  Tue, 19 Mar 2013 13:14:00 +0100
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 22 Mar 2013 15:48:01 +0100
 
 libcommons-compress-java (1.4.1-3) UNRELEASED; urgency=low
 

Modified: trunk/libcommons-compress-java/debian/control
===
--- trunk/libcommons-compress-java/debian/control   2013-03-19 12:28:00 UTC 
(rev 16424)
+++ trunk/libcommons-compress-java/debian/control   2013-03-22 15:23:35 UTC 
(rev 16425)
@@ -21,5 +21,6 @@
 Package: libcommons-compress-java
 Architecture: all
 Depends: ${misc:Depends}, ${java:Depends}
-Description: Apache Commons Compress defines a Java API for working with 
compression and archive formats.
- These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump.
+Description: Apache Commons Compress defines a Java API for working with
+ compression and archive formats. These include: bzip2, gzip, pack200,
+ xz and ar, cpio, jar, tar, zip, dump.


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


[pkg-java] r16426 - trunk/libcommons-compress-java/debian

2013-03-22 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-22 15:53:25 + (Fri, 22 Mar 2013)
New Revision: 16426

Modified:
   trunk/libcommons-compress-java/debian/control
Log:
Fixed the description

Modified: trunk/libcommons-compress-java/debian/control
===
--- trunk/libcommons-compress-java/debian/control   2013-03-22 15:23:35 UTC 
(rev 16425)
+++ trunk/libcommons-compress-java/debian/control   2013-03-22 15:53:25 UTC 
(rev 16426)
@@ -21,6 +21,7 @@
 Package: libcommons-compress-java
 Architecture: all
 Depends: ${misc:Depends}, ${java:Depends}
-Description: Apache Commons Compress defines a Java API for working with
+Description: Java API for working with compression and archive formats
+ Apache Commons Compress defines a Java API for working with
  compression and archive formats. These include: bzip2, gzip, pack200,
  xz and ar, cpio, jar, tar, zip, dump.


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


[pkg-java] r16429 - in trunk/commons-pool/debian: . patches

2013-03-25 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-25 18:14:43 + (Mon, 25 Mar 2013)
New Revision: 16429

Modified:
   trunk/commons-pool/debian/changelog
   trunk/commons-pool/debian/control
   trunk/commons-pool/debian/copyright
   trunk/commons-pool/debian/patches/01_build.patch
Log:
New upstream release (1.6)

Modified: trunk/commons-pool/debian/changelog
===
--- trunk/commons-pool/debian/changelog 2013-03-24 18:19:25 UTC (rev 16428)
+++ trunk/commons-pool/debian/changelog 2013-03-25 18:14:43 UTC (rev 16429)
@@ -1,3 +1,13 @@
+commons-pool (1.6-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release.
+  * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+  * d/patches/01_build.patch: Refreshed.
+  * d/copyright: Fixed duplicate copyright fields
+
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 25 Mar 2013 16:46:27 +0100
+
 commons-pool (1.5.6-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/commons-pool/debian/control
===
--- trunk/commons-pool/debian/control   2013-03-24 18:19:25 UTC (rev 16428)
+++ trunk/commons-pool/debian/control   2013-03-25 18:14:43 UTC (rev 16429)
@@ -1,10 +1,10 @@
 Source: commons-pool
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Adam Heath doo...@brainfood.com,
-  Marcus Better mar...@better.se, Damien Raude-Morvan draz...@debian.org
+  Marcus Better mar...@better.se, Damien Raude-Morvan draz...@debian.org, 
Emmanuel Bourg ebo...@apache.org
 Section: java
 Priority: optional
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Build-Depends: debhelper (= 7), default-jdk, ant, cdbs
 Build-Depends-Indep: ant-optional, junit, default-jdk-doc, maven-repo-helper
 Homepage: http://commons.apache.org/pool/

Modified: trunk/commons-pool/debian/copyright
===
--- trunk/commons-pool/debian/copyright 2013-03-24 18:19:25 UTC (rev 16428)
+++ trunk/commons-pool/debian/copyright 2013-03-25 18:14:43 UTC (rev 16429)
@@ -1,5 +1,5 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=166
-Upstream-Name: Commons Pool
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Pool
 Upstream-Contact: Apache Commons: http://commons.apache.org/pool/
 Source: http://www.apache.org/dist/commons/pool/
 
@@ -14,9 +14,9 @@
  Waldhoff, Sandy McArthur, Todd Carmichael.
 
 Files: debian/*
-Copyright: Copyright (C) 2002 Adam Heath doo...@brainfood.com
-Copyright: Copyright (C) 2006 Marcus Better mar...@better.se
-Copyright: Copyright (C) 2010-2011 Damien Raude-Morvan draz...@debian.org
+Copyright: 2002 Adam Heath doo...@brainfood.com
+   2006 Marcus Better mar...@better.se
+   2010-2011 Damien Raude-Morvan draz...@debian.org
 License: Apache-2.0
   On Debian systems the full text of the Apache License can be found
   in `/usr/share/common-licenses/Apache-2.0'.

Modified: trunk/commons-pool/debian/patches/01_build.patch
===
--- trunk/commons-pool/debian/patches/01_build.patch2013-03-24 18:19:25 UTC 
(rev 16428)
+++ trunk/commons-pool/debian/patches/01_build.patch2013-03-25 18:14:43 UTC 
(rev 16429)
@@ -1,26 +1,36 @@
 Description: Cleanup upstream build.xml:
  - Use local Javadoc index
  - Set test.failonerror to false
+ - Remove the -SNAPSHOT suffix from the version
 Forwarded: not-needed
 Author: Damien Raude-Morvan draz...@drazzib.com
-Last-Update: 2011-02-22
+Last-Update: 2013-03-25
 --- a/build.xml
 +++ b/build.xml
+@@ -40,7 +40,7 @@
+ 
+   property name=name value=commons-pool/
+   property name=title value=Apache Commons Object Pooling Package/
+-  property name=version value=1.6-SNAPSHOT/
++  property name=version value=1.6/
+   property name=package value=org.apache.commons.pool.*/
+ 
+   property name=src.dir value=${basedir}/src/
 @@ -52,7 +52,7 @@
-   property name=dist.dir value=${basedir}/dist/
-   property name=dist.jar value=${dist.dir}/${name}-${version}.jar/
- 
--  property name=test.failonerror value=true / 
-+  property name=test.failonerror value=false / 
-  
-   property name=javadoc.dir value=${dist.dir}/docs/api/
-   property name=javadoc.bottom value=lt;smallgt;Copyright 
amp;copy; 2001-2011 Apache Software Foundation. Documenation generated 
${TODAY}lt;/smallgt;./
+   property name=dist.dir value=${basedir}/dist/
+   property name=dist.jar value=${dist.dir}/${name}-${version}.jar/
+ 
+-  property name=test.failonerror value=true / 
++  property name=test.failonerror value=false / 
+  
+   property name=javadoc.dir value=${dist.dir}/docs/api/
+   property name=javadoc.bottom value=lt;smallgt;Copyright 
amp;copy; 2001-2012 Apache Software Foundation. Documenation generated 
${TODAY}lt

[pkg-java] r16430 - trunk/libcommons-codec-java/debian

2013-03-25 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 00:05:34 + (Tue, 26 Mar 2013)
New Revision: 16430

Modified:
   trunk/libcommons-codec-java/debian/MANIFEST.MF
   trunk/libcommons-codec-java/debian/changelog
   trunk/libcommons-codec-java/debian/control
Log:
New upstream release (1.7)

Modified: trunk/libcommons-codec-java/debian/MANIFEST.MF
===
--- trunk/libcommons-codec-java/debian/MANIFEST.MF  2013-03-25 18:14:43 UTC 
(rev 16429)
+++ trunk/libcommons-codec-java/debian/MANIFEST.MF  2013-03-26 00:05:34 UTC 
(rev 16430)
@@ -1,11 +1,12 @@
-Export-Package: org.apache.commons.codec;version=1.4,org.apache.comm
- ons.codec.net;version=1.4,org.apache.commons.codec.language;version
- =1.4,org.apache.commons.codec.digest;version=1.4,org.apache.commo
- ns.codec.binary;version=1.4
+Export-Package: org.apache.commons.codec;version=1.7,org.apache.comm
+ ons.codec.net;version=1.7,org.apache.commons.codec.language.bm;vers
+ ion=1.7,org.apache.commons.codec.language;version=1.7,org.apache.
+ commons.codec.digest;version=1.7,org.apache.commons.codec.binary;ve
+ rsion=1.7
 Bundle-Name: Commons Codec
 Bundle-Vendor: The Apache Software Foundation
-Bundle-Version: 1.4
-Bnd-LastModified: 1249576895296
+Bundle-Version: 1.7.0
+Bnd-LastModified: 1347365112432
 Bundle-ManifestVersion: 2
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Bundle-Description: The codec package contains simple encoder and deco
@@ -14,4 +15,3 @@
  e also maintains a collection of phonetic encoding utilities.
 Bundle-SymbolicName: org.apache.commons.codec
 Bundle-DocURL: http://commons.apache.org/codec/
-

Modified: trunk/libcommons-codec-java/debian/changelog
===
--- trunk/libcommons-codec-java/debian/changelog2013-03-25 18:14:43 UTC 
(rev 16429)
+++ trunk/libcommons-codec-java/debian/changelog2013-03-26 00:05:34 UTC 
(rev 16430)
@@ -1,3 +1,12 @@
+libcommons-codec-java (1.7-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release.
+  * Remove the deprecated DMUA flag
+  * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 25 Mar 2013 23:49:17 +0100
+
 libcommons-codec-java (1.6-1) unstable; urgency=low
 
   [ James Page ]

Modified: trunk/libcommons-codec-java/debian/control
===
--- trunk/libcommons-codec-java/debian/control  2013-03-25 18:14:43 UTC (rev 
16429)
+++ trunk/libcommons-codec-java/debian/control  2013-03-26 00:05:34 UTC (rev 
16430)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Wolfgang Baer wb...@gmx.de, Damien Raude-Morvan 
draz...@debian.org,
- Torsten Werner twer...@debian.org, James Page james.p...@ubuntu.com
+ Torsten Werner twer...@debian.org, James Page james.p...@ubuntu.com,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: cdbs, debhelper (= 7), ant, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant-optional, junit4
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://commons.apache.org/codec/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-codec-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-codec-java
-DM-Upload-Allowed: yes
 
 Package: libcommons-codec-java
 Architecture: all


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


[pkg-java] r16431 - trunk/libcommons-compress-java/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 12:04:15 + (Tue, 26 Mar 2013)
New Revision: 16431

Modified:
   trunk/libcommons-compress-java/debian/changelog
   trunk/libcommons-compress-java/debian/control
Log:
Added myself to the uploaders
Bump Standards-Version to 3.9.4
Merged the unreleased 1.4.1-3 changes with 1.5-1

Modified: trunk/libcommons-compress-java/debian/changelog
===
--- trunk/libcommons-compress-java/debian/changelog 2013-03-26 00:05:34 UTC 
(rev 16430)
+++ trunk/libcommons-compress-java/debian/changelog 2013-03-26 12:04:15 UTC 
(rev 16431)
@@ -2,28 +2,27 @@
 
   * Team upload.
   * New upstream release.
+  * Add Emmanuel Bourg to Uploaders.
+  * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
 
- -- Emmanuel Bourg ebo...@apache.org  Fri, 22 Mar 2013 15:48:01 +0100
-
-libcommons-compress-java (1.4.1-3) UNRELEASED; urgency=low
-
+  [ Jakub Adam ]
   * Add xz.jar to manifest Class-Path.
 - fixes lintian-reported warning missing-classpath.
   * Ensure backwards compatible bytecode is built (Closes: #688118).
   * Generate OSGi metadata into jar manifest.
   * Add Jakub Adam to Uploaders.
 
- -- Jakub Adam jakub.a...@ktknet.cz  Sat, 27 Oct 2012 15:57:18 +0200
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 26 Mar 2013 13:02:01 +0100
 
 libcommons-compress-java (1.4.1-2) unstable; urgency=low
 
   * Team upload.
   
-  [ Miguel Landaeta]
+  [ Miguel Landaeta ]
   * Promote dependency on libxz-java from Suggests to Depends.
 (Closes: #680874)
 
-  [ tony mancill ]
+  [ Tony Mancill ]
   * Correct broken Vcs-Svn URL.
 
  -- Miguel Landaeta mig...@miguel.cc  Sun, 08 Jul 2012 15:59:26 -0430

Modified: trunk/libcommons-compress-java/debian/control
===
--- trunk/libcommons-compress-java/debian/control   2013-03-26 00:05:34 UTC 
(rev 16430)
+++ trunk/libcommons-compress-java/debian/control   2013-03-26 12:04:15 UTC 
(rev 16431)
@@ -2,7 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org, Jakub Adam 
jakub.a...@ktknet.cz
+Uploaders: Torsten Werner twer...@debian.org, Jakub Adam 
jakub.a...@ktknet.cz,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: ant,
ant-optional,
cdbs,
@@ -13,7 +14,7 @@
maven-repo-helper,
javahelper,
libxz-java
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://commons.apache.org/compress/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-compress-java/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-compress-java


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


[pkg-java] r16432 - trunk/libcommons-codec-java/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 13:33:01 + (Tue, 26 Mar 2013)
New Revision: 16432

Modified:
   trunk/libcommons-codec-java/debian/copyright
Log:
Harmonization of the copyright files of the Apache Commons libraries

Modified: trunk/libcommons-codec-java/debian/copyright
===
--- trunk/libcommons-codec-java/debian/copyright2013-03-26 12:04:15 UTC 
(rev 16431)
+++ trunk/libcommons-codec-java/debian/copyright2013-03-26 13:33:01 UTC 
(rev 16432)
@@ -1,15 +1,13 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
-Upstream-Name: Commons Codec
-Upstream-Contact: Apache Commons http://commons.apache.org/codec/
-Source: http://www.apache.org/dist/commons/codec/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Codec
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://commons.apache.org/codec/
 
 Files: *
 Copyright: 2002-2011 The Apache Software Foundation
 License: Apache-2.0
- On Debian systems the full text of the Apache License can be found
- in `/usr/share/common-licenses/Apache-2.0'.
 Comment:
- Upstream Authors: Henri Yandell bay...@generationjava.com,
+ Upstream authors: Henri Yandell bay...@generationjava.com,
   Tim OBrien tobr...@apache.org,
   Scott Sanders sand...@totalsync.com,
   Rodney Waldhoff rwaldh...@apache.org,
@@ -31,8 +29,6 @@
 Copyright: 2002-2011 The Apache Software Foundation,
2002 Kevin Atkinson (kev...@gnu.org)
 License: Apache-2.0
- On Debian systems the full text of the Apache License can be found
- in `/usr/share/common-licenses/Apache-2.0'.
 Comment:
  Contains test data from http://aspell.sourceforge.net/test/batch0.tab.
  .
@@ -44,5 +40,7 @@
 Copyright: 2004 Arnaud Vandyck av...@debian.org,
2010-2011 Damien Raude-Morvan draz...@debian.org
 License: Apache-2.0
+
+License: Apache-2.0
  On Debian systems the full text of the Apache License can be found
  in `/usr/share/common-licenses/Apache-2.0'.


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


[pkg-java] r16433 - trunk/libcommons-compress-java/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 13:33:37 + (Tue, 26 Mar 2013)
New Revision: 16433

Modified:
   trunk/libcommons-compress-java/debian/copyright
Log:
Harmonization of the copyright files of the Apache Commons libraries

Modified: trunk/libcommons-compress-java/debian/copyright
===
--- trunk/libcommons-compress-java/debian/copyright 2013-03-26 13:33:01 UTC 
(rev 16432)
+++ trunk/libcommons-compress-java/debian/copyright 2013-03-26 13:33:37 UTC 
(rev 16433)
@@ -1,10 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Apache Commons Compress
-Upstream-Contact: The Apache Software Foundation.
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
 Source: http://commons.apache.org/compress/
 
 Files: *
-Copyright: 2001-2009, The Apache Software Foundation.
+Copyright: 2001-2013, The Apache Software Foundation.
 License: Apache-2.0
 
 Files: debian/*


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


[pkg-java] r16434 - trunk/commons-daemon/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 13:34:09 + (Tue, 26 Mar 2013)
New Revision: 16434

Modified:
   trunk/commons-daemon/debian/copyright
Log:
Harmonization of the copyright files of the Apache Commons libraries

Modified: trunk/commons-daemon/debian/copyright
===
--- trunk/commons-daemon/debian/copyright   2013-03-26 13:33:37 UTC (rev 
16433)
+++ trunk/commons-daemon/debian/copyright   2013-03-26 13:34:09 UTC (rev 
16434)
@@ -1,10 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Commons Daemon
-Upstream-Contact: http://commons.apache.org/daemon
-Source: http://www.apache.org/dist/commons/daemon/source/
+Upstream-Name: Apache Commons Daemon
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://commons.apache.org/daemon/
 
 Files: *
-Copyright: Copyright (C) 1999-2011 The Apache Software Foundation.
+Copyright: 1999-2011 The Apache Software Foundation.
 License: Apache-2.0
 Comment:
  Upstream authors: Bill Barker, Jean-Frederic Clere, Mladen Turk,
@@ -12,8 +12,8 @@
 
 Files: debian/*
 Copyright: 2004, Arnaud Vandyck av...@debian.org
-Copyright: Copyright (C) 2006 Marcus Better
-Copyright: 2010-2011, Damien Raude-Morvan
+   2006 Marcus Better
+   2010-2011, Damien Raude-Morvan
 License: Apache-2.0
 
 License: Apache-2.0


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


[pkg-java] r16435 - trunk/commons-pool/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 13:34:33 + (Tue, 26 Mar 2013)
New Revision: 16435

Modified:
   trunk/commons-pool/debian/copyright
Log:
Harmonization of the copyright files of the Apache Commons libraries

Modified: trunk/commons-pool/debian/copyright
===
--- trunk/commons-pool/debian/copyright 2013-03-26 13:34:09 UTC (rev 16434)
+++ trunk/commons-pool/debian/copyright 2013-03-26 13:34:33 UTC (rev 16435)
@@ -1,22 +1,23 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Apache Commons Pool
-Upstream-Contact: Apache Commons: http://commons.apache.org/pool/
-Source: http://www.apache.org/dist/commons/pool/
-
-Files: *
-Copyright: Copyright (C) 1999-2011 The Apache Software Foundation
-License: Apache-2.0
- On Debian systems the full text of the Apache License can be found
- in `/usr/share/common-licenses/Apache-2.0'.
-Comment:
- Upstream authors: Craig McClanahan, David Weinrich, Dirk Verbeeck,
- Geir Magnusson, Morgan Delagrange, Robert Burrell Donkin, Rodney
- Waldhoff, Sandy McArthur, Todd Carmichael.
-
-Files: debian/*
-Copyright: 2002 Adam Heath doo...@brainfood.com
-   2006 Marcus Better mar...@better.se
-   2010-2011 Damien Raude-Morvan draz...@debian.org
-License: Apache-2.0
-  On Debian systems the full text of the Apache License can be found
-  in `/usr/share/common-licenses/Apache-2.0'.
+��Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Pool
+Upstream-Contact: Apache Commons 
Developers dev@commons.apache.org
+Source: http://commons.apache.org/pool/
+
+Files: *
+Copyright: 1999-2011 The Apache 
Software Foundation
+License: Apache-2.0
+Comment:
+ Upstream authors: Craig McClanahan, 
David Weinrich, Dirk Verbeeck,
+ Geir Magnusson, Morgan Delagrange, 
Robert Burrell Donkin, Rodney
+ Waldhoff, Sandy McArthur, Todd 
Carmichael.
+
+Files: debian/*
+Copyright: 2002 Adam Heath 
doogie@brainfood.com
+           2006 Marcus Better 
marcus@better.se
+           2010-2011 Damien 
Raude-Morvan drazzib@debian.org
+License: Apache-2.0
+
+License: Apache-2.0
+  On Debian systems the full text of 
the Apache License can be found
+  in 
`/usr/share/common-licenses/Apache-2.0'.
+
\ No newline at end of file


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

[pkg-java] r16436 - trunk/commons-configuration/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 13:37:42 + (Tue, 26 Mar 2013)
New Revision: 16436

Modified:
   trunk/commons-configuration/debian/copyright
Log:
Harmonization of the copyright files of the Apache Commons libraries

Modified: trunk/commons-configuration/debian/copyright
===
--- trunk/commons-configuration/debian/copyright2013-03-26 13:34:33 UTC 
(rev 16435)
+++ trunk/commons-configuration/debian/copyright2013-03-26 13:37:42 UTC 
(rev 16436)
@@ -1,9 +1,13 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Apache Commons Configuration
-Upstream-Contact: http://commons.apache.org/configuration/
-Source: http://www.apache.org/dist/commons/configuration/
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://commons.apache.org/configuration/
+
+Files: *
+Copyright: 2001-2011 The Apache Software Foundation
+License: Apache-2.0
 Comment:
-Upstream Authors: Daniel Rall d...@finemaltcoding.com,
+ Upstream authors: Daniel Rall d...@finemaltcoding.com,
   Jason van Zyl ja...@zenplex.com,
   Martin Poeschl mpoes...@marmot.at,
   dIon Gillard d...@multitask.com.au,
@@ -12,20 +16,16 @@
   Brian E. Dunbar bdun...@dunbarconsulting.org,
   Emmanuel Bourg ebo...@apache.org,
   Oliver Heger ohe...@apache.org,
-  Jörg Schaible joerg.schai...@gmx.de,
+  J�rg Schaible joerg.schai...@gmx.de,
   Konstantin Shaposhnikov k...@scand.com,
   Jamie M. Guillemette jmguilleme...@gmail.com,
   Jorge Ferrer jorge.fer...@gmail.com,
   Gabriele Garuglieri gabriele.garugli...@infoblu.it,
   Nicolas De Loof nicolas.del...@gmail.com
 
-Files: *
-Copyright: Copyright 2001-2011 The Apache Software Foundation
-License: Apache-2.0
-
 Files: debian/*
-Copyright: Copyright (C) 2011, Damien Raude-Morvan draz...@drazzib.com
-Copyright: Copyright (C) 2007, Torsten Werner twer...@debian.org
+Copyright: 2011, Damien Raude-Morvan draz...@drazzib.com
+   2007, Torsten Werner twer...@debian.org
 License: Apache-2.0
 
 License: Apache-2.0


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

[pkg-java] r16437 - trunk/libcommons-collections-java/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 15:08:19 + (Tue, 26 Mar 2013)
New Revision: 16437

Modified:
   trunk/libcommons-collections-java/debian/copyright
Log:
Machine-readable debian/copyright file (DEP-5)

Modified: trunk/libcommons-collections-java/debian/copyright
===
--- trunk/libcommons-collections-java/debian/copyright  2013-03-26 13:37:42 UTC 
(rev 16436)
+++ trunk/libcommons-collections-java/debian/copyright  2013-03-26 15:08:19 UTC 
(rev 16437)
@@ -1,40 +1,45 @@
-This package was debianized by Takashi Okamoto t...@debian.org on
-Mon,  5 Nov 2001 08:15:04 +0900.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Collections
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://commons.apache.org/collections/
 
-It was downloaded from http://commons.apache.org/collections/
+Files: *
+Copyright: 2001-2008, The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Stephen Colebourne, Morgan Delagrange, Matthew Hawthorne,
+   Geir Magnusson, Craig McClanahan, Phil Steitz,
+   Arun M. Thomas, Rodney Waldhoff, Henri Yandell, James 
Carman,
+   Robert Burrell Donkin, Rafael U. C. Afonso, 
+   Max Rydahl Andersen, Federico Barbieri, Arron Bates,
+   Nicola Ken Barozzi, Sebastian Bazley, Matt Benson, Ola Berg,
+   Christopher Berry, Nathan Beyer, Janek Bogucki, 
+   Chuck Burdick, Dave Bryson, Julien Buret, Jonathan Carlson,
+   Ram Chidambaram, Steve Clark, Eric Crampton,
+   Dimiter Dimitrov, Peter Donald, Steve Downey, Rich 
Dougherty,
+   Tom Dunham, Stefano Fornari, Andrew Freeman,
+   Gerhard Froehlich, Paul Jack, Eric Johnson, Kent Johnson,
+   Marc Johnson, Nissim Karpenstein, Shinobu Kawai,
+   Mohan Kishore, Simon Kitching, Thomas Knych,
+   Serge Knystautas, Peter KoBek, Jordan Krey, Olaf Krische,
+   Guilhem Lavaux, Paul Legato, David Leppik, Berin Loritsch,
+   Hendrik Maryns, Stefano Mazzocchi, Brian McCallister,
+   Steven Melzer, Leon Messerschmidt, Mauricio S. Moura,
+   Kasper Nielsen, Stanislaw Osinski, Alban Peignier,
+   Mike Pettypiece, Steve Phelps, Ilkka Priha, Jonas Van 
Poucke,
+   Will Pugh, Herve Quiroz, Daniel Rall, Robert Ribnitz, 
+   Huw Roberts, Henning P. Schmiedehausen, Howard Lewis Ship,
+   Joe Raysa, Thomas Schapitz, Jon Schewe, Andreas Schlosser,
+   Christian Siefkes, Michael Smith, Stephen Smith,
+   Jan Sorensen, Jon S. Stevens, James Strachan, Leo Sutic,
+   Chris Tilden, Neil O'Toole, Jeff Turner, Kazuya Ujihara,
+   Jeff Varszegi, Ralph Wagner, David Weinrich,
+   Dieter Wimberger, Serhiy Yevtushenko, Jason van Zyl
 
-Upstream Authors: Stephen Colebourne, Morgan Delagrange, Matthew Hawthorne,
-  Geir Magnusson, Craig McClanahan, Phil Steitz,
-  Arun M. Thomas, Rodney Waldhoff, Henri Yandell, James Carman,
-  Robert Burrell Donkin, Rafael U. C. Afonso, 
-  Max Rydahl Andersen, Federico Barbieri, Arron Bates,
-  Nicola Ken Barozzi, Sebastian Bazley, Matt Benson, Ola Berg,
-  Christopher Berry, Nathan Beyer, Janek Bogucki, 
-  Chuck Burdick, Dave Bryson, Julien Buret, Jonathan Carlson,
-  Ram Chidambaram, Steve Clark, Eric Crampton,
-  Dimiter Dimitrov, Peter Donald, Steve Downey, Rich Dougherty,
-  Tom Dunham, Stefano Fornari, Andrew Freeman,
-  Gerhard Froehlich, Paul Jack, Eric Johnson, Kent Johnson,
-  Marc Johnson, Nissim Karpenstein, Shinobu Kawai,
-  Mohan Kishore, Simon Kitching, Thomas Knych,
-  Serge Knystautas, Peter KoBek, Jordan Krey, Olaf Krische,
-  Guilhem Lavaux, Paul Legato, David Leppik, Berin Loritsch,
-  Hendrik Maryns, Stefano Mazzocchi, Brian McCallister,
-  Steven Melzer, Leon Messerschmidt, Mauricio S. Moura,
-  Kasper Nielsen, Stanislaw Osinski, Alban Peignier,
-  Mike Pettypiece, Steve Phelps, Ilkka Priha, Jonas Van Poucke,
-  Will Pugh, Herve Quiroz, Daniel Rall, Robert Ribnitz, 
-  Huw Roberts, Henning P. Schmiedehausen, Howard Lewis Ship,
-  Joe Raysa, Thomas Schapitz, Jon Schewe, Andreas Schlosser,
-  Christian Siefkes, Michael Smith, Stephen Smith,
-  Jan Sorensen, Jon S. Stevens, James Strachan, Leo Sutic,
-  Chris Tilden, Neil O'Toole, Jeff 

[pkg-java] r16438 - trunk/libcommons-collections3-java/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 15:09:22 + (Tue, 26 Mar 2013)
New Revision: 16438

Modified:
   trunk/libcommons-collections3-java/debian/copyright
Log:
Machine-readable debian/copyright file (DEP-5)

Modified: trunk/libcommons-collections3-java/debian/copyright
===
--- trunk/libcommons-collections3-java/debian/copyright 2013-03-26 15:08:19 UTC 
(rev 16437)
+++ trunk/libcommons-collections3-java/debian/copyright 2013-03-26 15:09:22 UTC 
(rev 16438)
@@ -1,40 +1,45 @@
-This package was debianized by Takashi Okamoto t...@debian.org on
-Mon,  5 Nov 2001 08:15:04 +0900.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Collections
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://commons.apache.org/collections/
 
-It was downloaded from http://commons.apache.org/collections/
+Files: *
+Copyright: 2001-2008, The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Stephen Colebourne, Morgan Delagrange, Matthew Hawthorne,
+   Geir Magnusson, Craig McClanahan, Phil Steitz,
+   Arun M. Thomas, Rodney Waldhoff, Henri Yandell, James 
Carman,
+   Robert Burrell Donkin, Rafael U. C. Afonso, 
+   Max Rydahl Andersen, Federico Barbieri, Arron Bates,
+   Nicola Ken Barozzi, Sebastian Bazley, Matt Benson, Ola Berg,
+   Christopher Berry, Nathan Beyer, Janek Bogucki, 
+   Chuck Burdick, Dave Bryson, Julien Buret, Jonathan Carlson,
+   Ram Chidambaram, Steve Clark, Eric Crampton,
+   Dimiter Dimitrov, Peter Donald, Steve Downey, Rich 
Dougherty,
+   Tom Dunham, Stefano Fornari, Andrew Freeman,
+   Gerhard Froehlich, Paul Jack, Eric Johnson, Kent Johnson,
+   Marc Johnson, Nissim Karpenstein, Shinobu Kawai,
+   Mohan Kishore, Simon Kitching, Thomas Knych,
+   Serge Knystautas, Peter KoBek, Jordan Krey, Olaf Krische,
+   Guilhem Lavaux, Paul Legato, David Leppik, Berin Loritsch,
+   Hendrik Maryns, Stefano Mazzocchi, Brian McCallister,
+   Steven Melzer, Leon Messerschmidt, Mauricio S. Moura,
+   Kasper Nielsen, Stanislaw Osinski, Alban Peignier,
+   Mike Pettypiece, Steve Phelps, Ilkka Priha, Jonas Van 
Poucke,
+   Will Pugh, Herve Quiroz, Daniel Rall, Robert Ribnitz, 
+   Huw Roberts, Henning P. Schmiedehausen, Howard Lewis Ship,
+   Joe Raysa, Thomas Schapitz, Jon Schewe, Andreas Schlosser,
+   Christian Siefkes, Michael Smith, Stephen Smith,
+   Jan Sorensen, Jon S. Stevens, James Strachan, Leo Sutic,
+   Chris Tilden, Neil O'Toole, Jeff Turner, Kazuya Ujihara,
+   Jeff Varszegi, Ralph Wagner, David Weinrich,
+   Dieter Wimberger, Serhiy Yevtushenko, Jason van Zyl
 
-Upstream Authors: Stephen Colebourne, Morgan Delagrange, Matthew Hawthorne,
-  Geir Magnusson, Craig McClanahan, Phil Steitz,
-  Arun M. Thomas, Rodney Waldhoff, Henri Yandell, James Carman,
-  Robert Burrell Donkin, Rafael U. C. Afonso, 
-  Max Rydahl Andersen, Federico Barbieri, Arron Bates,
-  Nicola Ken Barozzi, Sebastian Bazley, Matt Benson, Ola Berg,
-  Christopher Berry, Nathan Beyer, Janek Bogucki, 
-  Chuck Burdick, Dave Bryson, Julien Buret, Jonathan Carlson,
-  Ram Chidambaram, Steve Clark, Eric Crampton,
-  Dimiter Dimitrov, Peter Donald, Steve Downey, Rich Dougherty,
-  Tom Dunham, Stefano Fornari, Andrew Freeman,
-  Gerhard Froehlich, Paul Jack, Eric Johnson, Kent Johnson,
-  Marc Johnson, Nissim Karpenstein, Shinobu Kawai,
-  Mohan Kishore, Simon Kitching, Thomas Knych,
-  Serge Knystautas, Peter KoBek, Jordan Krey, Olaf Krische,
-  Guilhem Lavaux, Paul Legato, David Leppik, Berin Loritsch,
-  Hendrik Maryns, Stefano Mazzocchi, Brian McCallister,
-  Steven Melzer, Leon Messerschmidt, Mauricio S. Moura,
-  Kasper Nielsen, Stanislaw Osinski, Alban Peignier,
-  Mike Pettypiece, Steve Phelps, Ilkka Priha, Jonas Van Poucke,
-  Will Pugh, Herve Quiroz, Daniel Rall, Robert Ribnitz, 
-  Huw Roberts, Henning P. Schmiedehausen, Howard Lewis Ship,
-  Joe Raysa, Thomas Schapitz, Jon Schewe, Andreas Schlosser,
-  Christian Siefkes, Michael Smith, Stephen Smith,
-  Jan Sorensen, Jon S. Stevens, James Strachan, Leo Sutic,
-  Chris Tilden, Neil O'Toole, 

[pkg-java] r16439 - in trunk/libcommons-codec-java/debian: . patches

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 16:26:58 + (Tue, 26 Mar 2013)
New Revision: 16439

Added:
   trunk/libcommons-codec-java/debian/patches/properties.diff
Modified:
   trunk/libcommons-codec-java/debian/changelog
   trunk/libcommons-codec-java/debian/patches/series
   trunk/libcommons-codec-java/debian/rules
Log:
Removed the -SNAPSHOT suffix from the version in the manifest

Modified: trunk/libcommons-codec-java/debian/changelog
===
--- trunk/libcommons-codec-java/debian/changelog2013-03-26 15:09:22 UTC 
(rev 16438)
+++ trunk/libcommons-codec-java/debian/changelog2013-03-26 16:26:58 UTC 
(rev 16439)
@@ -4,8 +4,9 @@
   * New upstream release.
   * Remove the deprecated DMUA flag
   * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+  * Removed the -SNAPSHOT suffix from the version specified in the manifest
 
- -- Emmanuel Bourg ebo...@apache.org  Mon, 25 Mar 2013 23:49:17 +0100
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 26 Mar 2013 17:24:15 +0100
 
 libcommons-codec-java (1.6-1) unstable; urgency=low
 

Added: trunk/libcommons-codec-java/debian/patches/properties.diff
===
--- trunk/libcommons-codec-java/debian/patches/properties.diff  
(rev 0)
+++ trunk/libcommons-codec-java/debian/patches/properties.diff  2013-03-26 
16:26:58 UTC (rev 16439)
@@ -0,0 +1,11 @@
+--- a/default.properties
 b/default.properties
+@@ -34,7 +34,7 @@
+ component.title = Encode/Decode Utilities
+ 
+ # The current version number of this component
+-component.version = 1.7-SNAPSHOT
++component.version = 1.7
+ 
+ # The name that is used to create the jar file
+ final.name = ${component.name}-${component.version}

Modified: trunk/libcommons-codec-java/debian/patches/series
===
--- trunk/libcommons-codec-java/debian/patches/series   2013-03-26 15:09:22 UTC 
(rev 16438)
+++ trunk/libcommons-codec-java/debian/patches/series   2013-03-26 16:26:58 UTC 
(rev 16439)
@@ -1 +1,2 @@
 manifest.diff
+properties.diff

Modified: trunk/libcommons-codec-java/debian/rules
===
--- trunk/libcommons-codec-java/debian/rules2013-03-26 15:09:22 UTC (rev 
16438)
+++ trunk/libcommons-codec-java/debian/rules2013-03-26 16:26:58 UTC (rev 
16439)
@@ -14,7 +14,7 @@
 
 binary-post-install/$(PACKAGE)::
mh_installpoms -p$(PACKAGE)
-   mh_installjar -p$(PACKAGE) -l pom.xml 
dist/commons-codec-$(VERSION)-SNAPSHOT.jar
+   mh_installjar -p$(PACKAGE) -l pom.xml dist/commons-codec-$(VERSION).jar
 
 clean::
mh_clean


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


[pkg-java] r16440 - trunk/libcommons-codec-java/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 16:45:58 + (Tue, 26 Mar 2013)
New Revision: 16440

Modified:
   trunk/libcommons-codec-java/debian/copyright
Log:
d/copyright tidy up

Modified: trunk/libcommons-codec-java/debian/copyright
===
--- trunk/libcommons-codec-java/debian/copyright2013-03-26 16:26:58 UTC 
(rev 16439)
+++ trunk/libcommons-codec-java/debian/copyright2013-03-26 16:45:58 UTC 
(rev 16440)
@@ -4,26 +4,26 @@
 Source: http://commons.apache.org/codec/
 
 Files: *
-Copyright: 2002-2011 The Apache Software Foundation
+Copyright: 2002-2011, The Apache Software Foundation
 License: Apache-2.0
 Comment:
  Upstream authors: Henri Yandell bay...@generationjava.com,
-  Tim OBrien tobr...@apache.org,
-  Scott Sanders sand...@totalsync.com,
-  Rodney Waldhoff rwaldh...@apache.org,
-  Daniel Rall d...@finemaltcoding.com,
-  Jon S. Stevens j...@collab.net,
-  Gary D. Gregory ggreg...@seagullsw.com,
-  David Graham dgra...@apache.org,
-  Christopher O'Brien si...@preoccupied.net,
-  Martin Redington,
-  Jeffery Dever,
-  Steve Zimmermann steve.zimmerm...@heii.com,
-  Benjamin Walstrum b...@walstrum.com,
-  Oleg Kalnichevski o...@ural.ru,
-  Dave Dribin apa...@dave.dribin.org,
-  Alex Karasulu aok...@bellsouth.net,
-  Matthew Inger mattin...@yahoo.com
+   Tim OBrien tobr...@apache.org,
+   Scott Sanders sand...@totalsync.com,
+   Rodney Waldhoff rwaldh...@apache.org,
+   Daniel Rall d...@finemaltcoding.com,
+   Jon S. Stevens j...@collab.net,
+   Gary D. Gregory ggreg...@seagullsw.com,
+   David Graham dgra...@apache.org,
+   Christopher O'Brien si...@preoccupied.net,
+   Martin Redington,
+   Jeffery Dever,
+   Steve Zimmermann steve.zimmerm...@heii.com,
+   Benjamin Walstrum b...@walstrum.com,
+   Oleg Kalnichevski o...@ural.ru,
+   Dave Dribin apa...@dave.dribin.org,
+   Alex Karasulu aok...@bellsouth.net,
+   Matthew Inger mattin...@yahoo.com
 
 Files: src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
 Copyright: 2002-2011 The Apache Software Foundation,
@@ -42,5 +42,5 @@
 License: Apache-2.0
 
 License: Apache-2.0
- On Debian systems the full text of the Apache License can be found
- in `/usr/share/common-licenses/Apache-2.0'.
+ On Debian systems, the full text of the Apache License can be found
+ in the file `/usr/share/common-licenses/Apache-2.0'.


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


[pkg-java] r16441 - trunk/libcommons-compress-java/debian

2013-03-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-26 17:05:53 + (Tue, 26 Mar 2013)
New Revision: 16441

Added:
   trunk/libcommons-compress-java/debian/MANIFEST.MF
Removed:
   trunk/libcommons-compress-java/debian/commons-compress.bnd
Modified:
   trunk/libcommons-compress-java/debian/build.xml
   trunk/libcommons-compress-java/debian/changelog
   trunk/libcommons-compress-java/debian/control
   trunk/libcommons-compress-java/debian/rules
Log:
Removed the build dependency on bnd to ease the integration with Ubuntu and 
added a static manifest file

Added: trunk/libcommons-compress-java/debian/MANIFEST.MF
===
--- trunk/libcommons-compress-java/debian/MANIFEST.MF   
(rev 0)
+++ trunk/libcommons-compress-java/debian/MANIFEST.MF   2013-03-26 17:05:53 UTC 
(rev 16441)
@@ -0,0 +1,37 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.commons.compress.compressors.pack200;versio
+ n=1.5,org.apache.commons.compress.changes;version=1.5,org.apache.
+ commons.compress.archivers.ar;version=1.5,org.apache.commons.compre
+ ss.archivers.jar;version=1.5,org.apache.commons.compress.archivers.
+ cpio;version=1.5,org.apache.commons.compress.archivers;version=1.5
+ ,org.apache.commons.compress.archivers.tar;version=1.5,org.apache.
+ commons.compress.archivers.zip;version=1.5,org.apache.commons.compr
+ ess.archivers.dump;version=1.5,org.apache.commons.compress.compress
+ ors.bzip2;version=1.5,org.apache.commons.compress.compressors;versi
+ on=1.5,org.apache.commons.compress.compressors.xz;version=1.5,org
+ .apache.commons.compress.utils;version=1.5,org.apache.commons.compr
+ ess.compressors.gzip;version=1.5
+Implementation-Title: Commons Compress
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Vendor-Id: org.apache
+Specification-Title: Commons Compress
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-SymbolicName: org.apache.commons.compress
+Extension-Name: org.apache.commons.compress
+Implementation-Version: 1.5
+Specification-Vendor: The Apache Software Foundation
+Bundle-Name: Commons Compress
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 1.5.0
+Bundle-ManifestVersion: 2
+Bundle-Description: Apache Commons Compress software defines an API fo
+ r working with compression and archive formats.These include: bzip2, 
+ gzip, pack200, xz and ar, cpio, jar, tar, zip, dump.
+Bundle-DocURL: http://commons.apache.org/compress/
+Import-Package: org.tukaani.xz;resolution:=optional
+Include-Resource: META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt
+ =NOTICE.txt
+Specification-Version: 1.5
+Implementation-Build: tags/COMPRESS-1.5_RC1@r1455005; 2013-03-11 07:12
+ :20+0100
+Main-Class: org.apache.commons.compress.archivers.Lister

Modified: trunk/libcommons-compress-java/debian/build.xml
===
--- trunk/libcommons-compress-java/debian/build.xml 2013-03-26 16:45:58 UTC 
(rev 16440)
+++ trunk/libcommons-compress-java/debian/build.xml 2013-03-26 17:05:53 UTC 
(rev 16441)
@@ -50,7 +50,7 @@
   /target
 
   target name=jar description=o Create the jar depends=compile
-jar jarfile=${jar}
+jar jarfile=${jar} manifest=debian/MANIFEST.MF
   fileset dir=${class.dir}
   include name=**/
   /fileset

Modified: trunk/libcommons-compress-java/debian/changelog
===
--- trunk/libcommons-compress-java/debian/changelog 2013-03-26 16:45:58 UTC 
(rev 16440)
+++ trunk/libcommons-compress-java/debian/changelog 2013-03-26 17:05:53 UTC 
(rev 16441)
@@ -4,6 +4,7 @@
   * New upstream release.
   * Add Emmanuel Bourg to Uploaders.
   * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+  * Removed the build dependency on bnd
 
   [ Jakub Adam ]
   * Add xz.jar to manifest Class-Path.
@@ -12,7 +13,7 @@
   * Generate OSGi metadata into jar manifest.
   * Add Jakub Adam to Uploaders.
 
- -- Emmanuel Bourg ebo...@apache.org  Fri, 26 Mar 2013 13:02:01 +0100
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 26 Mar 2013 18:04:04 +0100
 
 libcommons-compress-java (1.4.1-2) unstable; urgency=low
 

Deleted: trunk/libcommons-compress-java/debian/commons-compress.bnd
===
--- trunk/libcommons-compress-java/debian/commons-compress.bnd  2013-03-26 
16:45:58 UTC (rev 16440)
+++ trunk/libcommons-compress-java/debian/commons-compress.bnd  2013-03-26 
17:05:53 UTC (rev 16441)
@@ -1,5 +0,0 @@
-Bundle-Name: Apache Commons Compress library
-Bundle-SymbolicName: org.apache.commons.compress
-Bundle-Version: 1.5
-Bundle-Vendor: Debian.org
-Import-Package: org.tukaani.xz;resolution:=optional, *

Modified: trunk/libcommons-compress-java/debian/control
===
--- trunk/libcommons-compress-java/debian/control   2013-03-26 16:45:58 UTC 
(rev 16440

[pkg-java] r16442 - trunk/libcommons-collections-java/debian

2013-03-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-27 09:15:09 + (Wed, 27 Mar 2013)
New Revision: 16442

Added:
   trunk/libcommons-collections-java/debian/ant.properties
Modified:
   trunk/libcommons-collections-java/debian/changelog
   trunk/libcommons-collections-java/debian/control
   trunk/libcommons-collections-java/debian/watch
Log:
Ensure backwards compatible bytecode is built (Closes: #688117)
Update Standards-Version: 3.9.4, no changes.
Removed Michael Koch from the uploaders list (Closes: #654050)
Added Emmanuel Bourg to the uploaders list
Fixed d/watch to point to the Apache archive

Added: trunk/libcommons-collections-java/debian/ant.properties
===
--- trunk/libcommons-collections-java/debian/ant.properties 
(rev 0)
+++ trunk/libcommons-collections-java/debian/ant.properties 2013-03-27 
09:15:09 UTC (rev 16442)
@@ -0,0 +1,4 @@
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5

Modified: trunk/libcommons-collections-java/debian/changelog
===
--- trunk/libcommons-collections-java/debian/changelog  2013-03-26 17:05:53 UTC 
(rev 16441)
+++ trunk/libcommons-collections-java/debian/changelog  2013-03-27 09:15:09 UTC 
(rev 16442)
@@ -1,3 +1,14 @@
+libcommons-collections-java (2.1.1-11) unstable; urgency=low
+
+  * Team upload.
+  * Ensure backwards compatible bytecode is built (Closes: #688117)
+  * Update Standards-Version: 3.9.4, no changes.
+  * Removed Michael Koch from the uploaders list (Closes: #654050)
+  * Added Emmanuel Bourg to the uploaders list
+  * Fixed d/watch to point to the Apache archive
+
+ -- Emmanuel Bourg ebo...@apache.org  Wed, 27 Mar 2013 07:42:53 +0100
+
 libcommons-collections-java (2.1.1-10) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-collections-java/debian/control
===
--- trunk/libcommons-collections-java/debian/control2013-03-26 17:05:53 UTC 
(rev 16441)
+++ trunk/libcommons-collections-java/debian/control2013-03-27 09:15:09 UTC 
(rev 16442)
@@ -2,10 +2,10 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de
+Uploaders: Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 5), cdbs, maven-repo-helper
 Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://commons.apache.org/collections/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-collections-java
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-collections-java
@@ -33,4 +33,4 @@
  that functionality.
  .
  This package contains Javadoc API documentation for
- libcommons-collections-java package.
\ No newline at end of file
+ libcommons-collections-java package.

Modified: trunk/libcommons-collections-java/debian/watch
===
--- trunk/libcommons-collections-java/debian/watch  2013-03-26 17:05:53 UTC 
(rev 16441)
+++ trunk/libcommons-collections-java/debian/watch  2013-03-27 09:15:09 UTC 
(rev 16442)
@@ -1,2 +1,2 @@
 version=3
-http://www.apache.org/dist/commons/collections/source/commons-collections-(2.*)-src\.tar\.gz
+http://archive.apache.org/dist/commons/collections/source/commons-collections-(2.*)-src\.tar\.gz


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


[pkg-java] r16443 - in trunk/ant/debian: . patches

2013-03-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-27 13:05:41 + (Wed, 27 Mar 2013)
New Revision: 16443

Modified:
   trunk/ant/debian/ant.properties
   trunk/ant/debian/changelog
   trunk/ant/debian/control
   trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch
   trunk/ant/debian/patches/0002-do-not-build-test-jars.patch
   trunk/ant/debian/patches/0003-add-Xerces-from-Debian-s-path.patch
   trunk/ant/debian/patches/0005-add-gjdoc-task.patch
   trunk/ant/debian/patches/0007-use-build.classpath.patch
   trunk/ant/debian/rules
Log:
Preliminary work for Ant 1.9

Modified: trunk/ant/debian/ant.properties
===
--- trunk/ant/debian/ant.properties 2013-03-27 09:15:09 UTC (rev 16442)
+++ trunk/ant/debian/ant.properties 2013-03-27 13:05:41 UTC (rev 16443)
@@ -1,5 +1,5 @@
 base64.present=true
 sunuue.present=true
 offline=true
-javac.target=1.3
-javac.source=1.3
+javac.target=1.5
+javac.source=1.5

Modified: trunk/ant/debian/changelog
===
--- trunk/ant/debian/changelog  2013-03-27 09:15:09 UTC (rev 16442)
+++ trunk/ant/debian/changelog  2013-03-27 13:05:41 UTC (rev 16443)
@@ -1,15 +1,20 @@
-ant (1.8.2-5) UNRELEASED; urgency=low
+ant (1.9.0-1) UNRELEASED; urgency=low
 
-  [Ludovic Claude]
+  [ Ludovic Claude ]
   * Add version constraint on libxml-commons-resolver1.1-java to
 secure backport of Ant on Squeeze.
 
-  [Tony Mancill]
+  [ Tony Mancill ]
   * Team upload.
   * Remove Michael Koch Uploaders (Closes: #653982)
 
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 14 Feb 2012 00:06:57 
+0100
+  [ Emmanuel Bourg ]
+  * New upstream release.
+- Refreshed the patches
+- Upgrade source and target version to 1.5
 
+ -- Emmanuel Bourg ebo...@apache.org  Wed, 27 Mar 2013 13:36:35 +0100
+
 ant (1.8.2-4) unstable; urgency=low
 
   * Team upload.

Modified: trunk/ant/debian/control
===
--- trunk/ant/debian/control2013-03-27 09:15:09 UTC (rev 16442)
+++ trunk/ant/debian/control2013-03-27 13:05:41 UTC (rev 16443)
@@ -5,7 +5,8 @@
 Uploaders: Matthias Klose d...@debian.org,
  Ludovic Claude ludovic.cla...@laposte.net,
  Torsten Werner twer...@debian.org,
- James Page james.p...@canonical.com
+ James Page james.p...@canonical.com,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: cdbs (= 0.4.8), debhelper (= 7), default-jdk, 
maven-repo-helper ( 1.0),
  libxerces2-java, libbsf-java (= 2.3.0rc1), liboro-java, libxalan2-java (= 
2.4.0), junit, junit4, antlr,
  liblog4j1.2-java, libregexp-java, libbcel-java (= 5.0), 
libcommons-logging-java, libjdepend-java,

Modified: trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch
===
--- trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch  
2013-03-27 09:15:09 UTC (rev 16442)
+++ trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch  
2013-03-27 13:05:41 UTC (rev 16443)
@@ -8,77 +8,72 @@
  .../org/apache/tools/ant/util/JavaEnvUtils.java|   14 ++
  3 files changed, 17 insertions(+), 2 deletions(-)
 
-Index: 
apache-ant-1.8.2/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.java
-===
 
apache-ant-1.8.2.orig/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.java
  2010-12-20 18:48:16.0 +
-+++ 
apache-ant-1.8.2/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.java
   2011-05-04 15:19:49.235567112 +0100
-@@ -32,6 +32,7 @@
- 
- // sorted by newest Kaffe version first
- private static final String[] N2A_CLASSNAMES = new String[] {
+--- 
a/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.java
 
b/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.java
+@@ -32,7 +32,7 @@
+ 
+ // sorted by newest Kaffe version first
+ private static final String[] N2A_CLASSNAMES = new String[] {
+-gnu.classpath.tools.native2ascii.Native2Ascii,
 +gnu.classpath.tools.native2ascii.Native2ASCII,
- gnu.classpath.tools.native2ascii.Native2Ascii,
- // pre Kaffe 1.1.5
- kaffe.tools.native2ascii.Native2Ascii,
-Index: 
apache-ant-1.8.2/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.java
-===
 
apache-ant-1.8.2.orig/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.java
 2010-12-20 18:48:16.0 +
-+++ 
apache-ant-1.8.2/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.java
  2011-05-04 15:19:49.235567112 +0100
+ // pre Kaffe 1.1.5
+ kaffe.tools.native2ascii.Native2Ascii,
+ };
+--- 
a/src

[pkg-java] r16444 - trunk/ant/debian

2013-03-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-27 13:17:34 + (Wed, 27 Mar 2013)
New Revision: 16444

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/control
Log:
Removed the dependency on java2-runtime-headless and added 
java7-runtime-headless

Modified: trunk/ant/debian/changelog
===
--- trunk/ant/debian/changelog  2013-03-27 13:05:41 UTC (rev 16443)
+++ trunk/ant/debian/changelog  2013-03-27 13:17:34 UTC (rev 16444)
@@ -12,6 +12,8 @@
   * New upstream release.
 - Refreshed the patches
 - Upgrade source and target version to 1.5
+  * Removed the dependency on java2-runtime-headless
+  * Added the dependency on java7-runtime-headless
 
  -- Emmanuel Bourg ebo...@apache.org  Wed, 27 Mar 2013 13:36:35 +0100
 

Modified: trunk/ant/debian/control
===
--- trunk/ant/debian/control2013-03-27 13:05:41 UTC (rev 16443)
+++ trunk/ant/debian/control2013-03-27 13:17:34 UTC (rev 16444)
@@ -19,8 +19,8 @@
 
 Package: ant
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless | 
java5-runtime-headless |
- java6-runtime-headless, libxerces2-java
+Depends: ${misc:Depends}, default-jre-headless | java5-runtime-headless | 
java6-runtime-headless |
+ java7-runtime-headless, libxerces2-java
 Recommends: ant-optional
 Suggests: default-jdk | java-compiler | java-sdk, ant-gcj, ant-doc
 Conflicts: libant1.6-java


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


[pkg-java] r16445 - in trunk/ant/debian: . patches

2013-03-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-27 15:28:01 + (Wed, 27 Mar 2013)
New Revision: 16445

Added:
   trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
Modified:
   trunk/ant/debian/ant-doc.docs
   trunk/ant/debian/changelog
   trunk/ant/debian/patches/series
   trunk/ant/debian/rules
Log:
Adapted the build to the new documentation path in the upstream source

Modified: trunk/ant/debian/ant-doc.docs
===
--- trunk/ant/debian/ant-doc.docs   2013-03-27 13:17:34 UTC (rev 16444)
+++ trunk/ant/debian/ant-doc.docs   2013-03-27 15:28:01 UTC (rev 16445)
@@ -1,7 +1,4 @@
-docs/manual
-docs/images
-docs/*.html
-docs/*.css
+manual
 NOTICE
 README
 WHATSNEW

Modified: trunk/ant/debian/changelog
===
--- trunk/ant/debian/changelog  2013-03-27 13:17:34 UTC (rev 16444)
+++ trunk/ant/debian/changelog  2013-03-27 15:28:01 UTC (rev 16445)
@@ -1,17 +1,20 @@
 ant (1.9.0-1) UNRELEASED; urgency=low
 
+  * Team upload.
+
   [ Ludovic Claude ]
   * Add version constraint on libxml-commons-resolver1.1-java to
 secure backport of Ant on Squeeze.
 
   [ Tony Mancill ]
-  * Team upload.
   * Remove Michael Koch Uploaders (Closes: #653982)
 
   [ Emmanuel Bourg ]
   * New upstream release.
 - Refreshed the patches
 - Upgrade source and target version to 1.5
+- Adapted the build to the new documentation path in the upstream source
+- Added a patch to build the package with junit4 4.10
   * Removed the dependency on java2-runtime-headless
   * Added the dependency on java7-runtime-headless
 

Added: trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
===
--- trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch  
(rev 0)
+++ trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch  
2013-03-27 15:28:01 UTC (rev 16445)
@@ -0,0 +1,20 @@
+--- a/src/tests/junit/org/example/junit/JUnit4Skippable.java
 b/src/tests/junit/org/example/junit/JUnit4Skippable.java
+@@ -40,7 +40,7 @@
+ 
+ @Test
+ public void implicitlyIgnoreTest() {
+-Assume.assumeFalse(This test will be ignored, true);
++Assume.assumeTrue(false); // This test will be ignored 
+ fail(I told you, this test should have been ignored!);
+ }
+ 
+@@ -52,7 +52,7 @@
+ 
+ @Test
+ public void implicitlyIgnoreTestNoMessage() {
+-Assume.assumeFalse(true);
++Assume.assumeTrue(false);
+ fail(I told you, this test should have been ignored!);
+ }
+ 

Modified: trunk/ant/debian/patches/series
===
--- trunk/ant/debian/patches/series 2013-03-27 13:17:34 UTC (rev 16444)
+++ trunk/ant/debian/patches/series 2013-03-27 15:28:01 UTC (rev 16445)
@@ -4,3 +4,4 @@
 0005-add-gjdoc-task.patch
 0006-fix-ANT_HOME-path.patch
 0007-use-build.classpath.patch
+0008-junit4-replace-assumeFalse.patch

Modified: trunk/ant/debian/rules
===
--- trunk/ant/debian/rules  2013-03-27 13:17:34 UTC (rev 16444)
+++ trunk/ant/debian/rules  2013-03-27 15:28:01 UTC (rev 16445)
@@ -51,7 +51,7 @@
touch $@
 
 install/ant-doc:: build-ant-doc
-   -rm -f docs/manual/LICENSE
+   -rm -f manual/LICENSE
 
 install/ant:: build-ant
dh_install -pant


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


[pkg-java] r16446 - in trunk/ant/debian: . patches

2013-03-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-27 18:11:22 + (Wed, 27 Mar 2013)
New Revision: 16446

Modified:
   trunk/ant/debian/ant-doc.doc-base.2
   trunk/ant/debian/changelog
   trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
Log:
Added a description to 0008-junit4-replace-assumeFalse.patch

Modified: trunk/ant/debian/ant-doc.doc-base.2
===
--- trunk/ant/debian/ant-doc.doc-base.2 2013-03-27 15:28:01 UTC (rev 16445)
+++ trunk/ant/debian/ant-doc.doc-base.2 2013-03-27 18:11:22 UTC (rev 16446)
@@ -6,5 +6,5 @@
 Section: Programming
 
 Format: HTML
-Index: /usr/share/doc/ant-doc/index.html
-Files: /usr/share/doc/ant-doc/*.html
+Index: /usr/share/doc/ant-doc/manual/index.html
+Files: /usr/share/doc/ant-doc/manual/*.html

Modified: trunk/ant/debian/changelog
===
--- trunk/ant/debian/changelog  2013-03-27 15:28:01 UTC (rev 16445)
+++ trunk/ant/debian/changelog  2013-03-27 18:11:22 UTC (rev 16446)
@@ -1,4 +1,4 @@
-ant (1.9.0-1) UNRELEASED; urgency=low
+ant (1.9.0-1) experimental; urgency=low
 
   * Team upload.
 

Modified: trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
===
--- trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch  
2013-03-27 15:28:01 UTC (rev 16445)
+++ trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch  
2013-03-27 18:11:22 UTC (rev 16446)
@@ -1,3 +1,7 @@
+Assume.assumeFalse() was introduced in JUnit 4.11. The latest version
+of JUnit available is 4.10. This patch fixes the compilation with the
+version of JUnit 4 currently used. To be removed when the junit4
+package is updated.
 --- a/src/tests/junit/org/example/junit/JUnit4Skippable.java
 +++ b/src/tests/junit/org/example/junit/JUnit4Skippable.java
 @@ -40,7 +40,7 @@


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


[pkg-java] r16450 - trunk/ant/debian/patches

2013-03-28 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-28 12:00:45 + (Thu, 28 Mar 2013)
New Revision: 16450

Modified:
   trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch
Log:
Patch adding support for GNU Classpath JVMs has been forwarded upstream

Modified: trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch
===
--- trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch  
2013-03-28 05:15:25 UTC (rev 16449)
+++ trunk/ant/debian/patches/0001-detect-classpath-based-JVM.patch  
2013-03-28 12:00:45 UTC (rev 16450)
@@ -1,13 +1,6 @@
-From: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org
-Date: Thu, 11 Mar 2010 21:50:00 +0100
-Subject: [PATCH] detect classpath based JVM
-

- .../optional/native2ascii/KaffeNative2Ascii.java   |1 +
- .../native2ascii/Native2AsciiAdapterFactory.java   |4 ++--
- .../org/apache/tools/ant/util/JavaEnvUtils.java|   14 ++
- 3 files changed, 17 insertions(+), 2 deletions(-)
-
+Description: Detect Classpath based JVM
+Origin: vendor
+Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=54760
 --- 
a/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.java
 +++ 
b/src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.java
 @@ -32,7 +32,7 @@


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


[pkg-java] r16451 - in trunk/commons-io/debian: . patches

2013-03-28 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-28 16:39:46 + (Thu, 28 Mar 2013)
New Revision: 16451

Modified:
   trunk/commons-io/debian/changelog
   trunk/commons-io/debian/control
   trunk/commons-io/debian/patches/add-osgi-metadata.patch
   trunk/commons-io/debian/patches/series
Log:
New upstream release

Modified: trunk/commons-io/debian/changelog
===
--- trunk/commons-io/debian/changelog   2013-03-28 12:00:45 UTC (rev 16450)
+++ trunk/commons-io/debian/changelog   2013-03-28 16:39:46 UTC (rev 16451)
@@ -1,3 +1,12 @@
+commons-io (2.4-1) UNRELEASED; urgency=low
+
+  * Team upload
+  * New upstream release
+  * Bump Standards-Version to 3.9.4 (no changes)
+  * Refreshed the patches
+
+ -- Emmanuel Bourg ebo...@apache.org  Thu, 28 Mar 2013 13:49:32 +0100
+
 commons-io (1.4-4) unstable; urgency=low
 
   * Add OSGi metadata to jar manifest

Modified: trunk/commons-io/debian/control
===
--- trunk/commons-io/debian/control 2013-03-28 12:00:45 UTC (rev 16450)
+++ trunk/commons-io/debian/control 2013-03-28 16:39:46 UTC (rev 16451)
@@ -4,10 +4,11 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org,
  Kumar Appaiah aku...@ee.iitm.ac.in,
- Jakub Adam jakub.a...@ktknet.cz
+ Jakub Adam jakub.a...@ktknet.cz,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 8), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, junit
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://commons.apache.org/io/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-io
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-io

Modified: trunk/commons-io/debian/patches/add-osgi-metadata.patch
===
--- trunk/commons-io/debian/patches/add-osgi-metadata.patch 2013-03-28 
12:00:45 UTC (rev 16450)
+++ trunk/commons-io/debian/patches/add-osgi-metadata.patch 2013-03-28 
16:39:46 UTC (rev 16451)
@@ -6,21 +6,18 @@
  build.xml |6 ++
  1 files changed, 6 insertions(+), 0 deletions(-)
 
-diff --git a/build.xml b/build.xml
-index 6be7244..0f2ebeb 100644
 --- a/build.xml
 +++ b/build.xml
-@@ -340,6 +340,12 @@
+@@ -242,6 +242,12 @@
  attribute name=Implementation-Vendor-Id value=org.apache/
- attribute name=X-Compile-Source-JDK 
value=${maven.compile.source}/
- attribute name=X-Compile-Target-JDK 
value=${maven.compile.target}/
+ attribute name=X-Compile-Source-JDK value=${compile.source}/
+ attribute name=X-Compile-Target-JDK value=${compile.target}/
 +attribute name=Bundle-ManifestVersion   value=2/
-+attribute name=Bundle-Name  value=Apache Commons-IO/
-+attribute name=Bundle-Vendorvalue=Apache Software 
Foundation/
++attribute name=Bundle-Name  value=Apache Commons IO/
++attribute name=Bundle-Vendorvalue=The Apache Software 
Foundation/
 +attribute name=Bundle-SymbolicName  
value=org.apache.commons.io/
 +attribute name=Bundle-Version   
value=${component.version}/
-+attribute name=Export-Package   
value=org.apache.commons.io,org.apache.commons.io.comparator,org.apache.commons.io.filefilter,org.apache.commons.io.input,org.apache.commons.io.output/
++attribute name=Export-Package   
value='org.apache.commons.io;version=1.4.,org.apache.commons.io.comparator;version=1.4.,org.apache.commons.io.filefilter;version=1.4.,org.apache.commons.io.input;version=1.4.,org.apache.commons.io.output;version=1.4.,org.apache.commons.io;version=${component.version},org.apache.commons.io.comparator;version=${component.version},org.apache.commons.io.filefilter;version=${component.version},org.apache.commons.io.input;version=${component.version},org.apache.commons.io.output;version=${component.version},org.apache.commons.io.monitor;version=${component.version}'/
  /manifest
  
  jar jarfile=${build.home}/${final.name}.jar
--- 

Modified: trunk/commons-io/debian/patches/series
===
--- trunk/commons-io/debian/patches/series  2013-03-28 12:00:45 UTC (rev 
16450)
+++ trunk/commons-io/debian/patches/series  2013-03-28 16:39:46 UTC (rev 
16451)
@@ -1 +1,2 @@
 add-osgi-metadata.patch
+fix-ant-build-version.patch


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


[pkg-java] r16452 - trunk/liboro-java/debian

2013-03-28 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-29 00:08:40 + (Fri, 29 Mar 2013)
New Revision: 16452

Modified:
   trunk/liboro-java/debian/changelog
   trunk/liboro-java/debian/control
   trunk/liboro-java/debian/watch
Log:
Fixed the watch file

Modified: trunk/liboro-java/debian/changelog
===
--- trunk/liboro-java/debian/changelog  2013-03-28 16:39:46 UTC (rev 16451)
+++ trunk/liboro-java/debian/changelog  2013-03-29 00:08:40 UTC (rev 16452)
@@ -1,3 +1,12 @@
+liboro-java (2.0.8a-9) unstable; urgency=low
+
+  * Team upload.
+  * d/watch: Changed the URL to point to the Apache archive
+  * Updated Standards-Version to 3.9.4
+  * Removed Michael Koch from uploaders list  (Closes: #654088)
+
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 29 Mar 2013 00:47:36 +0100
+
 liboro-java (2.0.8a-8) unstable; urgency=low
 
   * Team upload.

Modified: trunk/liboro-java/debian/control
===
--- trunk/liboro-java/debian/control2013-03-28 16:39:46 UTC (rev 16451)
+++ trunk/liboro-java/debian/control2013-03-29 00:08:40 UTC (rev 16452)
@@ -2,9 +2,9 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de, Niels Thykier ni...@thykier.net
+Uploaders: Niels Thykier ni...@thykier.net, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant, maven-repo-helper
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Homepage: http://jakarta.apache.org/oro/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/liboro-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/liboro-java

Modified: trunk/liboro-java/debian/watch
===
--- trunk/liboro-java/debian/watch  2013-03-28 16:39:46 UTC (rev 16451)
+++ trunk/liboro-java/debian/watch  2013-03-29 00:08:40 UTC (rev 16452)
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/a$// \
-   http://www.apache.org/dist/jakarta/oro/source/jakarta-oro-(.*).tar.gz 
debian debian/orig-tar.sh
+   
http://archive.apache.org/dist/jakarta/oro/source/jakarta-oro-(.*).tar.gz 
debian debian/orig-tar.sh


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


[pkg-java] r16453 - in trunk/bouncycastle/debian: . patches poms

2013-03-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-29 13:26:26 + (Fri, 29 Mar 2013)
New Revision: 16453

Added:
   trunk/bouncycastle/debian/libbcpkix-java.README.Debian
   trunk/bouncycastle/debian/libbcpkix-java.dirs
   trunk/bouncycastle/debian/libbcpkix-java.docs
   trunk/bouncycastle/debian/libbcpkix-java.poms
   trunk/bouncycastle/debian/poms/bcpkix.pom
Removed:
   trunk/bouncycastle/debian/libbctsp-java.README.Debian
   trunk/bouncycastle/debian/libbctsp-java.dirs
   trunk/bouncycastle/debian/libbctsp-java.docs
   trunk/bouncycastle/debian/libbctsp-java.poms
   trunk/bouncycastle/debian/poms/bctsp.pom
Modified:
   trunk/bouncycastle/debian/changelog
   trunk/bouncycastle/debian/control
   trunk/bouncycastle/debian/maven.rules
   trunk/bouncycastle/debian/patches/01_build.patch
   trunk/bouncycastle/debian/poms/bcmail.pom
   trunk/bouncycastle/debian/poms/bcpg.pom
   trunk/bouncycastle/debian/poms/bcprov.pom
   trunk/bouncycastle/debian/rules
Log:
New upstream release (1.48)

Modified: trunk/bouncycastle/debian/changelog
===
--- trunk/bouncycastle/debian/changelog 2013-03-29 00:08:40 UTC (rev 16452)
+++ trunk/bouncycastle/debian/changelog 2013-03-29 13:26:26 UTC (rev 16453)
@@ -1,3 +1,18 @@
+bouncycastle (1.48+dfsg-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+- Fixes the Lucky 13 attack on CBC-mode encryption in TLS
+  CVE-2013-0169, CVE-2013-1624 (Closes: #699885)
+  * Added the bcpkix packages
+  * Removed the bctsp packages (the TSP API is now included in bcpkix)
+  * Updated Standards-Version to 3.9.4: no changes needed.
+  * Removed the DMUA flag
+  * Refreshed the patches
+  * Removed Suggests: java-virtual-machine on the libbcpg-java-gcj package
+
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 29 Mar 2013 12:52:23 +0100
+
 bouncycastle (1.46+dfsg-7) unstable; urgency=low
 
   * Team upload.

Modified: trunk/bouncycastle/debian/control
===
--- trunk/bouncycastle/debian/control   2013-03-29 00:08:40 UTC (rev 16452)
+++ trunk/bouncycastle/debian/control   2013-03-29 13:26:26 UTC (rev 16453)
@@ -2,14 +2,13 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Brian Thomason brian.thoma...@eucalyptus.com
+Uploaders: Brian Thomason brian.thoma...@eucalyptus.com, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: cdbs (= 0.4.27), debhelper (= 7.0.50~), ant, 
gcj-native-helper, libgnumail-java,
  junit, ant-optional, maven-repo-helper, default-jdk (= 1:1.6)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 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/
-DM-Upload-Allowed: yes
 
 Package: libbcprov-java
 Architecture: all
@@ -48,23 +47,24 @@
  Javadocs for libbcmail-java, which provides Java generators and
  processors for S/MIME and CMS.
 
-Package: libbctsp-java
+Package: libbcpkix-java
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: libbctsp-java-doc, libbctsp-java-gcj
-Description: Bouncy Castle generators/processors for TSP
+Suggests: libbcpkix-java-doc, libbcpkix-java-gcj
+Description: Bouncy Castle Java API for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, 
and CRMF
  The Bouncy Castle Crypto package is a Java implementation of
  cryptographic algorithms.
  .
- This package contains generators and processors for TSP (RFC 3161).
+ This package contains generators and processors for PKIX, CMS,
+ EAC, TSP, PKCS, OCSP, CMP, and CRMF.
 
-Package: libbctsp-java-doc
+Package: libbcpkix-java-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Description: Documentation for libbctsp-java
- Javadocs for libbctsp-java, which provides generators and processors
- for TSP.
+Description: Documentation for libbcpkix-java
+ Javadocs for libbcpkix-java, which provides generators and processors
+ for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF.
 
 Package: libbcpg-java
 Architecture: all
@@ -98,18 +98,18 @@
  Native support for gij for the Bouncy Castle Crypto generators
  and processors for S/MIME and CMS (PKCS7/RFC 3852).
 
-Package: libbctsp-java-gcj
+Package: libbcpkix-java-gcj
 Architecture: any
-Depends: libbctsp-java (= ${source:Version}), ${misc:Depends}, 
${shlibs:Depends}
-Suggests: libbctsp-java-doc
-Description: Bouncy Castle generators/processors for TSP
+Depends: libbcpkix-java (= ${source:Version}), ${misc:Depends}, 
${shlibs:Depends}
+Suggests: libbcpkix-java-doc
+Description: Bouncy Castle Java API for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, 
and CRMF
  Native support for gij for the Bouncy Castle Crypto generators
- and processors for TSP (RFC 3161).
+ and processors for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF.
 
 Package: libbcpg-java-gcj
 Architecture: any
 Depends: libbcpg-java (= ${source:Version}), ${misc:Depends

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

2013-03-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-29 16:09:14 + (Fri, 29 Mar 2013)
New Revision: 16454

Modified:
   trunk/bouncycastle/debian/changelog
Log:
Mark the bugs closed by the last update

Modified: trunk/bouncycastle/debian/changelog
===
--- trunk/bouncycastle/debian/changelog 2013-03-29 13:26:26 UTC (rev 16453)
+++ trunk/bouncycastle/debian/changelog 2013-03-29 16:09:14 UTC (rev 16454)
@@ -1,10 +1,10 @@
 bouncycastle (1.48+dfsg-1) experimental; urgency=low
 
   * Team upload.
-  * New upstream release
+  * New upstream release (Closes: #701698)
 - Fixes the Lucky 13 attack on CBC-mode encryption in TLS
   CVE-2013-0169, CVE-2013-1624 (Closes: #699885)
-  * Added the bcpkix packages
+  * Added the bcpkix packages (Closes: #675819)
   * Removed the bctsp packages (the TSP API is now included in bcpkix)
   * Updated Standards-Version to 3.9.4: no changes needed.
   * Removed the DMUA flag


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


[pkg-java] r16455 - in trunk/libitext-java/debian: . patches

2013-03-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-29 16:40:58 + (Fri, 29 Mar 2013)
New Revision: 16455

Added:
   trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch
Modified:
   trunk/libitext-java/debian/changelog
   trunk/libitext-java/debian/control
   trunk/libitext-java/debian/patches/series
   trunk/libitext-java/debian/rules
Log:
Added a patch to compile against Bouncy Castle 1.47 or later

Modified: trunk/libitext-java/debian/changelog
===
--- trunk/libitext-java/debian/changelog2013-03-29 16:09:14 UTC (rev 
16454)
+++ trunk/libitext-java/debian/changelog2013-03-29 16:40:58 UTC (rev 
16455)
@@ -1,3 +1,11 @@
+libitext-java (2.1.7-5) experimental; urgency=low
+
+  * Team upload.
+  * Update to Standards-Version to 3.9.4 (no change required)
+  * Added a patch to compile against Bouncy Castle 1.47 or later.
+
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 29 Mar 2013 16:14:26 +0100
+
 libitext-java (2.1.7-4) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libitext-java/debian/control
===
--- trunk/libitext-java/debian/control  2013-03-29 16:09:14 UTC (rev 16454)
+++ trunk/libitext-java/debian/control  2013-03-29 16:40:58 UTC (rev 16455)
@@ -2,18 +2,19 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net, Torsten Werner 
twer...@debian.org
-Build-Depends: debhelper (= 9), cdbs, default-jdk, ant, libbcprov-java (= 
1.46),
- libbcmail-java, libbctsp-java, libdom4j-java, libpdfrenderer-java, 
gcj-native-helper,
+Uploaders: Adriaan Peeters apeet...@lashout.net, Torsten Werner 
twer...@debian.org,
+ Emmanuel Bourg ebo...@apache.org
+Build-Depends: debhelper (= 9), cdbs, default-jdk, ant, libbcprov-java (= 
1.48),
+ libbcmail-java, libbcpkix-java, libdom4j-java, libpdfrenderer-java, 
gcj-native-helper,
  javahelper (= 0.43)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.lowagie.com/iText/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext-java
 
 Package: libitext-java
 Architecture: all
-Depends: ${misc:Depends}, libbcprov-java (= 1.46), ${java:Depends}
+Depends: ${misc:Depends}, libbcprov-java (= 1.48), ${java:Depends}
 Suggests: libitext-java-gcj
 Description: Java Library to create and manipulate PDF on the fly
  iText is a library that allows you to generate PDF files on the fly.

Added: trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch
===
--- trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch  
(rev 0)
+++ trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch  
2013-03-29 16:40:58 UTC (rev 16455)
@@ -0,0 +1,198 @@
+Index: src/ant/.ant.properties
+===
+--- src/ant/.ant.properties(revision 5738)
 src/ant/.ant.properties(working copy)
+@@ -13,12 +13,12 @@
+ jcommon.jar=${itext.lib}/jcommon.jar
+ servlet.jar=${itext.lib}/servlet.jar
+ 
+-bc.jdk=jdk14
+-bc.version=138
++bc.jdk=jdk15on
++bc.version=1.48
+ 
+ lib.bcmail=bcmail-${bc.jdk}-${bc.version}.jar
+ lib.bcprov=bcprov-${bc.jdk}-${bc.version}.jar
+-lib.bctsp=bctsp-${bc.jdk}-${bc.version}.jar
++lib.bctsp=bcpkix-${bc.jdk}-${bc.version}.jar
+ lib.dom4j=pdf-renderer.jar
+ lib.pdf-renderer=dom4j-1.6.1.jar
+ 
+Index: src/core/com/lowagie/text/pdf/PdfPKCS7.java
+===
+--- src/core/com/lowagie/text/pdf/PdfPKCS7.java(revision 5738)
 src/core/com/lowagie/text/pdf/PdfPKCS7.java(working copy)
+@@ -77,21 +77,22 @@
+ 
+ import org.bouncycastle.asn1.ASN1Encodable;
+ import org.bouncycastle.asn1.ASN1EncodableVector;
++import org.bouncycastle.asn1.ASN1Encoding;
+ import org.bouncycastle.asn1.ASN1InputStream;
+ import org.bouncycastle.asn1.ASN1OutputStream;
++import org.bouncycastle.asn1.ASN1Primitive;
+ import org.bouncycastle.asn1.ASN1Sequence;
+ import org.bouncycastle.asn1.ASN1Set;
++import org.bouncycastle.asn1.ASN1String;
+ import org.bouncycastle.asn1.ASN1TaggedObject;
+ import org.bouncycastle.asn1.DEREnumerated;
+ import org.bouncycastle.asn1.DERInteger;
+ import org.bouncycastle.asn1.DERNull;
+-import org.bouncycastle.asn1.DERObject;
+ import org.bouncycastle.asn1.DERObjectIdentifier;
+ import org.bouncycastle.asn1.DEROctetString;
+ import org.bouncycastle.asn1.DEROutputStream;
+ import org.bouncycastle.asn1.DERSequence;
+ import org.bouncycastle.asn1.DERSet;
+-import org.bouncycastle.asn1.DERString;
+ import org.bouncycastle.asn1.DERTaggedObject;
+ import org.bouncycastle.asn1.DERUTCTime;
+ import org.bouncycastle.asn1.cms.AttributeTable;
+@@ -379,7 +380,7 @@
+ //
+ // Basic

[pkg-java] r16456 - trunk/libitext-java/debian/patches

2013-03-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-29 17:10:04 + (Fri, 29 Mar 2013)
New Revision: 16456

Modified:
   trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch
Log:
Added a description to the patch

Modified: trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch
===
--- trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch  
2013-03-29 16:40:58 UTC (rev 16455)
+++ trunk/libitext-java/debian/patches/02_bouncycastle_1.47_port.patch  
2013-03-29 17:10:04 UTC (rev 16456)
@@ -1,3 +1,11 @@
+Description: Bouncy Castle 1.47 broke the binary compatibility with the 
previous
+ versions. iText 2.1.7 was developped for Bouncy Castle 1.38 and no longer 
works
+ with the recent versions. This patch addresses this issue and fixes the
+ compilation errors with Bouncy Castle 1.47 and later.
+ 
http://www.bouncycastle.org/wiki/display/JA1/Porting+from+earlier+BC+releases+to+1.47+and+later
+Author: Emmanuel Bourg ebo...@apache.org
+Origin: vendor
+Forwarded: not-needed
 Index: src/ant/.ant.properties
 ===
 --- src/ant/.ant.properties(revision 5738)


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


[pkg-java] r16457 - trunk/libitext-java/debian

2013-03-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-29 22:49:16 + (Fri, 29 Mar 2013)
New Revision: 16457

Added:
   trunk/libitext-java/debian/orig-tar.sh
Modified:
   trunk/libitext-java/debian/changelog
   trunk/libitext-java/debian/rules
   trunk/libitext-java/debian/watch
Log:
  * debian/watch: Changed to match only the 2.x releases

Modified: trunk/libitext-java/debian/changelog
===
--- trunk/libitext-java/debian/changelog2013-03-29 17:10:04 UTC (rev 
16456)
+++ trunk/libitext-java/debian/changelog2013-03-29 22:49:16 UTC (rev 
16457)
@@ -3,8 +3,10 @@
   * Team upload.
   * Update to Standards-Version to 3.9.4 (no change required)
   * Added a patch to compile against Bouncy Castle 1.47 or later.
+  * debian/watch: Changed to match only the 2.x releases
+  * debian/rules: Added a get-orig-source target
 
- -- Emmanuel Bourg ebo...@apache.org  Fri, 29 Mar 2013 16:14:26 +0100
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 29 Mar 2013 22:47:29 +0100
 
 libitext-java (2.1.7-4) unstable; urgency=low
 

Added: trunk/libitext-java/debian/orig-tar.sh
===
--- trunk/libitext-java/debian/orig-tar.sh  (rev 0)
+++ trunk/libitext-java/debian/orig-tar.sh  2013-03-29 22:49:16 UTC (rev 
16457)
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+set -e
+
+VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
+SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
+
+SVNROOT=http://svn.code.sf.net/p/itext/code/tags/iText_$(echo $VERSION | sed 
-e s/\\./_/g)/src
+
+echo $SVNROOT
+
+DIR=$SOURCE
+TAR=../${SOURCE}_${VERSION}.orig.tar.gz
+
+svn export $SVNROOT $DIR
+find $DIR -name \*.java -o -name \*.ps -o -name \*.txt -o -name \*.gif -o 
-name \*.png -o -name \*.afm -o -name \*.html -o -name \*.xml -o -name 
\.ant*.properties | xargs tar -zcf $TAR
+rm -rf $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo moved $TAR to $origDir
+fi


Property changes on: trunk/libitext-java/debian/orig-tar.sh
___
Added: svn:executable
   + *

Modified: trunk/libitext-java/debian/rules
===
--- trunk/libitext-java/debian/rules2013-03-29 17:10:04 UTC (rev 16456)
+++ trunk/libitext-java/debian/rules2013-03-29 22:49:16 UTC (rev 16457)
@@ -60,3 +60,6 @@
dh_testdir
dh_testroot
-rm -rf build src lib debian/stamp-*
+
+get-orig-source:
+   uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) 
--rename

Modified: trunk/libitext-java/debian/watch
===
--- trunk/libitext-java/debian/watch2013-03-29 17:10:04 UTC (rev 16456)
+++ trunk/libitext-java/debian/watch2013-03-29 22:49:16 UTC (rev 16457)
@@ -1,2 +1,3 @@
 version=3
-http://sf.net/itext/iText-src-([0-9\.]*)\.tar\.gz
+opts=uversionmangle=s/_/./g \
+http://svn.code.sf.net/p/itext/code/tags iText_(2)_([\d_]+)/ debian 
debian/orig-tar.sh


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


[pkg-java] r16458 - trunk/libitext5-java/debian

2013-03-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-30 00:06:06 + (Sat, 30 Mar 2013)
New Revision: 16458

Added:
   trunk/libitext5-java/debian/orig-tar.sh
Modified:
   trunk/libitext5-java/debian/changelog
   trunk/libitext5-java/debian/control
   trunk/libitext5-java/debian/rules
   trunk/libitext5-java/debian/watch
Log:
New upstream release (5.4.0)

Modified: trunk/libitext5-java/debian/changelog
===
--- trunk/libitext5-java/debian/changelog   2013-03-29 22:49:16 UTC (rev 
16457)
+++ trunk/libitext5-java/debian/changelog   2013-03-30 00:06:06 UTC (rev 
16458)
@@ -1,3 +1,11 @@
+libitext5-java (5.4.0-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Updated standards version to 3.9.4 (no changes needed)
+
+ -- Emmanuel Bourg ebo...@apache.org  Sat, 30 Mar 2013 01:04:57 +0100
+
 libitext5-java (5.0.6+svn4804-1) unstable; urgency=low
 
   * New upstream release from SVN, with updated AGPL additional license term.

Modified: trunk/libitext5-java/debian/control
===
--- trunk/libitext5-java/debian/control 2013-03-29 22:49:16 UTC (rev 16457)
+++ trunk/libitext5-java/debian/control 2013-03-30 00:06:06 UTC (rev 16458)
@@ -2,12 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Andrew Ross ubu...@rossfamily.co.uk
+Uploaders: Andrew Ross ubu...@rossfamily.co.uk, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (= 7.0.50~), javahelper (=0.32~), 
- libbcprov-java, libbcmail-java, libbctsp-java, libbcprov-java-doc, 
- libbcmail-java-doc, libbctsp-java-doc
+ libbcprov-java (= 1.48), libbcmail-java, libbcpkix-java, libbcprov-java-doc, 
+ libbcmail-java-doc, libbcpkix-java-doc
 Build-Depends-Indep: default-jdk, default-jdk-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext5-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext5-java
 Homepage: http://itextpdf.com/

Added: trunk/libitext5-java/debian/orig-tar.sh
===
--- trunk/libitext5-java/debian/orig-tar.sh (rev 0)
+++ trunk/libitext5-java/debian/orig-tar.sh 2013-03-30 00:06:06 UTC (rev 
16458)
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+set -e
+
+VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
+SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
+
+SVNROOT=http://svn.code.sf.net/p/itext/code/tags/iText_$(echo $VERSION | sed 
-e s/\\./_/g)/itext
+
+DIR=itext
+TAR=../${SOURCE}_${VERSION}.orig.tar.gz
+
+svn export $SVNROOT $DIR
+find $DIR/src/test -name *.pdf -exec rm \{\} \;
+tar -cvzf $TAR $DIR
+rm -rf $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo moved $TAR to $origDir
+fi


Property changes on: trunk/libitext5-java/debian/orig-tar.sh
___
Added: svn:executable
   + *

Modified: trunk/libitext5-java/debian/rules
===
--- trunk/libitext5-java/debian/rules   2013-03-29 22:49:16 UTC (rev 16457)
+++ trunk/libitext5-java/debian/rules   2013-03-30 00:06:06 UTC (rev 16458)
@@ -4,7 +4,7 @@
 DEB_SRCDIR ?= .
 JAVA_HOME   := /usr/lib/jvm/default-java
 
-export 
CLASSPATH=/usr/share/java/bcprov.jar:/usr/share/java/bcmail.jar:/usr/share/java/bctsp.jar
+export 
CLASSPATH=/usr/share/java/bcprov.jar:/usr/share/java/bcmail.jar:/usr/share/java/bcpkix.jar
 
 # Include the resource files in the jar:
 #export JH_JAR_EXTRA=$(shell find src/main/resources -type f)
@@ -25,10 +25,4 @@
dh_clean
 
 get-orig-source:
-   svn export -r 4804 
https://itext.svn.sourceforge.net/svnroot/itext/trunk/itext
-   find itext/src/test -name *.pdf -exec rm \{\} \;
-   tar -cvzf ../libitext5-java_5.0.6+svn4804.orig.tar.gz itext
-   rm -rf itext
-   # replace with this once we're not using an svn release
-   # uscan --download-current-version --force-download --rename
-
+   sh orig-tar.sh

Modified: trunk/libitext5-java/debian/watch
===
--- trunk/libitext5-java/debian/watch   2013-03-29 22:49:16 UTC (rev 16457)
+++ trunk/libitext5-java/debian/watch   2013-03-30 00:06:06 UTC (rev 16458)
@@ -1,3 +1,4 @@
 version=3
-opts=dversionmangle=s/\+svn.*$// \
-http://sf.net/itext/iText-src-([0-9\.]*)\.tar\.gz
+opts=uversionmangle=s/_/./g \
+http://svn.code.sf.net/p/itext/code/tags iText_([\d_]+)/ debian 
debian/orig-tar.sh
+


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


[pkg-java] r16459 - in trunk/jakarta-jmeter/debian: . patches

2013-03-30 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-30 22:39:30 + (Sat, 30 Mar 2013)
New Revision: 16459

Modified:
   trunk/jakarta-jmeter/debian/changelog
   trunk/jakarta-jmeter/debian/control
   trunk/jakarta-jmeter/debian/patches/series
   trunk/jakarta-jmeter/debian/watch
Log:
Added a patch to compile against Bouncy Castle 1.48

Modified: trunk/jakarta-jmeter/debian/changelog
===
--- trunk/jakarta-jmeter/debian/changelog   2013-03-30 00:06:06 UTC (rev 
16458)
+++ trunk/jakarta-jmeter/debian/changelog   2013-03-30 22:39:30 UTC (rev 
16459)
@@ -1,3 +1,14 @@
+jakarta-jmeter (2.5.1-2) experimental; urgency=low
+
+  * Team upload.
+  * Patched to compile against Bouncy Castle 1.48
+  * debian/watch: Updated the location of the archives following
+the graduation of JMeter to a top level project.
+  * Removed the DMUA flag
+  * Bump standards version to 3.9.4. No changes needed.
+
+ -- Emmanuel Bourg ebo...@apache.org  Sat, 30 Mar 2013 23:34:00 +0100
+
 jakarta-jmeter (2.5.1-1) unstable; urgency=low
 
   * New upstream release. (Closes: #641546, LP: #879463)

Modified: trunk/jakarta-jmeter/debian/control
===
--- trunk/jakarta-jmeter/debian/control 2013-03-30 00:06:06 UTC (rev 16458)
+++ trunk/jakarta-jmeter/debian/control 2013-03-30 22:39:30 UTC (rev 16459)
@@ -2,14 +2,13 @@
 Section: net
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Onkar Shinde onkarshi...@ubuntu.com
+Uploaders: Onkar Shinde onkarshi...@ubuntu.com, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (=5), cdbs, javahelper, ant, ant-optional
-Build-Depends-Indep: default-jdk, default-jdk-doc, junit4, 
libavalon-framework-java, libbcmail-java, libbcprov-java, libbsf-java, 
libcommons-collections3-java, libcommons-httpclient-java, libcommons-io-java, 
libcommons-jexl-java (= 1.1), libcommons-lang-java, libcommons-net-java, 
libgeronimo-activation-1.1-spec-java, libgeronimo-javamail-1.4-spec-java, 
libgeronimo-jms-1.1-spec-java, libhtmlparser-java, libhttpclient-java, 
libhttpmime-java, libjcharts-java, libjdom1-java, libjtidy-java, 
libexcalibur-logkit-java, libexcalibur-logger-java, liboro-java, librhino-java, 
libxalan2-java, libxmlgraphics-commons-java, libxstream-java, velocity
-Standards-Version: 3.9.3
+Build-Depends-Indep: default-jdk, default-jdk-doc, junit4, 
libavalon-framework-java, libbcmail-java, libbcprov-java (= 1.48), 
libbsf-java, libcommons-collections3-java, libcommons-httpclient-java, 
libcommons-io-java, libcommons-jexl-java (= 1.1), libcommons-lang-java, 
libcommons-net-java, libgeronimo-activation-1.1-spec-java, 
libgeronimo-javamail-1.4-spec-java, libgeronimo-jms-1.1-spec-java, 
libhtmlparser-java, libhttpclient-java, libhttpmime-java, libjcharts-java, 
libjdom1-java, libjtidy-java, libexcalibur-logkit-java, 
libexcalibur-logger-java, liboro-java, librhino-java, libxalan2-java, 
libxmlgraphics-commons-java, libxstream-java, velocity
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/jakarta-jmeter/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jakarta-jmeter/
 Homepage: http://jmeter.apache.org/
-DM-Upload-Allowed: yes
 
 Package: jmeter
 Architecture: all

Modified: trunk/jakarta-jmeter/debian/patches/series
===
--- trunk/jakarta-jmeter/debian/patches/series  2013-03-30 00:06:06 UTC (rev 
16458)
+++ trunk/jakarta-jmeter/debian/patches/series  2013-03-30 22:39:30 UTC (rev 
16459)
@@ -1 +1,2 @@
 02_disable_components.patch
+03_bouncycastle_update.patch

Modified: trunk/jakarta-jmeter/debian/watch
===
--- trunk/jakarta-jmeter/debian/watch   2013-03-30 00:06:06 UTC (rev 16458)
+++ trunk/jakarta-jmeter/debian/watch   2013-03-30 22:39:30 UTC (rev 16459)
@@ -1,2 +1,2 @@
 version=3
-http://archive.apache.org/dist/jakarta/jmeter/source/jakarta-jmeter-([\d\.]+)_src\.tgz
 debian debian/orig-tar.sh
+http://archive.apache.org/dist/jmeter/source/apache-jmeter-([\d\.]+)_src\.tgz 
debian debian/orig-tar.sh


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


[pkg-java] r16460 - trunk/commons-io/debian/patches

2013-03-30 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-30 23:26:42 + (Sat, 30 Mar 2013)
New Revision: 16460

Added:
   trunk/commons-io/debian/patches/fix-ant-build-version.patch
Log:
Added a patch fixing the revision number in the build file

Added: trunk/commons-io/debian/patches/fix-ant-build-version.patch
===
--- trunk/commons-io/debian/patches/fix-ant-build-version.patch 
(rev 0)
+++ trunk/commons-io/debian/patches/fix-ant-build-version.patch 2013-03-30 
23:26:42 UTC (rev 16460)
@@ -0,0 +1,11 @@
+--- a/build.xml
 b/build.xml
+@@ -55,7 +55,7 @@
+   property name=component.title value=Commons IO/
+ 
+   !-- The current version number of this component --
+-  property name=component.version   value=2.2-SNAPSHOT/
++  property name=component.version   value=2.4/
+ 
+   !-- The base directory for component sources --
+   property name=source.home value=src/main/java/


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


[pkg-java] r16461 - in trunk/commons-io/debian: . patches

2013-03-30 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-03-30 23:31:01 + (Sat, 30 Mar 2013)
New Revision: 16461

Modified:
   trunk/commons-io/debian/changelog
   trunk/commons-io/debian/patches/fix-ant-build-version.patch
Log:
Added a description to the latest patch

Modified: trunk/commons-io/debian/changelog
===
--- trunk/commons-io/debian/changelog   2013-03-30 23:26:42 UTC (rev 16460)
+++ trunk/commons-io/debian/changelog   2013-03-30 23:31:01 UTC (rev 16461)
@@ -1,11 +1,11 @@
-commons-io (2.4-1) UNRELEASED; urgency=low
+commons-io (2.4-1) unstable; urgency=low
 
   * Team upload
   * New upstream release
   * Bump Standards-Version to 3.9.4 (no changes)
   * Refreshed the patches
 
- -- Emmanuel Bourg ebo...@apache.org  Thu, 28 Mar 2013 13:49:32 +0100
+ -- Emmanuel Bourg ebo...@apache.org  Thu, 28 Mar 2013 17:43:17 +0100
 
 commons-io (1.4-4) unstable; urgency=low
 

Modified: trunk/commons-io/debian/patches/fix-ant-build-version.patch
===
--- trunk/commons-io/debian/patches/fix-ant-build-version.patch 2013-03-30 
23:26:42 UTC (rev 16460)
+++ trunk/commons-io/debian/patches/fix-ant-build-version.patch 2013-03-30 
23:31:01 UTC (rev 16461)
@@ -1,3 +1,7 @@
+Description: Fixes the wrong revision number in the build file
+Author: Emmanuel Bourg ebo...@apache.org
+Forwarded: not-needed
+Origin: vendor
 --- a/build.xml
 +++ b/build.xml
 @@ -55,7 +55,7 @@


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


[pkg-java] r16470 - in trunk/apache-log4j1.2/debian: . patches

2013-04-02 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-02 13:43:12 + (Tue, 02 Apr 2013)
New Revision: 16470

Modified:
   trunk/apache-log4j1.2/debian/changelog
   trunk/apache-log4j1.2/debian/control
   trunk/apache-log4j1.2/debian/patches/build_fix.patch
   trunk/apache-log4j1.2/debian/watch
Log:
New upstream release (1.2.17), Fixed the watch file

Modified: trunk/apache-log4j1.2/debian/changelog
===
--- trunk/apache-log4j1.2/debian/changelog  2013-04-02 04:46:38 UTC (rev 
16469)
+++ trunk/apache-log4j1.2/debian/changelog  2013-04-02 13:43:12 UTC (rev 
16470)
@@ -1,9 +1,15 @@
-apache-log4j1.2 (1.2.16-4) UNRELEASED; urgency=low
+apache-log4j1.2 (1.2.17-1) experimental; urgency=low
 
   * Team upload.
+  * New upstream release
+  * Refreshed the patch
+  * debian/watch: Fixed the URL
+  * Updated Standards-Version to 3.9.2 (no changes)
+
+  [ Tony Mancill ]
   * Remove Michael Koch from Uploaders. (Closes: #653986)
 
- -- tony mancill tmanc...@debian.org  Sun, 01 Jan 2012 16:35:36 -0800
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 02 Apr 2013 15:23:23 +0200
 
 apache-log4j1.2 (1.2.16-3) unstable; urgency=low
 

Modified: trunk/apache-log4j1.2/debian/control
===
--- trunk/apache-log4j1.2/debian/control2013-04-02 04:46:38 UTC (rev 
16469)
+++ trunk/apache-log4j1.2/debian/control2013-04-02 13:43:12 UTC (rev 
16470)
@@ -6,10 +6,11 @@
  Kumar Appaiah aku...@debian.org,
  Torsten Werner twer...@debian.org,
  Ludovic Claude ludovic.cla...@laposte.net,
- Jakub Adam jakub.a...@ktknet.cz
+ Jakub Adam jakub.a...@ktknet.cz,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant, libgnujaf-java,
  libgnumail-java, maven-repo-helper, default-jdk-doc, libjboss-jmx-java, bnd
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://logging.apache.org/log4j/1.2/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/apache-log4j1.2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/apache-log4j1.2

Modified: trunk/apache-log4j1.2/debian/patches/build_fix.patch
===
--- trunk/apache-log4j1.2/debian/patches/build_fix.patch2013-04-02 
04:46:38 UTC (rev 16469)
+++ trunk/apache-log4j1.2/debian/patches/build_fix.patch2013-04-02 
13:43:12 UTC (rev 16470)
@@ -1,16 +1,5 @@
 --- a/build.xml
 +++ b/build.xml
-@@ -99,8 +99,8 @@
-   !-- Directory for temporary files. --
-   property name=dist.tmp value=${dist.dir}/tmp/
-   
--  property name=javac.source value=1.2/
--  property name=javac.target value=1.1/
-+  property name=javac.source value=1.3/
-+  property name=javac.target value=1.3/
-   
-   !--  destination for generated documentation on Apache web host  --
-   property name=apache.javadoc_dest 
value=/www/logging.apache.org/log4j/docs/
 @@ -167,12 +167,12 @@
  and
  available classname=javax.management.MBeanInfo

Modified: trunk/apache-log4j1.2/debian/watch
===
--- trunk/apache-log4j1.2/debian/watch  2013-04-02 04:46:38 UTC (rev 16469)
+++ trunk/apache-log4j1.2/debian/watch  2013-04-02 13:43:12 UTC (rev 16470)
@@ -1,2 +1,2 @@
 version=3
-http://www.apache.org/dist/logging/log4j/(1.2.[\d]+)/apache-log4j-(1.2.[\d]+).tar.gz
 debian debian/orig-tar.sh
+http://archive.apache.org/dist/logging/log4j/(1.2.[\d]+)/log4j-(1.2.[\d]+).tar.gz
 debian debian/orig-tar.sh


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


[pkg-java] r16471 - trunk/avalon-framework/debian

2013-04-02 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-02 14:01:42 + (Tue, 02 Apr 2013)
New Revision: 16471

Modified:
   trunk/avalon-framework/debian/changelog
   trunk/avalon-framework/debian/control
   trunk/avalon-framework/debian/copyright
   trunk/avalon-framework/debian/watch
Log:
Fixed the watch file, minor package maintenance

Modified: trunk/avalon-framework/debian/changelog
===
--- trunk/avalon-framework/debian/changelog 2013-04-02 13:43:12 UTC (rev 
16470)
+++ trunk/avalon-framework/debian/changelog 2013-04-02 14:01:42 UTC (rev 
16471)
@@ -1,3 +1,13 @@
+avalon-framework (4.2.0-9) unstable; urgency=low
+
+  * Team upload.
+  * Removed Michael Koch from the uploaders list (Closes: #653991)
+  * Bumped Standards-Version to 3.9.4 (no changes)
+  * debian/watch: Fixed the URL
+  * debian/copyright: Updated the syntax to the final DEP5 format
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 02 Apr 2013 15:57:59 +0200
+
 avalon-framework (4.2.0-8) unstable; urgency=low
 
   * Applied patch from Kyle Nitzsche to correct formatting issues with

Modified: trunk/avalon-framework/debian/control
===
--- trunk/avalon-framework/debian/control   2013-04-02 13:43:12 UTC (rev 
16470)
+++ trunk/avalon-framework/debian/control   2013-04-02 14:01:42 UTC (rev 
16471)
@@ -2,10 +2,10 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de, Niels Thykier ni...@thykier.net
+Uploaders: Niels Thykier ni...@thykier.net, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional, 
maven-repo-helper
 Build-Depends-Indep: liblog4j1.2-java, libexcalibur-logkit-java, 
libxalan2-java, junit
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Homepage: http://excalibur.apache.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/avalon-framework
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/avalon-framework

Modified: trunk/avalon-framework/debian/copyright
===
--- trunk/avalon-framework/debian/copyright 2013-04-02 13:43:12 UTC (rev 
16470)
+++ trunk/avalon-framework/debian/copyright 2013-04-02 14:01:42 UTC (rev 
16471)
@@ -1,15 +1,20 @@
-Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=135
-Name: avalon-framework
-Maintainer: Federico Barbieri f...@apache.org,
- Charles Benett char...@benett1.demon.co.uk, Peter Donald 
dona...@apache.org,
- Pierpaolo Fumagalli p...@apache.org, Serge Knystautas ser...@lokitech.com,
- Roberto Lo Giacco rlogia...@mail.com, Berin Loritsch blorit...@apache.org,
- Stefano Mazzocchi stef...@apache.org, Leo Simons m...@leosimons.com
-Source: http://excalibur.apache.org/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Avalon
+Source: http://excalibur.apache.org
 
 Files: *
 Copyright: 1997-2004, The Apache Software Foundation
 License: Apache-2.0
+Comment:
+ Upstream authors: Federico Barbieri f...@apache.org,
+   Charles Benett char...@benett1.demon.co.uk,
+   Peter Donald dona...@apache.org,
+   Pierpaolo Fumagalli p...@apache.org,
+   Serge Knystautas ser...@lokitech.com,
+   Roberto Lo Giacco rlogia...@mail.com,
+   Berin Loritsch blorit...@apache.org,
+   Stefano Mazzocchi stef...@apache.org,
+   Leo Simons m...@leosimons.com
 
 Files: debian/*
 Copyright: 2001, Takashi Okamoto t...@debian.org
@@ -22,4 +27,3 @@
 License: Apache-2.0
  On Debian systems the full text of the Apache Software License version
  2.0 can be found in the `/usr/share/common-licenses/Apache-2.0' file.
-

Modified: trunk/avalon-framework/debian/watch
===
--- trunk/avalon-framework/debian/watch 2013-04-02 13:43:12 UTC (rev 16470)
+++ trunk/avalon-framework/debian/watch 2013-04-02 14:01:42 UTC (rev 16471)
@@ -1,2 +1,2 @@
 version=3
-http://www.apache.org/dist/excalibur/avalon-framework/source/avalon-framework-([[:digit:].]+)-src\.tar\.gz
+http://archive.apache.org/dist/excalibur/avalon-framework/source/avalon-framework-([[:digit:].]+)-src\.tar\.gz


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


[pkg-java] r16472 - trunk/commons-io/debian

2013-04-02 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-02 14:32:03 + (Tue, 02 Apr 2013)
New Revision: 16472

Modified:
   trunk/commons-io/debian/changelog
Log:
Mark the bug closed by the new upstream release

Modified: trunk/commons-io/debian/changelog
===
--- trunk/commons-io/debian/changelog   2013-04-02 14:01:42 UTC (rev 16471)
+++ trunk/commons-io/debian/changelog   2013-04-02 14:32:03 UTC (rev 16472)
@@ -1,7 +1,7 @@
 commons-io (2.4-1) experimental; urgency=low
 
   * Team upload
-  * New upstream release
+  * New upstream release (Closes: #623368)
   * Bump Standards-Version to 3.9.4 (no changes)
   * Refreshed the patches
 


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


[pkg-java] r16473 - trunk/apache-log4j1.2/debian

2013-04-02 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-02 14:46:58 + (Tue, 02 Apr 2013)
New Revision: 16473

Modified:
   trunk/apache-log4j1.2/debian/changelog
Log:
Bad copy/pasting

Modified: trunk/apache-log4j1.2/debian/changelog
===
--- trunk/apache-log4j1.2/debian/changelog  2013-04-02 14:32:03 UTC (rev 
16472)
+++ trunk/apache-log4j1.2/debian/changelog  2013-04-02 14:46:58 UTC (rev 
16473)
@@ -4,7 +4,7 @@
   * New upstream release
   * Refreshed the patch
   * debian/watch: Fixed the URL
-  * Updated Standards-Version to 3.9.2 (no changes)
+  * Updated Standards-Version to 3.9.4 (no changes)
 
   [ Tony Mancill ]
   * Remove Michael Koch from Uploaders. (Closes: #653986)


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


[pkg-java] r16474 - trunk/axis/debian

2013-04-02 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-02 15:11:06 + (Tue, 02 Apr 2013)
New Revision: 16474

Modified:
   trunk/axis/debian/changelog
   trunk/axis/debian/control
   trunk/axis/debian/watch
Log:
Fixed the watch file

Modified: trunk/axis/debian/changelog
===
--- trunk/axis/debian/changelog 2013-04-02 14:46:58 UTC (rev 16473)
+++ trunk/axis/debian/changelog 2013-04-02 15:11:06 UTC (rev 16474)
@@ -1,3 +1,10 @@
+axis (1.4-18) experimental; urgency=low
+
+  * Team upload.
+  * debian/watch: Fixed the URL
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 02 Apr 2013 17:02:15 +0200
+
 axis (1.4-17) experimental; urgency=low
 
   * Team upload.

Modified: trunk/axis/debian/control
===
--- trunk/axis/debian/control   2013-04-02 14:46:58 UTC (rev 16473)
+++ trunk/axis/debian/control   2013-04-02 15:11:06 UTC (rev 16474)
@@ -4,7 +4,8 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org,
  Damien Raude-Morvan draz...@debian.org,
- Jakub Adam jakub.a...@ktknet.cz
+ Jakub Adam jakub.a...@ktknet.cz,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, ant-optional, default-jdk, 
libwsdl4j-java,
  libcommons-logging-java, libcommons-httpclient-java, bnd,
  libcommons-discovery-java, libgnujaf-java, libgnumail-java, 
libservlet2.5-java,

Modified: trunk/axis/debian/watch
===
--- trunk/axis/debian/watch 2013-04-02 14:46:58 UTC (rev 16473)
+++ trunk/axis/debian/watch 2013-04-02 15:11:06 UTC (rev 16474)
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/_/./ \
-http://www.apache.org/dist/ws/axis/1_4/ axis-src-(.*).tar.gz 
+http://archive.apache.org/dist/ws/axis/1_4/ axis-src-(.*).tar.gz 


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


[pkg-java] r16475 - trunk/libcommons-jexl-java/debian

2013-04-02 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-02 21:06:21 + (Tue, 02 Apr 2013)
New Revision: 16475

Modified:
   trunk/libcommons-jexl-java/debian/changelog
   trunk/libcommons-jexl-java/debian/control
   trunk/libcommons-jexl-java/debian/watch
Log:
Updated debian/watch to match only the 1.x releases (2.x will go in another 
package)

Modified: trunk/libcommons-jexl-java/debian/changelog
===
--- trunk/libcommons-jexl-java/debian/changelog 2013-04-02 15:11:06 UTC (rev 
16474)
+++ trunk/libcommons-jexl-java/debian/changelog 2013-04-02 21:06:21 UTC (rev 
16475)
@@ -1,3 +1,11 @@
+libcommons-jexl-java (1.1-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * d/watch: Updated to match only the 1.x releases
+  * d/control: Change Standards-Version to 3.9.4: no changes needed.
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 02 Apr 2013 23:01:34 +0200
+
 libcommons-jexl-java (1.1-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-jexl-java/debian/control
===
--- trunk/libcommons-jexl-java/debian/control   2013-04-02 15:11:06 UTC (rev 
16474)
+++ trunk/libcommons-jexl-java/debian/control   2013-04-02 21:06:21 UTC (rev 
16475)
@@ -9,7 +9,7 @@
  junit,
  libcommons-logging-java,
  maven-repo-helper
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://commons.apache.org/jexl
 
 Package: libcommons-jexl-java

Modified: trunk/libcommons-jexl-java/debian/watch
===
--- trunk/libcommons-jexl-java/debian/watch 2013-04-02 15:11:06 UTC (rev 
16474)
+++ trunk/libcommons-jexl-java/debian/watch 2013-04-02 21:06:21 UTC (rev 
16475)
@@ -1,2 +1,2 @@
 version=3
-http://archive.apache.org/dist/commons/jexl/source/commons-jexl-([\d\.]*)-src\.tar\.gz
 debian uupdate
+http://archive.apache.org/dist/commons/jexl/source/commons-jexl-(1.[\d\.]*)-src\.tar\.gz
 debian uupdate


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


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

2013-04-03 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-03 08:22:27 + (Wed, 03 Apr 2013)
New Revision: 16477

Removed:
   trunk/commons-daemon/debian/patches/arm_support.diff
   trunk/commons-daemon/debian/patches/hppa_support.diff
   trunk/commons-daemon/debian/patches/hurd_support.diff
   trunk/commons-daemon/debian/patches/libcap_dlopen.diff
   trunk/commons-daemon/debian/patches/powerpcspe_support.diff
   trunk/commons-daemon/debian/patches/s390x_support.diff
   trunk/commons-daemon/debian/patches/sh4_support.diff
Modified:
   trunk/commons-daemon/debian/changelog
   trunk/commons-daemon/debian/control
   trunk/commons-daemon/debian/patches/kfreebsd_support.diff
   trunk/commons-daemon/debian/patches/series
Log:
New upstream release (1.0.15)

Modified: trunk/commons-daemon/debian/changelog
===
--- trunk/commons-daemon/debian/changelog   2013-04-03 06:01:49 UTC (rev 
16476)
+++ trunk/commons-daemon/debian/changelog   2013-04-03 08:22:27 UTC (rev 
16477)
@@ -1,3 +1,12 @@
+commons-daemon (1.0.15-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Removed the patches merged upstream
+  * d/control: Bump Standards-Version to 3.9.4: no changes needed.
+
+ -- Emmanuel Bourg ebo...@apache.org  Wed, 03 Apr 2013 10:17:55 +0200
+
 commons-daemon (1.0.10-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/commons-daemon/debian/control
===
--- trunk/commons-daemon/debian/control 2013-04-03 06:01:49 UTC (rev 16476)
+++ trunk/commons-daemon/debian/control 2013-04-03 08:22:27 UTC (rev 16477)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Marcus Better mar...@better.se,
-   Damien Raude-Morvan draz...@debian.org
+   Damien Raude-Morvan draz...@debian.org,
+   Emmanuel Bourg ebo...@apache.org
 Build-Depends: ant,
autoconf,
autotools-dev,
@@ -14,7 +15,7 @@
maven-repo-helper,
xsltproc
 Build-Conflicts: autoconf2.13
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://commons.apache.org/daemon/
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/commons-daemon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-daemon/
@@ -24,7 +25,7 @@
 Depends: ${misc:Depends}
 Suggests: java-virtual-machine
 Recommends: jsvc
-Description: library to launch Java applications as daemons
+Description: Library to launch Java applications as daemons
  The Daemon package from Apache Commons can be used to implement Java
  applications which can be launched as daemons. For example the
  program will be notified about a shutdown so that it can perform
@@ -39,7 +40,7 @@
 Architecture: any
 Depends: libcommons-daemon-java, ${misc:Depends}, ${shlibs:Depends}
 Recommends: default-jre-headless | java2-runtime-headless
-Description: wrapper to launch Java applications as daemons
+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
  package as daemons.

Deleted: trunk/commons-daemon/debian/patches/arm_support.diff
===
--- trunk/commons-daemon/debian/patches/arm_support.diff2013-04-03 
06:01:49 UTC (rev 16476)
+++ trunk/commons-daemon/debian/patches/arm_support.diff2013-04-03 
08:22:27 UTC (rev 16477)
@@ -1,16 +0,0 @@
-Description: Add support for ARM/ARMel arch
-Last-Update: 2010-07-28
-Index: b/src/native/unix/support/apsupport.m4
-===
 a/src/native/unix/support/apsupport.m4
-+++ b/src/native/unix/support/apsupport.m4
-@@ -81,6 +81,9 @@
- ;;
-   esac
-   case $host_cpu in
-+  arm*)
-+CFLAGS=$CFLAGS -DCPU=\\\$host_cpu\\\
-+HOST_CPU=$host_cpu;;
-   powerpc*)
- CFLAGS=$CFLAGS -DCPU=\\\$host_cpu\\\
- HOST_CPU=$host_cpu;;

Deleted: trunk/commons-daemon/debian/patches/hppa_support.diff
===
--- trunk/commons-daemon/debian/patches/hppa_support.diff   2013-04-03 
06:01:49 UTC (rev 16476)
+++ trunk/commons-daemon/debian/patches/hppa_support.diff   2013-04-03 
08:22:27 UTC (rev 16477)
@@ -1,25 +0,0 @@
-Description: Fix support for HPPA arch
-Last-Update: 2010-07-28
-Index: b/src/native/unix/support/apsupport.m4
-===
 a/src/native/unix/support/apsupport.m4
-+++ b/src/native/unix/support/apsupport.m4
-@@ -108,15 +108,9 @@
- CFLAGS=$CFLAGS -DCPU=\\\alpha\\\
- supported_os=alpha
- HOST_CPU=alpha;;
--  hppa2.0w|hppa64)
--CFLAGS=$CFLAGS -DCPU=\\\PA_RISC2.0W\\\ -DSO_EXT=\\\sl\\\
--HOST_CPU=PA_RISC2.0W;;
--  hppa2.0n)
--CFLAGS=$CFLAGS -DCPU=\\\PA_RISC2.0N

[pkg-java] r16478 - trunk

2013-04-03 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-03 09:01:33 + (Wed, 03 Apr 2013)
New Revision: 16478

Added:
   trunk/commons-math3/
Log:
New package for Commons Math 3.x


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


[pkg-java] r16481 - in trunk/commons-math3/debian: . patches

2013-04-03 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-03 12:31:15 + (Wed, 03 Apr 2013)
New Revision: 16481

Added:
   trunk/commons-math3/debian/libcommons-math3-java-doc.doc-base
   trunk/commons-math3/debian/libcommons-math3-java-doc.install
   trunk/commons-math3/debian/libcommons-math3-java.poms
   trunk/commons-math3/debian/patches/03_fix_version.diff
Removed:
   trunk/commons-math3/debian/libcommons-math-java-doc.doc-base
   trunk/commons-math3/debian/libcommons-math-java-doc.install
   trunk/commons-math3/debian/libcommons-math-java.poms
Modified:
   trunk/commons-math3/debian/changelog
   trunk/commons-math3/debian/control
   trunk/commons-math3/debian/copyright
   trunk/commons-math3/debian/patches/02_no_tests_on_build.diff
   trunk/commons-math3/debian/patches/series
   trunk/commons-math3/debian/rules
   trunk/commons-math3/debian/watch
Log:
New upstream release (3.1.1)

Modified: trunk/commons-math3/debian/changelog
===
--- trunk/commons-math3/debian/changelog2013-04-03 10:56:27 UTC (rev 
16480)
+++ trunk/commons-math3/debian/changelog2013-04-03 12:31:15 UTC (rev 
16481)
@@ -1,3 +1,11 @@
+commons-math3 (3.1.1-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release (Closes: #689645)
+  * Bump Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg ebo...@apache.org  Wed, 03 Apr 2013 11:02:42 +0200
+
 commons-math (2.2-2) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/commons-math3/debian/control
===
--- trunk/commons-math3/debian/control  2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/control  2013-04-03 12:31:15 UTC (rev 16481)
@@ -1,16 +1,16 @@
-Source: commons-math
+Source: commons-math3
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Damien Raude-Morvan draz...@debian.org
-Standards-Version: 3.9.2
+Uploaders: Emmanuel Bourg ebo...@apache.org
+Standards-Version: 3.9.4
 Section: java
 Priority: optional
 Build-Depends: default-jdk, ant, debhelper (= 7), cdbs
 Build-Depends-Indep: junit4, ant-optional, maven-repo-helper
 Homepage: http://commons.apache.org/math/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math3
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math3
 
-Package: libcommons-math-java
+Package: libcommons-math3-java
 Architecture: all
 Depends: ${misc:Depends}
 Description: Java lightweight mathematics and statistics components
@@ -40,11 +40,11 @@
  .
  This is a part of the Apache Commons Project.
 
-Package: libcommons-math-java-doc
+Package: libcommons-math3-java-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: libcommons-math-java
+Suggests: libcommons-math3-java
 Description: Java lightweight mathematics and statistics components - 
documentation
  Commons Math is a Java library of lightweight, self-contained mathematics
  and statistics components.

Modified: trunk/commons-math3/debian/copyright
===
--- trunk/commons-math3/debian/copyright2013-04-03 10:56:27 UTC (rev 
16480)
+++ trunk/commons-math3/debian/copyright2013-04-03 12:31:15 UTC (rev 
16481)
@@ -1,20 +1,34 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=166
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Commons Math
 Upstream-Contact: http://commons.apache.org/math/team-list.html
 Source: http://www.apache.org/dist/commons/math/source/
 
 Files: *
-Copyright: Copyright 2001-2011 The Apache Software Foundation
+Copyright: 2001-2012 The Apache Software Foundation
 License: Apache-2.0
-  On Debian GNU/Linux system you can find the complete text of the
-  Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
 
-Files: 
src/java/org/apache/commons/math/ode/GraggBulirschStoerStepInterpolator.java 
src/java/org/apache/commons/math/ode/GraggBulirschStoerIntegrator.java
-Copyright: Copyright (c) 2004, Ernst Hairer
+Files: 
src/main/java/org/apache/commons/math3/optimization/univariate/BracketFinder.java
+ 
src/main/java/org/apache/commons/math3/optimization/general/PowellOptimizer/java
+Copyright: 2003-2009, SciPy Developers
+License: Apache-2.0
+Comment: These classes are based on the Python code in module optimize.py
+ (version 0.5) developed by Travis E. Oliphant for the SciPy library
+ (http://www.scipy.org/)
+
+Files: 
src/main/java/org/apache/commons/math3/optimization/linear/LinearConstraint
+ 
src/main/java/org/apache/commons/math3/optimization/linear/LinearObjectiveFunction
+ src/main/java/org/apache/commons/math3/optimization/linear/LinearOptimizer
+ src/main/java/org/apache/commons/math3/optimization/linear/RelationShip
+ src/main/java/org

[pkg-java] r16484 - trunk/jakarta-jmeter/debian/patches

2013-04-04 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-04 06:14:07 + (Thu, 04 Apr 2013)
New Revision: 16484

Added:
   trunk/jakarta-jmeter/debian/patches/03_bouncycastle_update.patch
Log:
Added the missing patch

Added: trunk/jakarta-jmeter/debian/patches/03_bouncycastle_update.patch
===
--- trunk/jakarta-jmeter/debian/patches/03_bouncycastle_update.patch
(rev 0)
+++ trunk/jakarta-jmeter/debian/patches/03_bouncycastle_update.patch
2013-04-04 06:14:07 UTC (rev 16484)
@@ -0,0 +1,24 @@
+Description: Update to compile against the latest versions of Bouncy Castle
+Author: Emmanuel Bourg ebo...@apache.org
+Origin: vendor
+Forwarded: yes
+Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=54776
+--- a/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java
 b/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java
+@@ -48,6 +48,7 @@
+ import org.bouncycastle.cms.CMSException;
+ import org.bouncycastle.cms.SignerInformation;
+ import org.bouncycastle.cms.SignerInformationStore;
++import org.bouncycastle.cms.jcajce.JcaX509CertSelectorConverter;
+ import org.bouncycastle.jce.PrincipalUtil;
+ import org.bouncycastle.jce.X509Principal;
+ import org.bouncycastle.jce.provider.BouncyCastleProvider;
+@@ -148,7 +149,7 @@
+ if (signerIt.hasNext()) {
+ 
+ SignerInformation signer = (SignerInformation) 
signerIt.next();
+-Iterator? certIt = 
certs.getCertificates(signer.getSID()).iterator();
++Iterator? certIt = certs.getCertificates(new 
JcaX509CertSelectorConverter().getCertSelector(signer.getSID())).iterator();
+ 
+ if (certIt.hasNext()) {
+ // the signer certificate


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


[pkg-java] r16485 - trunk/commons-beanutils/debian

2013-04-04 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-04 09:55:46 + (Thu, 04 Apr 2013)
New Revision: 16485

Removed:
   trunk/commons-beanutils/debian/orig-tar.sh
Modified:
   trunk/commons-beanutils/debian/changelog
   trunk/commons-beanutils/debian/control
   trunk/commons-beanutils/debian/libcommons-beanutils-java.poms
   trunk/commons-beanutils/debian/maven.cleanIgnoreRules
   trunk/commons-beanutils/debian/maven.ignoreRules
   trunk/commons-beanutils/debian/maven.publishedRules
   trunk/commons-beanutils/debian/maven.rules
   trunk/commons-beanutils/debian/watch
Log:
Fixed the watch file

Modified: trunk/commons-beanutils/debian/changelog
===
--- trunk/commons-beanutils/debian/changelog2013-04-04 06:14:07 UTC (rev 
16484)
+++ trunk/commons-beanutils/debian/changelog2013-04-04 09:55:46 UTC (rev 
16485)
@@ -1,3 +1,11 @@
+commons-beanutils (1.8.3-4) unstable; urgency=low
+
+  * Team upload.
+  * Bump Standards-Version to 3.9.4: no changes needed
+  * debian/watch: Fixed the URL
+
+ -- Emmanuel Bourg ebo...@apache.org  Thu, 04 Apr 2013 11:29:45 +0200
+
 commons-beanutils (1.8.3-3) unstable; urgency=low
 
   * Update Standards-Version: 3.9.3.

Modified: trunk/commons-beanutils/debian/control
===
--- trunk/commons-beanutils/debian/control  2013-04-04 06:14:07 UTC (rev 
16484)
+++ trunk/commons-beanutils/debian/control  2013-04-04 09:55:46 UTC (rev 
16485)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net,
-   Damien Raude-Morvan draz...@debian.org
+   Damien Raude-Morvan draz...@debian.org,
+   Emmanuel Bourg ebo...@apache.org
 Build-Depends: cdbs, debhelper (= 7), default-jdk, maven-debian-helper (= 
1.4)
 Build-Depends-Indep: default-jdk-doc,
  libclirr-maven-plugin-java,
@@ -12,7 +13,7 @@
  libcommons-parent-java,
  libmaven-antrun-plugin-java,
  libmaven-javadoc-plugin-java
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-beanutils/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-beanutils/
 Homepage: http://commons.apache.org/beanutils/

Modified: trunk/commons-beanutils/debian/libcommons-beanutils-java.poms
===
--- trunk/commons-beanutils/debian/libcommons-beanutils-java.poms   
2013-04-04 06:14:07 UTC (rev 16484)
+++ trunk/commons-beanutils/debian/libcommons-beanutils-java.poms   
2013-04-04 09:55:46 UTC (rev 16485)
@@ -2,7 +2,9 @@
 # Format of this file is:
 # path to pom file [option]*
 # where option can be:
-#   --ignore: ignore this POM or
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, 
mh_installpoms]
 #   --no-parent: remove the parent tag from the POM
 #   --package=package: an alternative package to use when installing this POM
 #  and its artifact
@@ -11,16 +13,16 @@
 #   --keep-elements=elem1,elem2: a list of XML elements to keep in the POM
 #  during a clean operation with mh_cleanpom or mh_installpom
 #   --artifact=path: path to the build artifact associated with this POM,
-#  it will be installed when using the command mh_install
+#  it will be installed when using the command mh_install. [mh_install]
 #   --java-lib: install the jar into /usr/share/java to comply with Debian
 #  packaging guidelines
 #   --usj-name=name: name to use when installing the library in 
/usr/share/java
 #   --usj-version=version: version to use when installing the library in 
/usr/share/java
 #   --no-usj-versionless: don't install the versionless link in /usr/share/java
-#   --dest-jar=path: the destination for the real jar
-#   it will be installed with mh_install.
+#   --dest-jar=path: the destination for the real jar.
+# It will be installed with mh_install. [mh_install]
 #   --classifier=classifier: Optional, the classifier for the jar. Empty by 
default.
-#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To 
use with POM files that are created
-# temporarily for certain artifacts such as Javadoc jars.
+#   --site-xml=location: Optional, the location for site.xml if it needs to 
be installed.
+# Empty by default. [mh_install]
 #
-pom.xml --has-package-version  --java-lib
+pom.xml --has-package-version --java-lib

Modified: trunk/commons-beanutils/debian/maven.cleanIgnoreRules
===
--- trunk/commons-beanutils/debian/maven.cleanIgnoreRules   2013-04-04 
06:14:07 UTC (rev 16484)
+++ trunk/commons-beanutils/debian

[pkg-java] r16486 - trunk/libcommons-compress-java/debian

2013-04-04 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-04 10:05:09 + (Thu, 04 Apr 2013)
New Revision: 16486

Modified:
   trunk/libcommons-compress-java/debian/changelog
Log:
Updated the latest changes

Modified: trunk/libcommons-compress-java/debian/changelog
===
--- trunk/libcommons-compress-java/debian/changelog 2013-04-04 09:55:46 UTC 
(rev 16485)
+++ trunk/libcommons-compress-java/debian/changelog 2013-04-04 10:05:09 UTC 
(rev 16486)
@@ -4,16 +4,16 @@
   * New upstream release.
   * Add Emmanuel Bourg to Uploaders.
   * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
-  * Removed the build dependency on bnd
+  * Update to the package description (Closes: #682169).
 
   [ Jakub Adam ]
   * Add xz.jar to manifest Class-Path.
 - fixes lintian-reported warning missing-classpath.
   * Ensure backwards compatible bytecode is built (Closes: #688118).
-  * Generate OSGi metadata into jar manifest.
+  * Add OSGi metadata into jar manifest.
   * Add Jakub Adam to Uploaders.
 
- -- Emmanuel Bourg ebo...@apache.org  Tue, 26 Mar 2013 18:04:04 +0100
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 26 Mar 2013 19:42:09 +0100
 
 libcommons-compress-java (1.4.1-2) unstable; urgency=low
 


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


[pkg-java] r16487 - trunk/libxerces2-java/debian

2013-04-04 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-04 10:51:30 + (Thu, 04 Apr 2013)
New Revision: 16487

Modified:
   trunk/libxerces2-java/debian/changelog
   trunk/libxerces2-java/debian/control
   trunk/libxerces2-java/debian/watch
Log:
Fixed the watch file

Modified: trunk/libxerces2-java/debian/changelog
===
--- trunk/libxerces2-java/debian/changelog  2013-04-04 10:05:09 UTC (rev 
16486)
+++ trunk/libxerces2-java/debian/changelog  2013-04-04 10:51:30 UTC (rev 
16487)
@@ -1,3 +1,13 @@
+libxerces2-java (2.11.0-7) unstable; urgency=low
+
+  * Team upload.
+  * Bump Standards Version to 3.9.4 (no changes).
+  * debian/watch: Updated the URL
+  * debian/control: Removed Section: libs for libxerces2-java-gcj
+to fix a Lintian warning (wrong-section-according-to-package-name)
+
+ -- Emmanuel Bourg ebo...@apache.org  Thu, 04 Apr 2013 12:23:33 +0200
+
 libxerces2-java (2.11.0-6) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libxerces2-java/debian/control
===
--- trunk/libxerces2-java/debian/control2013-04-04 10:05:09 UTC (rev 
16486)
+++ trunk/libxerces2-java/debian/control2013-04-04 10:51:30 UTC (rev 
16487)
@@ -5,11 +5,12 @@
 Uploaders: Marcus Better mar...@better.se,
  Matthias Klose d...@ubuntu.com,
  Damien Raude-Morvan draz...@debian.org,
- Jakub Adam jakub.a...@ktknet.cz
+ Jakub Adam jakub.a...@ktknet.cz,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: cdbs (= 0.4.8), debhelper (= 7), default-jdk, 
gcj-native-helper, ant,
  maven-repo-helper, javahelper, libxml-commons-resolver1.1-java, 
libstylebook-java,
  libxml-commons-external-java (= 1.4.01-2)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxerces2-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxerces2-java
 Homepage: http://xerces.apache.org/xerces2-j/
@@ -45,7 +46,6 @@
 
 Package: libxerces2-java-gcj
 Architecture: any
-Section: libs
 Depends: libxerces2-java (= ${source:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Description: Validating XML parser for Java with DOM level 3 support (native 
code)
  The Xerces2 Java parser is the reference implementation of XNI, the

Modified: trunk/libxerces2-java/debian/watch
===
--- trunk/libxerces2-java/debian/watch  2013-04-04 10:05:09 UTC (rev 16486)
+++ trunk/libxerces2-java/debian/watch  2013-04-04 10:51:30 UTC (rev 16487)
@@ -1,2 +1,2 @@
 version=3
-http://www.apache.org/dist/xml/xerces-j/source/ 
Xerces-J-src\.([\d+\.]+|\d+)\.tar\.gz debian uupdate
+http://archive.apache.org/dist/xerces/j/source/ 
Xerces-J-src\.([\d+\.]+|\d+)\.tar\.gz debian uupdate


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


[pkg-java] r16488 - in trunk/libcommons-logging-java/debian: . patches

2013-04-04 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-04 12:40:08 + (Thu, 04 Apr 2013)
New Revision: 16488

Removed:
   trunk/libcommons-logging-java/debian/libcommons-logging-java-doc.docs
Modified:
   trunk/libcommons-logging-java/debian/changelog
   trunk/libcommons-logging-java/debian/control
   trunk/libcommons-logging-java/debian/copyright
   trunk/libcommons-logging-java/debian/patches/01_target13_BuildXml.patch
   trunk/libcommons-logging-java/debian/patches/02_build_javadoc.patch
   
trunk/libcommons-logging-java/debian/patches/03_disable_securityallow_test.patch
   trunk/libcommons-logging-java/debian/patches/04_fix_jarname.patch
   trunk/libcommons-logging-java/debian/patches/05_OSGi_metadata.patch
   trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch
   trunk/libcommons-logging-java/debian/watch
Log:
New upstream release (1.1.2)

Modified: trunk/libcommons-logging-java/debian/changelog
===
--- trunk/libcommons-logging-java/debian/changelog  2013-04-04 10:51:30 UTC 
(rev 16487)
+++ trunk/libcommons-logging-java/debian/changelog  2013-04-04 12:40:08 UTC 
(rev 16488)
@@ -1,3 +1,14 @@
+libcommons-logging-java (1.1.2-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Updated Standards-Version to 3.9.4: no changes needed.
+  * Refreshed the patches
+  * Fixed the outdated OSGi metadata
+  * debian/copyright: converted to DEP5 format, updated the contributors
+
+ -- Emmanuel Bourg ebo...@apache.org  Thu, 04 Apr 2013 13:27:23 +0200
+
 libcommons-logging-java (1.1.1-9) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-logging-java/debian/control
===
--- trunk/libcommons-logging-java/debian/control2013-04-04 10:51:30 UTC 
(rev 16487)
+++ trunk/libcommons-logging-java/debian/control2013-04-04 12:40:08 UTC 
(rev 16488)
@@ -2,7 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Niels Thykier ni...@thykier.net
+Uploaders: Varun Hiremath va...@debian.org, Niels Thykier 
ni...@thykier.net,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: ant-optional, cdbs, debhelper (= 7), default-jdk
 Build-Depends-Indep: junit,
  libavalon-framework-java,
@@ -11,7 +12,7 @@
  liblog4j1.2-java,
  libservlet2.5-java,
  maven-repo-helper
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-logging-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-logging-java
 Homepage: http://commons.apache.org/logging

Modified: trunk/libcommons-logging-java/debian/copyright
===
--- trunk/libcommons-logging-java/debian/copyright  2013-04-04 10:51:30 UTC 
(rev 16487)
+++ trunk/libcommons-logging-java/debian/copyright  2013-04-04 12:40:08 UTC 
(rev 16488)
@@ -1,32 +1,38 @@
-This package was debianized by Takashi Okamoto t...@debian.org on
-Mon,  5 Nov 2001 08:15:04 +0900.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Logging
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://commons.apache.org/logging/
 
-It was downloaded from http://commons.apache.org/logging/
+Files: *
+Copyright: 2001-2013, The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Juozas Baliuka bali...@apache.org,
+   Morgan Delagrange morg...@apache.org,
+   Peter Donald dona...@apache.org,
+   Robert Burrell Donkin rdon...@apache.org,
+   Simon Kitching skitch...@apache.org,
+   Dennis Lundberg denn...@apache.org,
+   Costin Manolache cos...@apache.org,
+   Craig McClanahan craig...@apache.org,
+   Thomas Neidhart t...@apache.org,
+   Scott Sanders sand...@apache.org,
+   Richard Sitze rsi...@apache.org,
+   Brian Stansberry,
+   Rodney Waldhoff rwaldh...@apache.org,
+   Matthew P. Del Buono,
+   Vince Eagen vince...@comcast.net,
+   Peter Lawrey,
+   Berin Loritsch blorit...@apache.org,
+   Philippe Mouawad,
+   Neeme Praks ne...@apache.org
 
-Upstream Authors: Morgan Delagrange morg...@apache.org,
-  Rodney Waldhoff rwaldhoff at apache org,
-  Craig McClanahan craigmcc at apache org,
-  Scott Sanders sand...@apache.org,
-  Robert Burrell Donkin rdon...@apache.org,
-  Peter Donald dona...@apache.org,
-  Costin Manolache

[pkg-java] r16489 - in trunk/libcommons-logging-java/debian: . patches

2013-04-04 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-04 12:52:48 + (Thu, 04 Apr 2013)
New Revision: 16489

Modified:
   trunk/libcommons-logging-java/debian/ant.properties
   trunk/libcommons-logging-java/debian/changelog
   trunk/libcommons-logging-java/debian/control
   trunk/libcommons-logging-java/debian/maven.rules
   trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch
   trunk/libcommons-logging-java/debian/rules
Log:
Upgraded the dependency on the Servlet API (2.5 - 3.0)

Modified: trunk/libcommons-logging-java/debian/ant.properties
===
--- trunk/libcommons-logging-java/debian/ant.properties 2013-04-04 12:40:08 UTC 
(rev 16488)
+++ trunk/libcommons-logging-java/debian/ant.properties 2013-04-04 12:52:48 UTC 
(rev 16489)
@@ -3,5 +3,5 @@
 logkit.jar=/usr/share/java/excalibur-logkit.jar
 avalon-framework.jar=/usr/share/java/avalon-framework.jar
 junit.jar=/usr/share/java/junit.jar
-servletapi.jar=/usr/share/java/servlet-api-2.5.jar
+servletapi.jar=/usr/share/java/servlet-api-3.0.jar
 test.failonerror=false

Modified: trunk/libcommons-logging-java/debian/changelog
===
--- trunk/libcommons-logging-java/debian/changelog  2013-04-04 12:40:08 UTC 
(rev 16488)
+++ trunk/libcommons-logging-java/debian/changelog  2013-04-04 12:52:48 UTC 
(rev 16489)
@@ -5,9 +5,10 @@
   * Updated Standards-Version to 3.9.4: no changes needed.
   * Refreshed the patches
   * Fixed the outdated OSGi metadata
+  * Upgraded the dependency on the Servlet API (2.5 - 3.0)
   * debian/copyright: converted to DEP5 format, updated the contributors
 
- -- Emmanuel Bourg ebo...@apache.org  Thu, 04 Apr 2013 13:27:23 +0200
+ -- Emmanuel Bourg ebo...@apache.org  Thu, 04 Apr 2013 14:48:38 +0200
 
 libcommons-logging-java (1.1.1-9) unstable; urgency=low
 

Modified: trunk/libcommons-logging-java/debian/control
===
--- trunk/libcommons-logging-java/debian/control2013-04-04 12:40:08 UTC 
(rev 16488)
+++ trunk/libcommons-logging-java/debian/control2013-04-04 12:52:48 UTC 
(rev 16489)
@@ -10,7 +10,7 @@
  libcommons-parent-java,
  libexcalibur-logkit-java,
  liblog4j1.2-java,
- libservlet2.5-java,
+ libservlet3.0-java,
  maven-repo-helper
 Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-logging-java
@@ -24,7 +24,7 @@
   libcommons-logging-java-doc,
   libexcalibur-logkit-java,
   liblog4j1.2-java,
-  libservlet2.5-java
+  libservlet3.0-java
 Description: commmon wrapper interface for several logging APIs
  Provides a simple, component oriented interface together with wrappers for
  several existing java logging systems. The user can choose at runtime which

Modified: trunk/libcommons-logging-java/debian/maven.rules
===
--- trunk/libcommons-logging-java/debian/maven.rules2013-04-04 12:40:08 UTC 
(rev 16488)
+++ trunk/libcommons-logging-java/debian/maven.rules2013-04-04 12:52:48 UTC 
(rev 16489)
@@ -1,5 +1,6 @@
 junit junit jar s/3\..*/3.x/
 log4j log4j jar s/1\.2\..*/1.2.x/
-# force using servlet 2.5
-javax.servlet * * s/.*/2.5/
+# force using servlet 3.0
+javax.servlet * * s/.*/3.0/
 s/avalon-framework/org.apache.avalon/ avalon-framework jar s/.*/debian/
+

Modified: 
trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch
===
--- trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch
2013-04-04 12:40:08 UTC (rev 16488)
+++ trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch
2013-04-04 12:52:48 UTC (rev 16489)
@@ -6,4 +6,4 @@
   .0),org.apache.avalon.framework.logger;resolution:=optional;version=
   [4.1.3,4.1.5],org.apache.log;resolution:=optional;version=[1.0.1,1
   .0.1],org.apache.log4j;resolution:=optional;version=[1.2.15,2.0.0)
-+Class-Path: avalon-framework.jar excalibur-logkit.jar log4j-1.2.jar 
servlet-api-2.5.jar
++Class-Path: avalon-framework.jar excalibur-logkit.jar log4j-1.2.jar 
servlet-api-3.0.jar

Modified: trunk/libcommons-logging-java/debian/rules
===
--- trunk/libcommons-logging-java/debian/rules  2013-04-04 12:40:08 UTC (rev 
16488)
+++ trunk/libcommons-logging-java/debian/rules  2013-04-04 12:52:48 UTC (rev 
16489)
@@ -7,7 +7,7 @@
 VERSION  := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME   := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := dist
-DEB_JARS:= commons-logging log4j-1.2 excalibur-logkit 
avalon-framework servlet-api-2.5 junit ant-junit
+DEB_JARS:= commons-logging log4j-1.2 excalibur

[pkg-java] r16490 - trunk/libcommons-logging-java/debian

2013-04-04 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-04 13:49:03 + (Thu, 04 Apr 2013)
New Revision: 16490

Modified:
   trunk/libcommons-logging-java/debian/changelog
   trunk/libcommons-logging-java/debian/rules
Log:
'debian/rules clean' now calls mh_clean to remove debian/.mh

Modified: trunk/libcommons-logging-java/debian/changelog
===
--- trunk/libcommons-logging-java/debian/changelog  2013-04-04 12:52:48 UTC 
(rev 16489)
+++ trunk/libcommons-logging-java/debian/changelog  2013-04-04 13:49:03 UTC 
(rev 16490)
@@ -7,6 +7,7 @@
   * Fixed the outdated OSGi metadata
   * Upgraded the dependency on the Servlet API (2.5 - 3.0)
   * debian/copyright: converted to DEP5 format, updated the contributors
+  * debian/rules: the clean target now properly removes the debian/.mh 
directory
 
  -- Emmanuel Bourg ebo...@apache.org  Thu, 04 Apr 2013 14:48:38 +0200
 

Modified: trunk/libcommons-logging-java/debian/rules
===
--- trunk/libcommons-logging-java/debian/rules  2013-04-04 12:52:48 UTC (rev 
16489)
+++ trunk/libcommons-logging-java/debian/rules  2013-04-04 13:49:03 UTC (rev 
16490)
@@ -25,7 +25,7 @@
dh_link usr/share/java/commons-logging-adapters-$(VERSION).jar 
usr/share/java/commons-logging-adapters.jar
 
 clean::
-   rm -rf debian/tmp
+   mh_clean
 
 get-orig-source:
-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename


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


[pkg-java] r16494 - trunk/commons-math3/debian

2013-04-06 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-06 12:51:16 + (Sat, 06 Apr 2013)
New Revision: 16494

Modified:
   trunk/commons-math3/debian/changelog
   trunk/commons-math3/debian/copyright
Log:
Fixed the file names in debian/copyright

Modified: trunk/commons-math3/debian/changelog
===
--- trunk/commons-math3/debian/changelog2013-04-06 05:42:12 UTC (rev 
16493)
+++ trunk/commons-math3/debian/changelog2013-04-06 12:51:16 UTC (rev 
16494)
@@ -1,4 +1,4 @@
-commons-math3 (3.1.1-1) experimental; urgency=low
+commons-math3 (3.2-1) experimental; urgency=low
 
   * Team upload.
   * New upstream release (Closes: #689645)

Modified: trunk/commons-math3/debian/copyright
===
--- trunk/commons-math3/debian/copyright2013-04-06 05:42:12 UTC (rev 
16493)
+++ trunk/commons-math3/debian/copyright2013-04-06 12:51:16 UTC (rev 
16494)
@@ -8,25 +8,25 @@
 License: Apache-2.0
 
 Files: 
src/main/java/org/apache/commons/math3/optimization/univariate/BracketFinder.java
- 
src/main/java/org/apache/commons/math3/optimization/general/PowellOptimizer/java
+ 
src/main/java/org/apache/commons/math3/optimization/general/PowellOptimizer.java
 Copyright: 2003-2009, SciPy Developers
 License: Apache-2.0
 Comment: These classes are based on the Python code in module optimize.py
  (version 0.5) developed by Travis E. Oliphant for the SciPy library
  (http://www.scipy.org/)
 
-Files: 
src/main/java/org/apache/commons/math3/optimization/linear/LinearConstraint
- 
src/main/java/org/apache/commons/math3/optimization/linear/LinearObjectiveFunction
- src/main/java/org/apache/commons/math3/optimization/linear/LinearOptimizer
- src/main/java/org/apache/commons/math3/optimization/linear/RelationShip
- src/main/java/org/apache/commons/math3/optimization/linear/SimplexSolver
- src/main/java/org/apache/commons/math3/optimization/linear/SimplexTableau
+Files: 
src/main/java/org/apache/commons/math3/optimization/linear/LinearConstraint.java
+ 
src/main/java/org/apache/commons/math3/optimization/linear/LinearObjectiveFunction.java
+ 
src/main/java/org/apache/commons/math3/optimization/linear/LinearOptimizer.java
+ src/main/java/org/apache/commons/math3/optimization/linear/RelationShip.java
+ src/main/java/org/apache/commons/math3/optimization/linear/SimplexSolver.java
+ src/main/java/org/apache/commons/math3/optimization/linear/SimplexTableau.java
 Copyright: 2009, Google Inc.
 License: Apache-2.0
 Comment: These classes include software developed by Benjamin McCann
  (http://www.benmccann.com)
 
-Files: 
src/main/java/org/apache/commons/math3/ode/nonstiff.GraggBulirschStoerIntegrator.java
+Files: 
src/main/java/org/apache/commons/math3/ode/nonstiff/GraggBulirschStoerIntegrator.java
 Copyright: 2004, Ernst Hairer
 License: Apache-2.0 | other
   This implementation is basically a reimplementation in Java of the
@@ -202,8 +202,8 @@
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
-Files: 
src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest
- 
src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator
+Files: 
src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java
+ 
src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator.java
 Copyright: 2010, CS Systèmes d'Information
 License: Apache-2.0
 


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

[pkg-java] r16495 - in trunk/commons-math3/debian: . patches

2013-04-06 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-06 13:18:33 + (Sat, 06 Apr 2013)
New Revision: 16495

Modified:
   trunk/commons-math3/debian/changelog
   trunk/commons-math3/debian/patches/03_fix_version.diff
Log:
Updated the patches for the new release (3.2)

Modified: trunk/commons-math3/debian/changelog
===
--- trunk/commons-math3/debian/changelog2013-04-06 12:51:16 UTC (rev 
16494)
+++ trunk/commons-math3/debian/changelog2013-04-06 13:18:33 UTC (rev 
16495)
@@ -4,7 +4,7 @@
   * New upstream release (Closes: #689645)
   * Bump Standards-Version to 3.9.4 (no changes)
 
- -- Emmanuel Bourg ebo...@apache.org  Wed, 03 Apr 2013 11:02:42 +0200
+ -- Emmanuel Bourg ebo...@apache.org  Sat, 06 Apr 2013 14:53:34 +0200
 
 commons-math (2.2-2) unstable; urgency=low
 

Modified: trunk/commons-math3/debian/patches/03_fix_version.diff
===
--- trunk/commons-math3/debian/patches/03_fix_version.diff  2013-04-06 
12:51:16 UTC (rev 16494)
+++ trunk/commons-math3/debian/patches/03_fix_version.diff  2013-04-06 
13:18:33 UTC (rev 16495)
@@ -8,7 +8,7 @@
  
!-- The current version number of this component --
 -  property name=component.version   value=3.1-SNAPSHOT/
-+  property name=component.version   value=3.1.1/
++  property name=component.version   value=3.2/
  
!-- The base directory for component sources --
property name=source.home value=src/main/java/


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


[pkg-java] r16496 - trunk/commons-math3/debian

2013-04-06 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-06 13:27:02 + (Sat, 06 Apr 2013)
New Revision: 16496

Modified:
   trunk/commons-math3/debian/changelog
   trunk/commons-math3/debian/rules
Log:
Use mh_clean in debian/rules to properly clean the directory

Modified: trunk/commons-math3/debian/changelog
===
--- trunk/commons-math3/debian/changelog2013-04-06 13:18:33 UTC (rev 
16495)
+++ trunk/commons-math3/debian/changelog2013-04-06 13:27:02 UTC (rev 
16496)
@@ -2,7 +2,9 @@
 
   * Team upload.
   * New upstream release (Closes: #689645)
+  * Refreshed the patches
   * Bump Standards-Version to 3.9.4 (no changes)
+  * debian/rules: the clean target now properly removes the debian/.mh 
directory
 
  -- Emmanuel Bourg ebo...@apache.org  Sat, 06 Apr 2013 14:53:34 +0200
 

Modified: trunk/commons-math3/debian/rules
===
--- trunk/commons-math3/debian/rules2013-04-06 13:18:33 UTC (rev 16495)
+++ trunk/commons-math3/debian/rules2013-04-06 13:27:02 UTC (rev 16496)
@@ -22,7 +22,7 @@
mv target/apidocs target/api
 
 clean::
-   -rm -rf debian/tmp
+   mh_clean
 
 get-orig-source:
uscan --force-download --rename


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


[pkg-java] r16502 - in tags/avalon-framework: . 4.2.0-9/debian

2013-04-07 Thread Emmanuel Bourg
...@debian.org  Sat, 16 Feb 2002 19:35:46 +0900
-
-avalon-framework (4.0-2) unstable; urgency=low
-
-  * fixed the documentation bug in control file.(Closes: #124892)
-  * fixed the bug that jar file included source files.(Closes:#125687)
-
- -- Takashi Okamoto t...@debian.org  Wed, 19 Dec 2001 11:18:10 +0900
-
-avalon-framework (4.0-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Takashi Okamoto t...@debian.org  Sun, 21 Oct 2001 09:20:16 +0900
-
-

Copied: tags/avalon-framework/4.2.0-9/debian/changelog (from rev 16471, 
trunk/avalon-framework/debian/changelog)
===
--- tags/avalon-framework/4.2.0-9/debian/changelog  
(rev 0)
+++ tags/avalon-framework/4.2.0-9/debian/changelog  2013-04-07 21:43:28 UTC 
(rev 16502)
@@ -0,0 +1,136 @@
+avalon-framework (4.2.0-9) unstable; urgency=low
+
+  * Team upload.
+  * Removed Michael Koch from the uploaders list (Closes: #653991)
+  * Bumped Standards-Version to 3.9.4 (no changes)
+  * debian/watch: Fixed the URL
+  * debian/copyright: Updated the syntax to the final DEP5 format
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 02 Apr 2013 15:57:59 +0200
+
+avalon-framework (4.2.0-8) unstable; urgency=low
+
+  * Applied patch from Kyle Nitzsche to correct formatting issues with
+d/copyright. (Closes: #592766, LP: #610616)
+- Thanks to Leo Arias for making us aware of the patch.
+  * Bumped Standards-Versions to 3.9.1 - no changes required.
+  * Removed depends on JRE, not required any longer due to policy changes.
+  * Updated the description of the -doc package.
+
+ -- Niels Thykier ni...@thykier.net  Tue, 28 Sep 2010 21:24:16 +0200
+
+avalon-framework (4.2.0-7) unstable; urgency=low
+
+  [ Onkar Shinde ]
+  * liblogkit-java to libexcalibur-logkit-java transition.
+
+ -- Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org  
Fri, 19 Mar 2010 23:16:58 +0530
+
+avalon-framework (4.2.0-6) unstable; urgency=low
+
+  * Added Maven support
+  * Standards-Version to 3.8.4
+  * Removed Arnaud Vandyck from Uploaders
+  * d/copyright:
+- converted to DEP-5 format
+- added debian/pom.xml section
+
+ -- Gabriele Giacone 1o5g4...@gmail.com  Mon, 22 Feb 2010 20:20:48 +0100
+
+avalon-framework (4.2.0-5) unstable; urgency=low
+
+  * Moved some Build-Depends-Indep to Build-Depends, since they were
+used to clean the build.
+  * Change Build-Depends to use default-jdk instead of java-gcj-compat.
+  * Depend on headless versions of java. (Closes: #551546)
+  * Bumped debhelper to compat 7.
+  * Bumped Standards-Version to 3.8.3.
+- Changed section to java.
+- Refer to apache2 license rather than quoting it.
+- Added Homepage and Vcs-* fields.
+  * Corrected spelling in description.
+  * Added missing ${misc:Depends}.
+  * Set source 1.3 for the java-doc generation to deal javadoc errors.
+  * Added myself to uploaders.
+  * Converted to 3.0 (quilt) source.
+  * Updated the build to recognize test-all as a test rather than a
+build target.
+
+ -- Niels Thykier ni...@thykier.net  Sat, 21 Nov 2009 12:27:27 +0100
+
+avalon-framework (4.2.0-4) unstable; urgency=low
+
+  * Use java-gcj-compat instead of kaffe. Closes: #445704.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated debhelper level to 5.
+  * Updated Standard-Version to 3.7.2.
+
+ -- Michael Koch konque...@gmx.de  Tue, 09 Oct 2007 23:25:55 +0200
+
+avalon-framework (4.2.0-3) unstable; urgency=low
+
+  * added myself as an uploader.
+  * removed Takashi Okamoto from the uploaders (closes: #352976).
+
+ -- Arnaud Vandyck av...@debian.org  Thu,  9 Mar 2006 21:23:48 +
+
+avalon-framework (4.2.0-2) unstable; urgency=low
+
+  * kaffe compiler transition 
+
+ -- Wolfgang Baer wb...@gmx.de  Sun, 15 Jan 2006 22:26:19 +0100
+
+avalon-framework (4.2.0-1) unstable; urgency=low
+
+  * Move to main
+  * New upstream release (closes: #258023)
+  * Aknowledge NMU (closes: #301192)
+  * Fixed build dependencies (closes: #326697)
+  * Changed copyright to reflect new Apache 2.0 license
+  * Changed build system to cdbs - parts taken from patch provided 
+by Thomas Girard thomas.g.gir...@free.fr
+  * Added kaffe | java1-runtime | java2-runtime as dependency
+  * Run testsuite during build - currently one test is failing
+against classpath derived vm's. Patch submitted to upstream.
+  * Standards-Version 3.6.2 (no changes)
+  * Changed maintainer to debian-java maintainers
+  * Add myself to uploaders
+  * javadoc is build now (closes: #230362) and registered with doc-base
+
+ -- Wolfgang Baer wb...@gmx.de  Mon, 26 Sep 2005 20:31:56 +0200
+
+avalon-framework (4.1.2-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for sarge-targetted RC bugfix
+  * Add missing build-dependency on junit, and favor j2sdk1.4 over j2sdk1.3;
+thanks to Andreas Jochens for the patch (closes: #301192).
+
+ -- Steve Langasek vor...@debian.org  Tue,  5 Apr 2005 20:48:33 -0700

[pkg-java] r16503 - tags/libitext-java

2013-04-07 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-07 21:55:03 + (Sun, 07 Apr 2013)
New Revision: 16503

Added:
   tags/libitext-java/2.1.7-5/
Log:
[svn-buildpackage] Tagging libitext-java 2.1.7-5


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


[pkg-java] r16504 - trunk/libitext1-java/debian

2013-04-07 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-07 23:14:11 + (Sun, 07 Apr 2013)
New Revision: 16504

Modified:
   trunk/libitext1-java/debian/changelog
   trunk/libitext1-java/debian/control
Log:
Removed Michael Koch from the uploaders list

Modified: trunk/libitext1-java/debian/changelog
===
--- trunk/libitext1-java/debian/changelog   2013-04-07 21:55:03 UTC (rev 
16503)
+++ trunk/libitext1-java/debian/changelog   2013-04-07 23:14:11 UTC (rev 
16504)
@@ -1,3 +1,11 @@
+libitext1-java (1.4-6) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Bump Standards-Version to 3.9.4. No changes were required.
+  * Removed Michael Koch from the uploaders list (Closes: #654070)
+
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 08 Apr 2013 01:12:09 +0200
+
 libitext1-java (1.4-5) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/libitext1-java/debian/control
===
--- trunk/libitext1-java/debian/control 2013-04-07 21:55:03 UTC (rev 16503)
+++ trunk/libitext1-java/debian/control 2013-04-07 23:14:11 UTC (rev 16504)
@@ -2,10 +2,10 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de, Ludovic Claude 
ludovic.cla...@laposte.net
+Uploaders: Ludovic Claude ludovic.cla...@laposte.net, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: ant, cdbs, debhelper (= 7), default-jdk
 Build-Depends-Indep: libservlet2.5-java, maven-repo-helper
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext1-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext1-java/
 Homepage: http://www.lowagie.com/iText/


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


[SCM] UNNAMED PROJECT branch, master, updated. c2f285fa1bb869b1c8b33de8fac8c98188cf78be

2013-04-10 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit c2f285fa1bb869b1c8b33de8fac8c98188cf78be
Author: Emmanuel Bourg ebo...@apache.org
Date:   Fri Apr 5 14:54:03 2013 +0200

New upstream release (1.1)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 8c5cb96..000
--- a/debian/README.source
+++ /dev/null
@@ -1,4 +0,0 @@
-This package uses silt to manage all modifications to the upstream
-source.   For more information please see:
-
-http://git.debian.org/?p=users/pcc-guest/silt.git
diff --git a/debian/changelog b/debian/changelog
index 40c86d9..5fbb940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+commons-exec (1.1-1) experimental; urgency=low
+
+  * Team upload.
+  * New Upstream release
+  * Bumped Standards-Version to 3.9.4
+  * Converted source to 3.0 (quilt).
+  * Removed the deprecated DMUA flag
+  * Removed the dependency on the JRE
+  * Removed the unused dependency ${shlibs:Depends} from the binary package
+  * debian/copyright: converted to DEP5 format, updated the contributors
+  * debian/rules: the clean target now properly removes the debian/.mh 
directory
+
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 05 Apr 2013 10:32:09 +0200
+
 commons-exec (1.0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #568953)
diff --git a/debian/control b/debian/control
index c4ebe07..f4ec23a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,18 @@ Source: commons-exec
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Peter Collingbourne pe...@pcc.me.uk, Ramakrishnan Muthukrishnan 
rkrish...@debian.org
-Build-Depends: ant, cdbs, debhelper (= 5), default-jdk, maven-repo-helper
-Standards-Version: 3.8.4
-DM-Upload-Allowed: yes
+Uploaders: Peter Collingbourne pe...@pcc.me.uk, Ramakrishnan Muthukrishnan 
rkrish...@debian.org,
+ Emmanuel Bourg ebo...@apache.org
+Build-Depends: ant, cdbs, debhelper (= 5), default-jdk, maven-repo-helper, 
quilt
+Standards-Version: 3.9.4
 Vcs-Browser: http://git.debian.org/?p=pkg-java/commons-exec.git
 Vcs-Git: git://git.debian.org/git/pkg-java/commons-exec.git
 Homepage: http://commons.apache.org/exec/
 
 Package: libcommons-exec-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless |
- java2-runtime-headless
-Suggests: java-virtual-machine
-Description: a library to reliably execute external processes from within the 
JVM
+Depends: ${misc:Depends}
+Description: Java library to reliably execute external processes from within 
the JVM
  Executing external processes from Java is a well-known problem
  area. It is inherently platform dependent and requires the developer
  to know and test for platform specific behaviors, for example
diff --git a/debian/copyright b/debian/copyright
index 69006e1..0fd5852 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,27 +1,33 @@
-This package was debianized by Peter Collingbourne pe...@pcc.me.uk
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Exec
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://commons.apache.org/exec/
 
-It was downloaded from http://commons.apache.org/exec/
+Files: *
+Copyright: 2005-2010, The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Siegfried Goeschl sgoes...@apache.org,
+   Sebastian Bazley s...@apache.org,
+   Brett Leslie Porter br...@apache.org,
+   Niall Kegan Pemberton nia...@apache.org,
+   Henri Yandell bay...@apache.org,
+   Niklas Gustavsson n...@apache.org,
+   Dennis Lundberg denn...@apache.org,
+   Trygve Laugstol tryg...@apache.org,
+   Rahul Akolkar ra...@apache.org,
+   Joerg Schaible joe...@apache.org,
+   Henri Biestro hen...@apache.org,
+   Benjamin Bentmann,
+   Marco Ferrante,
+   Jerome Lacoste,
+   Milos Kleint,
+   Pablo Hoertner
 
-Upstream Authors: Siegfried Goeschl sgoes...@apache.org  
 
-  Sebastian Bazley s...@apache.org   
 
-  Brett Leslie Porter br...@apache.org   
 
-  Niall Kegan Pemberton nia...@apache.org
 
-  Henri Yandell bay...@apache.org
 
-  Niklas Gustavsson n...@apache.org

[pkg-java] r16518 - in trunk/libhamcrest-java/debian: . manifest patches

2013-04-10 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-10 12:56:04 + (Wed, 10 Apr 2013)
New Revision: 16518

Removed:
   trunk/libhamcrest-java/debian/manifest/text.mf
   trunk/libhamcrest-java/debian/poms/
Modified:
   trunk/libhamcrest-java/debian/changelog
   trunk/libhamcrest-java/debian/control
   trunk/libhamcrest-java/debian/copyright
   trunk/libhamcrest-java/debian/libhamcrest-java-doc.install
   trunk/libhamcrest-java/debian/manifest/core.mf
   trunk/libhamcrest-java/debian/manifest/generator.mf
   trunk/libhamcrest-java/debian/manifest/integration.mf
   trunk/libhamcrest-java/debian/manifest/library.mf
   trunk/libhamcrest-java/debian/patches/001-build.patch
   trunk/libhamcrest-java/debian/rules
   trunk/libhamcrest-java/debian/watch
Log:
New upstream release (1.3)

Modified: trunk/libhamcrest-java/debian/changelog
===
--- trunk/libhamcrest-java/debian/changelog 2013-04-10 09:06:40 UTC (rev 
16517)
+++ trunk/libhamcrest-java/debian/changelog 2013-04-10 12:56:04 UTC (rev 
16518)
@@ -1,3 +1,20 @@
+libhamcrest-java (1.3-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Refreshed the patch
+  * The poms from the original source are used instead of those in debian/poms
+  * Added the hamcrest-all.jar to the jars deployed in /usr/share/java
+  * Removed the manifest for the hamcrest-text.jar (no longer used since 1.1)
+  * Updated the OSGi metadata
+  * debian/control: Updated the homepage
+  * debian/control: Removed the deprecated DMUA flag
+  * debian/control: Bumped Standards-Version to 3.9.4 (no changes)
+  * debian/watch: Fixed the version pattern to exclude the PHP versions
+  * debian/copyright: Updated the format URI to the 1.0 version
+
+ -- Emmanuel Bourg ebo...@apache.org  Wed, 10 Apr 2013 14:46:32 +0200
+
 libhamcrest-java (1.2-2) unstable; urgency=low
 
   [ by sponsor Steffen Moeller ]

Modified: trunk/libhamcrest-java/debian/control
===
--- trunk/libhamcrest-java/debian/control   2013-04-10 09:06:40 UTC (rev 
16517)
+++ trunk/libhamcrest-java/debian/control   2013-04-10 12:56:04 UTC (rev 
16518)
@@ -4,15 +4,15 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org,
  Damien Raude-Morvan draz...@debian.org,
- Brian Thomason brian.thoma...@gmail.com
+ Brian Thomason brian.thoma...@gmail.com,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: cdbs, debhelper (= 7), ant, default-jdk, maven-repo-helper
 Build-Depends-Indep: libqdox-java, libeasymock-java, libjmock-java, 
libjarjar-java,
  default-jdk-doc, junit-doc, junit4-doc, junit, junit4, testng
-Standards-Version: 3.9.2
-Homepage: http://code.google.com/p/hamcrest/
+Standards-Version: 3.9.4
+Homepage: http://hamcrest.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libhamcrest-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhamcrest-java
-DM-Upload-Allowed: yes
 
 Package: libhamcrest-java
 Architecture: all

Modified: trunk/libhamcrest-java/debian/copyright
===
--- trunk/libhamcrest-java/debian/copyright 2013-04-10 09:06:40 UTC (rev 
16517)
+++ trunk/libhamcrest-java/debian/copyright 2013-04-10 12:56:04 UTC (rev 
16518)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: http://code.google.com/p/hamcrest/
 
 Files: *

Modified: trunk/libhamcrest-java/debian/libhamcrest-java-doc.install
===
--- trunk/libhamcrest-java/debian/libhamcrest-java-doc.install  2013-04-10 
09:06:40 UTC (rev 16517)
+++ trunk/libhamcrest-java/debian/libhamcrest-java-doc.install  2013-04-10 
12:56:04 UTC (rev 16518)
@@ -1 +1 @@
-build/javadoc/* /usr/share/doc/libhamcrest-java/api/
+build/temp/hamcrest-all-1.3-javadoc.jar.contents/* 
/usr/share/doc/libhamcrest-java/api/

Modified: trunk/libhamcrest-java/debian/manifest/core.mf
===
--- trunk/libhamcrest-java/debian/manifest/core.mf  2013-04-10 09:06:40 UTC 
(rev 16517)
+++ trunk/libhamcrest-java/debian/manifest/core.mf  2013-04-10 12:56:04 UTC 
(rev 16518)
@@ -5,9 +5,8 @@
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-Name: Hamcrest Core
 Bundle-SymbolicName: org.hamcrest.core
-Export-Package: org.hamcrest;version=1.1.0;core=split;mandatory:=cor
- e,org.hamcrest.core;version=1.1.0,org.hamcrest.internal;version=1.
- 1.0;x-internal:=true
-Bundle-Version: 1.1.0
+Export-Package: org.hamcrest;version=1.3.0;core=split;mandatory:=cor
+ e,org.hamcrest.core;version=1.3.0,org.hamcrest.internal;version=1.
+ 3.0;x-internal:=true
+Bundle-Version: 1.3.0
 Bundle-ManifestVersion: 2
-

Modified: trunk/libhamcrest-java/debian/manifest/generator.mf

[SCM] jetty8 packaging branch, master, updated. debian/8.1.3-5-1-g96fdf9e

2013-04-14 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 96fdf9e4b0b935a3dfdc382edeb5ec41809895da
Author: Emmanuel Bourg ebo...@apache.org
Date:   Sun Apr 14 21:51:13 2013 +0200

Fixed the watch file

diff --git a/debian/changelog b/debian/changelog
index edf7b33..9001455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jetty8 (8.1.3-6) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+
+ -- Emmanuel Bourg ebo...@apache.org  Sun, 14 Apr 2013 21:49:49 +0200
+
 jetty8 (8.1.3-5) experimental; urgency=low
 
   * Add test-jetty-servlet jar into libjetty8-extra-java.
diff --git a/debian/watch b/debian/watch
index fa97ab6..bb5aef6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-http://download.eclipse.org/jetty/stable-8/dist/ \
-  jetty-distribution-(\d+.\d+.\d+).v\d+.tar.gz
+http://download.eclipse.org/jetty/stable-8/dist/ 
.*/jetty-distribution-([\d\.]+)\.v(?:\d+)\.tar\.gz.*

-- 
jetty8 packaging

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


[pkg-java] r16539 - in trunk/libxml-security-java/debian: . patches

2013-04-15 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-15 10:08:33 + (Mon, 15 Apr 2013)
New Revision: 16539

Modified:
   trunk/libxml-security-java/debian/changelog
   trunk/libxml-security-java/debian/control
   trunk/libxml-security-java/debian/libxml-security-java.poms
   trunk/libxml-security-java/debian/maven.ignoreRules
   trunk/libxml-security-java/debian/maven.rules
   trunk/libxml-security-java/debian/patches/0001-change-packaging-to-jar.patch
Log:
New upstream release (1.5.4)

Modified: trunk/libxml-security-java/debian/changelog
===
--- trunk/libxml-security-java/debian/changelog 2013-04-15 01:43:00 UTC (rev 
16538)
+++ trunk/libxml-security-java/debian/changelog 2013-04-15 10:08:33 UTC (rev 
16539)
@@ -1,3 +1,12 @@
+libxml-security-java (1.5.4-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Refreshed the patch
+  * Updated Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 15 Apr 2013 12:06:57 +0200
+
 libxml-security-java (1.4.5-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libxml-security-java/debian/control
===
--- trunk/libxml-security-java/debian/control   2013-04-15 01:43:00 UTC (rev 
16538)
+++ trunk/libxml-security-java/debian/control   2013-04-15 10:08:33 UTC (rev 
16539)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org, Michael Koch konque...@gmx.de,
- Niels Thykier ni...@thykier.net
+ Niels Thykier ni...@thykier.net, Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
 Build-Depends-Indep: libmaven-dependency-plugin-java, libcommons-logging-java, 
libjaxp1.3-java,  
  libxalan2-java, libxerces2-java, junit4, default-jdk-doc, 
libcommons-logging-java-doc,  
  libxalan2-java-doc, libmaven-javadoc-plugin-java 
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-security-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-security-java
 Homepage: http://santuario.apache.org/

Modified: trunk/libxml-security-java/debian/libxml-security-java.poms
===
--- trunk/libxml-security-java/debian/libxml-security-java.poms 2013-04-15 
01:43:00 UTC (rev 16538)
+++ trunk/libxml-security-java/debian/libxml-security-java.poms 2013-04-15 
10:08:33 UTC (rev 16539)
@@ -2,7 +2,9 @@
 # Format of this file is:
 # path to pom file [option]*
 # where option can be:
-#   --ignore: ignore this POM or
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, 
mh_installpoms]
 #   --no-parent: remove the parent tag from the POM
 #   --package=package: an alternative package to use when installing this POM
 #  and its artifact
@@ -11,16 +13,16 @@
 #   --keep-elements=elem1,elem2: a list of XML elements to keep in the POM
 #  during a clean operation with mh_cleanpom or mh_installpom
 #   --artifact=path: path to the build artifact associated with this POM,
-#  it will be installed when using the command mh_install
+#  it will be installed when using the command mh_install. [mh_install]
 #   --java-lib: install the jar into /usr/share/java to comply with Debian
 #  packaging guidelines
 #   --usj-name=name: name to use when installing the library in 
/usr/share/java
 #   --usj-version=version: version to use when installing the library in 
/usr/share/java
 #   --no-usj-versionless: don't install the versionless link in /usr/share/java
-#   --dest-jar=path: the destination for the real jar
-#   it will be installed with mh_install.
+#   --dest-jar=path: the destination for the real jar.
+# It will be installed with mh_install. [mh_install]
 #   --classifier=classifier: Optional, the classifier for the jar. Empty by 
default.
-#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To 
use with POM files that are created
-# temporarily for certain artifacts such as Javadoc jars.
+#   --site-xml=location: Optional, the location for site.xml if it needs to 
be installed.
+# Empty by default. [mh_install]
 #
 pom.xml --has-package-version

Modified: trunk/libxml-security-java/debian/maven.ignoreRules
===
--- trunk/libxml-security-java/debian/maven.ignoreRules 2013-04-15 01:43:00 UTC 
(rev 16538)
+++ trunk/libxml-security-java/debian/maven.ignoreRules 2013-04-15 10:08:33 UTC 
(rev 16539)
@@ -15,3 +15,4 @@
 #   junit junit jar s/3\\..*/3.x/
 
 org.apache.felix maven-bundle-plugin * * * *
+org.apache.maven.plugins

[pkg-java] r16540 - trunk/libxml-security-java/debian

2013-04-15 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-15 10:22:38 + (Mon, 15 Apr 2013)
New Revision: 16540

Modified:
   trunk/libxml-security-java/debian/changelog
   trunk/libxml-security-java/debian/control
Log:
Removed Michael Koch from the Uploaders list


Modified: trunk/libxml-security-java/debian/changelog
===
--- trunk/libxml-security-java/debian/changelog 2013-04-15 10:08:33 UTC (rev 
16539)
+++ trunk/libxml-security-java/debian/changelog 2013-04-15 10:22:38 UTC (rev 
16540)
@@ -4,6 +4,7 @@
   * New upstream release
   * Refreshed the patch
   * Updated Standards-Version to 3.9.4 (no changes)
+  * Removed Michael Koch from the Uploaders list (Closes: #654103)
 
  -- Emmanuel Bourg ebo...@apache.org  Mon, 15 Apr 2013 12:06:57 +0200
 

Modified: trunk/libxml-security-java/debian/control
===
--- trunk/libxml-security-java/debian/control   2013-04-15 10:08:33 UTC (rev 
16539)
+++ trunk/libxml-security-java/debian/control   2013-04-15 10:22:38 UTC (rev 
16540)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org, Michael Koch konque...@gmx.de,
+Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org,
  Niels Thykier ni...@thykier.net, Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.4)
 Build-Depends-Indep: libmaven-dependency-plugin-java, libcommons-logging-java, 
libjaxp1.3-java,  


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


[pkg-java] r16541 - trunk/libxml-security-java/debian

2013-04-15 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-15 11:59:49 + (Mon, 15 Apr 2013)
New Revision: 16541

Modified:
   trunk/libxml-security-java/debian/changelog
   trunk/libxml-security-java/debian/copyright
Log:
Updated debian/copyright to comply with the Machine readable format 1.0


Modified: trunk/libxml-security-java/debian/changelog
===
--- trunk/libxml-security-java/debian/changelog 2013-04-15 10:22:38 UTC (rev 
16540)
+++ trunk/libxml-security-java/debian/changelog 2013-04-15 11:59:49 UTC (rev 
16541)
@@ -5,8 +5,9 @@
   * Refreshed the patch
   * Updated Standards-Version to 3.9.4 (no changes)
   * Removed Michael Koch from the Uploaders list (Closes: #654103)
+  * Updated debian/copyright to comply with the Machine readable format 1.0
 
- -- Emmanuel Bourg ebo...@apache.org  Mon, 15 Apr 2013 12:06:57 +0200
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 15 Apr 2013 13:59:23 +0200
 
 libxml-security-java (1.4.5-1) unstable; urgency=low
 

Modified: trunk/libxml-security-java/debian/copyright
===
--- trunk/libxml-security-java/debian/copyright 2013-04-15 10:22:38 UTC (rev 
16540)
+++ trunk/libxml-security-java/debian/copyright 2013-04-15 11:59:49 UTC (rev 
16541)
@@ -1,19 +1,21 @@
-This package was debianized by Varun Hiremath varunhirem...@gmail.com on
-Tue, 24 Apr 2007 17:19:10 +0530.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache XML Security for Java
+Upstream-Contact: Apache Santuario Team d...@santuario.apache.org
+Source: http://santuario.apache.org
 
-It was downloaded from http://xml.apache.org/security/dist/java-library/
+Files: *
+Copyright: 1999-2011, The Apache Software Foundation.
+   2001, Institute for Data Communications Systems 
http://www.nue.et-inf.uni-siegen.de/
+   2001, The Internet Society and W3C
+   2005-2006, Sun Microsystems, Inc
+License: Apache-2.0
+ On Debian systems, the full text of the Apache License can be found
+ in the file `/usr/share/common-licenses/Apache-2.0'.
 
-Upstream Authors: The Apache Software Foundation.
 
-Copyright:
-(C) 2003-2004 The Apache Software Foundation.
-(C) 2005-2006 Sun Microsystems, Inc. All rights reserved.
-(C) 2001 The Internet Society and W3C
+Files: debian/*
+Copyright: 2007, Varun Hiremath varunhirem...@gmail.com
+License: GPL
+ On Debian systems, the full text of the GPL can be found
+ in the file `/usr/share/common-licenses/GPL'.
 
-License:  Apache 2.0
-
-  On Debian GNU/Linux system you can find the complete text of the
-  Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
-
-The Debian packaging is (C) 2007, Varun Hiremath varunhirem...@gmail.com and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.


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


[pkg-java] r16542 - trunk/ehcache/debian

2013-04-15 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-15 15:00:26 + (Mon, 15 Apr 2013)
New Revision: 16542

Modified:
   trunk/ehcache/debian/build.xml
   trunk/ehcache/debian/changelog
   trunk/ehcache/debian/control
   trunk/ehcache/debian/copyright
   trunk/ehcache/debian/rules
Log:
New upstream release (2.6.6)
Bump Standards-Version to 3.9.4. No changes were required.
Updated the dependency on the Servlet API (2.5 - 3.0)
Removed the dependency on backport-util-concurrent
Updated the Format URI in debian/copyright
Enabled debug symbols as mandated by the Debian policy for Java
Ensured Java 5 compatible bytecode is build


Modified: trunk/ehcache/debian/build.xml
===
--- trunk/ehcache/debian/build.xml  2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/build.xml  2013-04-15 15:00:26 UTC (rev 16542)
@@ -14,7 +14,7 @@
   /target
 
   target name=compile depends=init
-javac destdir=${build} srcdir=src/main/java/
+javac destdir=${build} srcdir=src/main/java debug=yes source=1.5 
target=1.5/
   /target
 
   target name=init

Modified: trunk/ehcache/debian/changelog
===
--- trunk/ehcache/debian/changelog  2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/changelog  2013-04-15 15:00:26 UTC (rev 16542)
@@ -1,3 +1,16 @@
+ehcache (2.6.6-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Bump Standards-Version to 3.9.4. No changes were required.
+  * Updated the dependency on the Servlet API (2.5 - 3.0)
+  * Removed the dependency on backport-util-concurrent
+  * Updated the Format URI in debian/copyright
+  * Enabled debug symbols as mandated by the Debian policy for Java
+  * Ensured Java 5 compatible bytecode is build
+
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 15 Apr 2013 16:42:36 +0200
+
 ehcache (2.5.0-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/ehcache/debian/control
===
--- trunk/ehcache/debian/control2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/control2013-04-15 15:00:26 UTC (rev 16542)
@@ -3,14 +3,16 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, 
- Kumar Appaiah aku...@debian.org, Torsten Werner twer...@debian.org
+ Kumar Appaiah aku...@debian.org,
+ Torsten Werner twer...@debian.org,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 6), cdbs, maven-repo-helper
 Build-Depends-Indep: default-jdk, ant,
  libcommons-logging-java, libcommons-collections3-java,
- libservlet2.5-java, libbackport-util-concurrent-java,
+ libservlet3.0-java,
  libslf4j-java, libgeronimo-jta-1.0.1b-spec-java, libbtm-java,
  libjsr107cache-java, libhibernate3-java, libjgroups-java
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://ehcache.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ehcache
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ehcache/
@@ -18,8 +20,8 @@
 Package: libehcache-java
 Architecture: all
 Depends: ${misc:Depends}, libcommons-logging-java,
- libcommons-collections3-java, libservlet2.5-java,
- libbackport-util-concurrent-java, libjsr107cache-java
+ libcommons-collections3-java, libservlet3.0-java,
+ libjsr107cache-java
 Description: distributed cache library
  Ehcache is a distributed cache for general purpose caching in Java,
  J2EE and light-weight containers. It features memory and disk stores,

Modified: trunk/ehcache/debian/copyright
===
--- trunk/ehcache/debian/copyright  2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/copyright  2013-04-15 15:00:26 UTC (rev 16542)
@@ -1,8 +1,9 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Ehcache distributed cache library
 Upstream-Contact: Terracotta, Inc.
 Source: http://svn.terracotta.org/svn/ehcache/tags/
 
+Files: *
 Copyright: 2003-2009 Terracotta, Inc.
 License: Apache 2.0
   On Debian systems you can find the complete text of the Apache-2.0

Modified: trunk/ehcache/debian/rules
===
--- trunk/ehcache/debian/rules  2013-04-15 11:59:49 UTC (rev 16541)
+++ trunk/ehcache/debian/rules  2013-04-15 15:00:26 UTC (rev 16542)
@@ -7,7 +7,7 @@
 JAVA_HOME := /usr/lib/jvm/default-java/
 DEB_ANT_BUILDFILE := debian/build.xml
 DEB_ANT_BUILD_TARGET := jar
-DEB_JARS := commons-logging servlet-api-2.5 backport-util-concurrent   \
+DEB_JARS := commons-logging servlet-api-3.0\
slf4j-api geronimo-jta-1.0.1b-spec btm \
jsr107cache hibernate3 commons-collections3 jgroups-all
 


___
pkg-java-commits mailing list

[SCM] Java datatype interface for RELAX NG branch, master, updated. debian/1.0+ds1-2-2-g3112404

2013-04-16 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 31124040d1ffd82961c5afbb59a083f46be850f8
Author: Emmanuel Bourg ebo...@apache.org
Date:   Tue Apr 16 12:16:46 2013 +0200

Release to experimental

diff --git a/debian/changelog b/debian/changelog
index c486b15..cf237a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-librelaxng-datatype-java (1.0+ds1-3) UNRELEASED; urgency=low
+librelaxng-datatype-java (1.0+ds1-3) experimental; urgency=low
 
   * Team upload.
   * Removed the dependency on ${shlibs:Depends}
@@ -6,7 +6,7 @@ librelaxng-datatype-java (1.0+ds1-3) UNRELEASED; urgency=low
   * Updated Standards-Version to 3.9.4 (no changes)
   * Updated the Format URI in debian/copyright
 
- -- Emmanuel Bourg ebo...@apache.org  Tue, 16 Apr 2013 12:03:21 +0200
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 16 Apr 2013 12:16:36 +0200
 
 librelaxng-datatype-java (1.0+ds1-2) experimental; urgency=low
 

-- 
Java datatype interface for RELAX NG

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


[SCM] Java datatype interface for RELAX NG branch, master, updated. debian/1.0+ds1-2-2-g3112404

2013-04-16 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 51352dc646300eefce51557b67fe24e8376c1c80
Author: Emmanuel Bourg ebo...@apache.org
Date:   Tue Apr 16 12:11:23 2013 +0200

Removed the dependency on ${shlibs:Depends}
Removed the dependency on the JRE (not required for libraries)
Updated Standards-Version to 3.9.4 (no changes)
Updated the Format URI in debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 4ce33b3..c486b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+librelaxng-datatype-java (1.0+ds1-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Removed the dependency on ${shlibs:Depends}
+  * Removed the dependency on the JRE (not required for libraries)
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Updated the Format URI in debian/copyright
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 16 Apr 2013 12:03:21 +0200
+
 librelaxng-datatype-java (1.0+ds1-2) experimental; urgency=low
 
   * Force generation of 1.5-compatible Java classes (LP: #1049731).
diff --git a/debian/control b/debian/control
index 1a35f1f..11f1809 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,16 @@ Source: librelaxng-datatype-java
 Section: java
 Priority: extra
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Giovanni Mascellani g...@debian.org
+Uploaders: Giovanni Mascellani g...@debian.org, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (= 7.0.50~), ant, maven-repo-helper (= 1.5), 
default-jdk
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Homepage: http://sourceforge.net/projects/relaxng/
 Vcs-Git: git://git.debian.org/pkg-java/librelaxng-datatype-java.git
 Vcs-Browser: 
http://git.debian.org/?p=pkg-java/librelaxng-datatype-java.git;a=summary
 
 Package: librelaxng-datatype-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | 
java-runtime-headless
+Depends: ${misc:Depends}
 Description: Java datatype interface for RELAX NG
  RELAX NG is a schema language for XML. This library is a Java interface
  for describing datatypes within RELAX NG.
diff --git a/debian/copyright b/debian/copyright
index 1f13f99..c6433f7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: librelaxng-datatype-java
 Source: http://sourceforge.net/projects/relaxng/
 
@@ -37,18 +37,5 @@ License: BSD
 Files: debian/*
 Copyright: 2011, Giovanni Mascellani g...@debian.org
 License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see http://www.gnu.org/licenses/
- .
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in /usr/share/common-licenses/GPL-2.

-- 
Java datatype interface for RELAX NG

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


[pkg-java] r16548 - trunk/dom4j/debian

2013-04-16 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-16 11:09:49 + (Tue, 16 Apr 2013)
New Revision: 16548

Modified:
   trunk/dom4j/debian/control
Log:
Added myself to the uploaders


Modified: trunk/dom4j/debian/control
===
--- trunk/dom4j/debian/control  2013-04-16 10:16:08 UTC (rev 16547)
+++ trunk/dom4j/debian/control  2013-04-16 11:09:49 UTC (rev 16548)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Marcus Better mar...@better.se
+Uploaders: Marcus Better mar...@better.se, Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), ant-optional, default-jdk, maven-repo-helper, 
cdbs
 Build-Depends-Indep: antlr, libjaxen-java, libjaxme-java, libxpp2-java, 
libxpp3-java,
  libxerces2-java, libxalan2-java (= 2.7.0), junit, libjunitperf-java, 
libmsv-java,


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


[pkg-java] r16549 - trunk/dom4j/debian

2013-04-16 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-16 11:11:51 + (Tue, 16 Apr 2013)
New Revision: 16549

Modified:
   trunk/dom4j/debian/changelog
   trunk/dom4j/debian/orig-tar.sh
Log:
Changed the dfsg version to reflect the changes in the filtered upstream tarball



Modified: trunk/dom4j/debian/changelog
===
--- trunk/dom4j/debian/changelog2013-04-16 11:09:49 UTC (rev 16548)
+++ trunk/dom4j/debian/changelog2013-04-16 11:11:51 UTC (rev 16549)
@@ -1,4 +1,4 @@
-dom4j (1.6.1+dfsg.2-7) experimental; urgency=low
+dom4j (1.6.1+dfsg.3-1) experimental; urgency=low
 
   * Team upload.
   * Removed the dependency on backport-util-concurrent

Modified: trunk/dom4j/debian/orig-tar.sh
===
--- trunk/dom4j/debian/orig-tar.sh  2013-04-16 11:09:49 UTC (rev 16548)
+++ trunk/dom4j/debian/orig-tar.sh  2013-04-16 11:11:51 UTC (rev 16549)
@@ -3,7 +3,7 @@
 # called by uscan with '--upstream-version' version file
 DEBIAN_VERSION=$2
 DIR=dom4j-$DEBIAN_VERSION
-TAR=../dom4j_$DEBIAN_VERSION+dfsg.2.orig.tar.gz
+TAR=../dom4j_$DEBIAN_VERSION+dfsg.3.orig.tar.gz
 
 # clean up the upstream tarball
 tar zxf $3


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


[pkg-java] r16550 - trunk/dom4j/debian

2013-04-16 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-16 12:54:37 + (Tue, 16 Apr 2013)
New Revision: 16550

Modified:
   trunk/dom4j/debian/control
Log:
Added the dependency on libmsv-java to libdom4j-java

Modified: trunk/dom4j/debian/control
===
--- trunk/dom4j/debian/control  2013-04-16 11:11:51 UTC (rev 16549)
+++ trunk/dom4j/debian/control  2013-04-16 12:54:37 UTC (rev 16550)
@@ -14,7 +14,7 @@
 
 Package: libdom4j-java
 Architecture: all
-Depends: ${misc:Depends}, libjaxen-java, libjaxme-java, libxpp2-java, 
libxpp3-java
+Depends: ${misc:Depends}, libjaxen-java, libjaxme-java, libmsv-java, 
libxpp2-java, libxpp3-java
 Suggests: libdom4j-java-doc
 Description: flexible XML framework for Java
  dom4j is a library for working with XML, XPath and XSLT on the Java


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


[SCM] jenkins-dom4j packaging branch, master, updated. upstream/1.6.1-hudson-3-2-g3e93bd1

2013-04-16 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 3e93bd126716a53af08c80743af489f713b9f1db
Author: Emmanuel Bourg ebo...@apache.org
Date:   Tue Apr 16 15:45:19 2013 +0200

Removed the dependency on backport-util-concurrent
Update Standards-Version: 3.9.4 (no changes)
Enabled XSD support by adding a dependency on libmsv-java
Updated debian/copyright to comply with the Machine-readable format 1.0

diff --git a/debian/README.Debian b/debian/README.Debian
index 1e6697b..4ef3b93 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -5,8 +5,3 @@ This package contains the Jenkins branch of dom4j; please use 
the standard
 distribution of dom4j instead of this package.
 
  -- James Page james.p...@canonical.com  Wed, 08 Jun 2011 09:56:08 +0100
-
-dom4j for debian is currently built without support for XSD and xsd because of
-license issues.
-
- -- Marcus Better mar...@better.se, Tue, 19 May 2009 09:49:14 +0200
diff --git a/debian/README.source b/debian/README.source
index ee6c9b8..59c4395 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -8,7 +8,7 @@ for DFSG compliance:
 
 * `src/java/org/dom4j/tree/ConcurrentReaderHashMap.java' which comes
   from Sun Microsystems and cannot be legally distributed. It is
-  replaced by the classes from the backport-util-concurrent package.
+  replaced by java.util.concurrent.ConcurrentHashMap.
 
 Notes about Jenkins/Hudson fork
 ===
diff --git a/debian/changelog b/debian/changelog
index 33b75da..df4eb22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+jenkins-dom4j (1.6.1-hudson-3-2) experimental; urgency=low
+
+  * Team upload.
+  * Removed the dependency on backport-util-concurrent
+  * Update Standards-Version: 3.9.4 (no changes)
+  * Enabled XSD support by adding a dependency on libmsv-java
+  * Updated debian/copyright to comply with the Machine-readable format 1.0
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 16 Apr 2013 15:22:50 +0200
+
 jenkins-dom4j (1.6.1-hudson-3-1) unstable; urgency=low
 
   * Initial Debian release (Closes: #634632)
diff --git a/debian/control b/debian/control
index 2d6c394..753553b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: jenkins-dom4j
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: James Page james.p...@ubuntu.com
+Uploaders: James Page james.p...@ubuntu.com, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends:
  ant-optional,
  cdbs,
@@ -13,15 +13,16 @@ Build-Depends:
 Build-Depends-Indep:
  antlr,
  junit,
- libbackport-util-concurrent-java,
  libjaxen-java,
  libjaxme-java,
  libjunitperf-java,
+ libmsv-java,
+ librelaxng-datatype-java,
  libxalan2-java (= 2.7.0),
  libxerces2-java,
  libxpp2-java,
  libxpp3-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://github.com/jenkinsci/dom4j
 Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-dom4j.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/jenkins-dom4j.git
@@ -29,9 +30,9 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-java/jenkins-dom4j.git
 Package: libjenkins-dom4j-java
 Architecture: all
 Depends:
- libbackport-util-concurrent-java,
  libjaxen-java,
  libjaxme-java,
+ libmsv-java,
  libxpp2-java,
  libxpp3-java,
  ${misc:Depends}
diff --git a/debian/copyright b/debian/copyright
index a7de2b9..8a9d430 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,15 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Hudson/Jenkins branch of dom4j
-Maintainer: jenkinsci-...@googlegroups.com
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Hudson/Jenkins branch of dom4j
+Upstream-Contact: jenkinsci-...@googlegroups.com
 Source: http://github.com/jenkinsci/dom4j/
 
+Files: *
 Copyright: 2001-2005, MetaStuff, Ltd.
 License: DOM4J
 
 Files: debian/*
 Copyright: 2006-2009, Marcus Better,
-  2011, Canonical Ltd (http://www.canonical.com)
+  2011, Canonical Ltd (http://www.canonical.com)
 License: DOM4J
 
 License: DOM4J
diff --git a/debian/patches/backport-util.patch 
b/debian/patches/backport-util.patch
index a679aed..58bb390 100644
--- a/debian/patches/backport-util.patch
+++ b/debian/patches/backport-util.patch
@@ -3,78 +3,70 @@ Description: Use backport-utils-concurrent instead of bundled
 Author: Marcus Better mar...@better.se
 Forwarded: not-needed
 
-Index: hudson-dom4j/src/java/org/dom4j/tree/NamespaceCache.java
-===
 hudson-dom4j.orig/src/java/org/dom4j/tree/NamespaceCache.java  
2011-05-31 10:00:42.550297000 +0100
-+++ hudson-dom4j/src/java/org/dom4j/tree/NamespaceCache.java   2011-06-08 
10:20:38.983014964 +0100
-@@ -26,42 +26,46 @@
+--- a/src/java/org/dom4j/tree/NamespaceCache.java
 b/src/java/org/dom4j/tree/NamespaceCache.java
+@@ -10,6 +10,7 @@
+ import java.lang.ref.WeakReference;
+ import

[pkg-java] r16551 - trunk/jzlib/debian

2013-04-18 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-18 14:42:22 + (Thu, 18 Apr 2013)
New Revision: 16551

Added:
   trunk/jzlib/debian/manifest
Modified:
   trunk/jzlib/debian/changelog
   trunk/jzlib/debian/control
   trunk/jzlib/debian/copyright
   trunk/jzlib/debian/rules
   trunk/jzlib/debian/watch
Log:
New upstream release (1.1.1)
Added the OSGi metadata to the manifest
Updated Standards-Version to 3.9.4 (no changes)
Fixed the watch file
Updated debian/copyright to comply with the Machine-readable format 1.0


Modified: trunk/jzlib/debian/changelog
===
--- trunk/jzlib/debian/changelog2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/changelog2013-04-18 14:42:22 UTC (rev 16551)
@@ -1,3 +1,14 @@
+jzlib (1.1.1-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Added the OSGi metadata to the manifest
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Fixed the watch file
+  * Updated debian/copyright to comply with the Machine-readable format 1.0
+
+ -- Emmanuel Bourg ebo...@apache.org  Thu, 18 Apr 2013 16:30:16 +0200
+
 jzlib (1.1.0-1) unstable; urgency=low
 
   * New upstream release (since 2008)!

Modified: trunk/jzlib/debian/control
===
--- trunk/jzlib/debian/control  2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/control  2013-04-18 14:42:22 UTC (rev 16551)
@@ -1,10 +1,10 @@
 Source: jzlib
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Damien Raude-Morvan draz...@debian.org
-Standards-Version: 3.9.2
+Uploaders: Damien Raude-Morvan draz...@debian.org, Emmanuel Bourg 
ebo...@apache.org
+Standards-Version: 3.9.4
 Section: java
 Priority: optional
-Build-Depends: debhelper (= 7), default-jdk, javahelper, maven-repo-helper
+Build-Depends: debhelper (= 7), default-jdk, javahelper, maven-repo-helper 
(= 1.6)
 Homepage: http://www.jcraft.com/jzlib/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jzlib/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jzlib/
@@ -12,7 +12,7 @@
 Package: libjzlib-java
 Architecture: all
 Depends: ${misc:Depends}
-Description: reimplementation of zlib in pure Java
+Description: Java Zlib implementation
  JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951).
  .
  It supports all compression level and all flushing mode of ZLib and

Modified: trunk/jzlib/debian/copyright
===
--- trunk/jzlib/debian/copyright2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/copyright2013-04-18 14:42:22 UTC (rev 16551)
@@ -1,4 +1,4 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: JZlib
 Upstream-Contact: Atsuhiko Yamanaka y...@jcraft.com
 Source: https://github.com/ymnk/jzlib
@@ -30,8 +30,8 @@
 
 
 Files: *
-Copyright: Copyright (c) 2000,2001,2002,2003 ymnk JCraft, Inc.
-Copyright: Copyright (c) 2001 Lapo Luchini
+Copyright: 2000,2001,2002,2003 ymnk JCraft, Inc.
+   2001 Lapo Luchini
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
@@ -59,8 +59,8 @@
 
 
 Files: debian/*
-Copyright: Copyright 2002-2008, Adam Heath doo...@debian.org
-Copyright: Copyright 2008-2011, Damien Raude-Morvan draz...@debian.org
+Copyright: 2002-2008, Adam Heath doo...@debian.org
+   2008-2011, Damien Raude-Morvan draz...@debian.org
 License: Apache-2.0
  On Debian systems, the complete text of the Apache License Version 2.0,
  can be found in /usr/share/common-licenses/Apache-2.0.

Added: trunk/jzlib/debian/manifest
===
--- trunk/jzlib/debian/manifest (rev 0)
+++ trunk/jzlib/debian/manifest 2013-04-18 14:42:22 UTC (rev 16551)
@@ -0,0 +1,6 @@
+usr/share/java/jzlib.jar:
+ Bundle-ManifestVersion: 2
+ Bundle-Name: JZlib
+ Bundle-SymbolicName: com.jcraft.jzlib
+ Bundle-Version: 1.1.1
+ Export-Package: com.jcraft.jzlib;version=1.1.1

Modified: trunk/jzlib/debian/rules
===
--- trunk/jzlib/debian/rules2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/rules2013-04-18 14:42:22 UTC (rev 16551)
@@ -6,4 +6,4 @@
dh $@ --with javahelper --with jh_maven_repo_helper
 
 get-orig-source:
-   uscan --force-download --rename
+   uscan --force-download --rename --repack

Modified: trunk/jzlib/debian/watch
===
--- trunk/jzlib/debian/watch2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/watch2013-04-18 14:42:22 UTC (rev 16551)
@@ -1,2 +1,2 @@
 version=3
-http://www.jcraft.com/jzlib

[SCM] jenkins-dom4j packaging annotated tag, debian/1.6.1-hudson-3-2, created. debian/1.6.1-hudson-3-2

2013-04-18 Thread Emmanuel Bourg
The annotated tag, debian/1.6.1-hudson-3-2 has been created
at  d8f3c54b7d283949fcea13c96d1c107bd8053e06 (tag)
   tagging  3e93bd126716a53af08c80743af489f713b9f1db (commit)
  replaces  upstream/1.6.1-hudson-3
 tagged by  tony mancill
on  Thu Apr 18 21:19:49 2013 -0700

- Shortlog 
Debian release 1.6.1-hudson-3-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABAgAGBQJRcMXlAAoJECHSBYmXSz6WwPIQAKwv8ONjFwvhigAU2A9ieH0C
FMg+Nspw3u/OvFxajrpKfK5f/ae04Ugx2Z6yoBo8xer0ynI4SztCFtVk//0wKMir
M42lieWoIhLqr4brpB1RcByMIoPJlD7K/czfwDJ5BRHbnsYvJnfqMkQM4waquIrA
tw6CWff+S+2oHZpbcDAyjCcgzabdMIqEEKlGKcsFrMtpxE3wIFo19c25O9eSBnII
bSP03lcLmQ4uSwjwnWv9wyeDX0H0MlMg/Vsb4zWTdzNfxcXSg2UIdpRMmqC1h0OE
5TujnekYRoQbKlpDJ8HarHVH/4lHCxhRx17LrWkIt6wlNvEiHHKvDPWcwiPk/r0W
sv2ZzWK8zs1FZp+7YcvbKTTlQth8krB0kjX3LQKtkFxDYLiPF1iwYMVBYCutrWTT
pC6vJIZziw3xGKVyk9rddEkByDMIb7McCr2vggH97+h5EwDQ9h/sEK6vqGODOgIp
3q6ekjpY5hTtGBg4IUNuK3+sHvY6Ih9AxOBMyDtb9mc7s6rooMpKpfFCMPFrsahT
S0mDPDv9CuRt1nZrnCUm4Ct77PSlqgU/2wfSBmeBfooEjL7z3CY5/CxDw0GdKk6I
PRguhnXl8HE40XwWk+2Qr424sOWoKjWR15oVCZDUM1jVe9uzagiqrjdC9INCfD3K
kXwh0QuuAXt2OhflOIxH
=YM0H
-END PGP SIGNATURE-

Emmanuel Bourg (1):
  Removed the dependency on backport-util-concurrent

James Page (1):
  Initial Debian Packaging

---

-- 
jenkins-dom4j packaging

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


[pkg-java] r16559 - trunk/libcommons-fileupload-java/debian

2013-04-23 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-23 16:12:49 + (Tue, 23 Apr 2013)
New Revision: 16559

Modified:
   trunk/libcommons-fileupload-java/debian/changelog
   trunk/libcommons-fileupload-java/debian/control
   trunk/libcommons-fileupload-java/debian/copyright
   trunk/libcommons-fileupload-java/debian/libcommons-fileupload-java.poms
   trunk/libcommons-fileupload-java/debian/maven.cleanIgnoreRules
   trunk/libcommons-fileupload-java/debian/maven.ignoreRules
   trunk/libcommons-fileupload-java/debian/maven.properties
   trunk/libcommons-fileupload-java/debian/maven.rules
Log:
New upstream release (1.3)
Removed Michael Koch from the uploaders list (Closes: #654055)
Added Emmanuel Bourg to the uploaders list
Bump Standards-Version to 3.9.4 (no changes)
Machine-readable debian/copyright file (DEP5)


Modified: trunk/libcommons-fileupload-java/debian/changelog
===
--- trunk/libcommons-fileupload-java/debian/changelog   2013-04-23 08:44:35 UTC 
(rev 16558)
+++ trunk/libcommons-fileupload-java/debian/changelog   2013-04-23 16:12:49 UTC 
(rev 16559)
@@ -1,3 +1,14 @@
+libcommons-fileupload-java (1.3-1) experimental; urgency=low
+
+  * Team upload
+  * New upstream release.
+  * Removed Michael Koch from the uploaders list (Closes: #654055)
+  * Added Emmanuel Bourg to the uploaders list
+  * Bump Standards-Version to 3.9.4 (no changes)
+  * Machine-readable debian/copyright file (DEP5)
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 23 Apr 2013 18:10:12 +0200
+
 libcommons-fileupload-java (1.2.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libcommons-fileupload-java/debian/control
===
--- trunk/libcommons-fileupload-java/debian/control 2013-04-23 08:44:35 UTC 
(rev 16558)
+++ trunk/libcommons-fileupload-java/debian/control 2013-04-23 16:12:49 UTC 
(rev 16559)
@@ -2,11 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de, Damien Raude-Morvan 
draz...@debian.org
+Uploaders: Damien Raude-Morvan draz...@debian.org, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper
-Build-Depends-Indep: libservlet2.5-java, libcommons-io-java, 
libportlet-api-2.0-spec-java,
+Build-Depends-Indep: libservlet3.0-java, libcommons-io-java, 
libportlet-api-2.0-spec-java,
  maven-repo-helper, libmaven-javadoc-plugin-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-fileupload-java/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-fileupload-java/
 Homepage: http://commons.apache.org/fileupload/

Modified: trunk/libcommons-fileupload-java/debian/copyright
===
--- trunk/libcommons-fileupload-java/debian/copyright   2013-04-23 08:44:35 UTC 
(rev 16558)
+++ trunk/libcommons-fileupload-java/debian/copyright   2013-04-23 16:12:49 UTC 
(rev 16559)
@@ -1,27 +1,32 @@
-This package was debianized by Arnaud Vandyck arnaud.vand...@ulg.ac.be on
-Sun, 13 Apr 2003 18:45:44 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons FileUpload
+Upstream-Contact: Apache Commons Developers d...@commons.apache.org
+Source: http://www.apache.org/dist/commons/fileupload/
 
-It was downloaded from http://commons.apache.org/fileupload/
+Files: *
+Copyright: 2002-2013, The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Martin Cooper mart...@apache.org
+   dIon Gillard d...@apache.org,
+   John McNally jmcna...@collab.net,
+   Daniel Rall d...@finemaltcoding.com,
+   Jason van Zyl ja...@zenplex.com,
+   Robert Burrell Donkin rdon...@apache.org,
+   Sean C. Sullivan s...@seansullivan.com,
+   Jochen Wiedmann jochen.wiedm...@gmail.com,
+   Aaron Freeman aa...@sendthisfile.com,
+   Gary Gregory ggreg...@seagullsw.com,
+   Michael Macaluso michael.pub...@wavecorp.com,
+   Amichai Rothman amich...@amichais.net,
+   Alexander Sova b...@noir.crocodile.org,
+   Thomas Vandahl t...@apache.org,
+   Henry Yandell bay...@apache.org
 
-Upstream Authors: Martin Cooper mart...@apache.org
-  dIon Gillard d...@apache.org,
-  John McNally jmcna...@collab.net,
-  Daniel Rall d...@finemaltcoding.com,
-  Jason van Zyl ja...@zenplex.com,
-  Robert Burrell Donkin rdon...@apache.org,
-  Sean C. Sullivan s...@seansullivan.com,
-  Jochen Wiedmann jochen.wiedm...@gmail.com,
-  Aaron Freeman

[pkg-java] r16571 - trunk/antlr3/debian

2013-04-25 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-25 23:07:52 + (Thu, 25 Apr 2013)
New Revision: 16571

Modified:
   trunk/antlr3/debian/rules
Log:
Improved the clean target


Modified: trunk/antlr3/debian/rules
===
--- trunk/antlr3/debian/rules   2013-04-25 17:34:56 UTC (rev 16570)
+++ trunk/antlr3/debian/rules   2013-04-25 23:07:52 UTC (rev 16571)
@@ -21,11 +21,9 @@
cp -r debian/generated-sources/antlr3/* tool/src/main/java
mh_patchpoms -pantlr3 --debian-build --keep-pom-version 
-idebian/maven.bootstrap.ignoreRules --maven-repo=$(DEB_MAVEN_REPO)
$(DEB_MAVEN_INVOKE) $(PLUGIN_ARGS) -N $(DEB_MAVEN_BUILD_TARGET) 
$(DEB_MAVEN_INSTALL_TARGET)
-   cd runtime/Java  $(DEB_MAVEN_INVOKE) $(PLUGIN_ARGS) 
$(DEB_MAVEN_BUILD_TARGET) $(DEB_MAVEN_INSTALL_TARGET)
-   cd tool  $(DEB_MAVEN_INVOKE) $(PLUGIN_ARGS) $(DEB_MAVEN_BUILD_TARGET) 
$(DEB_MAVEN_INSTALL_TARGET)
+   cd runtime/Java $(DEB_MAVEN_INVOKE) $(PLUGIN_ARGS) 
$(DEB_MAVEN_BUILD_TARGET) $(DEB_MAVEN_INSTALL_TARGET)
+   cd tool $(DEB_MAVEN_INVOKE) $(PLUGIN_ARGS) 
$(DEB_MAVEN_BUILD_TARGET) $(DEB_MAVEN_INSTALL_TARGET)
cd antlr3-maven-plugin  $(DEB_MAVEN_INVOKE) $(PLUGIN_ARGS) 
$(DEB_MAVEN_BUILD_TARGET) $(DEB_MAVEN_INSTALL_TARGET)
-   rm -rf tool/src/main/java/*.tokens
-   rm -rf tool/src/main/java/org/antlr/grammar/v3
mh_unpatchpoms -pantlr3
 
 binary-post-install/antlr3::
@@ -35,10 +33,13 @@
dh_installman -pantlr3
 
 clean::
+   mh_clean
rm -Rf antlr3-maven-plugin/target
rm -Rf gunit/target
rm -Rf gunit-maven-plugin/target
rm -Rf tool/target
+   rm -rf tool/src/main/java/*.tokens
+   rm -rf tool/src/main/java/org/antlr/grammar/v3
 
 get-orig-source:
-   -uscan --download-version $(DEB_UPSTREAM_VERSION) 
--force-download --rename --repack
+   -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename --repack


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


[pkg-java] r16572 - in trunk/antlr-maven-plugin/debian: . patches

2013-04-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-26 08:53:22 + (Fri, 26 Apr 2013)
New Revision: 16572

Modified:
   trunk/antlr-maven-plugin/debian/changelog
   trunk/antlr-maven-plugin/debian/control
   trunk/antlr-maven-plugin/debian/copyright
   trunk/antlr-maven-plugin/debian/libantlr-maven-plugin-java.poms
   trunk/antlr-maven-plugin/debian/maven.ignoreRules
   trunk/antlr-maven-plugin/debian/maven.rules
   trunk/antlr-maven-plugin/debian/patches/modello-1.1.patch
Log:
New upstream release (2.2)
Refreshed the patch
Added a dependency on libcommons-exec-java
Updated Standards-Version to 3.9.4 (no changes)
debian/copyright: Updated the Format URI to the version 1.0


Modified: trunk/antlr-maven-plugin/debian/changelog
===
--- trunk/antlr-maven-plugin/debian/changelog   2013-04-25 23:07:52 UTC (rev 
16571)
+++ trunk/antlr-maven-plugin/debian/changelog   2013-04-26 08:53:22 UTC (rev 
16572)
@@ -1,3 +1,14 @@
+antlr-maven-plugin (2.2-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Refreshed the patch
+  * Added a dependency on libcommons-exec-java
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * debian/copyright: Updated the Format URI to the version 1.0
+
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 26 Apr 2013 10:39:56 +0200
+
 antlr-maven-plugin (2.1-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/antlr-maven-plugin/debian/control
===
--- trunk/antlr-maven-plugin/debian/control 2013-04-25 23:07:52 UTC (rev 
16571)
+++ trunk/antlr-maven-plugin/debian/control 2013-04-26 08:53:22 UTC (rev 
16572)
@@ -2,15 +2,17 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Ludovic Claude ludovic.cla...@laposte.net, Torsten Werner 
twer...@debian.org
+Uploaders: Ludovic Claude ludovic.cla...@laposte.net, Torsten Werner 
twer...@debian.org,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper ( 
0.7)
 Build-Depends-Indep: libmaven-antrun-plugin-java (= 1.3), 
libmaven-clean-plugin-java (= 2.3),  
  libmaven-compiler-plugin-java (= 2.0.2), libmaven-invoker-plugin-java (= 
1.3),  
  libmaven-jar-plugin-java (= 2.2), libmaven-resources-plugin-java (= 2.3),  
  libmaven-site-plugin-java (= 2.0), libmodello-maven-plugin-java (= 1.1),  
  libsurefire-java (= 2.4.3), libmaven-reporting-impl-java, 
libmaven2-core-java,  
- libplexus-i18n-java, libplexus-utils-java, libwagon-java, 
libmaven-plugin-tools-java
-Standards-Version: 3.9.2
+ libplexus-i18n-java, libplexus-utils-java, libwagon-java, 
libmaven-plugin-tools-java,
+ libcommons-exec-java
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr-maven-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr-maven-plugin/
 Homepage: http://mojo.codehaus.org/antlr-maven-plugin/

Modified: trunk/antlr-maven-plugin/debian/copyright
===
--- trunk/antlr-maven-plugin/debian/copyright   2013-04-25 23:07:52 UTC (rev 
16571)
+++ trunk/antlr-maven-plugin/debian/copyright   2013-04-26 08:53:22 UTC (rev 
16572)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Maven ANTLR Plugin
 Upstream-Contact: Codehaus developers, Vincent Siveton vsive...@apache.org
 Source: http://mojo.codehaus.org/antlr-maven-plugin/

Modified: trunk/antlr-maven-plugin/debian/libantlr-maven-plugin-java.poms
===
--- trunk/antlr-maven-plugin/debian/libantlr-maven-plugin-java.poms 
2013-04-25 23:07:52 UTC (rev 16571)
+++ trunk/antlr-maven-plugin/debian/libantlr-maven-plugin-java.poms 
2013-04-26 08:53:22 UTC (rev 16572)
@@ -1 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# path to pom file [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, 
mh_installpoms]
+#   --no-parent: remove the parent tag from the POM
+#   --package=package: an alternative package to use when installing this POM
+#  and its artifact
+#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
+#  of the version for the package.
+#   --keep-elements=elem1,elem2: a list of XML elements to keep in the POM
+#  during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=path: path to the build artifact associated with this POM,
+#  it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian

[pkg-java] r16573 - trunk/libcommons-jexl2-java/debian

2013-04-26 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-26 12:10:50 + (Fri, 26 Apr 2013)
New Revision: 16573

Added:
   trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath
Modified:
   trunk/libcommons-jexl2-java/debian/control
   trunk/libcommons-jexl2-java/debian/copyright
   trunk/libcommons-jexl2-java/debian/rules
Log:
Add the classpath to the manifest


Modified: trunk/libcommons-jexl2-java/debian/control
===
--- trunk/libcommons-jexl2-java/debian/control  2013-04-26 08:53:22 UTC (rev 
16572)
+++ trunk/libcommons-jexl2-java/debian/control  2013-04-26 12:10:50 UTC (rev 
16573)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Emmanuel Bourg ebo...@apache.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.5)
+Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.5), javahelper
 Build-Depends-Indep: libclirr-maven-plugin-java, libjavacc-maven-plugin-java, 
libcommons-logging-java,  
  libcommons-parent-java (= 22), junit4, default-jdk-doc, 
libcommons-logging-java-doc,  
  libmaven-javadoc-plugin-java 
@@ -14,12 +14,15 @@
 
 Package: libcommons-jexl2-java
 Architecture: all
-Depends: ${misc:Depends}, libcommons-logging-java
-Recommends: ${maven:OptionalDepends}
+Depends: libcommons-logging-java
 Suggests: libcommons-jexl2-java-doc
-Description: Commons JEXL
- The Commons Jexl library is an implementation of the JSTL Expression Language
- with extensions.
+Description: Apache Commons JEXL - Java Expression Language
+ JEXL is a library intended to facilitate the implementation of dynamic and
+ scripting features in applications and frameworks written in Java.
+ .
+ JEXL implements an Expression Language based on some extensions to the JSTL
+ Expression Language supporting most of the constructs seen in shell-script
+ or ECMAScript. 
 
 Package: libcommons-jexl2-java-doc
 Architecture: all
@@ -27,8 +30,8 @@
 Depends: ${misc:Depends}, ${maven:DocDepends}
 Recommends: ${maven:DocOptionalDepends}
 Suggests: libcommons-jexl2-java
-Description: Documentation for Commons JEXL
- The Commons Jexl library is an implementation of the JSTL Expression Language
+Description: Documentation for Apache Commons JEXL
+ The Commons JEXL library is an implementation of the JSTL Expression Language
  with extensions.
  .
  This package contains the API documentation of libcommons-jexl2-java.

Modified: trunk/libcommons-jexl2-java/debian/copyright
===
--- trunk/libcommons-jexl2-java/debian/copyright2013-04-26 08:53:22 UTC 
(rev 16572)
+++ trunk/libcommons-jexl2-java/debian/copyright2013-04-26 12:10:50 UTC 
(rev 16573)
@@ -1,5 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Commons JEXL
+Upstream-Name: Apache Commons JEXL
 Source: http://commons.apache.org/jexl/
 
 Files: *

Added: trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath
===
--- trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath  
(rev 0)
+++ trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath  
2013-04-26 12:10:50 UTC (rev 16573)
@@ -0,0 +1 @@
+usr/share/java/commons-jexl.jar commons-logging.jar

Modified: trunk/libcommons-jexl2-java/debian/rules
===
--- trunk/libcommons-jexl2-java/debian/rules2013-04-26 08:53:22 UTC (rev 
16572)
+++ trunk/libcommons-jexl2-java/debian/rules2013-04-26 12:10:50 UTC (rev 
16573)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/class/javahelper.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 


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


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

2013-04-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-27 22:24:31 + (Sat, 27 Apr 2013)
New Revision: 16575

Modified:
   trunk/asm3/debian/changelog
   trunk/asm3/debian/control
   trunk/asm3/debian/copyright
   trunk/asm3/debian/rules
   trunk/asm3/debian/watch
Log:
Updated the watch file to match only the 3.x versions
Bumped Standards-Version to 3.9.4 (no changes)
Removed Michael Koch from the Uploaders list (Closes: #653989)
debian/copyright: Updated the Format URI
debian/rules: Improved the clean target to allow rebuilds


Modified: trunk/asm3/debian/changelog
===
--- trunk/asm3/debian/changelog 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/changelog 2013-04-27 22:24:31 UTC (rev 16575)
@@ -1,10 +1,18 @@
-asm3 (3.3.2-2) UNRELEASED; urgency=low
+asm3 (3.3.2-2) unstable; urgency=low
 
+  * Team upload.
+  * Updated the watch file to match only the 3.x versions
+  * Bumped Standards-Version to 3.9.4 (no changes)
+  * Removed Michael Koch from the Uploaders list (Closes: #653989)
+  * debian/copyright: Updated the Format URI
+  * debian/rules: Improved the clean target to allow rebuilds
+
+  [ Jakub Adam ]
   * Add Eclipse-BuddyPolicy: global to OSGi metadata. This allows asm3
 to find and load classes not in its Require-Bundle and Import-Package.
 (Needed by Jython running inside Eclipse.)
 
- -- Jakub Adam jakub.a...@ktknet.cz  Sat, 26 Jan 2013 11:52:15 +0100
+ -- Emmanuel Bourg ebo...@apache.org  Sat, 27 Apr 2013 22:13:53 +0200
 
 asm3 (3.3.2-1) unstable; urgency=low
 

Modified: trunk/asm3/debian/control
===
--- trunk/asm3/debian/control   2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/control   2013-04-27 22:24:31 UTC (rev 16575)
@@ -2,11 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de, Ludovic Claude 
ludovic.cla...@laposte.net,
- Niels Thykier ni...@thykier.net
+Uploaders: Ludovic Claude ludovic.cla...@laposte.net, Niels Thykier 
ni...@thykier.net,
+ Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant (= 1.6.5), 
libow-util-ant-tasks-java (= 1.3-2), javahelper
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm3
 Homepage: http://asm.objectweb.org/

Modified: trunk/asm3/debian/copyright
===
--- trunk/asm3/debian/copyright 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/copyright 2013-04-27 22:24:31 UTC (rev 16575)
@@ -1,5 +1,5 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=135 
-Name: asm
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: asm
 Source: http://download.forge.objectweb.org/asm/
 
 Files: *

Modified: trunk/asm3/debian/rules
===
--- trunk/asm3/debian/rules 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/rules 2013-04-27 22:24:31 UTC (rev 16575)
@@ -35,4 +35,4 @@
 
 clean::
mh_clean
-
+   rm -Rf target

Modified: trunk/asm3/debian/watch
===
--- trunk/asm3/debian/watch 2013-04-26 15:06:24 UTC (rev 16574)
+++ trunk/asm3/debian/watch 2013-04-27 22:24:31 UTC (rev 16575)
@@ -1,6 +1,6 @@
 version=3
 
 opts=uversionmangle=s/_/./g \
-http://websvn.ow2.org/listing.php?repname=asmpath=%2Ftags%2F 
.*%2Ftags%2FASM_([\d_]*)%2F \
+http://websvn.ow2.org/listing.php?repname=asmpath=%2Ftags%2F 
.*%2Ftags%2FASM_(3_[\d_]*)%2F \
 debian debian/orig-tar.sh
 


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


[pkg-java] r16576 - trunk/excalibur-logger/debian

2013-04-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-27 23:15:17 + (Sat, 27 Apr 2013)
New Revision: 16576

Modified:
   trunk/excalibur-logger/debian/changelog
   trunk/excalibur-logger/debian/control
   trunk/excalibur-logger/debian/copyright
   trunk/excalibur-logger/debian/rules
   trunk/excalibur-logger/debian/watch
Log:
Fixed the watch file
Updated Standards-Version to 3.9.4 (no changes)
Updated the dependency on the Servlet API (2.5 - 3.0)
debian/copyright: Updated the Format URI


Modified: trunk/excalibur-logger/debian/changelog
===
--- trunk/excalibur-logger/debian/changelog 2013-04-27 22:24:31 UTC (rev 
16575)
+++ trunk/excalibur-logger/debian/changelog 2013-04-27 23:15:17 UTC (rev 
16576)
@@ -1,3 +1,13 @@
+excalibur-logger (2.1-5) unstable; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Updated the dependency on the Servlet API (2.5 - 3.0)
+  * debian/copyright: Updated the Format URI
+
+ -- Emmanuel Bourg ebo...@apache.org  Sun, 28 Apr 2013 01:13:06 +0200
+
 excalibur-logger (2.1-4) unstable; urgency=low
 
   * Team upload.

Modified: trunk/excalibur-logger/debian/control
===
--- trunk/excalibur-logger/debian/control   2013-04-27 22:24:31 UTC (rev 
16575)
+++ trunk/excalibur-logger/debian/control   2013-04-27 23:15:17 UTC (rev 
16576)
@@ -2,17 +2,20 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Onkar Shinde onkarshi...@ubuntu.com
+Uploaders: Onkar Shinde onkarshi...@ubuntu.com, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, ant
-Build-Depends-Indep: default-jdk, libavalon-framework-java, 
libexcalibur-logkit-java, libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java, libservlet2.5-java, libxalan2-java
-Standards-Version: 3.9.3
+Build-Depends-Indep: default-jdk, libavalon-framework-java, 
libexcalibur-logkit-java,
+ libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java, libservlet3.0-java, 
libxalan2-java
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/excalibur-logger/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/
 Homepage: http://excalibur.apache.org/logger.html
 
 Package: libexcalibur-logger-java
 Architecture: all
-Depends: ${misc:Depends}, libavalon-framework-java, libexcalibur-logkit-java, 
libgeronimo-jms-1.1-spec-java | libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java, libservlet2.5-java, libxalan2-java
+Depends: ${misc:Depends}, libavalon-framework-java, libexcalibur-logkit-java,
+ libgeronimo-jms-1.1-spec-java | libjboss-j2ee-java, libgnumail-java, 
liblog4j1.2-java,
+ libservlet3.0-java, libxalan2-java
 Description: Excalibur project's log management system
  Excalibur-Logger integrates neatly into the Avalon ECM and Excalibur-Fortress.
  The main goal is to be able to define the log categories on a component basis

Modified: trunk/excalibur-logger/debian/copyright
===
--- trunk/excalibur-logger/debian/copyright 2013-04-27 22:24:31 UTC (rev 
16575)
+++ trunk/excalibur-logger/debian/copyright 2013-04-27 23:15:17 UTC (rev 
16576)
@@ -1,7 +1,7 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: excalibur-logger
 Upstream-Contact: The Apache Software Foundation
-Source: http://excalibur.apache.org/
+Source: http://excalibur.apache.org
 
 Files: *
 Copyright: 1999-2005, The Apache Software Foundation

Modified: trunk/excalibur-logger/debian/rules
===
--- trunk/excalibur-logger/debian/rules 2013-04-27 22:24:31 UTC (rev 16575)
+++ trunk/excalibur-logger/debian/rules 2013-04-27 23:15:17 UTC (rev 16576)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME_DIRS := /usr/lib/jvm/default-java
-DEB_JARS   := avalon-framework excalibur-logkit geronimo-jms-1.1-spec 
gnumail.jar jboss-j2ee log4j-1.2 servlet-api-2.5 xml-apis
+DEB_JARS   := avalon-framework excalibur-logkit geronimo-jms-1.1-spec 
gnumail.jar jboss-j2ee log4j-1.2 servlet-api-3.0 xml-apis
 DEB_ANT_ARGS   := -Dnoget=true -Dant.build.javac.source=1.4 
-Dant.build.javac.target=1.4
 
 install/libexcalibur-logger-java::

Modified: trunk/excalibur-logger/debian/watch
===
--- trunk/excalibur-logger/debian/watch 2013-04-27 22:24:31 UTC (rev 16575)
+++ trunk/excalibur-logger/debian/watch 2013-04-27 23:15:17 UTC (rev 16576)
@@ -1,2 +1,2 @@
 version=2
-http://www.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz
+http://archive.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz

[pkg-java] r16577 - trunk/excalibur-logkit/debian

2013-04-27 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-27 23:17:49 + (Sat, 27 Apr 2013)
New Revision: 16577

Removed:
   trunk/excalibur-logkit/debian/README.source
Modified:
   trunk/excalibur-logkit/debian/changelog
   trunk/excalibur-logkit/debian/control
   trunk/excalibur-logkit/debian/copyright
   trunk/excalibur-logkit/debian/rules
   trunk/excalibur-logkit/debian/watch
Log:
Fixed the watch file
Updated standards version to 3.9.4 (no changes)
Updated the dependency on the Servlet API (2.5 - 3.0)
Removed the obsolete instructions in README.source for handling the patches
debian/copyright: Updated the Format URI
debian/rules: Added a clean target to allow rebuilds


Deleted: trunk/excalibur-logkit/debian/README.source
===
--- trunk/excalibur-logkit/debian/README.source 2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/README.source 2013-04-27 23:17:49 UTC (rev 
16577)
@@ -1,35 +0,0 @@
-This package uses CDBS (and therefore simple-patchsys.mk) in order to 
-apply patches to the upstream source. Patches are stored in 
-debian/patches and their filenames usually end in .patch or .diff .
-For further details, see the man page for cdbs-edit-patch.
-
-All commands described below should be run from the top directory of the 
-package source tree, unless otherwise stated.
-
- * To generate the fully patched source, in a form ready for
-   editing, that would be built to create Debian packages, run: 
-
- make -f debian/rules apply-patches
-
-   Note: It has been proposed that, in future, this should happen 
-   automatically when you run dpkg-source -x on a CDBS 
-   simple-patchsys.mk source package.  However, this proposal has 
-   apparently not yet been implemented, so for now you have to do 
-   it yourself like this.
-
- * To modify the source and save those modifications so that
-   they will be applied when building the package, pick a
-   suitably informative patch file name, for example
-   01_add_README.source_file.patch, and then run:
-
- cdbs-edit-patch 01_add_README.source_file.patch
-
-   This will place you in a new shell in a temporary copy of the 
-   source tree.  Make your desired modifications to it, and then 
-   exit the shell to create the patch file containing them (this 
-   file will appear in debian/patches).
-
- * To remove source modifications that are currently being
-   applied when building the package, run:
-
- make -f debian/rules reverse-patches

Modified: trunk/excalibur-logkit/debian/changelog
===
--- trunk/excalibur-logkit/debian/changelog 2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/changelog 2013-04-27 23:17:49 UTC (rev 
16577)
@@ -1,3 +1,15 @@
+excalibur-logkit (2.0-10) unstable; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+  * Updated standards version to 3.9.4 (no changes)
+  * Updated the dependency on the Servlet API (2.5 - 3.0)
+  * Removed the obsolete instructions in README.source for handling the patches
+  * debian/copyright: Updated the Format URI
+  * debian/rules: Added a clean target to allow rebuilds
+
+ -- Emmanuel Bourg ebo...@apache.org  Sun, 28 Apr 2013 01:01:35 +0200
+
 excalibur-logkit (2.0-9) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/excalibur-logkit/debian/control
===
--- trunk/excalibur-logkit/debian/control   2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/control   2013-04-27 23:17:49 UTC (rev 
16577)
@@ -2,10 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Onkar Shinde onkarshi...@ubuntu.com
+Uploaders: Onkar Shinde onkarshi...@ubuntu.com, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (=5), cdbs, javahelper, ant
-Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, junit, 
libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, 
libservlet2.5-java, libgnumail-java-doc, liblog4j1.2-java-doc, 
libservlet2.5-java-doc, maven-repo-helper
-Standards-Version: 3.9.2
+Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, junit,
+ libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, 
libservlet3.0-java,
+ libgnumail-java-doc, liblog4j1.2-java-doc, libservlet3.0-java-doc, 
maven-repo-helper
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/excalibur-logkit/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logkit/
 Homepage: http://excalibur.apache.org/

Modified: trunk/excalibur-logkit/debian/copyright
===
--- trunk/excalibur-logkit/debian/copyright 2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/copyright 2013-04-27 23:17:49 UTC (rev 
16577)
@@ -1,7 +1,7 @@
-Format

[pkg-java] r16581 - trunk/excalibur-logkit/debian/patches

2013-04-28 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-28 06:44:11 + (Sun, 28 Apr 2013)
New Revision: 16581

Modified:
   trunk/excalibur-logkit/debian/patches/02_fix_build_xml.patch
Log:
Link to the Servlet 3.0 API


Modified: trunk/excalibur-logkit/debian/patches/02_fix_build_xml.patch
===
--- trunk/excalibur-logkit/debian/patches/02_fix_build_xml.patch
2013-04-28 04:56:37 UTC (rev 16580)
+++ trunk/excalibur-logkit/debian/patches/02_fix_build_xml.patch
2013-04-28 06:44:11 UTC (rev 16581)
@@ -2,8 +2,8 @@
  javadocs.
 Forwarded: not-needed
 Author: Onkar Shinde onshi...@ubuntu.com
 a/build.xml2011-05-29 14:56:34.0 +0530
-+++ b/build.xml2011-05-29 14:56:59.0 +0530
+--- a/build.xml
 b/build.xml
 @@ -64,7 +64,7 @@
/fileset
  /copy
@@ -35,7 +35,7 @@
 +  link offline=true 
packagelistLoc=/usr/share/doc/default-jdk-doc/api/ 
href=/usr/share/doc/default-jdk-doc/api/ /
 +  link offline=true 
packagelistLoc=/usr/share/doc/libgnumail-java/api/ 
href=/usr/share/doc/libgnumail-java/api/ /
 +  link offline=true 
packagelistLoc=/usr/share/doc/liblog4j1.2-java/api/ 
href=/usr/share/doc/liblog4j1.2-java/api/ /
-+  link offline=true 
packagelistLoc=/usr/share/doc/libservlet2.5-java/api/ 
href=/usr/share/doc/libservlet2.5-java/api/ /
++  link offline=true 
packagelistLoc=/usr/share/doc/libservlet3.0-java/api/ 
href=/usr/share/doc/libservlet3.0-java/api/ /
  /javadoc
/target
target name=get-deps unless=noget depends=init


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


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

2013-04-28 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-28 22:05:03 + (Sun, 28 Apr 2013)
New Revision: 16583

Modified:
   trunk/java3d/debian/README.source
   trunk/java3d/debian/changelog
   trunk/java3d/debian/control
   trunk/java3d/debian/copyright
   trunk/java3d/debian/watch
Log:
Fixed the watch file
Updated Standards-Version to 3.9.4 (no changes)
Removed the deprecated DMUA flag
Removed the obsolete patching instructions in debian/README.source
debian/copyright: Updated to comply with the DEP5 format


Modified: trunk/java3d/debian/README.source
===
--- trunk/java3d/debian/README.source   2013-04-28 17:39:06 UTC (rev 16582)
+++ trunk/java3d/debian/README.source   2013-04-28 22:05:03 UTC (rev 16583)
@@ -1,35 +1,6 @@
-This package uses CDBS (and therefore simple-patchsys.mk) in order to 
-apply patches to the upstream source. Patches are stored in 
-debian/patches and their filenames usually end in .patch or .diff .
-For further details, see the man page for cdbs-edit-patch.
+Information about java3d
+
 
-All commands described below should be run from the top directory of the 
-package source tree, unless otherwise stated.
-
- * To generate the fully patched source, in a form ready for
-   editing, that would be built to create Debian packages, run: 
-
- make -f debian/rules apply-patches
-
-   Note: It has been proposed that, in future, this should happen 
-   automatically when you run dpkg-source -x on a CDBS 
-   simple-patchsys.mk source package.  However, this proposal has 
-   apparently not yet been implemented, so for now you have to do 
-   it yourself like this.
-
- * To modify the source and save those modifications so that
-   they will be applied when building the package, pick a
-   suitably informative patch file name, for example
-   01_add_README.source_file.patch, and then run:
-
- cdbs-edit-patch 01_add_README.source_file.patch
-
-   This will place you in a new shell in a temporary copy of the 
-   source tree.  Make your desired modifications to it, and then 
-   exit the shell to create the patch file containing them (this 
-   file will appear in debian/patches).
-
- * To remove source modifications that are currently being
-   applied when building the package, run:
-
- make -f debian/rules reverse-patches
+All unzipsfx binaries have been removed from the original tarball
+due to the lack of source. They were not used in the build process
+anyway.

Modified: trunk/java3d/debian/changelog
===
--- trunk/java3d/debian/changelog   2013-04-28 17:39:06 UTC (rev 16582)
+++ trunk/java3d/debian/changelog   2013-04-28 22:05:03 UTC (rev 16583)
@@ -1,3 +1,14 @@
+java3d (1.5.2+dfsg-9) unstable; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Removed the deprecated DMUA flag
+  * Removed the obsolete patching instructions in debian/README.source
+  * debian/copyright: Updated to comply with the DEP5 format
+
+ -- Emmanuel Bourg ebo...@apache.org  Sun, 28 Apr 2013 23:35:42 +0200
+
 java3d (1.5.2+dfsg-8) unstable; urgency=low
 
   * Team upload.

Modified: trunk/java3d/debian/control
===
--- trunk/java3d/debian/control 2013-04-28 17:39:06 UTC (rev 16582)
+++ trunk/java3d/debian/control 2013-04-28 22:05:03 UTC (rev 16583)
@@ -2,14 +2,14 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Onkar Shinde onkarshi...@ubuntu.com,
+Uploaders: Onkar Shinde onkarshi...@ubuntu.com, Emmanuel Bourg 
ebo...@apache.org,
  Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (= 7), cdbs, default-jdk, ant-optional, 
libvecmath-java,
+ mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
+Standards-Version: 3.9.4
 Homepage: http://java3d.dev.java.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java3d/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
-DM-Upload-Allowed: yes
 
 Package: libjava3d-java
 Architecture: all

Modified: trunk/java3d/debian/copyright
===
--- trunk/java3d/debian/copyright   2013-04-28 17:39:06 UTC (rev 16582)
+++ trunk/java3d/debian/copyright   2013-04-28 22:05:03 UTC (rev 16583)
@@ -1,24 +1,17 @@
-This package was intially debianized by Petter Reinholdtsen
-p...@hungry.com on Fri Sep 19 22:12:39 CEST 2008.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Java 3D
+Source: http://java3d.java.net
 
-It was downloaded using CVS from
-:pserver:gu...@cvs.dev.java.net:/cvs
-
-All unzipsfx binaries have been removed

[pkg-java] r16586 - trunk/libcommons-jexl2-java/debian

2013-04-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-29 08:12:25 + (Mon, 29 Apr 2013)
New Revision: 16586

Modified:
   trunk/libcommons-jexl2-java/debian/control
   trunk/libcommons-jexl2-java/debian/rules
Log:
Updated the dependency on maven-debian-helper
Added the upstream changelog


Modified: trunk/libcommons-jexl2-java/debian/control
===
--- trunk/libcommons-jexl2-java/debian/control  2013-04-29 03:40:41 UTC (rev 
16585)
+++ trunk/libcommons-jexl2-java/debian/control  2013-04-29 08:12:25 UTC (rev 
16586)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Emmanuel Bourg ebo...@apache.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.5), javahelper
+Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.6.1), javahelper
 Build-Depends-Indep: libclirr-maven-plugin-java, libjavacc-maven-plugin-java, 
libcommons-logging-java,  
  libcommons-parent-java (= 22), junit4, default-jdk-doc, 
libcommons-logging-java-doc,  
  libmaven-javadoc-plugin-java 
 Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-jexl2-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-jexl2-java
-Homepage: http://commons.apache.org/jexl/ 
+Homepage: http://commons.apache.org/jexl
 
 Package: libcommons-jexl2-java
 Architecture: all

Modified: trunk/libcommons-jexl2-java/debian/rules
===
--- trunk/libcommons-jexl2-java/debian/rules2013-04-29 03:40:41 UTC (rev 
16585)
+++ trunk/libcommons-jexl2-java/debian/rules2013-04-29 08:12:25 UTC (rev 
16586)
@@ -2,9 +2,9 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
-#include /usr/share/cdbs/1/class/javahelper.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
+DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
 
 binary-post-install/libcommons-jexl2-java::
mh_installpoms -plibcommons-jexl2-java


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


[pkg-java] r16587 - tags

2013-04-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-29 10:25:07 + (Mon, 29 Apr 2013)
New Revision: 16587

Added:
   tags/libcommons-jexl2-java/
Log:



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


[pkg-java] r16588 - trunk/vecmath/debian

2013-04-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-29 11:42:10 + (Mon, 29 Apr 2013)
New Revision: 16588

Modified:
   trunk/vecmath/debian/changelog
   trunk/vecmath/debian/control
   trunk/vecmath/debian/copyright
   trunk/vecmath/debian/watch
Log:
Fixed the watch file
Updated Standards-Version to 3.9.4 (no changes)
Updated debian/copyright to be fully DEP5 compliant


Modified: trunk/vecmath/debian/changelog
===
--- trunk/vecmath/debian/changelog  2013-04-29 10:25:07 UTC (rev 16587)
+++ trunk/vecmath/debian/changelog  2013-04-29 11:42:10 UTC (rev 16588)
@@ -1,3 +1,12 @@
+vecmath (1.5.2-4) unstable; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Updated debian/copyright to be fully DEP5 compliant
+
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 29 Apr 2013 13:25:25 +0200
+
 vecmath (1.5.2-3) unstable; urgency=low
 
   [ Niels Thykier ]

Modified: trunk/vecmath/debian/control
===
--- trunk/vecmath/debian/control2013-04-29 10:25:07 UTC (rev 16587)
+++ trunk/vecmath/debian/control2013-04-29 11:42:10 UTC (rev 16588)
@@ -2,14 +2,14 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Petter Reinholdtsen p...@debian.org
+Uploaders: Petter Reinholdtsen p...@debian.org, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: ant-optional,
cdbs,
debhelper (= 7),
default-jdk,
default-jdk-doc,
javahelper (= 0.32~)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Homepage: https://vecmath.dev.java.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/vecmath/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/vecmath/

Modified: trunk/vecmath/debian/copyright
===
--- trunk/vecmath/debian/copyright  2013-04-29 10:25:07 UTC (rev 16587)
+++ trunk/vecmath/debian/copyright  2013-04-29 11:42:10 UTC (rev 16588)
@@ -1,19 +1,17 @@
-This package was intially debianized by Petter Reinholdtsen
-p...@hungry.com on Fri Sep 19 22:12:39 CEST 2008.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Vecmath
+Source: http://java3d.java.net
 
-It was downloaded using CVS from
-:pserver:gu...@cvs.dev.java.net:/cvs
-
-File(s): vecmath/*
-Copyright: 1997-2008 Sun Microsystems, Inc.
-License: GPLv2
+Files: vecmath/*
+Copyright: 1997-2008, Sun Microsystems, Inc.
+License: GPL-2 with classpath exception
  On Debian systems the full text of the GNU General Public License can be found
  in the `/usr/share/common-licenses/GPL-2' file.
-
+ .
  Linking this library statically or dynamically with other modules is making
  a combined work based on this library. Thus, the terms and conditions of the
  GNU General Public License cover the whole combination.
-
+ .
  As a special exception, the copyright holders of this library give you
  permission to link this library with independent modules to produce an
  executable, regardless of the license terms of these independent modules,
@@ -26,7 +24,7 @@
  do so, delete this exception statement from your version.
 
 File(s): debian/*
-Copyright: 2009 Jonny Lamb jo...@debian.org
-License: GPLv2
+Copyright: 2009, Jonny Lamb jo...@debian.org
+License: GPL-2
  On Debian systems the full text of the GNU General Public License can be found
  in the `/usr/share/common-licenses/GPL-2' file.

Modified: trunk/vecmath/debian/watch
===
--- trunk/vecmath/debian/watch  2013-04-29 10:25:07 UTC (rev 16587)
+++ trunk/vecmath/debian/watch  2013-04-29 11:42:10 UTC (rev 16588)
@@ -1,2 +1,2 @@
 version=3
-https://java3d.dev.java.net/binary-builds.html 
.*/vecmath-(\d+)_(\d+)_(\d+)-src.zip
+https://java3d.java.net/binary-builds.html .*/vecmath-(\d+)_(\d+)_(\d+)-src.zip


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


[pkg-java] r16589 - trunk/vecmath/debian

2013-04-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-29 11:51:35 + (Mon, 29 Apr 2013)
New Revision: 16589

Modified:
   trunk/vecmath/debian/copyright
Log:
Fixed the copyright format


Modified: trunk/vecmath/debian/copyright
===
--- trunk/vecmath/debian/copyright  2013-04-29 11:42:10 UTC (rev 16588)
+++ trunk/vecmath/debian/copyright  2013-04-29 11:51:35 UTC (rev 16589)
@@ -23,7 +23,7 @@
  of the library, but you are not obligated to do so. If you do not wish to
  do so, delete this exception statement from your version.
 
-File(s): debian/*
+Files: debian/*
 Copyright: 2009, Jonny Lamb jo...@debian.org
 License: GPL-2
  On Debian systems the full text of the GNU General Public License can be found


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


[pkg-java] r16590 - in tags/libcommons-jexl2-java: . 2.1.1-1 2.1.1-1/debian

2013-04-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-29 13:17:27 + (Mon, 29 Apr 2013)
New Revision: 16590

Added:
   tags/libcommons-jexl2-java/2.1.1-1/
   tags/libcommons-jexl2-java/2.1.1-1/debian/
   tags/libcommons-jexl2-java/2.1.1-1/debian/control
   tags/libcommons-jexl2-java/2.1.1-1/debian/copyright
   tags/libcommons-jexl2-java/2.1.1-1/debian/libcommons-jexl2-java.classpath
   tags/libcommons-jexl2-java/2.1.1-1/debian/maven.properties
   tags/libcommons-jexl2-java/2.1.1-1/debian/rules
Removed:
   tags/libcommons-jexl2-java/2.1.1-1/debian/control
   tags/libcommons-jexl2-java/2.1.1-1/debian/copyright
   tags/libcommons-jexl2-java/2.1.1-1/debian/maven.properties
   tags/libcommons-jexl2-java/2.1.1-1/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-jexl2-java 2.1.1-1

Deleted: tags/libcommons-jexl2-java/2.1.1-1/debian/control
===
--- trunk/libcommons-jexl2-java/debian/control  2013-04-25 12:42:59 UTC (rev 
16567)
+++ tags/libcommons-jexl2-java/2.1.1-1/debian/control   2013-04-29 13:17:27 UTC 
(rev 16590)
@@ -1,34 +0,0 @@
-Source: libcommons-jexl2-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Emmanuel Bourg ebo...@apache.org
-Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.5)
-Build-Depends-Indep: libclirr-maven-plugin-java, libjavacc-maven-plugin-java, 
libcommons-logging-java,  
- libcommons-parent-java (= 22), junit4, default-jdk-doc, 
libcommons-logging-java-doc,  
- libmaven-javadoc-plugin-java 
-Standards-Version: 3.9.4
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-jexl2-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-jexl2-java
-Homepage: http://commons.apache.org/jexl/ 
-
-Package: libcommons-jexl2-java
-Architecture: all
-Depends: ${misc:Depends}, libcommons-logging-java
-Recommends: ${maven:OptionalDepends}
-Suggests: libcommons-jexl2-java-doc
-Description: Commons JEXL
- The Commons Jexl library is an implementation of the JSTL Expression Language
- with extensions.
-
-Package: libcommons-jexl2-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libcommons-jexl2-java
-Description: Documentation for Commons JEXL
- The Commons Jexl library is an implementation of the JSTL Expression Language
- with extensions.
- .
- This package contains the API documentation of libcommons-jexl2-java.

Copied: tags/libcommons-jexl2-java/2.1.1-1/debian/control (from rev 16586, 
trunk/libcommons-jexl2-java/debian/control)
===
--- tags/libcommons-jexl2-java/2.1.1-1/debian/control   
(rev 0)
+++ tags/libcommons-jexl2-java/2.1.1-1/debian/control   2013-04-29 13:17:27 UTC 
(rev 16590)
@@ -0,0 +1,37 @@
+Source: libcommons-jexl2-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
+Uploaders: Emmanuel Bourg ebo...@apache.org
+Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper (= 
1.6.1), javahelper
+Build-Depends-Indep: libclirr-maven-plugin-java, libjavacc-maven-plugin-java, 
libcommons-logging-java,  
+ libcommons-parent-java (= 22), junit4, default-jdk-doc, 
libcommons-logging-java-doc,  
+ libmaven-javadoc-plugin-java 
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-jexl2-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-jexl2-java
+Homepage: http://commons.apache.org/jexl
+
+Package: libcommons-jexl2-java
+Architecture: all
+Depends: ${misc:Depends}, libcommons-logging-java
+Suggests: libcommons-jexl2-java-doc
+Description: Apache Commons JEXL - Java Expression Language
+ JEXL is a library intended to facilitate the implementation of dynamic and
+ scripting features in applications and frameworks written in Java.
+ .
+ JEXL implements an Expression Language based on some extensions to the JSTL
+ Expression Language supporting most of the constructs seen in shell-script
+ or ECMAScript. 
+
+Package: libcommons-jexl2-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libcommons-jexl2-java
+Description: Documentation for Apache Commons JEXL
+ The Commons JEXL library is an implementation of the JSTL Expression Language
+ with extensions.
+ .
+ This package contains the API documentation of libcommons-jexl2-java.

Deleted: tags/libcommons-jexl2-java/2.1.1-1/debian/copyright
===
--- trunk/libcommons-jexl2-java/debian/copyright2013-04-25 12:42:59 UTC 
(rev 16567)
+++ tags/libcommons-jexl2-java/2.1.1-1/debian/copyright 2013-04-29 13:17:27 UTC 
(rev 16590)
@@ -1,17 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals

[SCM] Debian packaging for uimaj branch, master, updated. debian/2.4.0-2-1-g451e6c1

2013-04-29 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 451e6c1422be2146dffdd4c27db3f02d39d1b128
Author: Emmanuel Bourg ebo...@apache.org
Date:   Tue Apr 30 00:37:36 2013 +0200

Removed the dependency on libgeronimo-activation-1.1-spec-java (no longer 
required with Java 6)

diff --git a/debian/changelog b/debian/changelog
index 6e34b09..a76b7fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+uimaj (2.4.0-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Removed the dependency on libgeronimo-activation-1.1-spec-java
+  * Updated Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg ebo...@apache.org  Mon, 29 Apr 2013 17:53:45 +0200
+
 uimaj (2.4.0-2) unstable; urgency=low
 
   * d/patches/java7-compat.diff: Fix FTBFS with Java7.
diff --git a/debian/control b/debian/control
index b7c7b84..83a8d85 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Fabien Poulard fabien.poul...@univ-nantes.fr,
-   Damien Raude-Morvan draz...@debian.org
+   Damien Raude-Morvan draz...@debian.org,
+   Emmanuel Bourg ebo...@apache.org
 Build-Depends: cdbs,
debhelper (= 7),
default-jdk,
@@ -21,7 +22,6 @@ Build-Depends-Indep: ant,
  libaxis-java,
  libbuild-helper-maven-plugin-java,
  libcommons-io-java,
- libgeronimo-activation-1.1-spec-java,
  libjaxp1.3-java,
  liblog4j1.2-java,
  libmaven-install-plugin-java,
@@ -32,7 +32,7 @@ Build-Depends-Indep: ant,
  libxerces2-java,
  libxml-commons-resolver1.1-java,
  xsltproc
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/pkg-java/uimaj.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/uimaj.git
 Homepage: http://uima.apache.org/
@@ -78,7 +78,6 @@ Description: Library to handle Vinci web service protocol
 Package: libuima-adapter-soap-java
 Architecture: all
 Depends: libaxis-java,
- libgeronimo-activation-1.1-spec-java,
  libuima-core-java (= ${source:Version}),
  ${misc:Depends}
 Description: Library to provide SOAP web services within UIMA
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 21a5706..08f7508 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -16,3 +16,4 @@
 
 org.apache.maven.plugins maven-eclipse-plugin maven-plugin * * *
 org.apache.rat apache-rat-plugin maven-plugin * * *
+org.apache.geronimo.specs geronimo-activation_1.0.2_spec * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index b8f591f..d2b7032 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -18,5 +18,4 @@
 
 junit junit jar s/.*/3.x/ * *
 log4j log4j jar s/1\.2\..*/1.2.x/ * *
-org.apache.geronimo.specs 
s/geronimo-activation_1.0.2_spec/geronimo-activation_1.1_spec/ jar s/.*/debian/ 
* *
 org.apache.uima * jar s/.*/debian/ * *

-- 
Debian packaging for uimaj

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


[pkg-java] r16593 - trunk/libjgroups-java/debian

2013-04-30 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-30 10:02:06 + (Tue, 30 Apr 2013)
New Revision: 16593

Modified:
   trunk/libjgroups-java/debian/changelog
   trunk/libjgroups-java/debian/control
   trunk/libjgroups-java/debian/copyright
   trunk/libjgroups-java/debian/rules
   trunk/libjgroups-java/debian/watch
Log:
Updated the watch file to match releases  2.11.0
Removed libbcprov-java from the build dependencies
Added libbcprov-java as a suggested dependency to the binary package
Changed debian/copyright to comply with the DEP5 format
Updated Standards-Version to 3.9.4 (no changes)
Removed the deprecated DMUA flag
Updated the dependency on debhelper (require version = 7)
Removed the unused dependency on ${shlibs:Depends}


Modified: trunk/libjgroups-java/debian/changelog
===
--- trunk/libjgroups-java/debian/changelog  2013-04-30 03:08:26 UTC (rev 
16592)
+++ trunk/libjgroups-java/debian/changelog  2013-04-30 10:02:06 UTC (rev 
16593)
@@ -1,3 +1,17 @@
+libjgroups-java (2.12.2.Final-3) unstable; urgency=low
+
+  * Team upload.
+  * Updated the watch file to match releases  2.11.0
+  * Removed libbcprov-java from the build dependencies
+  * Added libbcprov-java as a suggested dependency to the binary package
+  * Changed debian/copyright to comply with the DEP5 format
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Removed the deprecated DMUA flag
+  * Updated the dependency on debhelper (require version = 7)
+  * Removed the unused dependency on ${shlibs:Depends}
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 30 Apr 2013 10:53:56 +0200
+
 libjgroups-java (2.12.2.Final-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libjgroups-java/debian/control
===
--- trunk/libjgroups-java/debian/control2013-04-30 03:08:26 UTC (rev 
16592)
+++ trunk/libjgroups-java/debian/control2013-04-30 10:02:06 UTC (rev 
16593)
@@ -4,20 +4,20 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org,
  Torsten Werner twer...@debian.org,
- Brian Thomason brian.thoma...@eucalyptus.com
-Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, default-jdk, glassfish-javaee, bsh, junit,
- libxalan2-java, libbcprov-java, libcommons-logging-java,
- liblog4j1.2-java, ant-optional, testng, maven-repo-helper
-Standards-Version: 3.9.2
+ Brian Thomason brian.thoma...@eucalyptus.com,
+ Emmanuel Bourg ebo...@apache.org
+Build-Depends: cdbs, debhelper (= 7)
+Build-Depends-Indep: ant, default-jdk, glassfish-javaee, bsh, junit, 
libxalan2-java,
+ libcommons-logging-java, liblog4j1.2-java, ant-optional, testng, 
maven-repo-helper
+Standards-Version: 3.9.4
 Homepage: http://www.jgroups.org/javagroupsnew/docs/index.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgroups-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgroups-java/
-DM-Upload-Allowed: yes
 
 Package: libjgroups-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
+Suggests: libbcprov-java
 Description: Toolkit for Reliable Multicast Communication
  JGroups is a toolkit for reliable multicast communication.  (Note
  that this doesn't necessarily mean IP Multicast, JGroups can also use

Modified: trunk/libjgroups-java/debian/copyright
===
--- trunk/libjgroups-java/debian/copyright  2013-04-30 03:08:26 UTC (rev 
16592)
+++ trunk/libjgroups-java/debian/copyright  2013-04-30 10:02:06 UTC (rev 
16593)
@@ -1,52 +1,40 @@
-This package was debianized by Varun Hiremath varunhirem...@gmail.com on
-Tue, 24 Apr 2007 17:19:10 +0530.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: JGroups
+Upstream-Contact: Bela Ban b...@yahoo.com
+Source: http://www.jgroups.org
+Comment:
+ Contributors:
+ Gianluca Collot gianl...@tin.it
+ John Georgiadis i.georgia...@doc.ic.ac.uk
+ Jim Menard j...@io.com
+ Filip Hanik fi...@filip.net
+ Vladimir Blagojevic  vladi...@cs.yorku.ca
+ Roman Rokytskyy ro...@gate5.de
+ Ananda Bollu akbo...@users.sf.net
+ Mandar Shinde whizkid_...@users.sf.net
+ Ovidiu Feodorov ovid...@users.sourceforge.net
+ Robert Schaffar-Taurok rob...@fusion.at
+ Chris Lott chrisl...@spamcop.net
+ Chris Mills chris.mi...@jboss.com
 
-It was downloaded from http://www.jgroups.org/javagroupsnew/docs/index.html
+Files: *
+Copyright: 2006, Red Hat, Inc.
+   2005, JBoss Inc., Chris Mills mil...@jboss.com
+   2002, Filip Hanik and Bela Ban
+License: LGPL-2.1
 
-Upstream Author: Bela Ban b...@yahoo.com
+Files: src/org/jgroups/annotations/GuardedBy.java
+   src/org/jgroups/annotations/Immutable.java
+Copyright: 2008, Torsten Werner
+License: LGPL-2.1
 
-Contributors:
-Gianluca Collot gianl...@tin.it
-John Georgiadis i.georgia...@doc.ic.ac.uk
-Jim Menard j...@io.com

[pkg-java] r16594 - trunk/libj2ssh-java/debian

2013-04-30 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-04-30 11:23:02 + (Tue, 30 Apr 2013)
New Revision: 16594

Added:
   trunk/libj2ssh-java/debian/libj2ssh-java.classpath
Modified:
   trunk/libj2ssh-java/debian/changelog
   trunk/libj2ssh-java/debian/control
   trunk/libj2ssh-java/debian/copyright
   trunk/libj2ssh-java/debian/rules
Log:
Removed the old dependencies used with Java 1.3 (Bouncy Castle and Xerces)
Removed the unused dependency on ${shlibs:Depends}
Added the missing runtime dependency on libcommons-logging-java
Added commons-logging.jar in the Class-Path field of the manifest
Changed debian/copyright to comply with the DEP5 format
Updated Standards-Version to 3.9.4 (no changes)


Modified: trunk/libj2ssh-java/debian/changelog
===
--- trunk/libj2ssh-java/debian/changelog2013-04-30 10:02:06 UTC (rev 
16593)
+++ trunk/libj2ssh-java/debian/changelog2013-04-30 11:23:02 UTC (rev 
16594)
@@ -1,3 +1,15 @@
+libj2ssh-java (0.2.9-4) unstable; urgency=low
+
+  * Team upload.
+  * Removed the old dependencies used with Java 1.3 (Bouncy Castle and Xerces)
+  * Removed the unused dependency on ${shlibs:Depends}
+  * Added the missing runtime dependency on libcommons-logging-java
+  * Added commons-logging.jar in the Class-Path field of the manifest
+  * Changed debian/copyright to comply with the DEP5 format
+  * Updated Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 30 Apr 2013 13:19:35 +0200
+
 libj2ssh-java (0.2.9-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libj2ssh-java/debian/control
===
--- trunk/libj2ssh-java/debian/control  2013-04-30 10:02:06 UTC (rev 16593)
+++ trunk/libj2ssh-java/debian/control  2013-04-30 11:23:02 UTC (rev 16594)
@@ -2,17 +2,18 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Varun Hiremath varunhirem...@gmail.com, Kumar Appaiah 
aku...@ee.iitm.ac.in
-Build-Depends: cdbs, debhelper (= 7)
-Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, 
libxerces2-java, libbcprov-java
-Standards-Version: 3.9.2
+Uploaders: Varun Hiremath varunhirem...@gmail.com, Kumar Appaiah 
aku...@ee.iitm.ac.in,
+ Emmanuel Bourg ebo...@apache.org
+Build-Depends: cdbs, debhelper (= 7), javahelper
+Build-Depends-Indep: default-jdk, ant, libcommons-logging-java
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libj2ssh-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libj2ssh-java
 Homepage: http://sshtools.sourceforge.net
 
 Package: libj2ssh-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, libcommons-logging-java
 Description: Java library for the SSH protocol
  J2SSH is an object-orientated Java library implementation of the SSH
  version 2 protocol. It provides a rich, powerful, and extensible SSH

Modified: trunk/libj2ssh-java/debian/copyright
===
--- trunk/libj2ssh-java/debian/copyright2013-04-30 10:02:06 UTC (rev 
16593)
+++ trunk/libj2ssh-java/debian/copyright2013-04-30 11:23:02 UTC (rev 
16594)
@@ -1,40 +1,24 @@
-This package was debianized by Varun Hiremath varunhirem...@gmail.com on
-Fri, 24 Aug 2007 21:21:31 +0530.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SSHTools
+Upstream-Contact: Lee David Painter
+Source: http://sshtools.sourceforge.net
+Comment:
+ Contributors:
+ Brett Smith
+ Richard Pernavas
+ Erwin Bolwidt
+ Sascha Hunold hunoldi...@users.sourceforge.net
 
-It was downloaded from http://sshtools.sourceforge.net/
+Files: *
+Copyright: 2002-2003, Lee David Painter and Contributors.
+  2000, Dieter Wimberger
+  2002, by Manfred Duchrow. All rights reserved.
+License: GPL-2
 
-Upstream Authors:
-   Original author: Lee David Painter
+Files: debian/*
+Copyright: 2007, Varun Hiremath varunhirem...@gmail.com and Kumar Appaiah 
aku...@ee.iitm.ac.in
+License: GPL-2
 
-   Contributors:
-   Brett Smith
-   Richard Pernavas
-   Erwin Bolwidt
-   Sascha Hunold hunoldi...@users.sourceforge.net
-
-Copyright: (C) 2002-2003 Lee David Painter and Contributors.
-  (C) 2000 Dieter Wimberger
-  (C) 2002, by Manfred Duchrow. All rights reserved.
-
-License:
-
-   This package is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
-
-   This package is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License

[SCM] Helper library for the Java 5 Type branch, master, updated. debian/0.1.1-1-2-g0669adb

2013-05-06 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 0669adbffccec03ca6fd367f3d7464732c159d3e
Author: Emmanuel Bourg ebo...@apache.org
Date:   Mon May 6 17:25:02 2013 +0200

Added myself to the uploaders

diff --git a/debian/control b/debian/control
index 18752f2..18e25bd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libjtype-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org
+Uploaders: Torsten Werner twer...@debian.org, Emmanuel Bourg 
ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, maven-debian-helper, default-jdk,
  libjmock2-java
 Standards-Version: 3.9.4

-- 
Helper library for the Java 5 Type

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


[pkg-java] r16598 - in trunk/libfreemarker-java/debian: . patches

2013-05-06 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-05-06 23:15:35 + (Mon, 06 May 2013)
New Revision: 16598

Added:
   trunk/libfreemarker-java/debian/patches/fix-classpath.patch
Removed:
   trunk/libfreemarker-java/debian/patches/class_name.diff
   trunk/libfreemarker-java/debian/patches/disable-jython-extension.patch
Modified:
   trunk/libfreemarker-java/debian/changelog
   trunk/libfreemarker-java/debian/control
   trunk/libfreemarker-java/debian/copyright
   trunk/libfreemarker-java/debian/patches/def-jdk-doc.patch
   trunk/libfreemarker-java/debian/patches/javacc.diff
   trunk/libfreemarker-java/debian/patches/javarebel.diff
   trunk/libfreemarker-java/debian/patches/jsp_api.diff
   trunk/libfreemarker-java/debian/patches/series
   trunk/libfreemarker-java/debian/pom.xml
   trunk/libfreemarker-java/debian/rules
Log:
New upstream release (2.3.19)
Refreshed the patches
Re-enabled Jython support (compilation issue fixed upstream)
Updated Standards-Version to 3.9.4: no changes needed.
debian/copyright: Updated to the Copyright Format 1.0
debian/rules: Improved the clean target to allow rebuilds


Modified: trunk/libfreemarker-java/debian/changelog
===
--- trunk/libfreemarker-java/debian/changelog   2013-05-06 12:55:14 UTC (rev 
16597)
+++ trunk/libfreemarker-java/debian/changelog   2013-05-06 23:15:35 UTC (rev 
16598)
@@ -1,3 +1,15 @@
+libfreemarker-java (2.3.19-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Refreshed the patches
+  * Re-enabled Jython support (compilation issue fixed upstream)
+  * Updated Standards-Version to 3.9.4: no changes needed.
+  * debian/copyright: Updated to the Copyright Format 1.0
+  * debian/rules: Improved the clean target to allow rebuilds
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 07 May 2013 01:10:31 +0200
+
 libfreemarker-java (2.3.18-1) unstable; urgency=low
 
   * New upstream version:

Modified: trunk/libfreemarker-java/debian/control
===
--- trunk/libfreemarker-java/debian/control 2013-05-06 12:55:14 UTC (rev 
16597)
+++ trunk/libfreemarker-java/debian/control 2013-05-06 23:15:35 UTC (rev 
16598)
@@ -4,7 +4,8 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org,
Torsten Werner twer...@debian.org,
-   Damien Raude-Morvan draz...@debian.org
+   Damien Raude-Morvan draz...@debian.org,
+   Emmanuel Bourg ebo...@apache.org
 Build-Depends: ant,
ant-optional,
cdbs,
@@ -34,8 +35,8 @@
libxerces2-java,
libxerces2-java-doc,
maven-repo-helper
-Standards-Version: 3.9.2
-Homepage: http://www.freemarker.org/
+Standards-Version: 3.9.4
+Homepage: http://www.freemarker.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libfreemarker-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libfreemarker-java
 

Modified: trunk/libfreemarker-java/debian/copyright
===
--- trunk/libfreemarker-java/debian/copyright   2013-05-06 12:55:14 UTC (rev 
16597)
+++ trunk/libfreemarker-java/debian/copyright   2013-05-06 23:15:35 UTC (rev 
16598)
@@ -1,47 +1,47 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: FreeMarker
 Upstream-Contact: The Visigoth Software Society
-Source: 
http://sourceforge.net/project/showfiles.php?group_id=794package_id=787
+Source: http://freemarker.sourceforge.net/
 
 Files: *
 Copyright: Copyright 2003 The Visigoth Software Society. All rights reserved.
 License: BSD-4-clause
 
 Files: debian/*
-Copyright: Copyright 2007, Torsten Werner twer...@debian.org
-Copyright: Copyright 2009-2011, Damien Raude-Morvan draz...@debian.org
+Copyright: 2007, Torsten Werner twer...@debian.org
+   2009-2011, Damien Raude-Morvan draz...@debian.org
 License: BSD-4-clause
 
 License: BSD-4-clause
-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.  The end-user documentation included with the redistribution, if any, 
must
-include the following acknowlegement:
-  This product includes software developed by the
-  Visigoth Software Society (http://www.visigoths.org/).
-Alternately, this acknowlegement may appear in the software itself, if and
-wherever such third-party acknowlegements normally appear.
-.
-3.  Neither the name FreeMarker, Visigoth, nor any of the names of the
-project contributors may be used to endorse or promote products derived
-from

[pkg-java] r16602 - in trunk/javacc/debian: . patches

2013-05-07 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-05-07 11:21:29 + (Tue, 07 May 2013)
New Revision: 16602

Added:
   trunk/javacc/debian/patches/series
Modified:
   trunk/javacc/debian/changelog
   trunk/javacc/debian/control
   trunk/javacc/debian/copyright
   trunk/javacc/debian/patches/executables.patch
   trunk/javacc/debian/patches/javacctarget.patch
   trunk/javacc/debian/rules
   trunk/javacc/debian/watch
Log:
Fixed the watch file
Enabled the unit tests
Updated Standards-Version to 3.9.4
Switched to quilt for managing the patches
Removed Michael Koch from the Uploaders list (Closes: #654030)
Replaced the dependency of the documentation package on classpath-doc with 
default-jre-doc
debian/rules: Added a clean target to allow rebuilds
debian/copyright: Updated to the Copyright Format 1.0


Modified: trunk/javacc/debian/changelog
===
--- trunk/javacc/debian/changelog   2013-05-07 05:16:11 UTC (rev 16601)
+++ trunk/javacc/debian/changelog   2013-05-07 11:21:29 UTC (rev 16602)
@@ -1,3 +1,18 @@
+javacc (5.0-5) unstable; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+  * Enabled the unit tests
+  * Updated Standards-Version to 3.9.4
+  * Switched to quilt for managing the patches
+  * Removed Michael Koch from the Uploaders list (Closes: #654030)
+  * Replaced the dependency of the documentation package on classpath-doc
+with default-jre-doc
+  * debian/rules: Added a clean target to allow rebuilds
+  * debian/copyright: Updated to the Copyright Format 1.0
+
+ -- Emmanuel Bourg ebo...@apache.org  Tue, 07 May 2013 13:14:38 +0200
+
 javacc (5.0-4) unstable; urgency=low
 
   [ Torsten Werner ]

Modified: trunk/javacc/debian/control
===
--- trunk/javacc/debian/control 2013-05-07 05:16:11 UTC (rev 16601)
+++ trunk/javacc/debian/control 2013-05-07 11:21:29 UTC (rev 16602)
@@ -2,11 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de
+Uploaders: Emmanuel Bourg ebo...@apache.org
 Build-Depends: ant, debhelper (= 7), cdbs (= 0.4.5.3), default-jdk
 Build-Depends-Indep: ant-optional, libxalan2-java, docbook-to-man, junit, 
maven-repo-helper
-Standards-Version: 3.8.4
-Homepage: http://javacc.dev.java.net/
+Standards-Version: 3.9.4
+Homepage: http://javacc.java.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javacc
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javacc
 
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless, ${misc:Depends}
 Suggests: javacc-doc
-Description: A parser generator for use with Java
+Description: Parser generator for use with Java
  Java Compiler-Compiler (JavaCC) is (according to sun)
  the most popular parser generator for use with Java [tm]
  applications.
@@ -29,7 +29,7 @@
 Package: javacc-doc
 Architecture: all
 Section: doc
-Depends: classpath-doc, ${misc:Depends}
+Depends: default-jdk-doc, ${misc:Depends}
 Suggests: javacc
 Description: Documentation for the JavaCC Parser Generator
  Documentation and examples for JavaCC parser generator.

Modified: trunk/javacc/debian/copyright
===
--- trunk/javacc/debian/copyright   2013-05-07 05:16:11 UTC (rev 16601)
+++ trunk/javacc/debian/copyright   2013-05-07 11:21:29 UTC (rev 16602)
@@ -1,20 +1,63 @@
-This package was debianized by Nicolas Sabouret n...@debian.org on
-Tue, 15 Jul 2003 10:21:45 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: JavaCC
+Upstream-Contact: Sreenivasa Viswanadha sre...@dev.java.net
+Source: http://javacc.java.net
 
-It was downloaded from http://javacc.dev.java.net/
+Files: *
+Copyright: 2005-2006, Kees Jan Koster kjkos...@kjkoster.org
+   2006, Sreenivasa Viswanadha sre...@viswanadha.net
+   2006-2007, Sun Microsystems, Inc.
+   2006, Tim Pizey
+   2007, Paul Cager
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ * Neither the name of the Sun Microsystems, Inc. nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
+ AND ANY EXPRESS OR IMPLIED WARRANTIES

[SCM] Helper library for the Java 5 Type annotated tag, debian/0.1.3-1, created. debian/0.1.3-1

2013-05-07 Thread Emmanuel Bourg
The annotated tag, debian/0.1.3-1 has been created
at  411667294167dbc3659b4c8908940beaa5e6f8d9 (tag)
   tagging  0669adbffccec03ca6fd367f3d7464732c159d3e (commit)
  replaces  debian/0.1.1-1
 tagged by  tony mancill
on  Tue May 7 21:10:24 2013 -0700

- Shortlog 
libjtype-java Debian release 0.1.3-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABAgAGBQJRidAwAAoJECHSBYmXSz6WjOoQAMKqys3Zhawizr5pQjW0oS0b
8noP9uuL/uVd88fofJvYpoSjRMSuuWU9kNH7k+nfnnL8LPzJJ/xL8s9SFxCqC7Wp
LD2qbOKD+S1LdWmgKdPb1KWt/3nA8jJMu5ySbV3HzP5VO5xSQCY4A5Q1yhCM+0ck
i9uVa23a6Bv+UtJi+fqFFpyB3sqdGAcMtuyt44B5x87U0jsKcV0Ihrm1n1zMFkoX
YShEwFTwVeif4NINnRvruuwkqWPvzyMODkZ9bk1qtqw2Lk0TOHCgjRkcVklb23oc
bkPkgrVRT9lO5WakYcbuXuIRhqvNQkJRQOWUvFyO2JXD7TnaIE+qP4ianxH3EmuT
K4khecW+yLNuwyQmrKsX9q6z9hWFVA1FD3uYnc3NPufs2Z9SxQfU6x48CoSo8B/m
3QOJ6LoAX1MJ/ucQpPAx6fENaS22nWi42VEzfIj5XFcVa/G/bYFiD+sr7S/YkUEE
kvr24DtNkc6n08Z1QqXRSjiG/kgKny6SIrkPuoiL8o+mKmV4y0+9awtgwcR/0Cdv
NjrlYFX+SMp0rbuyy1ua1hJRIlZ/ZFjXb1TIpQPwTE+T3AOVpwpFa9oa+p55e/W1
wTaLC2FVwDoCVLsQnzUDC7Z1u/x3xVHlJfroh5EliFwTJDkIecfgHzVOodkePVSa
0zVgp83qjDce24g9nCMv
=ARb0
-END PGP SIGNATURE-

Emmanuel Bourg (2):
  New upstream release (0.1.3)
  Added myself to the uploaders

---

-- 
Helper library for the Java 5 Type

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


[pkg-java] r16614 - in trunk/jcifs/debian: . patches

2013-05-10 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-05-10 14:51:28 + (Fri, 10 May 2013)
New Revision: 16614

Added:
   trunk/jcifs/debian/README.source
Removed:
   trunk/jcifs/debian/README.Debian-source
   trunk/jcifs/debian/libjcifs-java.examples
Modified:
   trunk/jcifs/debian/changelog
   trunk/jcifs/debian/control
   trunk/jcifs/debian/copyright
   trunk/jcifs/debian/libjcifs-java-doc.docs
   trunk/jcifs/debian/patches/0001-fix-index.html.patch
   trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
   trunk/jcifs/debian/rules
Log:
New upstream release (1.3.17)
Updated Standards-Version to 3.9.4
Build-Depends on libservlet3.0-java instead of libservlet2.5-java
Removed the dependency on the JRE (not required for libraries)
The upstream changelog is now included in the package
Removed the examples from the libjcifs-java package
Removed Michael Koch from the Uploaders list (Closes: #654033)
debian/copyright: Updated to the Copyright Format 1.0


Deleted: trunk/jcifs/debian/README.Debian-source
===
--- trunk/jcifs/debian/README.Debian-source 2013-05-09 17:00:39 UTC (rev 
16613)
+++ trunk/jcifs/debian/README.Debian-source 2013-05-10 14:51:28 UTC (rev 
16614)
@@ -1,10 +0,0 @@
-jcifs for Debian
---
-
-The upstream supplied tar.gz package contains prebuild libraries. So,
-the orig-tar.sh script is used to automate rebuilding the tarball.
-
-For step-by-step information on how the orig.tar.sh is obtained,
-please look at the orig-tar.sh present in this directory.
-
- -- Kumar Appaiah aku...@ee.iitm.ac.in, Thu,  8 Nov 2007 23:02:10 +0530

Copied: trunk/jcifs/debian/README.source (from rev 16613, 
trunk/jcifs/debian/README.Debian-source)
===
--- trunk/jcifs/debian/README.source(rev 0)
+++ trunk/jcifs/debian/README.source2013-05-10 14:51:28 UTC (rev 16614)
@@ -0,0 +1,10 @@
+jcifs for Debian
+
+
+The upstream supplied tar.gz package contains prebuild libraries. So,
+the orig-tar.sh script is used to automate rebuilding the tarball.
+
+For step-by-step information on how the orig.tar.sh is obtained,
+please look at the orig-tar.sh present in this directory.
+
+ -- Kumar Appaiah aku...@ee.iitm.ac.in, Thu,  8 Nov 2007 23:02:10 +0530

Modified: trunk/jcifs/debian/changelog
===
--- trunk/jcifs/debian/changelog2013-05-09 17:00:39 UTC (rev 16613)
+++ trunk/jcifs/debian/changelog2013-05-10 14:51:28 UTC (rev 16614)
@@ -1,3 +1,17 @@
+jcifs (1.3.17-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Updated Standards-Version to 3.9.4
+  * Build-Depends on libservlet3.0-java instead of libservlet2.5-java
+  * Removed the dependency on the JRE (not required for libraries)
+  * The upstream changelog is now included in the package
+  * Removed the examples from the libjcifs-java package
+  * Removed Michael Koch from the Uploaders list (Closes: #654033)
+  * debian/copyright: Updated to the Copyright Format 1.0
+
+ -- Emmanuel Bourg ebo...@apache.org  Fri, 10 May 2013 16:45:39 +0200
+
 jcifs (1.3.16-1) unstable; urgency=low
 
   * Team upload

Modified: trunk/jcifs/debian/control
===
--- trunk/jcifs/debian/control  2013-05-09 17:00:39 UTC (rev 16613)
+++ trunk/jcifs/debian/control  2013-05-10 14:51:28 UTC (rev 16614)
@@ -2,19 +2,19 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Kumar Appaiah aku...@ee.iitm.ac.in, Varun Hiremath 
va...@debian.org, Michael Koch konque...@gmx.de
+Uploaders: Kumar Appaiah aku...@ee.iitm.ac.in, Varun Hiremath 
va...@debian.org, Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, ant
-Build-Depends-Indep: libservlet2.5-java
-Standards-Version: 3.8.3
+Build-Depends-Indep: libservlet3.0-java
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jcifs
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jcifs
 Homepage: http://jcifs.samba.org
 
 Package: libjcifs-java
 Architecture: all
-Depends: default-jre | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: ${misc:Depends}
 Suggests: libjcifs-java-doc
-Description: java library for the CIFS/SMB networking protocol
+Description: Java library for the CIFS/SMB networking protocol
  JCIFS is an Open Source client library that implements the CIFS/SMB
  networking protocol in 100% Java. CIFS is the standard file sharing
  protocol on the Microsoft Windows platform (e.g. Map Network Drive ...).
@@ -24,7 +24,7 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: libjcifs-java
-Description: Documentation for libjcifs-java (CIFS/SMB library for java)
+Description: Documentation for libjcifs-java (CIFS/SMB library for Java)
  JCIFS is an Open Source

[SCM] packaging libhibernate3-java branch, master, updated. debian/3.6.9.Final-2-6-gbccf866

2013-05-10 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 85e07220d6456ef6f4ca8df6efe409abd21af140
Author: Emmanuel Bourg ebo...@apache.org
Date:   Sat May 11 00:50:13 2013 +0200

Removed the deprecated DMUA flag

diff --git a/debian/control b/debian/control
index da76ae1..a73c849 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org,
   Damien Raude-Morvan draz...@debian.org, Miguel Landaeta mig...@miguel.cc
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper
 Build-Depends-Indep: glassfish-javaee, libc3p0-java, libehcache-java,
  liboscache-java, libproxool-java, libswarmcache-java,

-- 
packaging libhibernate3-java

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


[SCM] packaging libhibernate3-java branch, master, updated. debian/3.6.9.Final-2-6-gbccf866

2013-05-10 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit bccf866ea228f9d5371b0332b53466a406fa9c60
Author: Emmanuel Bourg ebo...@apache.org
Date:   Sat May 11 00:54:42 2013 +0200

Refreshed the patches

diff --git a/debian/patches/0002-disable-tests-for-entitymanager.patch 
b/debian/patches/0002-disable-tests-for-entitymanager.patch
index b2dd3d1..95dfceb 100644
--- a/debian/patches/0002-disable-tests-for-entitymanager.patch
+++ b/debian/patches/0002-disable-tests-for-entitymanager.patch
@@ -11,11 +11,9 @@ org.hibernate:hibernate-jpamodelgen
  entitymanager/pom.xml |   14 ++
  1 files changed, 14 insertions(+), 0 deletions(-)
 
-diff --git a/project/entitymanager/pom.xml b/project/entitymanager/pom.xml
-index f6fc20c..4ba655d 100644
 --- a/project/hibernate-entitymanager/pom.xml
 +++ b/project/hibernate-entitymanager/pom.xml
-@@ -51,6 +51,7 @@
+@@ -74,6 +74,7 @@
  version${project.version}/version
  scopetest/scope
  /dependency
@@ -23,7 +21,7 @@ index f6fc20c..4ba655d 100644
  dependency
  groupIdorg.jboss.shrinkwrap/groupId
  artifactIdshrinkwrap-api/artifactId
-@@ -64,24 +65,29 @@
+@@ -87,24 +88,29 @@
  scopetest/scope
  /dependency
  dependency
@@ -53,7 +51,7 @@ index f6fc20c..4ba655d 100644
  /dependencies
  
  build
-@@ -114,10 +120,13 @@
+@@ -137,10 +143,13 @@
  /bytecodeInjections
  /configuration
  /plugin
@@ -67,7 +65,7 @@ index f6fc20c..4ba655d 100644
  configuration
  tasks
  property name=target.dir 
value=${project.build.directory}/generated-src/jpamodelgen/
-@@ -134,7 +143,9 @@
+@@ -157,7 +166,9 @@
  idprocess_annotations/id
  phaseprocess-test-sources/phase
  configuration
@@ -77,7 +75,7 @@ index f6fc20c..4ba655d 100644
  
testSourceRoot${project.build.directory}/generated-src/jpamodelgen/testSourceRoot
  /configuration
  goals
-@@ -143,10 +154,12 @@
+@@ -166,10 +177,12 @@
  /execution
  /executions
  /plugin
@@ -90,7 +88,7 @@ index f6fc20c..4ba655d 100644
  source1.5/source
  target1.5/target
  /configuration
-@@ -155,6 +168,7 @@
+@@ -178,6 +191,7 @@
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-surefire-plugin/artifactId
  configuration
@@ -98,4 +96,3 @@ index f6fc20c..4ba655d 100644
  excludes
  exclude**/*TestCase.java/exclude
  /excludes
--- 
diff --git a/debian/patches/0003-fix-up-jdbc4-testing.patch 
b/debian/patches/0003-fix-up-jdbc4-testing.patch
index afb870a..d6d0191 100644
--- a/debian/patches/0003-fix-up-jdbc4-testing.patch
+++ b/debian/patches/0003-fix-up-jdbc4-testing.patch
@@ -6,11 +6,9 @@ Subject: [PATCH] fix up jdbc4-testing
  jdbc4-testing/pom.xml |4 
  1 files changed, 4 insertions(+), 0 deletions(-)
 
-diff --git a/project/jdbc4-testing/pom.xml b/project/jdbc4-testing/pom.xml
-index 062c09c..5f94032 100644
 --- a/project/hibernate-jdbc4-testing/pom.xml
 +++ b/project/hibernate-jdbc4-testing/pom.xml
-@@ -45,11 +45,14 @@
+@@ -50,11 +50,14 @@
  source1.6/source
  target1.6/target
  compilerVersion1.6/compilerVersion
@@ -25,7 +23,7 @@ index 062c09c..5f94032 100644
  plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-surefire-plugin/artifactId
-@@ -57,6 +60,7 @@
+@@ -62,6 +65,7 @@
  jvm${jdk16_home}/bin/java/jvm
  /configuration
  /plugin
@@ -33,4 +31,3 @@ index 062c09c..5f94032 100644
  /plugins
  /build
  
--- 

-- 
packaging libhibernate3-java

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


[SCM] packaging libhibernate3-java branch, master, updated. debian/3.6.9.Final-2-6-gbccf866

2013-05-10 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit ea74215e9231921425384b7a3de0952d357d4fa1
Author: Emmanuel Bourg ebo...@apache.org
Date:   Sat May 11 00:52:47 2013 +0200

Added myself to the uploaders

diff --git a/debian/control b/debian/control
index 6a97d20..aac6560 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org,
-  Damien Raude-Morvan draz...@debian.org, Miguel Landaeta mig...@miguel.cc
+  Damien Raude-Morvan draz...@debian.org, Miguel Landaeta mig...@miguel.cc,
+  Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, default-jdk, maven-debian-helper
 Build-Depends-Indep: glassfish-javaee, libc3p0-java, libehcache-java,
  liboscache-java, libproxool-java, libswarmcache-java,

-- 
packaging libhibernate3-java

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


[SCM] packaging libhibernate3-java branch, master, updated. debian/3.6.9.Final-2-8-g38d5a0e

2013-05-10 Thread Emmanuel Bourg
The following commit has been merged in the master branch:
commit 38d5a0e3caff1c91b7fd683558d52cece0051142
Author: Emmanuel Bourg ebo...@apache.org
Date:   Sat May 11 01:38:31 2013 +0200

Updated the changelog

diff --git a/debian/changelog b/debian/changelog
index cd9b75a..dbec899 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libhibernate3-java (3.6.10.Final-1) unstable; urgency=low
+
+  * Team Upload
+  * New upstream release
+  * Refreshed the patches
+  * Added the main runtime dependencies to libhibernate3-java (Closes: #705412)
+  * Removed the deprecated DMUA flag
+  * Updated Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg ebo...@apache.org  Sat, 11 May 2013 01:38:09 +0200
+
 libhibernate3-java (3.6.9.Final-2) unstable; urgency=low
 
   * Fix FTBFS by don't installing maven artifacts during build time when

-- 
packaging libhibernate3-java

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


[pkg-java] r16615 - in trunk/mysql-connector-java/debian: . patches

2013-05-11 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2013-05-11 21:49:49 + (Sat, 11 May 2013)
New Revision: 16615

Modified:
   trunk/mysql-connector-java/debian/changelog
   trunk/mysql-connector-java/debian/control
   trunk/mysql-connector-java/debian/patches/0001-disable-testsuite.patch
   trunk/mysql-connector-java/debian/patches/0002-java7-compat.patch
   trunk/mysql-connector-java/debian/rules
Log:
New upstream release (5.1.25)
Refreshed the patches
Updated Standards-Version to 3.9.4 (no changes)
debian/rules: Improved the clean target to allow rebuilds


Modified: trunk/mysql-connector-java/debian/changelog
===
--- trunk/mysql-connector-java/debian/changelog 2013-05-10 14:51:28 UTC (rev 
16614)
+++ trunk/mysql-connector-java/debian/changelog 2013-05-11 21:49:49 UTC (rev 
16615)
@@ -1,12 +1,17 @@
-mysql-connector-java (5.1.16-3) UNRELEASED; urgency=low
+mysql-connector-java (5.1.25-1) unstable; urgency=low
 
   * Team upload.
-  * Fix FTBFS with OpenJDK 7.
-  * Bump Standards-Version to 3.9.3. No changes were required.
+  * New upstream release
+  * Refreshed the patches
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * debian/rules: Improved the clean target to allow rebuilds
+
+  [ Miguel Landaeta ] 
+  * Fix FTBFS with OpenJDK 7 (Closes: #706668)
   * Remove Michael Koch from Uploaders list.
 Thanks for your work on this package. (Closes: #654122).
 
- -- Miguel Landaeta mig...@miguel.cc  Wed, 27 Jun 2012 23:37:41 -0430
+ -- Emmanuel Bourg ebo...@apache.org  Sat, 11 May 2013 23:44:09 +0200
 
 mysql-connector-java (5.1.16-2) unstable; urgency=low
 

Modified: trunk/mysql-connector-java/debian/control
===
--- trunk/mysql-connector-java/debian/control   2013-05-10 14:51:28 UTC (rev 
16614)
+++ trunk/mysql-connector-java/debian/control   2013-05-11 21:49:49 UTC (rev 
16615)
@@ -2,11 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
-Uploaders: Marcus Better mar...@better.se
+Uploaders: Marcus Better mar...@better.se, Emmanuel Bourg ebo...@apache.org
 Build-Depends: debhelper (= 7), cdbs, ant, java-gcj-compat-dev, ant-optional
 Build-Depends-Indep: default-jdk, junit, ant-contrib, maven-repo-helper,
  libslf4j-java
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.mysql.com/products/connector/j/
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/mysql-connector-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/mysql-connector-java/

Modified: trunk/mysql-connector-java/debian/patches/0001-disable-testsuite.patch
===
--- trunk/mysql-connector-java/debian/patches/0001-disable-testsuite.patch  
2013-05-10 14:51:28 UTC (rev 16614)
+++ trunk/mysql-connector-java/debian/patches/0001-disable-testsuite.patch  
2013-05-11 21:49:49 UTC (rev 16615)
@@ -6,11 +6,9 @@
  build.xml |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
-diff --git a/build.xml b/build.xml
-index 6ab7c02..2a65115 100644
 --- a/build.xml
 +++ b/build.xml
-@@ -736,7 +736,7 @@ and the full path to the rt.jar from Java-6 with the 
property quot;com.mysql.jd
+@@ -779,7 +779,7 @@
/target
  
  
@@ -19,4 +17,3 @@
/target
  
!-- Compiles the driver itself --
--- 

Modified: trunk/mysql-connector-java/debian/patches/0002-java7-compat.patch
===
--- trunk/mysql-connector-java/debian/patches/0002-java7-compat.patch   
2013-05-10 14:51:28 UTC (rev 16614)
+++ trunk/mysql-connector-java/debian/patches/0002-java7-compat.patch   
2013-05-11 21:49:49 UTC (rev 16615)
@@ -3,13 +3,12 @@
 Forwarded: no
 Last-Update: 2012-06-27
 
 
mysql-connector-java-5.1.16.orig/src/com/mysql/jdbc/JDBC4LoadBalancedMySQLConnection.java
-+++ 
mysql-connector-java-5.1.16/src/com/mysql/jdbc/JDBC4LoadBalancedMySQLConnection.java
-@@ -129,4 +129,24 @@ public class JDBC4LoadBalancedMySQLConne
-   return this.getJDBC4Connection().getClientInfoProviderImpl();
-   
+--- a/src/com/mysql/jdbc/JDBC4LoadBalancedMySQLConnection.java
 b/src/com/mysql/jdbc/JDBC4LoadBalancedMySQLConnection.java
+@@ -135,4 +135,23 @@
}
-+
+   
+   
 +  public void setSchema(String schema) throws SQLException {
 +  throw new UnsupportedOperationException(setSchema);
 +  }

Modified: trunk/mysql-connector-java/debian/rules
===
--- trunk/mysql-connector-java/debian/rules 2013-05-10 14:51:28 UTC (rev 
16614)
+++ trunk/mysql-connector-java/debian/rules 2013-05-11 21:49:49 UTC (rev 
16615)
@@ -24,6 +24,7 @@
 clean::
rm -rf dist
rm -f build-stamp
+   mh_clean
 
 get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename

  1   2   3   4   5   6   7   8   9   10   >