[pkg-java] r13984 - in trunk/jama/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:36:23 + (Sat, 06 Aug 2011)
New Revision: 13984

Added:
   trunk/jama/debian/libjama-java-doc.doc-base
   trunk/jama/debian/libjama-java-doc.docs
   trunk/jama/debian/source/
   trunk/jama/debian/source/format
Removed:
   trunk/jama/debian/libjama-java.docs
Modified:
   trunk/jama/debian/build.xml
   trunk/jama/debian/changelog
   trunk/jama/debian/control
Log:
* Added myself to uploaders.
* Removed dependency on default-jdk. (Closes: #590461)
* Updated Standards-Version to 3.9.1.
* Added Vcs-* and Homepage fields.
* Moved javadoc and examples to a separate package.
  - To get the javadoc, install libjama-java-doc.
* Registered javadoc with docbase.
* Changed to 3.0 (quilt) source format.

Modified: trunk/jama/debian/build.xml
===
--- trunk/jama/debian/build.xml 2011-08-06 08:29:09 UTC (rev 13983)
+++ trunk/jama/debian/build.xml 2011-08-06 08:36:23 UTC (rev 13984)
@@ -60,6 +60,8 @@
description=Create component Javadoc documentation
javadoc packagenames=Jama,Jama.util sourcepath=${source.home} 
destdir=${build.home}/docs/api defaultexcludes=yes
+   
+   link href=/usr/share/doc/default-jdk-doc/api /
/javadoc
   /target
 

Modified: trunk/jama/debian/changelog
===
--- trunk/jama/debian/changelog 2011-08-06 08:29:09 UTC (rev 13983)
+++ trunk/jama/debian/changelog 2011-08-06 08:36:23 UTC (rev 13984)
@@ -1,3 +1,16 @@
+jama (1.0.2-4) unstable; urgency=low
+
+  * Added myself to uploaders.
+  * Removed dependency on default-jdk. (Closes: #590461)
+  * Updated Standards-Version to 3.9.1.
+  * Added Vcs-* and Homepage fields.
+  * Moved javadoc and examples to a separate package.
+- To get the javadoc, install libjama-java-doc.
+  * Registered javadoc with docbase.
+  * Changed to 3.0 (quilt) source format.
+
+ -- Melvin Winstrøm-Møller mithun...@gmail.com  Wed, 28 Jul 2010 17:20:52 
+0200
+
 jama (1.0.2-3) unstable; urgency=low
 
   * (Build-)Depends on default-jdk.

Modified: trunk/jama/debian/control
===
--- trunk/jama/debian/control   2011-08-06 08:29:09 UTC (rev 13983)
+++ trunk/jama/debian/control   2011-08-06 08:36:23 UTC (rev 13984)
@@ -2,14 +2,18 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 7), cdbs, ant, default-jdk
-Standards-Version: 3.8.3
+Uploaders: Michael Koch konque...@gmx.de, Melvin Winstrøm-Møller 
mithun...@gmail.com
+Build-Depends: debhelper (= 7), cdbs, ant, default-jdk, default-jdk-doc
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jama
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jama/
+Homepage: http://math.nist.gov/javanumerics/jama/
 
 Package: libjama-java
 Architecture: all
-Depends: default-jdk, ${misc:Depends}
-Description: a basic linear algebra library for java
+Depends: ${misc:Depends}
+Suggests: libjama-java-doc
+Description: a basic linear algebra library for Java
  Provides fundamental operations of numerical linear algebra. The package 
  provides five matrix decompositions. These decompositions are accessed by
  the Matrix class to compute solutions of simultaneous linear equations,
@@ -21,3 +25,24 @@
   * QR Decomposition of rectangular matrices
   * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
   * Singular Value Decomposition of rectangular matrices
+
+Package: libjama-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc,
+Suggests: libjama-java
+Description: a basic linear algebra library for Java (documentation)
+ Provides fundamental operations of numerical linear algebra. The package
+ provides five matrix decompositions. These decompositions are accessed by
+ the Matrix class to compute solutions of simultaneous linear equations,
+ determinants, inverses and other matrix functions.
+ .
+ The five decompositions are:
+  * Cholesky Decomposition of symmetric, positive definite matrices
+  * LU Decomposition (Gaussian elimination) of rectangular matrices
+  * QR Decomposition of rectangular matrices
+  * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
+  * Singular Value Decomposition of rectangular matrices
+ .
+ This package contains the documentation of libjama-java.

Added: trunk/jama/debian/libjama-java-doc.doc-base
===
--- trunk/jama/debian/libjama-java-doc.doc-base (rev 0)
+++ trunk/jama/debian/libjama-java-doc.doc-base 2011-08-06 08:36:23 UTC (rev 
13984)
@@ -0,0 +1,12 @@
+Document: libjama-java
+Title: JAMA: a basic linear algebra library for Java
+Author: The MathWorks and NIST
+Abstract: JAMA 

[pkg-java] r13985 - in tags/jama: . 1.0.2-4/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:38:20 + (Sat, 06 Aug 2011)
New Revision: 13985

Added:
   tags/jama/1.0.2-4/
   tags/jama/1.0.2-4/debian/build.xml
   tags/jama/1.0.2-4/debian/changelog
   tags/jama/1.0.2-4/debian/control
   tags/jama/1.0.2-4/debian/libjama-java-doc.doc-base
   tags/jama/1.0.2-4/debian/libjama-java-doc.docs
   tags/jama/1.0.2-4/debian/source/
Removed:
   tags/jama/1.0.2-4/debian/build.xml
   tags/jama/1.0.2-4/debian/changelog
   tags/jama/1.0.2-4/debian/control
   tags/jama/1.0.2-4/debian/libjama-java.docs
Log:
[svn-buildpackage] Tagging jama 1.0.2-4

Deleted: tags/jama/1.0.2-4/debian/build.xml
===
--- trunk/jama/debian/build.xml 2011-08-06 08:29:09 UTC (rev 13983)
+++ tags/jama/1.0.2-4/debian/build.xml  2011-08-06 08:38:20 UTC (rev 13985)
@@ -1,66 +0,0 @@
-project name=Jama default=compile basedir=..
-
-!-- == Component Declarations  --
-
-  !-- The name of this component --
-  property name=component.name value=jama/
-
-  !-- The base directory for compilation targets --
-  property name=build.home value=${basedir}/target/
-
-  !-- The base directory for component sources --
-  property name=source.home value=${basedir}/src/
- 
-!-- == Compiler Defaults = --
-
-
-  !-- Should Java compilations set the 'debug' compiler option? --
-  property name=compile.debug value=true/
-
-  !-- Should Java compilations set the 'deprecation' compiler option? --
-  property name=compile.deprecation value=false/
-
-  !-- Should Java compilations set the 'optimize' compiler option? --
-  property name=compile.optimize value=false/
-
-!-- == Executable Targets  --
- 
-  target name=prepare description=Prepare build directory
-mkdir dir=${build.home}/
-mkdir dir=${build.home}/classes/
-mkdir dir=${build.home}/docs/
-mkdir dir=${build.home}/docs/api/
-  /target
-
-  target name=compile depends=prepare
-javac srcdir=${source.home}
-   destdir=${build.home}/classes
-   debug=${compile.debug}
-   deprecation=${compile.deprecation}
-   optimize=${compile.optimize}
-  verbose=no
-   source=1.3 nowarn=yes
-  exclude name=Jama/examples/**/
-  exclude name=Jama/test/**/
-/javac
-jar jarfile=${build.home}/${component.name}.jar
- basedir=${build.home}/classes
-/jar
-  /target
-
-  target name=clean
-   description=Clean build and distribution directories
-delete dir=${build.home}/
-  /target
-
-  target name=all depends=clean,compile,javadoc
-   description=Clean and compile all components/
-
-  target name=javadoc depends=prepare
-   description=Create component Javadoc documentation
-   javadoc packagenames=Jama,Jama.util sourcepath=${source.home} 
-   destdir=${build.home}/docs/api defaultexcludes=yes
-   /javadoc
-  /target
-
-/project

Copied: tags/jama/1.0.2-4/debian/build.xml (from rev 13984, 
trunk/jama/debian/build.xml)
===
--- tags/jama/1.0.2-4/debian/build.xml  (rev 0)
+++ tags/jama/1.0.2-4/debian/build.xml  2011-08-06 08:38:20 UTC (rev 13985)
@@ -0,0 +1,68 @@
+project name=Jama default=compile basedir=..
+
+!-- == Component Declarations  --
+
+  !-- The name of this component --
+  property name=component.name value=jama/
+
+  !-- The base directory for compilation targets --
+  property name=build.home value=${basedir}/target/
+
+  !-- The base directory for component sources --
+  property name=source.home value=${basedir}/src/
+ 
+!-- == Compiler Defaults = --
+
+
+  !-- Should Java compilations set the 'debug' compiler option? --
+  property name=compile.debug value=true/
+
+  !-- Should Java compilations set the 'deprecation' compiler option? --
+  property name=compile.deprecation value=false/
+
+  !-- Should Java compilations set the 'optimize' compiler option? --
+  property name=compile.optimize value=false/
+
+!-- == Executable Targets  --
+ 
+  target name=prepare description=Prepare build directory
+mkdir dir=${build.home}/
+mkdir dir=${build.home}/classes/
+mkdir dir=${build.home}/docs/
+mkdir dir=${build.home}/docs/api/
+  /target
+
+  target name=compile depends=prepare
+javac srcdir=${source.home}
+   destdir=${build.home}/classes
+   debug=${compile.debug}
+   deprecation=${compile.deprecation}
+   optimize=${compile.optimize}
+  verbose=no
+   source=1.3 nowarn=yes
+  exclude name=Jama/examples/**/
+  exclude name=Jama/test/**/
+/javac
+jar jarfile=${build.home}/${component.name}.jar
+ basedir=${build.home}/classes
+   

[pkg-java] r13986 - trunk/jaranalyzer/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:40:23 + (Sat, 06 Aug 2011)
New Revision: 13986

Modified:
   trunk/jaranalyzer/debian/changelog
   trunk/jaranalyzer/debian/control
Log:
* Team upload.
* Orphaning package.

Modified: trunk/jaranalyzer/debian/changelog
===
--- trunk/jaranalyzer/debian/changelog  2011-08-06 08:38:20 UTC (rev 13985)
+++ trunk/jaranalyzer/debian/changelog  2011-08-06 08:40:23 UTC (rev 13986)
@@ -1,3 +1,10 @@
+jaranalyzer (1.2-5) unstable; urgency=low
+
+  * Team upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 10:38:06 +0200
+
 jaranalyzer (1.2-4) unstable; urgency=low
 
   * closes: #540175

Modified: trunk/jaranalyzer/debian/control
===
--- trunk/jaranalyzer/debian/control2011-08-06 08:38:20 UTC (rev 13985)
+++ trunk/jaranalyzer/debian/control2011-08-06 08:40:23 UTC (rev 13986)
@@ -1,8 +1,7 @@
 Source: jaranalyzer
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Florian Grandel jerico@gmail.com
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: cdbs, debhelper ( 5), javahelper, tofrodos, ant-optional, 
quilt, default-jdk
 Build-Depends-Indep: junit, libbcel-java, libregexp-java, help2man
 Standards-Version: 3.8.2


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


[pkg-java] r13987 - in tags/jaranalyzer: . 1.2-5/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:41:53 + (Sat, 06 Aug 2011)
New Revision: 13987

Added:
   tags/jaranalyzer/1.2-5/
   tags/jaranalyzer/1.2-5/debian/changelog
   tags/jaranalyzer/1.2-5/debian/control
Removed:
   tags/jaranalyzer/1.2-5/debian/changelog
   tags/jaranalyzer/1.2-5/debian/control
Log:
[svn-buildpackage] Tagging jaranalyzer 1.2-5

Deleted: tags/jaranalyzer/1.2-5/debian/changelog
===
--- trunk/jaranalyzer/debian/changelog  2011-08-06 08:38:20 UTC (rev 13985)
+++ tags/jaranalyzer/1.2-5/debian/changelog 2011-08-06 08:41:53 UTC (rev 
13987)
@@ -1,34 +0,0 @@
-jaranalyzer (1.2-4) unstable; urgency=low
-
-  * closes: #540175
-   + added default-jdk to Build-Depends
-   + set JAVA_HOME to /usr/lib/jvm/default-java
-   + thanks to Michael Bienia ge...@ubuntu.com and Marcus Better
-   mar...@better.se for reporting/patching
-  * updated standards version
-  * added ${misc:Depends}
-  * added Vcs-* entries
-  * added header to patch
-  * added README.source
-  * closes: #543089
-
- -- Florian Grandel jerico@gmail.com  Fri, 14 Aug 2009 09:18:41 -0300
-
-jaranalyzer (1.2-3) unstable; urgency=low
-
-  * Added missing copyright note for jaranalyzer.xls
-
- -- Florian Grandel jerico@gmail.com  Tue, 05 Aug 2008 01:46:29 -0300
-
-jaranalyzer (1.2-2) unstable; urgency=low
-
-  * Removed versioned jar, removed manual install steps, thx to Matthew Johnson
-
- -- Florian Grandel jerico@gmail.com  Tue, 22 Jul 2008 14:09:11 -0300
-
-jaranalyzer (1.2-1) unstable; urgency=low
-
-  * Initial release. (Closes: #489164)
-  * Includes propositions by Manual Prinz and Matthew Johnson
-
- -- Florian Grandel jerico@gmail.com  Thu, 17 Jul 2008 19:47:14 -0300

Copied: tags/jaranalyzer/1.2-5/debian/changelog (from rev 13986, 
trunk/jaranalyzer/debian/changelog)
===
--- tags/jaranalyzer/1.2-5/debian/changelog (rev 0)
+++ tags/jaranalyzer/1.2-5/debian/changelog 2011-08-06 08:41:53 UTC (rev 
13987)
@@ -0,0 +1,41 @@
+jaranalyzer (1.2-5) unstable; urgency=low
+
+  * Team upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 10:38:06 +0200
+
+jaranalyzer (1.2-4) unstable; urgency=low
+
+  * closes: #540175
+   + added default-jdk to Build-Depends
+   + set JAVA_HOME to /usr/lib/jvm/default-java
+   + thanks to Michael Bienia ge...@ubuntu.com and Marcus Better
+   mar...@better.se for reporting/patching
+  * updated standards version
+  * added ${misc:Depends}
+  * added Vcs-* entries
+  * added header to patch
+  * added README.source
+  * closes: #543089
+
+ -- Florian Grandel jerico@gmail.com  Fri, 14 Aug 2009 09:18:41 -0300
+
+jaranalyzer (1.2-3) unstable; urgency=low
+
+  * Added missing copyright note for jaranalyzer.xls
+
+ -- Florian Grandel jerico@gmail.com  Tue, 05 Aug 2008 01:46:29 -0300
+
+jaranalyzer (1.2-2) unstable; urgency=low
+
+  * Removed versioned jar, removed manual install steps, thx to Matthew Johnson
+
+ -- Florian Grandel jerico@gmail.com  Tue, 22 Jul 2008 14:09:11 -0300
+
+jaranalyzer (1.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #489164)
+  * Includes propositions by Manual Prinz and Matthew Johnson
+
+ -- Florian Grandel jerico@gmail.com  Thu, 17 Jul 2008 19:47:14 -0300

Deleted: tags/jaranalyzer/1.2-5/debian/control
===
--- trunk/jaranalyzer/debian/control2011-08-06 08:38:20 UTC (rev 13985)
+++ tags/jaranalyzer/1.2-5/debian/control   2011-08-06 08:41:53 UTC (rev 
13987)
@@ -1,21 +0,0 @@
-Source: jaranalyzer
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Florian Grandel jerico@gmail.com
-Build-Depends: cdbs, debhelper ( 5), javahelper, tofrodos, ant-optional, 
quilt, default-jdk
-Build-Depends-Indep: junit, libbcel-java, libregexp-java, help2man
-Standards-Version: 3.8.2
-Homepage: http://www.kirkk.com/main/Main/JarAnalyzer
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jaranalyzer/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jaranalyzer
-
-Package: jaranalyzer
-Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Suggests: graphviz, xsltproc
-Description: Dependency management utility for jar files
- JarAnalyzer's primary purpose is to traverse through a directory,
- parse each of the jar files in that directory, and identify the
- dependencies between the jar files. The output is an xml or graphviz
- file representing the dependencies between the jar files.

Copied: tags/jaranalyzer/1.2-5/debian/control (from rev 13986, 
trunk/jaranalyzer/debian/control)
===
--- tags/jaranalyzer/1.2-5/debian/control   (rev 0)
+++ tags/jaranalyzer/1.2-5/debian/control   2011-08-06 08:41:53 UTC (rev

[pkg-java] r13988 - old trunk

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:43:15 + (Sat, 06 Aug 2011)
New Revision: 13988

Added:
   old/jaranalyzer/
Removed:
   trunk/jaranalyzer/
Log:
orphaning package


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


[pkg-java] r13989 - trunk/java-snmp/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:46:49 + (Sat, 06 Aug 2011)
New Revision: 13989

Modified:
   trunk/java-snmp/debian/changelog
   trunk/java-snmp/debian/control
Log:
* Team upload.
* Orphaning package.

Modified: trunk/java-snmp/debian/changelog
===
--- trunk/java-snmp/debian/changelog2011-08-06 08:43:15 UTC (rev 13988)
+++ trunk/java-snmp/debian/changelog2011-08-06 08:46:49 UTC (rev 13989)
@@ -1,3 +1,10 @@
+java-snmp (1.4.2-3) unstable; urgency=low
+
+  * Team upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 10:44:05 +0200
+
 java-snmp (1.4.2-2) unstable; urgency=low
 
   * (Build-)Depends on default-jdk.

Modified: trunk/java-snmp/debian/control
===
--- trunk/java-snmp/debian/control  2011-08-06 08:43:15 UTC (rev 13988)
+++ trunk/java-snmp/debian/control  2011-08-06 08:46:49 UTC (rev 13989)
@@ -1,8 +1,7 @@
 Source: java-snmp
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Morten Werner Forsbring wer...@debian.org, Michael Koch 
konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 7), cdbs, ant, default-jdk
 Standards-Version: 3.8.3
 Homepage: http://gicl.cs.drexel.edu/people/sevy/snmp/


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


[pkg-java] r13990 - in tags/java-snmp: . 1.4.2-3/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:47:52 + (Sat, 06 Aug 2011)
New Revision: 13990

Added:
   tags/java-snmp/1.4.2-3/
   tags/java-snmp/1.4.2-3/debian/changelog
   tags/java-snmp/1.4.2-3/debian/control
Removed:
   tags/java-snmp/1.4.2-3/debian/changelog
   tags/java-snmp/1.4.2-3/debian/control
Log:
[svn-buildpackage] Tagging java-snmp 1.4.2-3

Deleted: tags/java-snmp/1.4.2-3/debian/changelog
===
--- trunk/java-snmp/debian/changelog2011-08-06 08:43:15 UTC (rev 13988)
+++ tags/java-snmp/1.4.2-3/debian/changelog 2011-08-06 08:47:52 UTC (rev 
13990)
@@ -1,81 +0,0 @@
-java-snmp (1.4.2-2) unstable; urgency=low
-
-  * (Build-)Depends on default-jdk.
-  * Build-Depends on debhelper = 7.
-  * Moved cdbs, dehbhelper and ant to Build-Depends.
-  * Let package Depends on ${misc:Depends}.
-  * Moved package to section 'java'.
-  * Removed Wolfgang and added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Tue, 15 Sep 2009 07:38:36 +0200
-
-java-snmp (1.4.2-1) unstable; urgency=low
-
-  * New upstream release.
- - used dos2unix -b -d on source/snmp/SNMPVarBindList.java and
-   source/snmp/SNMPBitString.java before creating the .orig.tar.gz
-   to be able to continue applying the debian/patches/*
- - remove patches/010_build_clean_target.diff (included upstream)
-  * Bumped standards-version to 3.7.3 (no changes).
-  * Added Homepage-field to debian/control.
-  * Changed my lastname.
-
- -- Morten Werner Forsbring wer...@debian.org  Tue, 27 Dec 2007 11:22:14 
+0200
-
-java-snmp (1.4-5) unstable; urgency=low
-
-  * Added new clean-target patch from upstream (although it doesn't
-work as the patch is reverted before 'ant clean' is called).
-  * Updated upstream URL in debian/copyright.
-  * Changed my uploader address. :)
-
- -- Morten Werner Olsen wer...@debian.org  Thu, 23 Mar 2006 00:01:58 +0100
-
-java-snmp (1.4-4) unstable; urgency=low
-
-  * kaffe compiler transition 
-
- -- Wolfgang Baer wb...@gmx.de  Mon, 16 Jan 2006 11:34:30 +0100
-
-java-snmp (1.4-3) unstable; urgency=low
-
-  * Corrected maintainer address for pkg-java maintainers (closes: #326749)
-  * Fixed FTBS - correcte ANT_HOME (closes: #334628)
-  * Fixed kaffe epoch in Depends and added a java2-runtime alternative
-  * Added myself to uploaders
-
- --  Wolfgang Baer wb...@gmx.de  Wed, 19 Oct 2005 13:06:19 +
-
-java-snmp (1.4-2) unstable; urgency=low
-
-  * Changing Build-Depends-Indep from libant1.6-java to ant.
-  * Bumping Standards-Version to 3.6.2 (no changes needed).
-  * Moving java-snmp into the pkg-java project at Alioth, changing Maintainer
-to debian-j...@lists.debian.org and add myself as Uploader.
-  * Adding dependency to a Java runtime environment (thanks to Michael Koch
-for pointing this out). Closes: #326469
-
- -- Morten Werner Olsen wer...@skolelinux.no  Sun,  4 Sep 2005 10:59:55 +0200
-
-java-snmp (1.4-1) unstable; urgency=low
-
-  * New upstream version.
-  * Added an empty clean-target in build.xml to make use of cdbs' ant-class.
-  * Added trailing newlines to some of the files in debian/ (thanks to
-Petter Reinholdtsen for pointing this out).
-  * Started using cdbs' simple patching system.
-  * debian/patches/020_shadowing_SNMPVarBindList, fixing a shadowing warning
-in source/snmp/SNMPVarBindList.java (thanks to Petter Reinholdtsen for
-pointing this out and making a patch).
-  * debian/patches/030_shadowing_SNMPBitString, fixing a shadowing warning in
-source/snmp/SNMPBitString.java (thanks to Petter Reinholdtsen for pointing
-this out and making a patch).
-
- -- Morten Werner Olsen wer...@skolelinux.no  Mon, 21 Mar 2005 20:15:17 +0100
-
-java-snmp (1.3-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Morten Werner Olsen wer...@skolelinux.no  Wed, 15 Dec 2004 15:33:08 +0100

Copied: tags/java-snmp/1.4.2-3/debian/changelog (from rev 13989, 
trunk/java-snmp/debian/changelog)
===
--- tags/java-snmp/1.4.2-3/debian/changelog (rev 0)
+++ tags/java-snmp/1.4.2-3/debian/changelog 2011-08-06 08:47:52 UTC (rev 
13990)
@@ -0,0 +1,88 @@
+java-snmp (1.4.2-3) unstable; urgency=low
+
+  * Team upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 10:44:05 +0200
+
+java-snmp (1.4.2-2) unstable; urgency=low
+
+  * (Build-)Depends on default-jdk.
+  * Build-Depends on debhelper = 7.
+  * Moved cdbs, dehbhelper and ant to Build-Depends.
+  * Let package Depends on ${misc:Depends}.
+  * Moved package to section 'java'.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Tue, 15 Sep 2009 07:38:36 +0200
+
+java-snmp (1.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+ - used dos2unix -b -d on source/snmp/SNMPVarBindList.java and
+   source

[pkg-java] r13991 - old trunk

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:48:35 + (Sat, 06 Aug 2011)
New Revision: 13991

Added:
   old/java-snmp/
Removed:
   trunk/java-snmp/
Log:
orphaning package


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


Bug#636841: O: java-snmp

2011-08-06 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


[pkg-java] r13992 - in trunk/jaxme: . debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 08:57:05 + (Sat, 06 Aug 2011)
New Revision: 13992

Added:
   trunk/jaxme/debian/
Removed:
   trunk/jaxme/jaxme/
   trunk/jaxme/jaxme_0.5.2+dfsg.orig.tar.gz
Log:
clean up svn tree



Property changes on: trunk/jaxme/debian
___
Added: svn:ignore
   + files
libjaxme-java
*.debhelper

Added: mergeWithUpstream
   + 1

Deleted: trunk/jaxme/jaxme_0.5.2+dfsg.orig.tar.gz
===
(Binary files differ)


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


[pkg-java] r13993 - in trunk/jaxme/debian: . patches source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 09:03:17 + (Sat, 06 Aug 2011)
New Revision: 13993

Added:
   trunk/jaxme/debian/patches/
   trunk/jaxme/debian/patches/series
   trunk/jaxme/debian/patches/upstream.diff
   trunk/jaxme/debian/source/
   trunk/jaxme/debian/source/format
Removed:
   trunk/jaxme/debian/dirs
   trunk/jaxme/debian/svn-deblayout
Modified:
   trunk/jaxme/debian/changelog
   trunk/jaxme/debian/control
Log:
* Team upload.
* Switch to source format 3.0.
* Add Depends: ${misc:Depends}.
* Remove Java runtime dependencies.

Modified: trunk/jaxme/debian/changelog
===
--- trunk/jaxme/debian/changelog2011-08-06 08:57:05 UTC (rev 13992)
+++ trunk/jaxme/debian/changelog2011-08-06 09:03:17 UTC (rev 13993)
@@ -1,3 +1,12 @@
+jaxme (0.5.2+dfsg-4) unstable; urgency=low
+
+  * Team upload.
+  * Switch to source format 3.0.
+  * Add Depends: ${misc:Depends}.
+  * Remove Java runtime dependencies.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 11:00:35 +0200
+
 jaxme (0.5.2+dfsg-3) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/jaxme/debian/control
===
--- trunk/jaxme/debian/control  2011-08-06 08:57:05 UTC (rev 13992)
+++ trunk/jaxme/debian/control  2011-08-06 09:03:17 UTC (rev 13993)
@@ -12,7 +12,7 @@
 
 Package: libjaxme-java
 Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless, liblog4j1.2-java, libcommons-codec-java
+Depends: ${misc:Depends}, liblog4j1.2-java, libcommons-codec-java
 Suggests: libjaxme-java-doc
 Description: implementation of the JAXB specification for Java/XML binding
  A Java/XML binding compiler takes as input a schema description. The output 
@@ -28,6 +28,7 @@
 Package: libjaxme-java-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Replaces: libjaxme-java (= 0.5.2+dfsg-2)
 Description: documentation of the JAXB specification for Java/XML binding
  A Java/XML binding compiler takes as input a schema description. The output 

Deleted: trunk/jaxme/debian/dirs
===
--- trunk/jaxme/debian/dirs 2011-08-06 08:57:05 UTC (rev 13992)
+++ trunk/jaxme/debian/dirs 2011-08-06 09:03:17 UTC (rev 13993)
@@ -1 +0,0 @@
-usr/share/java

Added: trunk/jaxme/debian/patches/series
===
--- trunk/jaxme/debian/patches/series   (rev 0)
+++ trunk/jaxme/debian/patches/series   2011-08-06 09:03:17 UTC (rev 13993)
@@ -0,0 +1 @@
+upstream.diff

Added: trunk/jaxme/debian/patches/upstream.diff
===
--- trunk/jaxme/debian/patches/upstream.diff(rev 0)
+++ trunk/jaxme/debian/patches/upstream.diff2011-08-06 09:03:17 UTC (rev 
13993)
@@ -0,0 +1,363 @@
+--- jaxme-0.5.2+dfsg.orig/jaxme.properties
 jaxme-0.5.2+dfsg/jaxme.properties
+@@ -0,0 +1,2 @@
++preqs=/usr/share/java
++javax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
+--- jaxme-0.5.2+dfsg.orig/build.xml
 jaxme-0.5.2+dfsg/build.xml
+@@ -34,7 +34,7 @@
+include name=prerequisites/junit*.jar/
+include name=prerequisites/log4j*.jar/
+include name=prerequisites/xercesImpl.jar/
+-   include name=prerequisites/xml-apis-1.3.02.jar/
++   include name=prerequisites/xml-apis.jar/
+include name=prerequisites/xmldb-api-*.jar/
+  /tarfileset
+  tarfileset prefix=ws-jaxme-${version}/docs 
dir=${build.site}/
+--- jaxme-0.5.2+dfsg.orig/ant/pm.xml
 jaxme-0.5.2+dfsg/ant/pm.xml
+@@ -37,9 +37,9 @@
+ pathelement location=${dist}/jaxmexs-${version}.jar/
+ pathelement location=${dist}/jaxme2-${version}.jar/
+ pathelement location=${preqs}/beaver.jar/   
+-pathelement location=${preqs}/hsqldb-1.7.1.jar/
++pathelement location=${preqs}/hsqldb.jar/
+ pathelement location=${preqs}/ant.jar/
+-pathelement location=${preqs}/xml-apis-1.3.02.jar/
++pathelement location=${preqs}/xml-apis.jar/
+ pathelement location=${preqs}/xercesImpl.jar/
+ pathelement location=${preqs}/xmldb-api-20021118.jar/
+ !-- These aren't in the CVS and aren't necessary for the build --
+@@ -73,6 +73,7 @@
+ source=1.3 target=1.3
+ srcdir=${src.pm}
+ exclude name=org/apache/ws/jaxme/pm/junit/**/*/
++exclude name=org/apache/ws/jaxme/pm/xmldb/*/
+ exclude name=org/apache/ws/jaxme/**/api4j/* 
unless=have.inoapi4j/
+ exclude name=org/apache/ws/jaxme/pm/ino/URLEncoder14.java 
unless=have14/   
+ /javac
+--- jaxme-0.5.2+dfsg.orig/ant/xs.xml
 jaxme-0.5.2+dfsg/ant/xs.xml
+@@ -23,7 +23,7 @@
+ property name=src.xs location

[pkg-java] r13994 - trunk/jaxme/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 09:07:17 + (Sat, 06 Aug 2011)
New Revision: 13994

Modified:
   trunk/jaxme/debian/rules
Log:
create missing directory


Modified: trunk/jaxme/debian/rules
===
--- trunk/jaxme/debian/rules2011-08-06 09:03:17 UTC (rev 13993)
+++ trunk/jaxme/debian/rules2011-08-06 09:07:17 UTC (rev 13994)
@@ -52,6 +52,7 @@
dh_testroot
dh_installchangelogs
dh_installdocs
+   mkdir -p $(JAVALIBDIR)
mkdir -p $(INSTALLDIR)/usr/share/doc/$(PKGNAME)
mkdir -p $(INSTALLDIR)-doc/usr/share/doc/$(PKGNAME)
mkdir -p $(INSTALLDIR)-doc/usr/share/doc/$(PKGNAME)-doc


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


[pkg-java] r13995 - tags/jaxme

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 09:14:03 + (Sat, 06 Aug 2011)
New Revision: 13995

Added:
   tags/jaxme/0.5.2+dfsg-4/
Log:
[svn-buildpackage] Tagging jaxme 0.5.2+dfsg-4


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


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

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 14:56:13 + (Sat, 06 Aug 2011)
New Revision: 13996

Added:
   trunk/jcifs/debian/patches/0001-fix-index.html.patch
   trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
   trunk/jcifs/debian/patches/series
   trunk/jcifs/debian/source/
   trunk/jcifs/debian/source/format
Removed:
   trunk/jcifs/debian/patches/02_index_doc_relative.patch
Modified:
   trunk/jcifs/debian/changelog
   trunk/jcifs/debian/rules
Log:
* Team upload
* New upstream release.
* Switch to source format 3.0.
* Add another patch that removed the path to a non-existent compiler.

Modified: trunk/jcifs/debian/changelog
===
--- trunk/jcifs/debian/changelog2011-08-06 09:14:03 UTC (rev 13995)
+++ trunk/jcifs/debian/changelog2011-08-06 14:56:13 UTC (rev 13996)
@@ -1,3 +1,12 @@
+jcifs (1.3.16-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release.
+  * Switch to source format 3.0.
+  * Add another patch that removed the path to a non-existent compiler.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 16:51:13 +0200
+
 jcifs (1.3.12-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/jcifs/debian/patches/0001-fix-index.html.patch
===
--- trunk/jcifs/debian/patches/0001-fix-index.html.patch
(rev 0)
+++ trunk/jcifs/debian/patches/0001-fix-index.html.patch2011-08-06 
14:56:13 UTC (rev 13996)
@@ -0,0 +1,60 @@
+From: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
+Date: Sat, 6 Aug 2011 16:41:45 +0200
+Subject: [PATCH] fix index.html
+
+---
+ docs/index.html |   22 ++
+ 1 files changed, 10 insertions(+), 12 deletions(-)
+
+diff --git a/docs/index.html b/docs/index.html
+index 1d43867..8f66c46 100644
+--- a/docs/index.html
 b/docs/index.html
+@@ -88,28 +88,26 @@ JCIFS is an a 
href=http://www.opensource.org/docs/definition_plain.php;Open S
+ TR
+ TD valign=top width=350 class=leftpane
+ h1Links/h1
+-a href=src/Download/a
++a href=ntlmhttpauth.htmlJCIFS NTLM HTTP Authentication/a
+ br
+-a href=src/docs/ntlmhttpauth.htmlJCIFS NTLM HTTP Authentication/a
+-br
+-a href=src/docs/faq.htmlThe FAQ/a
++a href=faq.htmlThe FAQ/a
+ br
+ a href=http://news.gmane.org/gmane.network.samba.java;Mailing List Archive 
(GMANE)/a
+ br
+-a href=src/docs/capture.htmlObtaining a Network Packet Capture/a
++a href=capture.htmlObtaining a Network Packet Capture/a
+ br
+ h2Developer Information/h2
+-a href=src/docs/api/JCIFS API Documentation/a
++a href=api/index.htmlJCIFS API Documentation/a
+ br
+-a href=src/docs/api/overview-summary.html#scpSetting Client Properties/a
++a href=overview.html#scpSetting Client Properties/a
+ br
+-a href=src/docs/resolver.htmlSetting Name Resolution Properties/a
++a href=resolver.htmlSetting Name Resolution Properties/a
+ br
+-a href=src/docs/pipes.htmlUsing JCIFS to Connect to Win32 Named Pipes/a
++a href=pipes.htmlUsing JCIFS to Connect to Win32 Named Pipes/a
+ br
+-a href=src/docs/authhandler.htmlJCIFS Exceptions and NtlmAuthenticator/a
++a href=authhandler.htmlJCIFS Exceptions and NtlmAuthenticator/a
+ br
+-a href=src/docs/httpclient.htmlUsing JCIFS NTLM Authentication for HTTP 
Connections/a
++a href=httpclient.htmlUsing JCIFS NTLM Authentication for HTTP 
Connections/a
+ br
+ a href=http://www.gnu.org/licenses/lgpl-2.1.txt;JCIFS is Licensed Under 
the LGPL/a
+ br
+@@ -210,7 +208,7 @@ JCIFS is an a 
href=http://www.opensource.org/docs/definition_plain.php;Open S
+ br
+ a href=src/src/jcifs/Browse the Source/a
+ br
+-a href=src/docs/batching.htmlBatching/a
++a href=batching.htmlBatching/a
+ br
+ a href=http://www.gnu.org/;http://www.gnu.org//a
+ br
+-- 

Added: trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
===
--- trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch   
(rev 0)
+++ trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch   
2011-08-06 14:56:13 UTC (rev 13996)
@@ -0,0 +1,21 @@
+From: Torsten Werner twer...@debian.org
+Date: Sat, 6 Aug 2011 16:48:23 +0200
+Subject: [PATCH] remove path to nonexistant compiler
+
+---
+ build.xml |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index cb68a72..19da040 100644
+--- a/build.xml
 b/build.xml
+@@ -52,7 +52,6 @@ dependencies: Checks that all class dependencies are met.
+ source=1.5
+ target=1.5
+ fork=yes
+-executable=/usr/local/java5/bin/javac
+ compiler=javac1.5
+ debug=on
+ !--
+-- 

Deleted: trunk/jcifs/debian/patches/02_index_doc_relative.patch
===
--- trunk/jcifs/debian/patches/02_index_doc_relative.patch  2011-08-06

[pkg-java] r13997 - in tags/jcifs: . 1.3.16-1/debian 1.3.16-1/debian/patches

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 14:57:49 + (Sat, 06 Aug 2011)
New Revision: 13997

Added:
   tags/jcifs/1.3.16-1/
   tags/jcifs/1.3.16-1/debian/changelog
   tags/jcifs/1.3.16-1/debian/patches/0001-fix-index.html.patch
   
tags/jcifs/1.3.16-1/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
   tags/jcifs/1.3.16-1/debian/patches/series
   tags/jcifs/1.3.16-1/debian/rules
   tags/jcifs/1.3.16-1/debian/source/
Removed:
   tags/jcifs/1.3.16-1/debian/changelog
   tags/jcifs/1.3.16-1/debian/patches/02_index_doc_relative.patch
   tags/jcifs/1.3.16-1/debian/rules
Log:
[svn-buildpackage] Tagging jcifs 1.3.16-1

Deleted: tags/jcifs/1.3.16-1/debian/changelog
===
--- trunk/jcifs/debian/changelog2011-08-06 09:14:03 UTC (rev 13995)
+++ tags/jcifs/1.3.16-1/debian/changelog2011-08-06 14:57:49 UTC (rev 
13997)
@@ -1,99 +0,0 @@
-jcifs (1.3.12-1) unstable; urgency=low
-
-  * New upstream release.
-  * Build-Depends on default-jdk.
-  * Build-Depends on debhelper (= 7).
-  * Build-Depends on libservlet2.5-java instead of libservlet2.3-java.
-  * Add missing Depends: ${misc:Depends}.
-  * Moved package to section 'java'.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Fri, 02 Oct 2009 23:11:05 +0200
-
-jcifs (1.2.22-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath va...@debian.org  Sat, 05 Jul 2008 03:04:27 +0530
-
-jcifs (1.2.21-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.8.0
-
- -- Varun Hiremath va...@debian.org  Sun, 22 Jun 2008 18:25:42 +0530
-
-jcifs (1.2.19-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath va...@debian.org  Tue, 08 Apr 2008 12:41:04 +0530
-
-jcifs (1.2.18-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Thu, 21 Feb 2008 16:17:15 +0530
-
-jcifs (1.2.17-1) unstable; urgency=low
-
-  * New Upstream Release
-  * Add a watch file.
-  * debian/orig-tar.sh:  
-+ Automate repackaging.
-+ Remove example Format.java, since it is not allowed for
-  commercial use.
-  * debian/README.Debian-source:
-+ Update for new repackaging information.
-  * debian/libjcifs-java.examples:
-+ Include upstream supplied examples.
-  * debian/copyright:
-+ Add upstream authors, update licenses and copyrights.
-+ Point to LGPL 2.1, instead of LGPL (for common-license).
-  * debian/control:
-+ Add Homepage field.
-+ Add Vcs-Svn and Vcs-Browser.
-+ Update description.
-+ Build-Depend on java-gcj-compat-dev instead of kaffe.
-+ Depend on java-gcj-compat instead of kaffe.
-+ Update standards version.
-+ Move debhelper and cdbs to Build-Depends.
-  * debian/rules:
-+ Use java-gcj to build.
-+ Use DEB_UPSTREAM_VERSION instead of parsing the changelog.
-+ Add get-orig-source rule.
-+ Don't compress examples.
-  * debian/patches/01_build_xml.patch:
-+ Removed, since not necessary with java-gcj.
-  
- -- Kumar Appaiah aku...@ee.iitm.ac.in  Thu, 08 Nov 2007 22:58:49 +0530
-
-jcifs (1.2.7-1) unstable; urgency=low
-
-  * New upstream release
-  * kaffe compiler transition
-  * Fixed missing source section entry (pointed out by linda)
-
- -- Wolfgang Baer wb...@gmx.de  Wed, 18 Jan 2006 17:18:31 +0100
-
-jcifs (1.2.3-1) unstable; urgency=low
-
-  * New upstream release
-  * Upload to unstable
-  * Registered documentation with doc-base
-  * libant1.6-java to ant transition
-  * Updated FSF address
-  * Fixed double spaces in description to fix linda warning
-  * Standards-Version 3.6.2 (no changes)
-
-  * Upload sponsored by Arnaud Vandyck
-
- -- Wolfgang Baer wb...@gmx.de  Sun, 11 Sep 2005 16:48:45 +0200
-
-jcifs (1.1.8-1) experimental; urgency=low
-
-  * Initial Release (closes: #294759)
-
- -- Wolfgang Baer wb...@gmx.de  Fri, 11 Feb 2005 14:58:19 +0100

Copied: tags/jcifs/1.3.16-1/debian/changelog (from rev 13996, 
trunk/jcifs/debian/changelog)
===
--- tags/jcifs/1.3.16-1/debian/changelog(rev 0)
+++ tags/jcifs/1.3.16-1/debian/changelog2011-08-06 14:57:49 UTC (rev 
13997)
@@ -0,0 +1,108 @@
+jcifs (1.3.16-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release.
+  * Switch to source format 3.0.
+  * Add another patch that removed the path to a non-existent compiler.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 16:51:13 +0200
+
+jcifs (1.3.12-1) unstable; urgency=low
+
+  * New upstream release.
+  * Build-Depends on default-jdk.
+  * Build-Depends on debhelper (= 7).
+  * Build-Depends on libservlet2.5-java instead of libservlet2.3-java.
+  * Add missing Depends: ${misc:Depends}.
+  * Moved package to section 'java'.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch

Bug#636867: O: jcommon-serializer

2011-08-06 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


[pkg-java] r13998 - in trunk/jexcelapi/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 15:12:28 + (Sat, 06 Aug 2011)
New Revision: 13998

Added:
   trunk/jexcelapi/debian/source/
   trunk/jexcelapi/debian/source/format
Modified:
   trunk/jexcelapi/debian/changelog
   trunk/jexcelapi/debian/control
   trunk/jexcelapi/debian/rules
Log:
Switch to source format 3.0.

Modified: trunk/jexcelapi/debian/changelog
===
--- trunk/jexcelapi/debian/changelog2011-08-06 14:57:49 UTC (rev 13997)
+++ trunk/jexcelapi/debian/changelog2011-08-06 15:12:28 UTC (rev 13998)
@@ -1,10 +1,14 @@
-jexcelapi (2.6.12-2) UNRELEASED; urgency=low
+jexcelapi (2.6.12-2) unstable; urgency=low
 
+  [ Damien Raude-Morvan ]
   * d/control: Drop Depends on any JRE as a Java library don't need to
 depends on a runtime (Java Policy)
 
- -- Damien Raude-Morvan draz...@debian.org  Thu, 28 Apr 2011 23:10:57 +0200
+  [ Torsten Werner ]
+  * Switch to source format 3.0.
 
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 17:09:00 +0200
+
 jexcelapi (2.6.12-1) unstable; urgency=low
 
   [ Thierry Carrez ]

Modified: trunk/jexcelapi/debian/control
===
--- trunk/jexcelapi/debian/control  2011-08-06 14:57:49 UTC (rev 13997)
+++ trunk/jexcelapi/debian/control  2011-08-06 15:12:28 UTC (rev 13998)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Torsten Werner twer...@debian.org, Damien Raude-Morvan 
draz...@debian.org
-Build-Depends: ant, cdbs, debhelper (= 7), default-jdk, quilt
+Build-Depends: ant, cdbs, debhelper (= 7), default-jdk
 Build-Depends-Indep: jflex, maven-repo-helper
 Standards-Version: 3.8.3
 Homepage: http://jexcelapi.sourceforge.net/

Modified: trunk/jexcelapi/debian/rules
===
--- trunk/jexcelapi/debian/rules2011-08-06 14:57:49 UTC (rev 13997)
+++ trunk/jexcelapi/debian/rules2011-08-06 15:12:28 UTC (rev 13998)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 POM_VERSION  := 2.6

Added: trunk/jexcelapi/debian/source/format
===
--- trunk/jexcelapi/debian/source/format(rev 0)
+++ trunk/jexcelapi/debian/source/format2011-08-06 15:12:28 UTC (rev 
13998)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r13999 - in tags/jexcelapi: . 2.6.12-2/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 15:13:49 + (Sat, 06 Aug 2011)
New Revision: 13999

Added:
   tags/jexcelapi/2.6.12-2/
   tags/jexcelapi/2.6.12-2/debian/changelog
   tags/jexcelapi/2.6.12-2/debian/control
   tags/jexcelapi/2.6.12-2/debian/rules
   tags/jexcelapi/2.6.12-2/debian/source/
Removed:
   tags/jexcelapi/2.6.12-2/debian/changelog
   tags/jexcelapi/2.6.12-2/debian/control
   tags/jexcelapi/2.6.12-2/debian/rules
Log:
[svn-buildpackage] Tagging jexcelapi 2.6.12-2

Deleted: tags/jexcelapi/2.6.12-2/debian/changelog
===
--- trunk/jexcelapi/debian/changelog2011-08-06 14:57:49 UTC (rev 13997)
+++ tags/jexcelapi/2.6.12-2/debian/changelog2011-08-06 15:13:49 UTC (rev 
13999)
@@ -1,98 +0,0 @@
-jexcelapi (2.6.12-2) UNRELEASED; urgency=low
-
-  * d/control: Drop Depends on any JRE as a Java library don't need to
-depends on a runtime (Java Policy)
-
- -- Damien Raude-Morvan draz...@debian.org  Thu, 28 Apr 2011 23:10:57 +0200
-
-jexcelapi (2.6.12-1) unstable; urgency=low
-
-  [ Thierry Carrez ]
-  * debian/control: Minimal dependency on java2-runtime-headless
-  * debian/ant.properties: Build java2 code to match minimal dependency
-
-  [ Damien Raude-Morvan ]
-  * New upstream release.
-  * New libjexcelapi-java-doc package:
-- Install API Javadoc to /usr/share/doc/libjexcelapi-java/api/
-  * debian/control:
-- Add myself as Uploaders
-- Bump debhelper version to = 7
-- Remove unneeded ${shlibs:Depends} from Depends
-  * debian/copyright:
-- Update Copyright years
-  * Maven POMs:
-- debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
-- debian/rules: use mh_installpoms and mh_installjar
-  to install the POM and the jar to the Maven repository
-- debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
-- debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
-  release.
-  * Use JFlex to rebuild lexer:
-- Add Build-Depends-Indep on jflex
-- Add new patch to use system installed flex
-- Add Build-Depends on quilt
-- Describe patch system in debian/README.source
-
- -- Damien Raude-Morvan draz...@debian.org  Mon, 16 Nov 2009 22:58:03 +0100
-
-jexcelapi (2.6.10-2) unstable; urgency=low
-
-  * Switch to default-java.
-  * Improve Vcs-Svn header.
-  * Update Standards-Version: 3.8.3.
-  * Convert debian/copyright to dep5 format.
-
- -- Torsten Werner twer...@debian.org  Wed, 23 Sep 2009 23:09:06 +0200
-
-jexcelapi (2.6.10-1) unstable; urgency=low
-
-  * new upstream release
-  * Update Standards-Version: 3.8.1 (no changes).
-  * Change Section: java.
-
- -- Torsten Werner twer...@debian.org  Fri, 05 Jun 2009 23:04:38 +0200
-
-jexcelapi (2.6.9-2) unstable; urgency=low
-
-  * upload to unstable
-
- -- Torsten Werner twer...@debian.org  Sun, 15 Feb 2009 22:05:36 +0100
-
-jexcelapi (2.6.9-1) experimental; urgency=low
-
-  * new upstream release
-  * Bump up Standards-Version: 3.8.0 (no changes).
-
- -- Torsten Werner twer...@debian.org  Sun, 30 Nov 2008 23:59:26 +0100
-
-jexcelapi (2.6.8-1) unstable; urgency=low
-
-  * new upstream release
-  * Update debian/watch.
-
- -- Torsten Werner twer...@debian.org  Wed, 11 Jun 2008 23:15:54 +0200
-
-jexcelapi (2.6.6-2) unstable; urgency=low
-
-  * Update debian/watch to download from sourceforge.net.
-  * Update Homepage field in debian/control and download address in
-debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Sat, 08 Mar 2008 12:13:55 +0100
-
-jexcelapi (2.6.6-1) unstable; urgency=low
-
-  * new upstream version
-  * Move package to Alioth and change Maintainer.
-  * Add Homepage and Vcs headers to debian/control.
-  * Switch from kaffe to java-gcj.
-  * Bump up Standards-Version: 3.7.3 (no changes needed).
-
- -- Torsten Werner twer...@debian.org  Sun, 16 Dec 2007 11:32:38 +0100
-
-jexcelapi (2.6.3-1) unstable; urgency=low
-
-  * Initial release (Closes: #419951)
-
- -- Torsten Werner twer...@debian.org  Wed, 18 Apr 2007 12:13:01 +0200

Copied: tags/jexcelapi/2.6.12-2/debian/changelog (from rev 13998, 
trunk/jexcelapi/debian/changelog)
===
--- tags/jexcelapi/2.6.12-2/debian/changelog(rev 0)
+++ tags/jexcelapi/2.6.12-2/debian/changelog2011-08-06 15:13:49 UTC (rev 
13999)
@@ -0,0 +1,102 @@
+jexcelapi (2.6.12-2) unstable; urgency=low
+
+  [ Damien Raude-Morvan ]
+  * d/control: Drop Depends on any JRE as a Java library don't need to
+depends on a runtime (Java Policy)
+
+  [ Torsten Werner ]
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 17:09:00 +0200
+
+jexcelapi (2.6.12-1) unstable; urgency=low
+
+  [ Thierry Carrez ]
+  * debian/control: Minimal dependency on java2-runtime-headless
+  * debian/ant.properties: Build java2 code to match minimal dependency
+
+  [ Damien Raude-Morvan ]
+  * New upstream release.
+  * New

[pkg-java] r14000 - in trunk/jflex/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 16:52:09 + (Sat, 06 Aug 2011)
New Revision: 14000

Added:
   trunk/jflex/debian/logo.gif
   trunk/jflex/debian/source/
   trunk/jflex/debian/source/format
   trunk/jflex/debian/source/include-binaries
Modified:
   trunk/jflex/debian/changelog
   trunk/jflex/debian/control
   trunk/jflex/debian/docs
Log:
* Team upload.
* Remove Arnaud and Paul from Uploaders list.
* Switch to source format 3.0.
* Install file debian/logo.gif instead of the corrupt doc/logo.gif.
  (Closes: #578875)

Modified: trunk/jflex/debian/changelog
===
--- trunk/jflex/debian/changelog2011-08-06 15:13:49 UTC (rev 13999)
+++ trunk/jflex/debian/changelog2011-08-06 16:52:09 UTC (rev 14000)
@@ -1,3 +1,13 @@
+jflex (1.4.3-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud and Paul from Uploaders list.
+  * Switch to source format 3.0.
+  * Install file debian/logo.gif instead of the corrupt doc/logo.gif.
+(Closes: #578875)
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 18:44:43 +0200
+
 jflex (1.4.3-1) unstable; urgency=low
 
   * New upstream (bug fix) release

Modified: trunk/jflex/debian/control
===
--- trunk/jflex/debian/control  2011-08-06 15:13:49 UTC (rev 13999)
+++ trunk/jflex/debian/control  2011-08-06 16:52:09 UTC (rev 14000)
@@ -2,8 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Paul Cager 
paul-deb...@home.paulcager.org,
- Niels Thykier ni...@thykier.net
+Uploaders: Niels Thykier ni...@thykier.net
 Build-Depends: debhelper (= 7), cdbs, ant
 Build-Depends-Indep: default-jdk, junit
 Standards-Version: 3.8.2

Modified: trunk/jflex/debian/docs
===
--- trunk/jflex/debian/docs 2011-08-06 15:13:49 UTC (rev 13999)
+++ trunk/jflex/debian/docs 2011-08-06 16:52:09 UTC (rev 14000)
@@ -1,5 +1,5 @@
 doc/manual*
 doc/*.png
 doc/jflex_anttask.html
-doc/logo.gif 
+debian/logo.gif 
 examples

Added: trunk/jflex/debian/logo.gif
===
(Binary files differ)


Property changes on: trunk/jflex/debian/logo.gif
___
Added: svn:mime-type
   + application/octet-stream

Added: trunk/jflex/debian/source/format
===
--- trunk/jflex/debian/source/format(rev 0)
+++ trunk/jflex/debian/source/format2011-08-06 16:52:09 UTC (rev 14000)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/jflex/debian/source/include-binaries
===
--- trunk/jflex/debian/source/include-binaries  (rev 0)
+++ trunk/jflex/debian/source/include-binaries  2011-08-06 16:52:09 UTC (rev 
14000)
@@ -0,0 +1 @@
+debian/logo.gif


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


[pkg-java] r14001 - in tags/jflex: . 1.4.3-2/debian

2011-08-06 Thread Torsten Werner
-08-06 16:55:03 UTC (rev 14001)
@@ -0,0 +1,133 @@
+jflex (1.4.3-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud and Paul from Uploaders list.
+  * Switch to source format 3.0.
+  * Install file debian/logo.gif instead of the corrupt doc/logo.gif.
+(Closes: #578875)
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 18:44:43 +0200
+
+jflex (1.4.3-1) unstable; urgency=low
+
+  * New upstream (bug fix) release
+  * Fixed dangling symlink in usr/share/ant/lib (Closes: #538063)
+  * Bumped Standards-versions to 3.8.2 - no changes required.
+  * Bumped to debhelper version 7.
+  * Fixed spelling errors.
+  * Corrected section to java.
+  * Corrected some paths in debian/rules and debian/docs.
+
+ -- Niels Thykier ni...@thykier.net  Thu, 23 Jul 2009 21:07:58 +0200
+
+jflex (1.4.2-2) unstable; urgency=low
+
+  * debian/copyright: Update, mention GPL v2 explicitly.
+
+ -- Matthias Klose d...@debian.org  Fri, 30 Jan 2009 12:07:57 +0100
+
+jflex (1.4.2-1) unstable; urgency=low
+
+  [Matthias Klose]
+  * New upstream (bug fix) release.
+  * Build-depend on default-jdk, depend on default-jre-headless.
+  * debian/patches/03_build_xml_target.patch: Update.
+
+  [Paul Cager]
+  * Added watch file.
+  * Added symlink from ant's lib directory
+(Closes: #388371 - JFlexTask cannot be found).
+  * debian/control:
++ Removed Wolfgang Baer from uploaders and added myself.
++ Add Homepage field.
++ Add Vcs-Svn and Vcs-Browser.
++ Build-Depends-Indep on java-gcj-compat-dev instead of kaffe.
++ Updated Standards-Version to 3.8.0.
++ Moved cdbs and debhelper to Build-Depends.
+  * debian/copyright
++ Removed lintian warnings about file format.
+
+ -- Matthias Klose d...@ubuntu.com  Fri, 09 Jan 2009 11:20:59 +0100
+
+jflex (1.4.1-3) unstable; urgency=low
+
+  * added myself as an uploader.
+  * removed Takashi Okamoto from the uploaders (closes: #352980).
+
+ -- Arnaud Vandyck av...@debian.org  Thu,  9 Mar 2006 21:36:42 +
+
+jflex (1.4.1-2) unstable; urgency=low
+
+  * kaffe compiler transition
++ Removed build compiler jikes setting
++ Added patch to raise target to 1.3 (needed by ecj)
+
+ -- Wolfgang Baer wb...@gmx.de  Mon, 16 Jan 2006 11:37:07 +0100
+
+jflex (1.4.1-1) unstable; urgency=low
+
+  * New upstream release (closes: #248259)
+  * Transferred maintainership to pkg-java maintainers
+  * Changed build system to use ant, cdbs
+  * Added a compat file
+  * Changed dependency to comply with debian java policy (closes: #237823)
+  * Removed jflex, cup dependency and patch build file to 
+use the included pregenerated files to avoid dep on itself
+  * Register documentation with doc-base
+  * Fixed outdated URL in examples/byaccj (closes: #306528)
+  * Extracted all patches from diff.gz into debian/patches
+  * Wrote a simple manpage for jflex
+  * Standards-Version 3.6.2 (no changes)
+
+ -- Wolfgang Baer wb...@gmx.de  Thu,  6 Oct 2005 20:34:44 +0200
+
+jflex (1.3.5-7) unstable; urgency=low
+
+  * fixed type in control file. (closes: #215478)
+
+ -- Takashi Okamoto t...@debian.org  Tue, 14 Oct 2003 00:41:58 +0900
+
+jflex (1.3.5-6) unstable; urgency=low
+
+  * fixed FTBFS (closes: #201450)
+
+ -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 19:31:54 +0900
+
+jflex (1.3.5-5) unstable; urgency=low
+
+  * fixed FTBFS (closes: #166595)
+
+ -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 19:31:46 +0900
+
+jflex (1.3.5-4) unstable; urgency=low
+
+  * fixed not compile with kaffe. (Closes:#141250)
+
+ -- Takashi Okamoto t...@debian.org  Sat, 27 Jul 2002 08:12:09 +0900
+
+jflex (1.3.5-3) unstable; urgency=low
+
+  * add jflex at Build-Depend. (Closes:#133719)
+
+ -- Takashi Okamoto t...@debian.org  Sat, 16 Feb 2002 13:38:21 +0900
+
+jflex (1.3.5-2) unstable; urgency=low
+
+  * change Build-Depends to Build-Depends-Indep.
+  * change /usr/share/java/JFlex.jar to /usr/share/java/JFlex-1.3.5.jar.
+new JFlex.jar is symbolic link in JFlex-1.3.5.jar .
+
+ -- Takashi Okamoto t...@debian.org  Thu, 17 Jan 2002 17:07:32 +0900
+
+jflex (1.3.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Takashi Okamoto t...@debian.org  Sat, 12 Jan 2002 03:29:35 +0900
+
+jflex (1.3.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Takashi Okamoto t...@debian.org  Sat,  2 Jun 2001 19:17:32 +0900
+

Deleted: tags/jflex/1.4.3-2/debian/control
===
--- trunk/jflex/debian/control  2011-08-06 15:13:49 UTC (rev 13999)
+++ tags/jflex/1.4.3-2/debian/control   2011-08-06 16:55:03 UTC (rev 14001)
@@ -1,26 +0,0 @@
-Source: jflex
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Paul Cager 
paul-deb...@home.paulcager.org,
- Niels Thykier ni...@thykier.net
-Build-Depends: debhelper (= 7), cdbs, ant
-Build-Depends-Indep: default-jdk, junit
-Standards-Version: 3.8.2
-Vcs-Svn: svn://svn.debian.org

[pkg-java] r14002 - in trunk/jflex/debian: . patches

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 16:58:13 + (Sat, 06 Aug 2011)
New Revision: 14002

Added:
   trunk/jflex/debian/patches/series
Modified:
   trunk/jflex/debian/changelog
   trunk/jflex/debian/rules
Log:
Switch to source format 3.0. Use dpkg's internal quilt instead of cdbs'
simple patchsys.

Modified: trunk/jflex/debian/changelog
===
--- trunk/jflex/debian/changelog2011-08-06 16:55:03 UTC (rev 14001)
+++ trunk/jflex/debian/changelog2011-08-06 16:58:13 UTC (rev 14002)
@@ -2,11 +2,12 @@
 
   * Team upload.
   * Remove Arnaud and Paul from Uploaders list.
-  * Switch to source format 3.0.
+  * Switch to source format 3.0. Use dpkg's internal quilt instead of cdbs'
+simple patchsys.
   * Install file debian/logo.gif instead of the corrupt doc/logo.gif.
 (Closes: #578875)
 
- -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 18:44:43 +0200
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 18:55:47 +0200
 
 jflex (1.4.3-1) unstable; urgency=low
 

Added: trunk/jflex/debian/patches/series
===
--- trunk/jflex/debian/patches/series   (rev 0)
+++ trunk/jflex/debian/patches/series   2011-08-06 16:58:13 UTC (rev 14002)
@@ -0,0 +1,5 @@
+01_build_xml.patch
+02_build_xml_jar.patch
+02_example_url_fix.patch
+03_build_xml_target.patch
+03_script_cp_fix.patch

Modified: trunk/jflex/debian/rules
===
--- trunk/jflex/debian/rules2011-08-06 16:55:03 UTC (rev 14001)
+++ trunk/jflex/debian/rules2011-08-06 16:58:13 UTC (rev 14002)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | 
cut -f1 -d\) | cut -f1 -d\-)
 


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


[pkg-java] r14003 - tags/jflex

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 16:59:22 + (Sat, 06 Aug 2011)
New Revision: 14003

Removed:
   tags/jflex/1.4.3-2/
Log:
[svn-buildpackage] Removing old tag jflex-1.4.3-2


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


[pkg-java] r14004 - in tags/jflex: . 1.4.3-2/debian 1.4.3-2/debian/patches

2011-08-06 Thread Torsten Werner
)
===
--- tags/jflex/1.4.3-2/debian/changelog (rev 0)
+++ tags/jflex/1.4.3-2/debian/changelog 2011-08-06 16:59:30 UTC (rev 14004)
@@ -0,0 +1,134 @@
+jflex (1.4.3-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud and Paul from Uploaders list.
+  * Switch to source format 3.0. Use dpkg's internal quilt instead of cdbs'
+simple patchsys.
+  * Install file debian/logo.gif instead of the corrupt doc/logo.gif.
+(Closes: #578875)
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 18:55:47 +0200
+
+jflex (1.4.3-1) unstable; urgency=low
+
+  * New upstream (bug fix) release
+  * Fixed dangling symlink in usr/share/ant/lib (Closes: #538063)
+  * Bumped Standards-versions to 3.8.2 - no changes required.
+  * Bumped to debhelper version 7.
+  * Fixed spelling errors.
+  * Corrected section to java.
+  * Corrected some paths in debian/rules and debian/docs.
+
+ -- Niels Thykier ni...@thykier.net  Thu, 23 Jul 2009 21:07:58 +0200
+
+jflex (1.4.2-2) unstable; urgency=low
+
+  * debian/copyright: Update, mention GPL v2 explicitly.
+
+ -- Matthias Klose d...@debian.org  Fri, 30 Jan 2009 12:07:57 +0100
+
+jflex (1.4.2-1) unstable; urgency=low
+
+  [Matthias Klose]
+  * New upstream (bug fix) release.
+  * Build-depend on default-jdk, depend on default-jre-headless.
+  * debian/patches/03_build_xml_target.patch: Update.
+
+  [Paul Cager]
+  * Added watch file.
+  * Added symlink from ant's lib directory
+(Closes: #388371 - JFlexTask cannot be found).
+  * debian/control:
++ Removed Wolfgang Baer from uploaders and added myself.
++ Add Homepage field.
++ Add Vcs-Svn and Vcs-Browser.
++ Build-Depends-Indep on java-gcj-compat-dev instead of kaffe.
++ Updated Standards-Version to 3.8.0.
++ Moved cdbs and debhelper to Build-Depends.
+  * debian/copyright
++ Removed lintian warnings about file format.
+
+ -- Matthias Klose d...@ubuntu.com  Fri, 09 Jan 2009 11:20:59 +0100
+
+jflex (1.4.1-3) unstable; urgency=low
+
+  * added myself as an uploader.
+  * removed Takashi Okamoto from the uploaders (closes: #352980).
+
+ -- Arnaud Vandyck av...@debian.org  Thu,  9 Mar 2006 21:36:42 +
+
+jflex (1.4.1-2) unstable; urgency=low
+
+  * kaffe compiler transition
++ Removed build compiler jikes setting
++ Added patch to raise target to 1.3 (needed by ecj)
+
+ -- Wolfgang Baer wb...@gmx.de  Mon, 16 Jan 2006 11:37:07 +0100
+
+jflex (1.4.1-1) unstable; urgency=low
+
+  * New upstream release (closes: #248259)
+  * Transferred maintainership to pkg-java maintainers
+  * Changed build system to use ant, cdbs
+  * Added a compat file
+  * Changed dependency to comply with debian java policy (closes: #237823)
+  * Removed jflex, cup dependency and patch build file to 
+use the included pregenerated files to avoid dep on itself
+  * Register documentation with doc-base
+  * Fixed outdated URL in examples/byaccj (closes: #306528)
+  * Extracted all patches from diff.gz into debian/patches
+  * Wrote a simple manpage for jflex
+  * Standards-Version 3.6.2 (no changes)
+
+ -- Wolfgang Baer wb...@gmx.de  Thu,  6 Oct 2005 20:34:44 +0200
+
+jflex (1.3.5-7) unstable; urgency=low
+
+  * fixed type in control file. (closes: #215478)
+
+ -- Takashi Okamoto t...@debian.org  Tue, 14 Oct 2003 00:41:58 +0900
+
+jflex (1.3.5-6) unstable; urgency=low
+
+  * fixed FTBFS (closes: #201450)
+
+ -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 19:31:54 +0900
+
+jflex (1.3.5-5) unstable; urgency=low
+
+  * fixed FTBFS (closes: #166595)
+
+ -- Takashi Okamoto t...@debian.org  Sun, 31 Aug 2003 19:31:46 +0900
+
+jflex (1.3.5-4) unstable; urgency=low
+
+  * fixed not compile with kaffe. (Closes:#141250)
+
+ -- Takashi Okamoto t...@debian.org  Sat, 27 Jul 2002 08:12:09 +0900
+
+jflex (1.3.5-3) unstable; urgency=low
+
+  * add jflex at Build-Depend. (Closes:#133719)
+
+ -- Takashi Okamoto t...@debian.org  Sat, 16 Feb 2002 13:38:21 +0900
+
+jflex (1.3.5-2) unstable; urgency=low
+
+  * change Build-Depends to Build-Depends-Indep.
+  * change /usr/share/java/JFlex.jar to /usr/share/java/JFlex-1.3.5.jar.
+new JFlex.jar is symbolic link in JFlex-1.3.5.jar .
+
+ -- Takashi Okamoto t...@debian.org  Thu, 17 Jan 2002 17:07:32 +0900
+
+jflex (1.3.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Takashi Okamoto t...@debian.org  Sat, 12 Jan 2002 03:29:35 +0900
+
+jflex (1.3.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Takashi Okamoto t...@debian.org  Sat,  2 Jun 2001 19:17:32 +0900
+

Deleted: tags/jflex/1.4.3-2/debian/control
===
--- trunk/jflex/debian/control  2011-08-06 15:13:49 UTC (rev 13999)
+++ tags/jflex/1.4.3-2/debian/control   2011-08-06 16:59:30 UTC (rev 14004)
@@ -1,26 +0,0 @@
-Source: jflex
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Paul Cager 
paul-deb

[pkg-java] r14005 - trunk/jlgui/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 17:08:40 + (Sat, 06 Aug 2011)
New Revision: 14005

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

Modified: trunk/jlgui/debian/changelog
===
--- trunk/jlgui/debian/changelog2011-08-06 16:59:30 UTC (rev 14004)
+++ trunk/jlgui/debian/changelog2011-08-06 17:08:40 UTC (rev 14005)
@@ -1,3 +1,10 @@
+jlgui (3.0-11) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 19:04:29 +0200
+
 jlgui (3.0-10) unstable; urgency=low
 
   * Fixed misspelled dependency. (Closes: #551847)

Modified: trunk/jlgui/debian/control
===
--- trunk/jlgui/debian/control  2011-08-06 16:59:30 UTC (rev 14004)
+++ trunk/jlgui/debian/control  2011-08-06 17:08:40 UTC (rev 14005)
@@ -1,9 +1,7 @@
 Source: jlgui
 Section: sound
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org,
- Niels Thykier ni...@thykier.net
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: ant,
cdbs,
debhelper (= 7),


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


[pkg-java] r14006 - in tags/jlgui: . 3.0-11/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 17:12:25 + (Sat, 06 Aug 2011)
New Revision: 14006

Added:
   tags/jlgui/3.0-11/
   tags/jlgui/3.0-11/debian/changelog
   tags/jlgui/3.0-11/debian/control
Removed:
   tags/jlgui/3.0-11/debian/changelog
   tags/jlgui/3.0-11/debian/control
Log:
[svn-buildpackage] Tagging jlgui 3.0-11

Deleted: tags/jlgui/3.0-11/debian/changelog
===
--- trunk/jlgui/debian/changelog2011-08-06 16:59:30 UTC (rev 14004)
+++ tags/jlgui/3.0-11/debian/changelog  2011-08-06 17:12:25 UTC (rev 14006)
@@ -1,98 +0,0 @@
-jlgui (3.0-10) unstable; urgency=low
-
-  * Fixed misspelled dependency. (Closes: #551847)
-  * Corrected Homepage and Vcs-* fields.
-  * Renamed README.Debian-source to README.source and added information.
-about the patch system in use.
-  * Bumped Standards-Version to 3.8.3 - no changes required.
-  * Updated watchfile to use sf.net.
-  * Created short descriptions for patches.
-  * Updated debian/copyright
-- correct reference to LGPL-2
-- corrected copyright symbol
-  * Removed suggest on java-virtual-machine.
-  * Removed a workaround for tritonus since it is no longer relevant.
-  * Added java6-runtime as an alternative for openjdk.
-  * Updated README.Debian.
-  * Added missing dependency to get support for ogg-files.
-
- -- Niels Thykier ni...@thykier.net  Mon, 02 Nov 2009 23:05:56 +0100
-
-jlgui (3.0-9) unstable; urgency=low
-
-  * Change Build-Depends: default-jdk.
-  * Change Depends: openjdk6-jre.
-
- -- Torsten Werner twer...@debian.org  Fri, 11 Sep 2009 21:12:15 +0200
-
-jlgui (3.0-8) unstable; urgency=low
-
-  * Change Maintainer: Debian Java Maintainers.
-  * Update Standards-Version: 3.8.2 (no changes).
-
- -- Torsten Werner twer...@debian.org  Sun, 28 Jun 2009 20:55:34 +0200
-
-jlgui (3.0-7) unstable; urgency=low
-
-  * Move jlgui script to debian dir
-  * debian/control:
-+ Add Homepage header
-+ Fix Vcs headers (Closes: #466726)
-+ Bump Standards-Version to 3.7.3
-  * debian/rules: fix installed jar and symlink's name
-  * Remove encoding field from desktop file
-
- -- Varun Hiremath va...@debian.org  Thu, 21 Feb 2008 23:49:16 +0530
-
-jlgui (3.0-6) unstable; urgency=low
-
-  * Remove Depends: cortado, because we have libvorbisspi-java now (Closes: 
451397).
-
- -- Varun Hiremath varunhirem...@gmail.com  Sat, 17 Nov 2007 04:35:08 +0530
-
-jlgui (3.0-5) unstable; urgency=low
-
-  * debian/control: Fix Depends - replace libjmactritonus-java with 
libjmac-java
-
- -- Varun Hiremath varunhirem...@gmail.com  Sat, 13 Oct 2007 14:24:37 +0530
-
-jlgui (3.0-4) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * debian/control:
-+ Build-Depend on libjmac-java
-+ Switch to java-gcj instead of kaffe
-+ Depend on kaffe temporarily for tritonus classes.
-  * debian/patches: Add create_confdir.diff patch to create all the config 
files
-(jlgui.ini and default.m3u) in $HOME/.jlgui instead of current dir.
-  * Clean up the jlgui load script.
-  * debian/control: Add XS-Vcs-{Svn,Browser} headers.
-  * Add debian/README.Debian-source file.
-
-  [ Torsten Werner ]
-  * Add another patch build.diff that sets the option encoding=iso8859-1 to
-javac.
-
- -- Torsten Werner twer...@debian.org  Fri, 12 Oct 2007 09:42:18 +0200
-
-jlgui (3.0-3) unstable; urgency=low
-
-  * Add support for uscan and make sure no jar file becomes part of
-*.orig.tar.gz.
-  * Fix (Build-)Depends, Recommends and Suggests.
-  * Add manpage and jlgui.desktop.
-
- -- Torsten Werner twer...@debian.org  Tue, 15 May 2007 22:48:22 +0200
-
-jlgui (3.0-2) unstable; urgency=low
-
-  * Set Architecture: all.
-  * Add myself to Uploaders.
-
- -- Torsten Werner twer...@debian.org  Wed, 21 Mar 2007 21:38:43 +0100
-
-jlgui (3.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #415610)
-
- -- Varun Hiremath varunhirem...@gmail.com  Mon, 29 Jan 2007 00:45:34 +0530

Copied: tags/jlgui/3.0-11/debian/changelog (from rev 14005, 
trunk/jlgui/debian/changelog)
===
--- tags/jlgui/3.0-11/debian/changelog  (rev 0)
+++ tags/jlgui/3.0-11/debian/changelog  2011-08-06 17:12:25 UTC (rev 14006)
@@ -0,0 +1,105 @@
+jlgui (3.0-11) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 19:04:29 +0200
+
+jlgui (3.0-10) unstable; urgency=low
+
+  * Fixed misspelled dependency. (Closes: #551847)
+  * Corrected Homepage and Vcs-* fields.
+  * Renamed README.Debian-source to README.source and added information.
+about the patch system in use.
+  * Bumped Standards-Version to 3.8.3 - no changes required.
+  * Updated watchfile to use sf.net.
+  * Created short descriptions for patches.
+  * Updated debian/copyright
+- correct reference to LGPL-2
+- corrected copyright symbol
+  * Removed suggest on java-virtual-machine.
+  * Removed a workaround for tritonus since

[pkg-java] r14007 - old trunk

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 17:13:27 + (Sat, 06 Aug 2011)
New Revision: 14007

Added:
   old/jlgui/
Removed:
   trunk/jlgui/
Log:
orphaning package


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


Bug#636876: O: jlgui

2011-08-06 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


[pkg-java] r14008 - in trunk/jline/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 17:57:02 + (Sat, 06 Aug 2011)
New Revision: 14008

Added:
   trunk/jline/debian/source/
   trunk/jline/debian/source/format
Removed:
   trunk/jline/debian/patches/
   trunk/jline/debian/pom.xml
Modified:
   trunk/jline/debian/changelog
   trunk/jline/debian/control
   trunk/jline/debian/libjline-java.poms
   trunk/jline/debian/rules
Log:
* New upstream release (Closes: #525559)
* Use upstream's file sr/pom.xml and remove debian/pom.xml.
* Remove debian/patches/* because they haven't been used for a long time.
* Switch to source format 3.0.
* Replace openjdk-6-doc by default-jdk-doc. (Closes: #567276)
* Remove Java runtime dependencies.

Modified: trunk/jline/debian/changelog
===
--- trunk/jline/debian/changelog2011-08-06 17:13:27 UTC (rev 14007)
+++ trunk/jline/debian/changelog2011-08-06 17:57:02 UTC (rev 14008)
@@ -1,3 +1,14 @@
+jline (1.0-1) unstable; urgency=low
+
+  * New upstream release (Closes: #525559)
+  * Use upstream's file sr/pom.xml and remove debian/pom.xml.
+  * Remove debian/patches/* because they haven't been used for a long time.
+  * Switch to source format 3.0.
+  * Replace openjdk-6-doc by default-jdk-doc. (Closes: #567276)
+  * Remove Java runtime dependencies.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Aug 2011 19:49:02 +0200
+
 jline (0.9.94-5) unstable; urgency=low
 
   * Add myself to Uploaders.

Modified: trunk/jline/debian/control
===
--- trunk/jline/debian/control  2011-08-06 17:13:27 UTC (rev 14007)
+++ trunk/jline/debian/control  2011-08-06 17:57:02 UTC (rev 14008)
@@ -5,7 +5,7 @@
 Uploaders: Varun Hiremath va...@debian.org, Kumar Appaiah 
aku...@ee.iitm.ac.in,
  Torsten Werner twer...@debian.org
 Build-Depends: cdbs, debhelper (= 5), default-jdk, ant
-Build-Depends-Indep: maven-repo-helper, junit, openjdk-6-doc
+Build-Depends-Indep: maven-repo-helper, junit, default-jdk-doc
 Standards-Version: 3.8.2
 Homepage: http://jline.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jline
@@ -13,7 +13,7 @@
 
 Package: libjline-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless | 
java1-runtime-headless
+Depends: ${misc:Depends}
 Suggests: libjline-java-doc
 Description: Java library for handling console input
  JLine is a 100% pure Java library for reading and editing console input.
@@ -24,8 +24,8 @@
 Package: libjline-java-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, openjdk-6-doc | classpath-doc
-Suggests: libjline-java
+Depends: ${misc:Depends}
+Suggests: libjline-java, default-jdk-doc
 Description: Java library for handling console input - documentation
  JLine is a 100% pure Java library for reading and editing console input.
  It is similar in functionality to BSD editline and GNU readline.  People

Modified: trunk/jline/debian/libjline-java.poms
===
--- trunk/jline/debian/libjline-java.poms   2011-08-06 17:13:27 UTC (rev 
14007)
+++ trunk/jline/debian/libjline-java.poms   2011-08-06 17:57:02 UTC (rev 
14008)
@@ -1 +1 @@
-debian/pom.xml
+src/pom.xml

Deleted: trunk/jline/debian/pom.xml
===
--- trunk/jline/debian/pom.xml  2011-08-06 17:13:27 UTC (rev 14007)
+++ trunk/jline/debian/pom.xml  2011-08-06 17:57:02 UTC (rev 14008)
@@ -1,212 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!--
-To build, you need to have Maven 2 installed.
-
-To compile, run:
-
-mvn compile
-
-To run tests, run:
-
-mvn test
-
-To run one particular test, e.g. TestSomeTest, run:
-
-mvn test -Dtest=TestSomeTest
-
-To build the jars, run:
-
-mvn package
-
-To create and upload a release, run:
-
-mvn deploy
-
-To build the site and upload it, run:
-
-mvn site:deploy
-
-To perform a complete release, run:
-
-mvn clean compile package site assembly:assembly deploy site:deploy
-
-To actually upload the artifact to sourceforge, it must be manually ftp'd:
-
-lftp ftp://upload.sourceforge.net/incoming/ -e put `ls 
target/jline-*.zip`
-
-To make a bundle and request that ibilio upload it, do:
-
-mvn source:jar javadoc:jar repository:bundle-create
-
-scp target/jline-*-bundle.jar 
shell.sourceforge.net:/home/groups/j/jl/jline/htdocs
-
-Make a request like at http://jira.codehaus.org/browse/MAVENUPLOAD-1003
-
---
-project xmlns=http://maven.apache.org/POM/4.0.0;
-  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
-  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
-http://maven.apache.org/maven-v4_0_0.xsd;
-
-  modelVersion4.0.0/modelVersion
-  groupIdjline/groupId
-  artifactIdjline/artifactId
-  packagingjar/packaging
-  nameJLine/name
-  version0.9.94/version
-  descriptionJLine is a java library for reading and editing user input in 
console applications

[pkg-java] r14009 - tags/jline

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 17:58:58 + (Sat, 06 Aug 2011)
New Revision: 14009

Added:
   tags/jline/1.0-1/
Log:
[svn-buildpackage] Tagging jline 1.0-1


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


Bug#576814: [PATCH] Fix behaviour of ConsoleReader.setBuffer() if cursor is not at end of line

2011-08-06 Thread Torsten Werner
Hi,

could you please check if the bug still applies the version 1.0-1 of
jline which I have just uploaded?

Thanks,
Torsten

On Fri, Apr 9, 2010 at 11:52 PM, Peter Collingbourne pe...@pcc.me.uk wrote:
 If the cursor is not at the end of the line and the old and new
 buffers have a common prefix then setBuffer will call backspace
 with an incorrect argument and the buffer will be mangled.  This
 patch fixes the bug.
 ---
  src/main/java/jline/ConsoleReader.java |    6 +-
  src/test/java/jline/TestHistory.java   |    1 +
  2 files changed, 6 insertions(+), 1 deletions(-)

 diff --git a/src/main/java/jline/ConsoleReader.java 
 b/src/main/java/jline/ConsoleReader.java
 index c72627a..db55b1a 100644
 --- a/src/main/java/jline/ConsoleReader.java
 +++ b/src/main/java/jline/ConsoleReader.java
 @@ -1003,7 +1003,11 @@ public class ConsoleReader implements 
 ConsoleOperations {
             }
         }

 -        int diff = buf.buffer.length() - sameIndex;
 +        int diff = buf.cursor - sameIndex;
 +        if (diff  0) { // we can't backspace here so try from the end of 
 the buffer
 +                moveToEnd();
 +                diff = buf.buffer.length() - sameIndex;
 +        }

         backspace(diff); // go back for the differences
         killLine(); // clear to the end of the line
 diff --git a/src/test/java/jline/TestHistory.java 
 b/src/test/java/jline/TestHistory.java
 index a39afa5..32bebd7 100644
 --- a/src/test/java/jline/TestHistory.java
 +++ b/src/test/java/jline/TestHistory.java
 @@ -29,6 +29,7 @@ public class TestHistory extends JLineTestCase {
         assertBuffer(, b);

         assertBuffer(test line 5, b = b.op(ConsoleReader.PREV_HISTORY));
 +        assertBuffer(test line 5, b = b.op(ConsoleReader.PREV_CHAR));
         assertBuffer(test line 4, b = b.op(ConsoleReader.PREV_HISTORY));
         assertBuffer(test line 5, b = b.op(ConsoleReader.NEXT_HISTORY));
         assertBuffer(test line 4, b = b.op(ConsoleReader.PREV_HISTORY));
 --
 1.6.5




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




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


[pkg-java] r14012 - in trunk/jmock/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 22:41:28 + (Sat, 06 Aug 2011)
New Revision: 14012

Added:
   trunk/jmock/debian/libjmock-java.poms
   trunk/jmock/debian/source/
   trunk/jmock/debian/source/format
Modified:
   trunk/jmock/debian/changelog
   trunk/jmock/debian/control
   trunk/jmock/debian/rules
Log:
* Team upload
* Switch to source format 3.0.
* Remove Java runtime Depends.
* Some lintian fixes in debian/rules.
* Add missing file debian/libjmock-java.poms.

Modified: trunk/jmock/debian/changelog
===
--- trunk/jmock/debian/changelog2011-08-06 19:09:22 UTC (rev 14011)
+++ trunk/jmock/debian/changelog2011-08-06 22:41:28 UTC (rev 14012)
@@ -1,5 +1,7 @@
-jmock (1.0.1-5) UNRELEASED; urgency=low
+jmock (1.0.1-5) unstable; urgency=low
 
+  * Team upload
+
   [ Michael Koch ]
   * Removed Trygve from Uploaders (Closes: #514075).
   * Removed Wolfgang and added myself to Uploaders.
@@ -10,8 +12,14 @@
   * Include javadoc files in libjmock-java-doc. (Closes: #601213).
   * Add call to mh_clean in clean target.
 
- -- Miguel Landaeta mig...@miguel.cc  Sun, 24 Oct 2010 17:27:26 -0430
+  [ Torsten Werner ]
+  * Switch to source format 3.0.
+  * Remove Java runtime Depends.
+  * Some lintian fixes in debian/rules.
+  * Add missing file debian/libjmock-java.poms.
 
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 00:37:54 +0200
+
 jmock (1.0.1-4) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/jmock/debian/control
===
--- trunk/jmock/debian/control  2011-08-06 19:09:22 UTC (rev 14011)
+++ trunk/jmock/debian/control  2011-08-06 22:41:28 UTC (rev 14012)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 7), quilt, default-jdk
+Build-Depends: debhelper (= 7), default-jdk
 Build-Depends-Indep: ant (= 1.6.5), junit (= 3.8.1), ant-optional, 
maven-repo-helper,
  libasm-java
 Standards-Version: 3.8.3
 
 Package: libjmock-java
 Architecture: all
-Depends: ${misc:Depends}, default-java-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Suggests: libjmock-java-doc, libasm-java
 Description: Java library for testing code with mock objects
  Mock objects help you design and test the interactions between the objects in

Added: trunk/jmock/debian/libjmock-java.poms
===
--- trunk/jmock/debian/libjmock-java.poms   (rev 0)
+++ trunk/jmock/debian/libjmock-java.poms   2011-08-06 22:41:28 UTC (rev 
14012)
@@ -0,0 +1 @@
+debian/pom.xml

Modified: trunk/jmock/debian/rules
===
--- trunk/jmock/debian/rules2011-08-06 19:09:22 UTC (rev 14011)
+++ trunk/jmock/debian/rules2011-08-06 22:41:28 UTC (rev 14012)
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
 
 export LANG=C
 
@@ -18,23 +17,25 @@
 
 build: build-stamp
 
-build-stamp: debian/stamp-patched
+build-stamp:
dh_testdir
$(ANT) debian-build
touch build-stamp
 
-clean: unpatch
+clean:
dh_testdir
dh_testroot
-   rm -f build-stamp configure-stamp
+   rm -f build-stamp configure-stamp install-stamp
rm -rf build
dh_clean
mh_clean
 
-install: build
+install: install-stamp
+
+install-stamp: build
dh_testdir
dh_testroot
-   dh_clean -k 
+   dh_prep
dh_installdirs
$(ANT) debian-install
mh_installpoms -plibjmock-java
@@ -44,29 +45,29 @@
 #  mkdir -p $(TEMPDIR)/usr/share/doc/libowanttasks-java
 #  install -m 644 output/lib/ow_util_ant_tasks.jar 
$(TEMPDIR)/usr/share/java
 #  mv output/docs/api $(TEMPDIR)/usr/share/doc/libowanttasks-java
+   touch install-stamp
 
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+   dh_testdir -i
+   dh_testroot -i
+   dh_installchangelogs  -i
+   dh_installdocs -i
+   dh_installexamples -i
+   dh_installman -i
+   dh_link -i
+   dh_strip -i
+   dh_compress -i
+   dh_fixperms -i
+   dh_installdeb -i
+   dh_shlibdeps -i
+   dh_gencontrol -i
+   dh_md5sums -i
+   dh_builddeb -i
 
 # Build architecture-dependent files here.
 binary-arch: build install
-   dh_testdir
-   dh_testroot
-   dh_installchangelogs 
-   dh_installdocs
-   dh_installexamples
-   dh_installman
-   dh_link
-   dh_strip
-   dh_compress
-   dh_fixperms
-   dh_installdeb
-   dh_shlibdeps
  
-   dh_gencontrol
-   dh_md5sums
-   dh_builddeb
 
 binary

[pkg-java] r14013 - in tags/jmock: . 1.0.1-5/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 22:43:05 + (Sat, 06 Aug 2011)
New Revision: 14013

Added:
   tags/jmock/1.0.1-5/
   tags/jmock/1.0.1-5/debian/changelog
   tags/jmock/1.0.1-5/debian/control
   tags/jmock/1.0.1-5/debian/libjmock-java.poms
   tags/jmock/1.0.1-5/debian/rules
   tags/jmock/1.0.1-5/debian/source/
Removed:
   tags/jmock/1.0.1-5/debian/changelog
   tags/jmock/1.0.1-5/debian/control
   tags/jmock/1.0.1-5/debian/rules
Log:
[svn-buildpackage] Tagging jmock 1.0.1-5

Deleted: tags/jmock/1.0.1-5/debian/changelog
===
--- trunk/jmock/debian/changelog2011-08-06 19:09:22 UTC (rev 14011)
+++ tags/jmock/1.0.1-5/debian/changelog 2011-08-06 22:43:05 UTC (rev 14013)
@@ -1,53 +0,0 @@
-jmock (1.0.1-5) UNRELEASED; urgency=low
-
-  [ Michael Koch ]
-  * Removed Trygve from Uploaders (Closes: #514075).
-  * Removed Wolfgang and added myself to Uploaders.
-  * Build-Depends on debhelper = 7.
-  * Updated to Standards-Version to 3.8.3.
-
-  [ Miguel Landaeta ]
-  * Include javadoc files in libjmock-java-doc. (Closes: #601213).
-  * Add call to mh_clean in clean target.
-
- -- Miguel Landaeta mig...@miguel.cc  Sun, 24 Oct 2010 17:27:26 -0430
-
-jmock (1.0.1-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:40:12 +0200
-
-jmock (1.0.1-3) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Bump up debhelper to 6
-  * Add the Maven POM to the package
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Move debhelper, quilt, default-jdk dependencies to Build-Depends
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-  * Use default-java for the build
-  * Add ${misc:Depends} to Depends to clear Lintian warnings
-  * Use quilt instead of dpatch and update the patches (I have trouble
-with dpatch)
-  * Update debian/watch and add debian/orig-tar.sh to download a source
-tarball without any pre-compiled jars. 
-  * Add libasm-java to Build-Depends and Suggest.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 27 May 2009 20:11:43 
+0100
-
-jmock (1.0.1-2) unstable; urgency=low
-
-  * Added ant-optional as required by ant reorganization to
-fix FTBS (closes: #334629)
-  * Removed unneeded build-deps on classpath, libgcj6
-  * Added myself to uploaders
-
- --  Wolfgang Baer wb...@gmx.de  Wed, 19 Oct 2005 13:10:43 +
-
-jmock (1.0.1-1) unstable; urgency=low
-
-  * Initial Release (closes: #323048).
-
- -- Trygve Laugstøl tryg...@inamo.no  Mon,  8 Aug 2005 03:29:13 +0200

Copied: tags/jmock/1.0.1-5/debian/changelog (from rev 14012, 
trunk/jmock/debian/changelog)
===
--- tags/jmock/1.0.1-5/debian/changelog (rev 0)
+++ tags/jmock/1.0.1-5/debian/changelog 2011-08-06 22:43:05 UTC (rev 14013)
@@ -0,0 +1,61 @@
+jmock (1.0.1-5) unstable; urgency=low
+
+  * Team upload
+
+  [ Michael Koch ]
+  * Removed Trygve from Uploaders (Closes: #514075).
+  * Removed Wolfgang and added myself to Uploaders.
+  * Build-Depends on debhelper = 7.
+  * Updated to Standards-Version to 3.8.3.
+
+  [ Miguel Landaeta ]
+  * Include javadoc files in libjmock-java-doc. (Closes: #601213).
+  * Add call to mh_clean in clean target.
+
+  [ Torsten Werner ]
+  * Switch to source format 3.0.
+  * Remove Java runtime Depends.
+  * Some lintian fixes in debian/rules.
+  * Add missing file debian/libjmock-java.poms.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 00:37:54 +0200
+
+jmock (1.0.1-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:40:12 +0200
+
+jmock (1.0.1-3) experimental; urgency=low
+
+  * Change section to java, bump up Standards-Version to 3.8.1
+  * Bump up debhelper to 6
+  * Add the Maven POM to the package
+  * Add a Build-Depends-Indep dependency on maven-repo-helper
+  * Move debhelper, quilt, default-jdk dependencies to Build-Depends
+  * Use mh_installpom and mh_installjar to install the POM and the jar to the
+Maven repository
+  * Use default-java for the build
+  * Add ${misc:Depends} to Depends to clear Lintian warnings
+  * Use quilt instead of dpatch and update the patches (I have trouble
+with dpatch)
+  * Update debian/watch and add debian/orig-tar.sh to download a source
+tarball without any pre-compiled jars. 
+  * Add libasm-java to Build-Depends and Suggest.
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 27 May 2009 20:11:43 
+0100
+
+jmock (1.0.1-2) unstable; urgency=low
+
+  * Added ant-optional as required by ant reorganization to
+fix FTBS (closes: #334629)
+  * Removed unneeded build-deps on classpath, libgcj6
+  * Added myself to uploaders
+
+ --  Wolfgang Baer wb...@gmx.de  Wed, 19 Oct 2005 13:10:43 +
+
+jmock (1.0.1-1) unstable; urgency=low
+
+  * Initial Release

[pkg-java] r14014 - in trunk/jsr107cache/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 22:52:48 + (Sat, 06 Aug 2011)
New Revision: 14014

Added:
   trunk/jsr107cache/debian/TODO
   trunk/jsr107cache/debian/source/
   trunk/jsr107cache/debian/source/format
Modified:
   trunk/jsr107cache/debian/changelog
   trunk/jsr107cache/debian/control
Log:
* Team upload.
* Remove Arnaud from Uploaders list.
* Remove Java runtime Depends.
* Switch to source format 3.0.

Added: trunk/jsr107cache/debian/TODO
===
--- trunk/jsr107cache/debian/TODO   (rev 0)
+++ trunk/jsr107cache/debian/TODO   2011-08-06 22:52:48 UTC (rev 14014)
@@ -0,0 +1,2 @@
+- packaging newer upstream version 1.1
+- maybe: build package with Maven

Modified: trunk/jsr107cache/debian/changelog
===
--- trunk/jsr107cache/debian/changelog  2011-08-06 22:43:05 UTC (rev 14013)
+++ trunk/jsr107cache/debian/changelog  2011-08-06 22:52:48 UTC (rev 14014)
@@ -1,3 +1,12 @@
+jsr107cache (1.0.dfsg.1-4) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 00:48:02 +0200
+
 jsr107cache (1.0.dfsg.1-3) unstable; urgency=low
 
   [ Michael Koch ]

Modified: trunk/jsr107cache/debian/control
===
--- trunk/jsr107cache/debian/control2011-08-06 22:43:05 UTC (rev 14013)
+++ trunk/jsr107cache/debian/control2011-08-06 22:52:48 UTC (rev 14014)
@@ -2,14 +2,14 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Kumar Appaiah 
aku...@ee.iitm.ac.in, Varun Hiremath va...@debian.org
+Uploaders: Kumar Appaiah aku...@ee.iitm.ac.in, Varun Hiremath 
va...@debian.org
 Build-Depends: debhelper (= 7), cdbs
 Build-Depends-Indep: ant, default-jdk
 Standards-Version: 3.8.1
 
 Package: libjsr107cache-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: Java API for caching
  JSR107 specifies API and semantics for temporary, in memory caching
  of Java objects, including object creation, shared access, spooling,

Added: trunk/jsr107cache/debian/source/format
===
--- trunk/jsr107cache/debian/source/format  (rev 0)
+++ trunk/jsr107cache/debian/source/format  2011-08-06 22:52:48 UTC (rev 
14014)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14015 - in tags/jsr107cache: . 1.0.dfsg.1-4/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 22:53:55 + (Sat, 06 Aug 2011)
New Revision: 14015

Added:
   tags/jsr107cache/1.0.dfsg.1-4/
   tags/jsr107cache/1.0.dfsg.1-4/debian/TODO
   tags/jsr107cache/1.0.dfsg.1-4/debian/changelog
   tags/jsr107cache/1.0.dfsg.1-4/debian/control
   tags/jsr107cache/1.0.dfsg.1-4/debian/source/
Removed:
   tags/jsr107cache/1.0.dfsg.1-4/debian/changelog
   tags/jsr107cache/1.0.dfsg.1-4/debian/control
Log:
[svn-buildpackage] Tagging jsr107cache 1.0.dfsg.1-4

Copied: tags/jsr107cache/1.0.dfsg.1-4/debian/TODO (from rev 14014, 
trunk/jsr107cache/debian/TODO)
===
--- tags/jsr107cache/1.0.dfsg.1-4/debian/TODO   (rev 0)
+++ tags/jsr107cache/1.0.dfsg.1-4/debian/TODO   2011-08-06 22:53:55 UTC (rev 
14015)
@@ -0,0 +1,2 @@
+- packaging newer upstream version 1.1
+- maybe: build package with Maven

Deleted: tags/jsr107cache/1.0.dfsg.1-4/debian/changelog
===
--- trunk/jsr107cache/debian/changelog  2011-08-06 22:43:05 UTC (rev 14013)
+++ tags/jsr107cache/1.0.dfsg.1-4/debian/changelog  2011-08-06 22:53:55 UTC 
(rev 14015)
@@ -1,31 +0,0 @@
-jsr107cache (1.0.dfsg.1-3) unstable; urgency=low
-
-  [ Michael Koch ]
-  * Updated watch file.
-
-  [ Varun Hiremath ]
-  * Convert to default-jdk/jre (Closes: #526284)
-  * Bump Standards-Version to 3.8.1
-  * Remove the full text of Apache license from debian/copyright, now
-included in common licenses.
-
- -- Varun Hiremath va...@debian.org  Thu, 07 May 2009 19:44:10 -0400
-
-jsr107cache (1.0.dfsg.1-2) unstable; urgency=low
-
-  * Add the clean target to build.xml (Closes: #442607)
-  * Add Kumar Appaiah and Varun Hiremath to uploaders.
-  * Add orig-tar.sh to automate repackaging.
-  * Move debhelper and cdbs to Build-Depends from Build-Depends-Indep.
-  * Ensure that the versioned symlink to the jar is installed.
-  * Remove unnecessary dirs, links and install files from debian/
-  * Ensure build.xml does not use hard coded version.
-  * Find real package version from DEB_UPSTREAM_VERSION.
-
- -- Kumar Appaiah aku...@ee.iitm.ac.in  Mon, 17 Sep 2007 13:17:33 +0530
-
-jsr107cache (1.0.dfsg.1-1) unstable; urgency=low
-
-  * Initial Release (closes: #422601).
-
- -- Arnaud Vandyck av...@debian.org  Thu,  2 Aug 2007 08:55:38 +0200

Copied: tags/jsr107cache/1.0.dfsg.1-4/debian/changelog (from rev 14014, 
trunk/jsr107cache/debian/changelog)
===
--- tags/jsr107cache/1.0.dfsg.1-4/debian/changelog  
(rev 0)
+++ tags/jsr107cache/1.0.dfsg.1-4/debian/changelog  2011-08-06 22:53:55 UTC 
(rev 14015)
@@ -0,0 +1,40 @@
+jsr107cache (1.0.dfsg.1-4) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 00:48:02 +0200
+
+jsr107cache (1.0.dfsg.1-3) unstable; urgency=low
+
+  [ Michael Koch ]
+  * Updated watch file.
+
+  [ Varun Hiremath ]
+  * Convert to default-jdk/jre (Closes: #526284)
+  * Bump Standards-Version to 3.8.1
+  * Remove the full text of Apache license from debian/copyright, now
+included in common licenses.
+
+ -- Varun Hiremath va...@debian.org  Thu, 07 May 2009 19:44:10 -0400
+
+jsr107cache (1.0.dfsg.1-2) unstable; urgency=low
+
+  * Add the clean target to build.xml (Closes: #442607)
+  * Add Kumar Appaiah and Varun Hiremath to uploaders.
+  * Add orig-tar.sh to automate repackaging.
+  * Move debhelper and cdbs to Build-Depends from Build-Depends-Indep.
+  * Ensure that the versioned symlink to the jar is installed.
+  * Remove unnecessary dirs, links and install files from debian/
+  * Ensure build.xml does not use hard coded version.
+  * Find real package version from DEB_UPSTREAM_VERSION.
+
+ -- Kumar Appaiah aku...@ee.iitm.ac.in  Mon, 17 Sep 2007 13:17:33 +0530
+
+jsr107cache (1.0.dfsg.1-1) unstable; urgency=low
+
+  * Initial Release (closes: #422601).
+
+ -- Arnaud Vandyck av...@debian.org  Thu,  2 Aug 2007 08:55:38 +0200

Deleted: tags/jsr107cache/1.0.dfsg.1-4/debian/control
===
--- trunk/jsr107cache/debian/control2011-08-06 22:43:05 UTC (rev 14013)
+++ tags/jsr107cache/1.0.dfsg.1-4/debian/control2011-08-06 22:53:55 UTC 
(rev 14015)
@@ -1,16 +0,0 @@
-Source: jsr107cache
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Kumar Appaiah 
aku...@ee.iitm.ac.in, Varun Hiremath va...@debian.org
-Build-Depends: debhelper (= 7), cdbs
-Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.8.1
-
-Package: libjsr107cache-java
-Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
-Description: Java API for caching
- JSR107

[pkg-java] r14016 - in trunk/jtidy/debian: . patches source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:20:47 + (Sat, 06 Aug 2011)
New Revision: 14016

Added:
   trunk/jtidy/debian/patches/0001-improve-pom-version.patch
   trunk/jtidy/debian/source/
   trunk/jtidy/debian/source/format
Removed:
   trunk/jtidy/debian/patches/pom.patch
Modified:
   trunk/jtidy/debian/changelog
   trunk/jtidy/debian/control
   trunk/jtidy/debian/patches/series
   trunk/jtidy/debian/rules
Log:
* Team upload
* New upstream snapshot.
* Remove Paul from Uploaders list.
* Switch to source format 3.0.

Modified: trunk/jtidy/debian/changelog
===
--- trunk/jtidy/debian/changelog2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/changelog2011-08-06 23:20:47 UTC (rev 14016)
@@ -1,3 +1,12 @@
+jtidy (7+svn20110807-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream snapshot.
+  * Remove Paul from Uploaders list.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:01:40 +0200
+
 jtidy (7+svn20070309-4) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/jtidy/debian/control
===
--- trunk/jtidy/debian/control  2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/control  2011-08-06 23:20:47 UTC (rev 14016)
@@ -2,8 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Paul Cager paul-deb...@home.paulcager.org, Michael Koch 
konque...@gmx.de
-Build-Depends: debhelper (= 6), cdbs (= 0.4.5.3), quilt, default-jdk
+Uploaders: Michael Koch konque...@gmx.de
+Build-Depends: debhelper (= 6), cdbs (= 0.4.5.3), default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, ant-optional, libjaxp1.3-java
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jtidy

Added: trunk/jtidy/debian/patches/0001-improve-pom-version.patch
===
--- trunk/jtidy/debian/patches/0001-improve-pom-version.patch   
(rev 0)
+++ trunk/jtidy/debian/patches/0001-improve-pom-version.patch   2011-08-06 
23:20:47 UTC (rev 14016)
@@ -0,0 +1,29 @@
+From: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
+Date: Sun, 7 Aug 2011 01:06:04 +0200
+Subject: [PATCH] improve pom version
+
+---
+ pom.xml |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index 00841c0..a523206 100644
+--- a/pom.xml
 b/pom.xml
+@@ -5,7 +5,7 @@
+   groupIdnet.sf.jtidy/groupId
+   artifactIdjtidy/artifactId
+   nameJTidy/name
+-  version8.0-SNAPSHOT/version
++  version8.0-alpha-20110807/version
+   description
+ JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty 
printer. Like its non-Java cousin, JTidy can be
+ used as a tool for cleaning up malformed and faulty HTML. In addition, 
JTidy provides a DOM interface to the
+@@ -284,4 +284,4 @@
+   urlscp://shell.sourceforge.net/home/groups/j/jt/jtidy/htdocs//url
+ /site
+   /distributionManagement
+-/project
+\ No newline at end of file
++/project
+-- 

Deleted: trunk/jtidy/debian/patches/pom.patch
===
--- trunk/jtidy/debian/patches/pom.patch2011-08-06 22:53:55 UTC (rev 
14015)
+++ trunk/jtidy/debian/patches/pom.patch2011-08-06 23:20:47 UTC (rev 
14016)
@@ -1,18 +0,0 @@
 a/pom.xml
-+++ b/pom.xml
-@@ -5,7 +5,7 @@
-   groupIdjtidy/groupId
-   artifactIdjtidy/artifactId
-   nameJTidy/name
--  version8.0-SNAPSHOT/version
-+  version8.0-alpha-20070309/version
-   description
- JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty 
printer. Like its non-Java cousin, JTidy can be
- used as a tool for cleaning up malformed and faulty HTML. In addition, 
JTidy provides a DOM interface to the
-@@ -263,4 +263,4 @@
-   urlscp://shell.sourceforge.net/home/groups/j/jt/jtidy/htdocs//url
- /site
-   /distributionManagement
--/project
-\ No newline at end of file
-+/project

Modified: trunk/jtidy/debian/patches/series
===
--- trunk/jtidy/debian/patches/series   2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/patches/series   2011-08-06 23:20:47 UTC (rev 14016)
@@ -1 +1 @@
-pom.patch
+0001-improve-pom-version.patch

Modified: trunk/jtidy/debian/rules
===
--- trunk/jtidy/debian/rules2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/rules2011-08-06 23:20:47 UTC (rev 14016)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)
@@ -16,7 +15,7 @@
 get-orig-source:
mkdir

[pkg-java] r14017 - in tags/jtidy: . 7+svn20110807-1/debian 7+svn20110807-1/debian/patches

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:22:21 + (Sat, 06 Aug 2011)
New Revision: 14017

Added:
   tags/jtidy/7+svn20110807-1/
   tags/jtidy/7+svn20110807-1/debian/changelog
   tags/jtidy/7+svn20110807-1/debian/control
   tags/jtidy/7+svn20110807-1/debian/patches/0001-improve-pom-version.patch
   tags/jtidy/7+svn20110807-1/debian/patches/series
   tags/jtidy/7+svn20110807-1/debian/rules
   tags/jtidy/7+svn20110807-1/debian/source/
Removed:
   tags/jtidy/7+svn20110807-1/debian/changelog
   tags/jtidy/7+svn20110807-1/debian/control
   tags/jtidy/7+svn20110807-1/debian/patches/pom.patch
   tags/jtidy/7+svn20110807-1/debian/patches/series
   tags/jtidy/7+svn20110807-1/debian/rules
Log:
[svn-buildpackage] Tagging jtidy 7+svn20110807-1

Deleted: tags/jtidy/7+svn20110807-1/debian/changelog
===
--- trunk/jtidy/debian/changelog2011-08-06 22:53:55 UTC (rev 14015)
+++ tags/jtidy/7+svn20110807-1/debian/changelog 2011-08-06 23:22:21 UTC (rev 
14017)
@@ -1,52 +0,0 @@
-jtidy (7+svn20070309-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:48:10 +0200
-
-jtidy (7+svn20070309-3) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1 
-  * Bump up debhelper to 6
-  * Use default-jdk instead of java-gcj for the build (closes: #526287)
-  * Add ${misc:Depends} to Depends to clear Lintian warnings
-  * Add the Maven POM to the package
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-  * Patch the POM with quilt to remove the SNAPSHOT version
-  * Depend on libjaxb1.3-java instead of libxalan-java as only the xml apis
-are required
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 13 May 2009 18:26:09 
+0100
-
-jtidy (7+svn20070309-2ubuntu2) jaunty; urgency=low
-
-  * Don't depend on classpath-doc, which is in universe and therefore
-unrelated to this package.
-
- -- Steve Langasek steve.langa...@ubuntu.com  Mon, 30 Mar 2009 21:48:47 +
-
-jtidy (7+svn20070309-2ubuntu1) jaunty; urgency=low
-
-  * Merge from debian unstable, remaining changes:
-- default-java transition.
-
- -- Chris Cheney cche...@ubuntu.com  Wed, 17 Dec 2008 00:15:00 -0600
-
-jtidy (7+svn20070309-2) unstable; urgency=low
-
-  * Added manifest to jtidy.jar. Closes: #481571
-  * Updated Standards-Version to 3.8.0. No changes needed.
-  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
-  * Improved long description of -doc package.
-  * Simplified debian/rules.
-  * Added myself to Uploaders.
-
- -- Michael Koch konque...@gmx.de  Fri, 13 Jun 2008 07:33:47 +0200
-
-jtidy (7+svn20070309-1) unstable; urgency=low
-
-  * Initial release. (Closes: #413526)
-
- -- Paul Cager paul-deb...@home.paulcager.org  Fri,  9 Mar 2007 23:57:22 
+

Copied: tags/jtidy/7+svn20110807-1/debian/changelog (from rev 14016, 
trunk/jtidy/debian/changelog)
===
--- tags/jtidy/7+svn20110807-1/debian/changelog (rev 0)
+++ tags/jtidy/7+svn20110807-1/debian/changelog 2011-08-06 23:22:21 UTC (rev 
14017)
@@ -0,0 +1,61 @@
+jtidy (7+svn20110807-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream snapshot.
+  * Remove Paul from Uploaders list.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:01:40 +0200
+
+jtidy (7+svn20070309-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:48:10 +0200
+
+jtidy (7+svn20070309-3) experimental; urgency=low
+
+  * Change section to java, bump up Standards-Version to 3.8.1 
+  * Bump up debhelper to 6
+  * Use default-jdk instead of java-gcj for the build (closes: #526287)
+  * Add ${misc:Depends} to Depends to clear Lintian warnings
+  * Add the Maven POM to the package
+  * Add a Build-Depends-Indep dependency on maven-repo-helper
+  * Use mh_installpom and mh_installjar to install the POM and the jar to the
+Maven repository
+  * Patch the POM with quilt to remove the SNAPSHOT version
+  * Depend on libjaxb1.3-java instead of libxalan-java as only the xml apis
+are required
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 13 May 2009 18:26:09 
+0100
+
+jtidy (7+svn20070309-2ubuntu2) jaunty; urgency=low
+
+  * Don't depend on classpath-doc, which is in universe and therefore
+unrelated to this package.
+
+ -- Steve Langasek steve.langa...@ubuntu.com  Mon, 30 Mar 2009 21:48:47 +
+
+jtidy (7+svn20070309-2ubuntu1) jaunty; urgency=low
+
+  * Merge from debian unstable, remaining changes:
+- default-java transition.
+
+ -- Chris Cheney cche...@ubuntu.com  Wed, 17 Dec 2008 00:15:00 -0600
+
+jtidy (7+svn20070309-2) unstable; urgency=low
+
+  * Added manifest to jtidy.jar. Closes: #481571
+  * Updated Standards-Version to 3.8.0

[pkg-java] r14018 - in trunk/kunststoff/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:35:11 + (Sat, 06 Aug 2011)
New Revision: 14018

Added:
   trunk/kunststoff/debian/source/
   trunk/kunststoff/debian/source/format
Modified:
   trunk/kunststoff/debian/changelog
   trunk/kunststoff/debian/control
   trunk/kunststoff/debian/rules
Log:
* Update Homepage field.
* Change Build-Depends: default-jdk.
* Remove Java runtime Depends.
* Switch to source format 3.0.
* Update Standards-Version: 3.9.1.

Modified: trunk/kunststoff/debian/changelog
===
--- trunk/kunststoff/debian/changelog   2011-08-06 23:22:21 UTC (rev 14017)
+++ trunk/kunststoff/debian/changelog   2011-08-06 23:35:11 UTC (rev 14018)
@@ -1,3 +1,13 @@
+kunststoff (2.0.2-5) unstable; urgency=low
+
+  * Update Homepage field.
+  * Change Build-Depends: default-jdk.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:32:44 +0200
+
 kunststoff (2.0.2-4) unstable; urgency=low
 
   * Move the package to pkg-java svn.

Modified: trunk/kunststoff/debian/control
===
--- trunk/kunststoff/debian/control 2011-08-06 23:22:21 UTC (rev 14017)
+++ trunk/kunststoff/debian/control 2011-08-06 23:35:11 UTC (rev 14018)
@@ -4,15 +4,15 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, java-gcj-compat-dev
-Standards-Version: 3.7.3
-Homepage: http://www.incors.org/archive/
+Build-Depends-Indep: ant, default-jdk
+Standards-Version: 3.9.1
+Homepage: http://kunstoff.incors.com/archive/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/kunststoff
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/kunststoff
 
 Package: kunststoff
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 
java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: suite of skins for different applications
  The Kunststoff Look  Feel is a completely free Look  Feel for Java
  Swing applications. It supports many widgets (e.g JInnerFrame,

Modified: trunk/kunststoff/debian/rules
===
--- trunk/kunststoff/debian/rules   2011-08-06 23:22:21 UTC (rev 14017)
+++ trunk/kunststoff/debian/rules   2011-08-06 23:35:11 UTC (rev 14018)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME  := /usr/lib/jvm/java-gcj
+JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_INSTALL_TARGET := jar
 DEB_ANT_BUILDFILE  := debian/build.xml
 

Added: trunk/kunststoff/debian/source/format
===
--- trunk/kunststoff/debian/source/format   (rev 0)
+++ trunk/kunststoff/debian/source/format   2011-08-06 23:35:11 UTC (rev 
14018)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14019 - in tags/kunststoff: . 2.0.2-5/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:36:21 + (Sat, 06 Aug 2011)
New Revision: 14019

Added:
   tags/kunststoff/2.0.2-5/
   tags/kunststoff/2.0.2-5/debian/changelog
   tags/kunststoff/2.0.2-5/debian/control
   tags/kunststoff/2.0.2-5/debian/rules
   tags/kunststoff/2.0.2-5/debian/source/
Removed:
   tags/kunststoff/2.0.2-5/debian/changelog
   tags/kunststoff/2.0.2-5/debian/control
   tags/kunststoff/2.0.2-5/debian/rules
Log:
[svn-buildpackage] Tagging kunststoff 2.0.2-5

Deleted: tags/kunststoff/2.0.2-5/debian/changelog
===
--- trunk/kunststoff/debian/changelog   2011-08-06 23:22:21 UTC (rev 14017)
+++ tags/kunststoff/2.0.2-5/debian/changelog2011-08-06 23:36:21 UTC (rev 
14019)
@@ -1,35 +0,0 @@
-kunststoff (2.0.2-4) unstable; urgency=low
-
-  * Move the package to pkg-java svn.
-  * debian/control:
-+ Set Priority to optional from extra
-+ Set Maintainer to Debian Java Maintainers and add myself to Uploaders
-  * Move the build scripts to debian dir.
-  * Remove the hard coded version from ant.properties and install the
-versioned jar from debian/rules.
-  * Bump up Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Sun, 13 Jan 2008 00:44:26 +0530
-
-kunststoff (2.0.2-3) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Add debian/README.Debian-source file.
-  * debian/control: add XS-Vcs-{Svn,Browser} headers.
-
-  [ Torsten Werner ]
-  * Switch to java-gcj-compat-dev from kaffe.
-
- -- Torsten Werner twer...@debian.org  Sat, 06 Oct 2007 00:29:07 +0200
-
-kunststoff (2.0.2-2) unstable; urgency=low
-
-  * Change architecture to all. (Closes: #423844)
-
- -- Torsten Werner twer...@debian.org  Mon, 14 May 2007 20:24:15 +0200
-
-kunststoff (2.0.2-1) unstable; urgency=low
-
-  * Initial release (Closes: #422337)
-
- -- Varun Hiremath varunhirem...@gmail.com  Fri,  4 May 2007 18:57:24 +0530

Copied: tags/kunststoff/2.0.2-5/debian/changelog (from rev 14018, 
trunk/kunststoff/debian/changelog)
===
--- tags/kunststoff/2.0.2-5/debian/changelog(rev 0)
+++ tags/kunststoff/2.0.2-5/debian/changelog2011-08-06 23:36:21 UTC (rev 
14019)
@@ -0,0 +1,45 @@
+kunststoff (2.0.2-5) unstable; urgency=low
+
+  * Update Homepage field.
+  * Change Build-Depends: default-jdk.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:32:44 +0200
+
+kunststoff (2.0.2-4) unstable; urgency=low
+
+  * Move the package to pkg-java svn.
+  * debian/control:
++ Set Priority to optional from extra
++ Set Maintainer to Debian Java Maintainers and add myself to Uploaders
+  * Move the build scripts to debian dir.
+  * Remove the hard coded version from ant.properties and install the
+versioned jar from debian/rules.
+  * Bump up Standards-Version to 3.7.3
+
+ -- Varun Hiremath va...@debian.org  Sun, 13 Jan 2008 00:44:26 +0530
+
+kunststoff (2.0.2-3) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * Add debian/README.Debian-source file.
+  * debian/control: add XS-Vcs-{Svn,Browser} headers.
+
+  [ Torsten Werner ]
+  * Switch to java-gcj-compat-dev from kaffe.
+
+ -- Torsten Werner twer...@debian.org  Sat, 06 Oct 2007 00:29:07 +0200
+
+kunststoff (2.0.2-2) unstable; urgency=low
+
+  * Change architecture to all. (Closes: #423844)
+
+ -- Torsten Werner twer...@debian.org  Mon, 14 May 2007 20:24:15 +0200
+
+kunststoff (2.0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #422337)
+
+ -- Varun Hiremath varunhirem...@gmail.com  Fri,  4 May 2007 18:57:24 +0530

Deleted: tags/kunststoff/2.0.2-5/debian/control
===
--- trunk/kunststoff/debian/control 2011-08-06 23:22:21 UTC (rev 14017)
+++ tags/kunststoff/2.0.2-5/debian/control  2011-08-06 23:36:21 UTC (rev 
14019)
@@ -1,19 +0,0 @@
-Source: kunststoff
-Section: utils
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
-Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, java-gcj-compat-dev
-Standards-Version: 3.7.3
-Homepage: http://www.incors.org/archive/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/kunststoff
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/kunststoff
-
-Package: kunststoff
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 
java2-runtime
-Description: suite of skins for different applications
- The Kunststoff Look  Feel is a completely free Look  Feel for Java
- Swing applications. It supports many widgets (e.g JInnerFrame,
- JProgressBar, JToolBar) and provides customizable gradient colors.

Copied: tags/kunststoff/2.0.2-5/debian/control (from rev 14018, 
trunk/kunststoff/debian/control

[pkg-java] r14020 - in trunk/libcobra-java/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:44:03 + (Sat, 06 Aug 2011)
New Revision: 14020

Added:
   trunk/libcobra-java/debian/source/
   trunk/libcobra-java/debian/source/format
Modified:
   trunk/libcobra-java/debian/changelog
   trunk/libcobra-java/debian/control
Log:
* Update Homepage.
* Change Build-Depends: default-jdk.
* Remove Java runtime Depends.
* Switch to source format 3.0.
* Change Section: java.

Modified: trunk/libcobra-java/debian/changelog
===
--- trunk/libcobra-java/debian/changelog2011-08-06 23:36:21 UTC (rev 
14019)
+++ trunk/libcobra-java/debian/changelog2011-08-06 23:44:03 UTC (rev 
14020)
@@ -1,3 +1,13 @@
+libcobra-java (0.98.4-3) unstable; urgency=low
+
+  * Update Homepage.
+  * Change Build-Depends: default-jdk.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+  * Change Section: java.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:42:01 +0200
+
 libcobra-java (0.98.4-2) unstable; urgency=low
 
   * upload to unstable

Modified: trunk/libcobra-java/debian/control
===
--- trunk/libcobra-java/debian/control  2011-08-06 23:36:21 UTC (rev 14019)
+++ trunk/libcobra-java/debian/control  2011-08-06 23:44:03 UTC (rev 14020)
@@ -1,18 +1,18 @@
 Source: libcobra-java
-Section: utils
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
 Build-Depends: cdbs, debhelper (= 5)
-Build-Depends-Indep: ant, rhino, libxalan2-java, openjdk-6-jdk
+Build-Depends-Indep: ant, rhino, libxalan2-java, default-jdk
 Standards-Version: 3.8.0
-Homepage: http://html.xamjwg.org/cobra.jsp
+Homepage: http://lobobrowser.org/cobra.jsp
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcobra-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcobra-java
 
 Package: libcobra-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 
java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Java HTML Renderer  Parser
  Cobra is a pure Java HTML renderer and DOM parser that is being
  developed to support HTML 4, Javascript and CSS 2.

Added: trunk/libcobra-java/debian/source/format
===
--- trunk/libcobra-java/debian/source/format(rev 0)
+++ trunk/libcobra-java/debian/source/format2011-08-06 23:44:03 UTC (rev 
14020)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14021 - in tags/libcobra-java: . 0.98.4-3/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:45:38 + (Sat, 06 Aug 2011)
New Revision: 14021

Added:
   tags/libcobra-java/0.98.4-3/
   tags/libcobra-java/0.98.4-3/debian/changelog
   tags/libcobra-java/0.98.4-3/debian/control
   tags/libcobra-java/0.98.4-3/debian/source/
Removed:
   tags/libcobra-java/0.98.4-3/debian/changelog
   tags/libcobra-java/0.98.4-3/debian/control
Log:
[svn-buildpackage] Tagging libcobra-java 0.98.4-3

Deleted: tags/libcobra-java/0.98.4-3/debian/changelog
===
--- trunk/libcobra-java/debian/changelog2011-08-06 23:36:21 UTC (rev 
14019)
+++ tags/libcobra-java/0.98.4-3/debian/changelog2011-08-06 23:45:38 UTC 
(rev 14021)
@@ -1,100 +0,0 @@
-libcobra-java (0.98.4-2) unstable; urgency=low
-
-  * upload to unstable
-
- -- Torsten Werner twer...@debian.org  Sun, 15 Feb 2009 22:18:56 +0100
-
-libcobra-java (0.98.4-1) experimental; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Wed, 11 Feb 2009 23:27:49 +0100
-
-libcobra-java (0.98.3-1) experimental; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Wed, 03 Dec 2008 23:52:13 +0100
-
-libcobra-java (0.98.2-2) unstable; urgency=low
-
-  * Fix java bytecode / java runtime version mismatch (Closes: #503788)
-
- -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 02:50:06 -0400
-
-libcobra-java (0.98.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Switch to openjdk-6
-  * Remove all patches
-  * Bump Standards-Version to 3.8.0
-
- -- Varun Hiremath va...@debian.org  Fri, 18 Jul 2008 14:24:58 +0530
-
-libcobra-java (0.98-1) unstable; urgency=low
-
-  * new upstream release
-  * Refresh patch disable_proxy.diff.
-
- -- Torsten Werner twer...@debian.org  Mon, 17 Mar 2008 21:31:25 +0100
-
-libcobra-java (0.97.5-1) unstable; urgency=low
-
-  * new upstream release
-  * Update patch disable_proxy.diff.
-
- -- Torsten Werner twer...@debian.org  Sat, 08 Mar 2008 11:32:48 +0100
-
-libcobra-java (0.97.4-2) unstable; urgency=low
-
-  * Add patches/disable_proxy.diff patch as a temporary fix to build test/*
-files using java-gcj
-  * debian/control: Bump up Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Wed, 09 Jan 2008 20:58:10 +0530
-
-libcobra-java (0.97.4-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/build.xml: exclude test/* files which require sun-java-jdk to build.
-
- -- Varun Hiremath varunhirem...@gmail.com  Thu, 29 Nov 2007 18:40:24 +0530
-
-libcobra-java (0.97.2-3) unstable; urgency=low
-
-  * Reupload the package with the orig.tar.gz file from contrib.
-
- -- Torsten Werner twer...@debian.org  Sun, 04 Nov 2007 19:31:51 +0100
-
-libcobra-java (0.97.2-2) unstable; urgency=low
-
-  * Move the package to pkg-java svn.
-  * debian/control:
-+ Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
-+ Build-Depend on libxalan2-java.
-+ Switch from sun-java5-jdk to java-gcj-compat.
-+ Move package to Section main from contrib.
-  * Move the build scripts to debian dir.
-
- -- Varun Hiremath varunhirem...@gmail.com  Mon, 15 Oct 2007 19:55:58 +0530
-
-libcobra-java (0.97.2-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/control: Add XS-Vcs-{Svn,Browser} headers.
-  * Add debian/README.Debian-source file.
-  * debian/rules: fix the installed jar version and the dh_link.
-
- -- Varun Hiremath varunhirem...@gmail.com  Sat, 08 Sep 2007 03:20:26 +0530
-
-libcobra-java (0.97-2) unstable; urgency=low
-
-  * debian/copyright: include the w3c license
-
- -- Varun Hiremath varunhirem...@gmail.com  Thu, 02 Aug 2007 20:17:36 +0530
-
-libcobra-java (0.97-1) unstable; urgency=low
-
-  * Initial release (Closes: #435408)
-
- -- Varun Hiremath varunhirem...@gmail.com  Tue, 31 Jul 2007 01:35:56 +0530

Copied: tags/libcobra-java/0.98.4-3/debian/changelog (from rev 14020, 
trunk/libcobra-java/debian/changelog)
===
--- tags/libcobra-java/0.98.4-3/debian/changelog
(rev 0)
+++ tags/libcobra-java/0.98.4-3/debian/changelog2011-08-06 23:45:38 UTC 
(rev 14021)
@@ -0,0 +1,110 @@
+libcobra-java (0.98.4-3) unstable; urgency=low
+
+  * Update Homepage.
+  * Change Build-Depends: default-jdk.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+  * Change Section: java.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:42:01 +0200
+
+libcobra-java (0.98.4-2) unstable; urgency=low
+
+  * upload to unstable
+
+ -- Torsten Werner twer...@debian.org  Sun, 15 Feb 2009 22:18:56 +0100
+
+libcobra-java (0.98.4-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Torsten Werner twer...@debian.org  Wed, 11 Feb 2009 23:27:49 +0100
+
+libcobra-java (0.98.3-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Torsten Werner twer...@debian.org  Wed, 03 Dec 2008 23:52:13 +0100
+
+libcobra-java (0.98.2-2

[pkg-java] r14022 - in trunk/libcommons-collections3-java/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:51:07 + (Sat, 06 Aug 2011)
New Revision: 14022

Added:
   trunk/libcommons-collections3-java/debian/source/
   trunk/libcommons-collections3-java/debian/source/format
Modified:
   trunk/libcommons-collections3-java/debian/changelog
   trunk/libcommons-collections3-java/debian/control
   trunk/libcommons-collections3-java/debian/rules
Log:
* Team upload.
* Remove Arnaud from Uploaders list.
* Remove Java runtime Depends.
* Switch to source format 3.0.

Modified: trunk/libcommons-collections3-java/debian/changelog
===
--- trunk/libcommons-collections3-java/debian/changelog 2011-08-06 23:45:38 UTC 
(rev 14021)
+++ trunk/libcommons-collections3-java/debian/changelog 2011-08-06 23:51:07 UTC 
(rev 14022)
@@ -1,3 +1,12 @@
+libcommons-collections3-java (3.2.1-5) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:47:37 +0200
+
 libcommons-collections3-java (3.2.1-4) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libcommons-collections3-java/debian/control
===
--- trunk/libcommons-collections3-java/debian/control   2011-08-06 23:45:38 UTC 
(rev 14021)
+++ trunk/libcommons-collections3-java/debian/control   2011-08-06 23:51:07 UTC 
(rev 14022)
@@ -2,8 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Varun Hiremath va...@debian.org
-Build-Depends: debhelper (= 6), cdbs, quilt, default-jdk
+Uploaders: Varun Hiremath va...@debian.org
+Build-Depends: debhelper (= 6), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, ant-optional, junit
 Standards-Version: 3.8.1
 Homepage: http://commons.apache.org/collections/
@@ -13,7 +13,7 @@
 
 Package: libcommons-collections3-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | 
java2-runtime-headless
+Depends: ${misc:Depends}
 Suggests: libcommons-collections3-java-doc
 Description: A set of abstract data type interfaces and implementations
  The Java Collections Framework provides a set of abstract data

Modified: trunk/libcommons-collections3-java/debian/rules
===
--- trunk/libcommons-collections3-java/debian/rules 2011-08-06 23:45:38 UTC 
(rev 14021)
+++ trunk/libcommons-collections3-java/debian/rules 2011-08-06 23:51:07 UTC 
(rev 14022)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/libcommons-collections3-java/debian/source/format
===
--- trunk/libcommons-collections3-java/debian/source/format 
(rev 0)
+++ trunk/libcommons-collections3-java/debian/source/format 2011-08-06 
23:51:07 UTC (rev 14022)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14023 - in tags/libcommons-collections3-java: . 3.2.1-5/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:52:39 + (Sat, 06 Aug 2011)
New Revision: 14023

Added:
   tags/libcommons-collections3-java/3.2.1-5/
   tags/libcommons-collections3-java/3.2.1-5/debian/changelog
   tags/libcommons-collections3-java/3.2.1-5/debian/control
   tags/libcommons-collections3-java/3.2.1-5/debian/rules
   tags/libcommons-collections3-java/3.2.1-5/debian/source/
Removed:
   tags/libcommons-collections3-java/3.2.1-5/debian/changelog
   tags/libcommons-collections3-java/3.2.1-5/debian/control
   tags/libcommons-collections3-java/3.2.1-5/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-collections3-java 3.2.1-5

Deleted: tags/libcommons-collections3-java/3.2.1-5/debian/changelog
===
--- trunk/libcommons-collections3-java/debian/changelog 2011-08-06 23:45:38 UTC 
(rev 14021)
+++ tags/libcommons-collections3-java/3.2.1-5/debian/changelog  2011-08-06 
23:52:39 UTC (rev 14023)
@@ -1,128 +0,0 @@
-libcommons-collections3-java (3.2.1-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 11:59:07 +0200
-
-libcommons-collections3-java (3.2.1-3) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Add the Maven POM to the package,
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-  * Add ${misc:Depends} to Depends to clear Lintian warnings
-  * Patch src/conf/MANIFEST.MF: add the OSGi metadata generated by the Maven 
-build, use quilt
-  * Fix Lintian warning: Remove full text of Apache license
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-  * Set java source version to 1.4.
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Torsten Werner ]
-  * Convert debian/copyright to UTF-8.
-  * Upload to experimental.
-
- -- Torsten Werner twer...@debian.org  Sun, 12 Jul 2009 23:01:30 +0200
-
-libcommons-collections3-java (3.2.1-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Varun Hiremath va...@debian.org  Wed, 07 May 2008 00:21:02 +0530
-
-libcommons-collections3-java (3.2-1) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * Add a watch file.
-  * debian/control:
-+ Add Xs-Vcs-Browser, Xs-Vcs-Svn.
-+ Add Homepage field.
-
-  [ Varun Hiremath ]
-  * New upstream release
-  * debian/control:
-+ Build-Depends on debhelper = 6
-+ Bump up Standards-Version to 3.7.3
-+ Remove Wolfgang Baer from Uploaders and add myself
-  * debian/compat: Bump to 6
-  * Add debian/orig-tar.sh to create orig.tar.gz
-  * Remove debian/dirs file - not required
-  * Remove debian/libcommons-collections3-java.links and create links from
-debian/rules to avoid hard coding the version in links file
-  * Add debian/README.Debian-source
-  * debian/rules:
-+ clean up unused variables
-+ create symlinks for the jars
-+ implement get-orig-source target
-  * Add patches/disable_links.diff to disable external links in build.xml
-while creating javadocs
-  * debian/copyright: add copyright notice
-
- -- Varun Hiremath va...@debian.org  Thu, 21 Feb 2008 13:41:10 +0530
-
-libcommons-collections3-java (3.1a-3.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * debian/control: rename first Build-Depends-Indep to Build-Depends and
-add junit to Build-Depends-Indep to fix FTBFS. (Closes: #384357)
-
- -- Arjan Oosting arjanoost...@home.nl  Fri,  8 Sep 2006 00:05:17 +0200
-
-libcommons-collections3-java (3.1a-3) unstable; urgency=low
-
-  * Added myself as an uploader
-  * Build with java-gcj-compat-dev
-  * Updated Standards-Version; put debhelper and cdbs in Build-Depends
-  * Added tf.jar to the build (closes: #268223).
-
- -- Arnaud Vandyck av...@debian.org  Tue,  1 Aug 2006 16:18:53 +0200
-
-libcommons-collections3-java (3.1a-2) unstable; urgency=low
-
-  * Removed explicit usage of jikes build compiler property
-for kaffe jikes - ecj transition
-
- -- Wolfgang Baer wb...@gmx.de  Fri,  6 Jan 2006 19:53:47 +0100
-
-libcommons-collections3-java (3.1a-1) unstable; urgency=low
-  
-  * Moved package to pkg-java-maintainers
-  * Cleaned upstream tarball which contained the debian
-directory and all file after a build - added an 'a'
-to the upstream version to force an orig.tar.gz upgrade
-  * Cleaned debian/rules
-  * Bumped compat level to 4
-  * License is actually Apache 2 - updated copyright
-  * libant1.6-java to ant transition
-  * Build apidocs and register with doc-base
-  * Drop gjdoc patch - not needed anymore
-  * Added myself to uploaders
-  * Standards-Version 3.6.2 (no changes)  
-
- -- Wolfgang Baer wb...@gmx.de  Sun, 25 Sep 2005 02:44:13 +0200
-
-libcommons-collections3-java (3.1-2) unstable; urgency=low
-
-  * fixed FTBFS. (closes: #262271)
-
- -- Takashi Okamoto t...@debian.org  Tue

[pkg-java] r14024 - in trunk/libcommons-compress-java/debian: . source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-06 23:59:22 + (Sat, 06 Aug 2011)
New Revision: 14024

Added:
   trunk/libcommons-compress-java/debian/source/
   trunk/libcommons-compress-java/debian/source/format
Modified:
   trunk/libcommons-compress-java/debian/changelog
   trunk/libcommons-compress-java/debian/control
Log:
* New upstream release
* Clean up Depends and Suggests fields.
* Switch to source format 3.0.

Modified: trunk/libcommons-compress-java/debian/changelog
===
--- trunk/libcommons-compress-java/debian/changelog 2011-08-06 23:52:39 UTC 
(rev 14023)
+++ trunk/libcommons-compress-java/debian/changelog 2011-08-06 23:59:22 UTC 
(rev 14024)
@@ -1,3 +1,11 @@
+libcommons-compress-java (1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Clean up Depends and Suggests fields.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:56:15 +0200
+
 libcommons-compress-java (1.0-1) unstable; urgency=low
 
   * First upstream release (Closes: #542603)

Modified: trunk/libcommons-compress-java/debian/control
===
--- trunk/libcommons-compress-java/debian/control   2011-08-06 23:52:39 UTC 
(rev 14023)
+++ trunk/libcommons-compress-java/debian/control   2011-08-06 23:59:22 UTC 
(rev 14024)
@@ -11,8 +11,6 @@
 
 Package: libcommons-compress-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless |
- java2-runtime-headless
-Suggests: java-virtual-machine
+Depends: ${misc: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.

Added: trunk/libcommons-compress-java/debian/source/format
===
--- trunk/libcommons-compress-java/debian/source/format 
(rev 0)
+++ trunk/libcommons-compress-java/debian/source/format 2011-08-06 23:59:22 UTC 
(rev 14024)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14025 - in tags/libcommons-compress-java: . 1.2-1/debian

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 00:00:29 + (Sun, 07 Aug 2011)
New Revision: 14025

Added:
   tags/libcommons-compress-java/1.2-1/
   tags/libcommons-compress-java/1.2-1/debian/changelog
   tags/libcommons-compress-java/1.2-1/debian/control
   tags/libcommons-compress-java/1.2-1/debian/source/
Removed:
   tags/libcommons-compress-java/1.2-1/debian/changelog
   tags/libcommons-compress-java/1.2-1/debian/control
Log:
[svn-buildpackage] Tagging libcommons-compress-java 1.2-1

Deleted: tags/libcommons-compress-java/1.2-1/debian/changelog
===
--- trunk/libcommons-compress-java/debian/changelog 2011-08-06 23:52:39 UTC 
(rev 14023)
+++ tags/libcommons-compress-java/1.2-1/debian/changelog2011-08-07 
00:00:29 UTC (rev 14025)
@@ -1,19 +0,0 @@
-libcommons-compress-java (1.0-1) unstable; urgency=low
-
-  * First upstream release (Closes: #542603)
-  * Update old sandbox URLs.
-  * Convert debian/copyright to dep5 format and change license of debian/* to
-Apache-2.0.
-  * Update get-orig-source target in debian/rules.
-  * Switch to default-jdk.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.3.
-  * Use maven-repo-helper to start transition to Maven.
-
- -- Torsten Werner twer...@debian.org  Sun, 20 Sep 2009 11:16:42 +0200
-
-libcommons-compress-java (0~svn604876-1) unstable; urgency=low
-
-  * Initial release (Closes: #456662)
-
- -- Torsten Werner twer...@debian.org  Mon, 17 Dec 2007 15:17:09 +0100

Copied: tags/libcommons-compress-java/1.2-1/debian/changelog (from rev 14024, 
trunk/libcommons-compress-java/debian/changelog)
===
--- tags/libcommons-compress-java/1.2-1/debian/changelog
(rev 0)
+++ tags/libcommons-compress-java/1.2-1/debian/changelog2011-08-07 
00:00:29 UTC (rev 14025)
@@ -0,0 +1,27 @@
+libcommons-compress-java (1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Clean up Depends and Suggests fields.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 01:56:15 +0200
+
+libcommons-compress-java (1.0-1) unstable; urgency=low
+
+  * First upstream release (Closes: #542603)
+  * Update old sandbox URLs.
+  * Convert debian/copyright to dep5 format and change license of debian/* to
+Apache-2.0.
+  * Update get-orig-source target in debian/rules.
+  * Switch to default-jdk.
+  * Change Section: java.
+  * Update Standards-Version: 3.8.3.
+  * Use maven-repo-helper to start transition to Maven.
+
+ -- Torsten Werner twer...@debian.org  Sun, 20 Sep 2009 11:16:42 +0200
+
+libcommons-compress-java (0~svn604876-1) unstable; urgency=low
+
+  * Initial release (Closes: #456662)
+
+ -- Torsten Werner twer...@debian.org  Mon, 17 Dec 2007 15:17:09 +0100

Deleted: tags/libcommons-compress-java/1.2-1/debian/control
===
--- trunk/libcommons-compress-java/debian/control   2011-08-06 23:52:39 UTC 
(rev 14023)
+++ tags/libcommons-compress-java/1.2-1/debian/control  2011-08-07 00:00:29 UTC 
(rev 14025)
@@ -1,18 +0,0 @@
-Source: libcommons-compress-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org
-Build-Depends: ant, cdbs, debhelper (= 5), default-jdk, maven-repo-helper
-Standards-Version: 3.8.3
-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/pkg-java/trunk/libcommons-compress-java
-
-Package: libcommons-compress-java
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless |
- java2-runtime-headless
-Suggests: java-virtual-machine
-Description: Java API for working with tar, zip and bzip2 files
- Commons Compress defines an API for working with tar, zip and bzip2 files.

Copied: tags/libcommons-compress-java/1.2-1/debian/control (from rev 14024, 
trunk/libcommons-compress-java/debian/control)
===
--- tags/libcommons-compress-java/1.2-1/debian/control  
(rev 0)
+++ tags/libcommons-compress-java/1.2-1/debian/control  2011-08-07 00:00:29 UTC 
(rev 14025)
@@ -0,0 +1,16 @@
+Source: libcommons-compress-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Torsten Werner twer...@debian.org
+Build-Depends: ant, cdbs, debhelper (= 5), default-jdk, maven-repo-helper
+Standards-Version: 3.8.3
+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/pkg-java/trunk/libcommons-compress-java
+
+Package: libcommons-compress-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: Java API

[pkg-java] r14026 - in trunk/libcommons-digester-java/debian: . patches source

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 00:10:11 + (Sun, 07 Aug 2011)
New Revision: 14026

Added:
   trunk/libcommons-digester-java/debian/TODO
   trunk/libcommons-digester-java/debian/patches/series
   trunk/libcommons-digester-java/debian/source/
   trunk/libcommons-digester-java/debian/source/format
Modified:
   trunk/libcommons-digester-java/debian/changelog
   trunk/libcommons-digester-java/debian/control
   trunk/libcommons-digester-java/debian/rules
Log:
* Team upload.
* Remove Java runtime Depends.
* Switch to source format 3.0.

Added: trunk/libcommons-digester-java/debian/TODO
===
--- trunk/libcommons-digester-java/debian/TODO  (rev 0)
+++ trunk/libcommons-digester-java/debian/TODO  2011-08-07 00:10:11 UTC (rev 
14026)
@@ -0,0 +1 @@
+- package upstream version 3 which breaks the API

Modified: trunk/libcommons-digester-java/debian/changelog
===
--- trunk/libcommons-digester-java/debian/changelog 2011-08-07 00:00:29 UTC 
(rev 14025)
+++ trunk/libcommons-digester-java/debian/changelog 2011-08-07 00:10:11 UTC 
(rev 14026)
@@ -1,3 +1,11 @@
+libcommons-digester-java (1.8.1-3) unstable; urgency=low
+
+  * Team upload.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 02:05:23 +0200
+
 libcommons-digester-java (1.8.1-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libcommons-digester-java/debian/control
===
--- trunk/libcommons-digester-java/debian/control   2011-08-07 00:00:29 UTC 
(rev 14025)
+++ trunk/libcommons-digester-java/debian/control   2011-08-07 00:10:11 UTC 
(rev 14026)
@@ -12,7 +12,7 @@
 
 Package: libcommons-digester-java
 Architecture: all
-Depends: default-jre-headless | java2-runtime-headless, 
libcommons-beanutils-java (= 1.7-1), libcommons-logging-java, ${misc:Depends}
+Depends: libcommons-beanutils-java (= 1.7-1), libcommons-logging-java, 
${misc:Depends}
 Suggests: libcommons-digester-java-doc
 Description: Rule based XML Java object mapping tool
  Commons-Digester converts XML to a Java object by a set of mapping

Added: trunk/libcommons-digester-java/debian/patches/series
===
--- trunk/libcommons-digester-java/debian/patches/series
(rev 0)
+++ trunk/libcommons-digester-java/debian/patches/series2011-08-07 
00:10:11 UTC (rev 14026)
@@ -0,0 +1 @@
+01_Tomcat4_Digester1_7_Workaround.patch

Modified: trunk/libcommons-digester-java/debian/rules
===
--- trunk/libcommons-digester-java/debian/rules 2011-08-07 00:00:29 UTC (rev 
14025)
+++ trunk/libcommons-digester-java/debian/rules 2011-08-07 00:10:11 UTC (rev 
14026)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/libcommons-digester-java/debian/source/format
===
--- trunk/libcommons-digester-java/debian/source/format 
(rev 0)
+++ trunk/libcommons-digester-java/debian/source/format 2011-08-07 00:10:11 UTC 
(rev 14026)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14027 - in tags/libcommons-digester-java: . 1.8.1-3/debian 1.8.1-3/debian/patches

2011-08-06 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 00:11:47 + (Sun, 07 Aug 2011)
New Revision: 14027

Added:
   tags/libcommons-digester-java/1.8.1-3/
   tags/libcommons-digester-java/1.8.1-3/debian/TODO
   tags/libcommons-digester-java/1.8.1-3/debian/changelog
   tags/libcommons-digester-java/1.8.1-3/debian/control
   tags/libcommons-digester-java/1.8.1-3/debian/patches/series
   tags/libcommons-digester-java/1.8.1-3/debian/rules
   tags/libcommons-digester-java/1.8.1-3/debian/source/
Removed:
   tags/libcommons-digester-java/1.8.1-3/debian/changelog
   tags/libcommons-digester-java/1.8.1-3/debian/control
   tags/libcommons-digester-java/1.8.1-3/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-digester-java 1.8.1-3

Copied: tags/libcommons-digester-java/1.8.1-3/debian/TODO (from rev 14026, 
trunk/libcommons-digester-java/debian/TODO)
===
--- tags/libcommons-digester-java/1.8.1-3/debian/TODO   
(rev 0)
+++ tags/libcommons-digester-java/1.8.1-3/debian/TODO   2011-08-07 00:11:47 UTC 
(rev 14027)
@@ -0,0 +1 @@
+- package upstream version 3 which breaks the API

Deleted: tags/libcommons-digester-java/1.8.1-3/debian/changelog
===
--- trunk/libcommons-digester-java/debian/changelog 2011-08-07 00:00:29 UTC 
(rev 14025)
+++ tags/libcommons-digester-java/1.8.1-3/debian/changelog  2011-08-07 
00:11:47 UTC (rev 14027)
@@ -1,181 +0,0 @@
-libcommons-digester-java (1.8.1-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 12:02:15 +0200
-
-libcommons-digester-java (1.8.1-1) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * New upstream release, add myself to Uploaders
-  * Fix debian/watch to restrict watch on 1.x releases, as 2.0 is 
-breaking backwards compatibility
-  * Add the Maven POM to the package,
-  * Add a Build-Depends-Indep dependency on maven-repo-helper, ant-optional,
-junit
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Torsten Werner ]
-  * Convert debian/copyright to UTF-8.
-  * Upload to experimental.
-
- -- Torsten Werner twer...@debian.org  Sun, 12 Jul 2009 23:09:28 +0200
-
-libcommons-digester-java (1.8-3) unstable; urgency=low
-
-  * Convert to default-jre/jdk, thanks to Chris Cheney for the patch
-(Closes: #508973)
-  * Change section to java
-
- -- Varun Hiremath va...@debian.org  Thu, 07 May 2009 20:02:54 -0400
-
-libcommons-digester-java (1.8-2) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * debian/control:
-+ Update maintainer's e-mail addresses.
-+ Standards version updated (no changes needed).
-+ Use Vcs-Browser and Vcs-Svn and update locations.
-
-  [ Varun Hiremath ]
-  * Split out api docs into a separate -doc package (Closes: #506356)
-  * Remove full text of Apache-2 license from debian/copyright
-
- -- Varun Hiremath va...@debian.org  Sat, 06 Dec 2008 20:59:40 -0500
-
-libcommons-digester-java (1.8-1) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * debian/control:
-+ Add XS-Vcs-{Svn,Browser}.
-+ Add Homepage field.
-  * Add watch file.
-
-  [ Varun Hiremath ]
-  * New upstream release
-  * debian/control:
-+ Add myself and Kumar Appaiah to Uploaders.
-+ move cdbs and debhelper to Build-Depends.
-+ modify Description.
-  * debian/compat: switch to 5
-  * remove links file from debian/
-  * debian/rules:
-+ Use DEB_UPSTREAM_VERSION to install jar
-+ Create a versioned symbolic link to the jar.
-+ implement get-orig-source
-  * Add debian/orig-tar.sh to remove CRLF line terminators from upstream files.
-  * Update debian/watch to call debian/orig-tar.sh
-
- -- Varun Hiremath varunhirem...@gmail.com  Thu, 20 Sep 2007 22:02:53 +0530
-
-libcommons-digester-java (1.7-3) unstable; urgency=low
-
-  * Use java-gcj-compat instead of kaffe
-  * Moved Build-Depends-Indep to Build-Depends
-  * Removed Wolfgang from Uploaders
-  * Updated Standards-Version
-
- -- Michael Koch konque...@gmx.de  Sun, 17 Jun 2007 14:29:25 -0100
-
-libcommons-digester-java (1.7-2) unstable; urgency=low
-
-  * Kaffe compiler transition
-  * Remove Takashi from uploaders to reflect current maintainership
-
- -- Wolfgang Baer wb...@gmx.de  Sun, 15 Jan 2006 16:51:19 +0100
-
-libcommons-digester-java (1.7-1) unstable; urgency=low
-
-  * New upstream version
-+ Updated copyright to Apache 2.0 License
-  * libant1.6-java to ant transition
-  * Upgraded libcommons-beanutils-java dependency to = 1.7
-  * Added java1-runtime as alternative to kaffe
-  * Generated and included the javadoc - register with doc-base
-  * Added myself to Uploaders
-  * Updated Standards-Version to 3.6.2 (no changes)
-
- -- Wolfgang Baer wb...@gmx.de  Sat, 01 Oct 2005 20:03:28 +0200
-
-libcommons-digester-java (1.5.0.1-4

[pkg-java] r14028 - trunk/libcommons-launcher-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 07:52:40 + (Sun, 07 Aug 2011)
New Revision: 14028

Modified:
   trunk/libcommons-launcher-java/debian/changelog
   trunk/libcommons-launcher-java/debian/control
Log:
* Team upload.
* Remove Arnaud from Uploaders list.
* Remove Java runtime Depends.

Modified: trunk/libcommons-launcher-java/debian/changelog
===
--- trunk/libcommons-launcher-java/debian/changelog 2011-08-07 00:11:47 UTC 
(rev 14027)
+++ trunk/libcommons-launcher-java/debian/changelog 2011-08-07 07:52:40 UTC 
(rev 14028)
@@ -1,3 +1,11 @@
+libcommons-launcher-java (1.1-6) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime Depends.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 09:48:15 +0200
+
 libcommons-launcher-java (1.1-5) unstable; urgency=low
 
   * Re-introduce Depends on java1-runtime and java2-runtime

Modified: trunk/libcommons-launcher-java/debian/control
===
--- trunk/libcommons-launcher-java/debian/control   2011-08-07 00:11:47 UTC 
(rev 14027)
+++ trunk/libcommons-launcher-java/debian/control   2011-08-07 07:52:40 UTC 
(rev 14028)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de
+Uploaders: Michael Koch konque...@gmx.de
 Build-Depends: debhelper (= 7), cdbs, ant, default-jdk
 Build-Depends-Indep: libcommons-collections-java, libcommons-logging-java, 
junit
 Standards-Version: 3.8.3
@@ -10,7 +10,7 @@
 
 Package: libcommons-launcher-java
 Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, 
libcommons-collections-java, libcommons-logging-java, ${misc:Depends}
+Depends: libcommons-collections-java, libcommons-logging-java, ${misc:Depends}
 Description: cross platform java application launcher
  Commons-launcher eliminates the need for a batch or shell script to
  launch a Java class. Some situations where elimination of a batch or


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


[pkg-java] r14029 - in tags/libcommons-launcher-java: . 1.1-6/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 07:54:09 + (Sun, 07 Aug 2011)
New Revision: 14029

Added:
   tags/libcommons-launcher-java/1.1-6/
   tags/libcommons-launcher-java/1.1-6/debian/changelog
   tags/libcommons-launcher-java/1.1-6/debian/control
Removed:
   tags/libcommons-launcher-java/1.1-6/debian/changelog
   tags/libcommons-launcher-java/1.1-6/debian/control
Log:
[svn-buildpackage] Tagging libcommons-launcher-java 1.1-6

Deleted: tags/libcommons-launcher-java/1.1-6/debian/changelog
===
--- trunk/libcommons-launcher-java/debian/changelog 2011-08-07 00:11:47 UTC 
(rev 14027)
+++ tags/libcommons-launcher-java/1.1-6/debian/changelog2011-08-07 
07:54:09 UTC (rev 14029)
@@ -1,49 +0,0 @@
-libcommons-launcher-java (1.1-5) unstable; urgency=low
-
-  * Re-introduce Depends on java1-runtime and java2-runtime
-(Closes: #546902).
-
- -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 14:08:22 +0200
-
-libcommons-launcher-java (1.1-4) unstable; urgency=low
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Michael Koch ]
-  * (Build-)Depends on default-jdk
-  * Build-Depends on debhelper = 7.
-  * Moved ant, cdbs and debhelper to Build-Depends.
-  * Moved package to section 'java'.
-  * Converted debian/copyright to UTF-8.
-  * Added Homepage field.
-  * Removed Wolfgang and added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Tue, 15 Sep 2009 07:49:42 +0200
-
-libcommons-launcher-java (1.1-3) unstable; urgency=low
-
-  * kaffe compiler transition 
-+ Build-Depend only on kaffe
-+ Remove jikes compiler setting in debian/rules
-  * Standards-Version 3.6.2 (no changes)
-  * Bumped debhelper version to fix linda error
-  * Depend on kaffe | java1-runtime | java2-runtime
-  * Added myself to uploaders
-
- -- Wolfgang Baer wb...@gmx.de  Sun, 15 Jan 2006 17:50:15 +0100
-
-libcommons-launcher-java (1.1-2) unstable; urgency=low
-
-  * libant1.6-java to ant transition
-
- -- Arnaud Vandyck av...@debian.org  Sun, 21 Aug 2005 10:20:37 +0200
-
-libcommons-launcher-java (1.1-1) unstable; urgency=low
-
-  * Initial Release (closes: #308969).
-
- -- Arnaud Vandyck av...@debian.org  Fri, 13 May 2005 16:59:54 +0200
-

Copied: tags/libcommons-launcher-java/1.1-6/debian/changelog (from rev 14028, 
trunk/libcommons-launcher-java/debian/changelog)
===
--- tags/libcommons-launcher-java/1.1-6/debian/changelog
(rev 0)
+++ tags/libcommons-launcher-java/1.1-6/debian/changelog2011-08-07 
07:54:09 UTC (rev 14029)
@@ -0,0 +1,57 @@
+libcommons-launcher-java (1.1-6) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime Depends.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 09:48:15 +0200
+
+libcommons-launcher-java (1.1-5) unstable; urgency=low
+
+  * Re-introduce Depends on java1-runtime and java2-runtime
+(Closes: #546902).
+
+ -- Michael Koch konque...@gmx.de  Wed, 16 Sep 2009 14:08:22 +0200
+
+libcommons-launcher-java (1.1-4) unstable; urgency=low
+
+  [ Emmanuel Bourg ]
+  * Update of the URLs
+  * Rename Jakarta Commons to Apache Commons
+
+  [ Michael Koch ]
+  * (Build-)Depends on default-jdk
+  * Build-Depends on debhelper = 7.
+  * Moved ant, cdbs and debhelper to Build-Depends.
+  * Moved package to section 'java'.
+  * Converted debian/copyright to UTF-8.
+  * Added Homepage field.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Tue, 15 Sep 2009 07:49:42 +0200
+
+libcommons-launcher-java (1.1-3) unstable; urgency=low
+
+  * kaffe compiler transition 
++ Build-Depend only on kaffe
++ Remove jikes compiler setting in debian/rules
+  * Standards-Version 3.6.2 (no changes)
+  * Bumped debhelper version to fix linda error
+  * Depend on kaffe | java1-runtime | java2-runtime
+  * Added myself to uploaders
+
+ -- Wolfgang Baer wb...@gmx.de  Sun, 15 Jan 2006 17:50:15 +0100
+
+libcommons-launcher-java (1.1-2) unstable; urgency=low
+
+  * libant1.6-java to ant transition
+
+ -- Arnaud Vandyck av...@debian.org  Sun, 21 Aug 2005 10:20:37 +0200
+
+libcommons-launcher-java (1.1-1) unstable; urgency=low
+
+  * Initial Release (closes: #308969).
+
+ -- Arnaud Vandyck av...@debian.org  Fri, 13 May 2005 16:59:54 +0200
+

Deleted: tags/libcommons-launcher-java/1.1-6/debian/control
===
--- trunk/libcommons-launcher-java/debian/control   2011-08-07 00:11:47 UTC 
(rev 14027)
+++ tags/libcommons-launcher-java/1.1-6/debian/control  2011-08-07 07:54:09 UTC 
(rev 14029)
@@ -1,40 +0,0 @@
-Source: libcommons-launcher-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org

[pkg-java] r14030 - trunk

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 08:24:14 + (Sun, 07 Aug 2011)
New Revision: 14030

Added:
   trunk/libcommons-net1-java/
Removed:
   trunk/libcommons-net-java/
Log:
rename package to libcommons-net1-java



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


[pkg-java] r14031 - in trunk/libcommons-net1-java/debian: . patches source

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 08:40:43 + (Sun, 07 Aug 2011)
New Revision: 14031

Added:
   trunk/libcommons-net1-java/debian/patches/series
   trunk/libcommons-net1-java/debian/source/
   trunk/libcommons-net1-java/debian/source/format
Modified:
   trunk/libcommons-net1-java/debian/changelog
   trunk/libcommons-net1-java/debian/control
   trunk/libcommons-net1-java/debian/doc-base
   
trunk/libcommons-net1-java/debian/patches/01_build_xml_fork_to_compile_tests.patch
   trunk/libcommons-net1-java/debian/patches/02_build_xml_dont_build_tests.patch
   trunk/libcommons-net1-java/debian/rules
Log:
* Rename package to libcommons-net1-java and add Provides:
  libcommons-net-java.
* Remove Java runtime Depends.
* Switch to source format 3.0.

Modified: trunk/libcommons-net1-java/debian/changelog
===
--- trunk/libcommons-net1-java/debian/changelog 2011-08-07 08:24:14 UTC (rev 
14030)
+++ trunk/libcommons-net1-java/debian/changelog 2011-08-07 08:40:43 UTC (rev 
14031)
@@ -1,9 +1,16 @@
-libcommons-net-java (1.4.1-2.1) UNRELEASED; urgency=low
+libcommons-net1-java (1.4.1-3) unstable; urgency=low
 
+  [ Michael Koch ]
   * Fixed watch file to match version 1.x only.
 
- -- Michael Koch konque...@gmx.de  Tue, 29 Sep 2009 09:44:43 +0200
+  [ Torsten Werner ]
+  * Rename package to libcommons-net1-java and add Provides:
+libcommons-net-java.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
 
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 10:33:15 +0200
+
 libcommons-net-java (1.4.1-2) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/libcommons-net1-java/debian/control
===
--- trunk/libcommons-net1-java/debian/control   2011-08-07 08:24:14 UTC (rev 
14030)
+++ trunk/libcommons-net1-java/debian/control   2011-08-07 08:40:43 UTC (rev 
14031)
@@ -1,4 +1,4 @@
-Source: libcommons-net-java
+Source: libcommons-net1-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
@@ -10,10 +10,10 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-net-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-net-java/
 
-Package: libcommons-net-java
+Package: libcommons-net1-java
 Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless,
- liboro-java (= 2.0.8), ${misc:Depends}
+Depends: liboro-java (= 2.0.8), ${misc:Depends}
+Provides: libcommons-net-java
 Description: internet protocol suite Java library
  This is an Internet protocol suite Java library originally developed by
  ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,

Modified: trunk/libcommons-net1-java/debian/doc-base
===
--- trunk/libcommons-net1-java/debian/doc-base  2011-08-07 08:24:14 UTC (rev 
14030)
+++ trunk/libcommons-net1-java/debian/doc-base  2011-08-07 08:40:43 UTC (rev 
14031)
@@ -6,5 +6,5 @@
 Section: Programming
 
 Format: HTML
-Index: /usr/share/doc/libcommons-net-java/api/index.html
-Files: /usr/share/doc/libcommons-net-java/api/*
+Index: /usr/share/doc/libcommons-net1-java/api/index.html
+Files: /usr/share/doc/libcommons-net1-java/api/*

Modified: 
trunk/libcommons-net1-java/debian/patches/01_build_xml_fork_to_compile_tests.patch
===
--- 
trunk/libcommons-net1-java/debian/patches/01_build_xml_fork_to_compile_tests.patch
  2011-08-07 08:24:14 UTC (rev 14030)
+++ 
trunk/libcommons-net1-java/debian/patches/01_build_xml_fork_to_compile_tests.patch
  2011-08-07 08:40:43 UTC (rev 14031)
@@ -1,5 +1,7 @@
 build.xml~ 2005-12-03 16:05:48.0 +
-+++ build.xml  2006-08-01 09:45:03.0 +
+Index: libcommons-net-java/build.xml
+===
+--- libcommons-net-java.orig/build.xml 2011-08-07 10:34:34.0 +0200
 libcommons-net-java/build.xml  2011-08-07 10:35:40.0 +0200
 @@ -123,7 +123,8 @@
target name=compile-tests if=Junit.present 
depends=junit-present,compile
  mkdir dir=${testclassesdir}

Modified: 
trunk/libcommons-net1-java/debian/patches/02_build_xml_dont_build_tests.patch
===
--- 
trunk/libcommons-net1-java/debian/patches/02_build_xml_dont_build_tests.patch   
2011-08-07 08:24:14 UTC (rev 14030)
+++ 
trunk/libcommons-net1-java/debian/patches/02_build_xml_dont_build_tests.patch   
2011-08-07 08:40:43 UTC (rev 14031)
@@ -1,5 +1,7 @@
 build.xml~ 2006-08-01 09:47:53.0 +
-+++ build.xml  2006-08-01 09:50:13.0 +
+Index: libcommons-net-java/build.xml
+===
+--- libcommons-net-java.orig/build.xml 2011-08-07 10:35:40.0 +0200
 libcommons

[pkg-java] r14032 - tags

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 08:41:33 + (Sun, 07 Aug 2011)
New Revision: 14032

Added:
   tags/libcommons-net1-java/
Log:
create tags directory


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


[pkg-java] r14033 - in tags/libcommons-net1-java: . 1.4.1-3/debian 1.4.1-3/debian/patches

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 08:44:03 + (Sun, 07 Aug 2011)
New Revision: 14033

Added:
   tags/libcommons-net1-java/1.4.1-3/
   tags/libcommons-net1-java/1.4.1-3/debian/changelog
   tags/libcommons-net1-java/1.4.1-3/debian/control
   tags/libcommons-net1-java/1.4.1-3/debian/doc-base
   
tags/libcommons-net1-java/1.4.1-3/debian/patches/01_build_xml_fork_to_compile_tests.patch
   
tags/libcommons-net1-java/1.4.1-3/debian/patches/02_build_xml_dont_build_tests.patch
   tags/libcommons-net1-java/1.4.1-3/debian/patches/series
   tags/libcommons-net1-java/1.4.1-3/debian/rules
   tags/libcommons-net1-java/1.4.1-3/debian/source/
Removed:
   tags/libcommons-net1-java/1.4.1-3/debian/changelog
   tags/libcommons-net1-java/1.4.1-3/debian/control
   tags/libcommons-net1-java/1.4.1-3/debian/doc-base
   
tags/libcommons-net1-java/1.4.1-3/debian/patches/01_build_xml_fork_to_compile_tests.patch
   
tags/libcommons-net1-java/1.4.1-3/debian/patches/02_build_xml_dont_build_tests.patch
   tags/libcommons-net1-java/1.4.1-3/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-net1-java 1.4.1-3

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

Copied: tags/libcommons-net1-java/1.4.1-3/debian/changelog (from rev 14031, 
trunk/libcommons-net1-java/debian/changelog)
===
--- tags/libcommons-net1-java/1.4.1-3/debian/changelog  
(rev 0)
+++ tags/libcommons-net1-java/1.4.1-3/debian/changelog  2011-08-07 08:44:03 UTC 
(rev 14033)
@@ -0,0 +1,78 @@
+libcommons-net1-java (1.4.1-3) unstable; urgency=low
+
+  [ Michael Koch ]
+  * Fixed watch file to match version 1.x only.
+
+  [ Torsten Werner ]
+  * Rename package to libcommons-net1-java and add Provides:
+libcommons-net-java.
+  * Remove Java runtime Depends.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 10:33:15 +0200
+
+libcommons-net-java (1.4.1-2) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre/-jdk.
+  * Set java source version to 1.4.
+
+  [ Emmanuel Bourg ]
+  * Update of the URLs
+  * Rename Jakarta Commons to Apache Commons
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Add missing Depends: ${misc:Depends}.
+  * Switch to debhelper compat level 5.
+  * Update Standards-Version: 3.8.2.
+  * Add Homepage and Vcs-* headers.
+  * Change Section: java.
+  * Change encoding of debian/copyright to UTF-8.
+  * Fix Description (the The).
+
+ -- Torsten Werner twer

[pkg-java] r14034 - trunk/libcommons-net2-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 09:59:52 + (Sun, 07 Aug 2011)
New Revision: 14034

Added:
   trunk/libcommons-net2-java/debian/maven-build.xml
   trunk/libcommons-net2-java/debian/orig-tar.sh
Modified:
   trunk/libcommons-net2-java/debian/changelog
   trunk/libcommons-net2-java/debian/control
   trunk/libcommons-net2-java/debian/rules
   trunk/libcommons-net2-java/debian/watch
Log:
* Update debian/watch.
* Work with a slightly modified version of maven-ant-helper's maven-build.xml
  to avoid build errors.

Modified: trunk/libcommons-net2-java/debian/changelog
===
--- trunk/libcommons-net2-java/debian/changelog 2011-08-07 08:44:03 UTC (rev 
14033)
+++ trunk/libcommons-net2-java/debian/changelog 2011-08-07 09:59:52 UTC (rev 
14034)
@@ -1,5 +1,6 @@
-libcommons-net2-java (2.2-1) UNRELEASED; urgency=low
+libcommons-net2-java (2.2-1) unstable; urgency=low
 
+  [ Niels Thykier ]
   * Team upload.
   * New upstream release (Closes: #610295)
   * Corrected the VCS-headers and Suggests. They were refering to
@@ -14,8 +15,13 @@
   * Use default-jdk instead openjdk-6-jdk as B-D.
   * Added API docs to synopsis of the doc package to make it unuique.
 
- -- Niels Thykier ni...@thykier.net  Mon, 17 Jan 2011 10:41:00 +0100
+  [ Torsten Werner ]
+  * Update debian/watch.
+  * Work with a slightly modified version of maven-ant-helper's maven-build.xml
+to avoid build errors.
 
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 11:57:38 +0200
+
 libcommons-net2-java (2.0-2) unstable; urgency=low
 
   * Include manifest with OSGi information

Modified: trunk/libcommons-net2-java/debian/control
===
--- trunk/libcommons-net2-java/debian/control   2011-08-07 08:44:03 UTC (rev 
14033)
+++ trunk/libcommons-net2-java/debian/control   2011-08-07 09:59:52 UTC (rev 
14034)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends: debhelper (= 7), cdbs, default-jdk
-Build-Depends-Indep: ant, ant-optional, maven-ant-helper ( 5), 
maven-repo-helper, default-jdk-doc
+Build-Depends-Indep: ant, ant-optional, maven-repo-helper, default-jdk-doc
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-net2-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-net2-java/

Added: trunk/libcommons-net2-java/debian/maven-build.xml
===
--- trunk/libcommons-net2-java/debian/maven-build.xml   
(rev 0)
+++ trunk/libcommons-net2-java/debian/maven-build.xml   2011-08-07 09:59:52 UTC 
(rev 14034)
@@ -0,0 +1,431 @@
+?xml version=1.0?
+
+project name=pkg-java default=package basedir=.
+
+!--
+   maven-build.xml - an Ant build script that reproduces the Maven build 
life-cycle.
+
+   You can use the following properties when launching this script:
+   
+   basedir: you need to supply the basedir, otherwise Ant will use the 
current location of this script,
+ which is not what you want. For example, use: 
+   DEB_ANT_ARGS := -Dpackage=$(realpath .)
+   package: the name of the source package. For example, use: 
+   DEB_ANT_ARGS := -Dversion=$(DEB_SOURCE_PACKAGE) 
+   bin.package: the name of the binary package. Defaults to 
lib${package}-java
+   version: the version of the project, used in the name of the jar. 
Prefer to use the Debian version 
+ here as it makes the rules file easier to write when the version 
contains alpha, beta or rc versions.
+ For example, use: 
+   DEB_ANT_ARGS := -Dversion=$(DEB_UPSTREAM_VERSION) 
+   debian.dir: the location of the debian directory. Defaults to 
${basedir}/debian
+   project.dir: the location of the current project. Defaults to 
+   pom.name: the name of the pom file. Must appear as it is in the 
debian/${bin.package}.poms file
+   pom.file: the location of the pom file. Defaults to ${pom.name}
+   maven.generate.target: if set, calls Maven with the given target before 
compiling code. For example, use
+  maven.generate.target = plugin:generate to generate the plugin 
descriptor for a Maven plugin.
+   maven.generate.target2: if set, calls Maven with another given target 
before compiling code. For example, use
+  maven.generate.target2 = 
org.codehaus.plexus:plexus-component-metadata:${plexus-component-metadata.version}:generate-metadata
+  to generate the Plexus components descriptor.
+   maven.package.target: if set, calls Maven with the given target after 
packaging the jar. For example, use
+  maven.target.target = shade:shade to use the shade plugin and 
repackage the contents of the jar.
+   keep-cleaned-pom: if set, keeps the cleaned pom after packaging. If can 
be restored later

[pkg-java] r14035 - trunk/libcommons-net2-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 10:26:34 + (Sun, 07 Aug 2011)
New Revision: 14035

Modified:
   trunk/libcommons-net2-java/debian/control
Log:
re-add Build-Depends: maven-ant-helper


Modified: trunk/libcommons-net2-java/debian/control
===
--- trunk/libcommons-net2-java/debian/control   2011-08-07 09:59:52 UTC (rev 
14034)
+++ trunk/libcommons-net2-java/debian/control   2011-08-07 10:26:34 UTC (rev 
14035)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Ludovic Claude ludovic.cla...@laposte.net
 Build-Depends: debhelper (= 7), cdbs, default-jdk
-Build-Depends-Indep: ant, ant-optional, maven-repo-helper, default-jdk-doc
+Build-Depends-Indep: ant, ant-optional, maven-ant-helper, maven-repo-helper, 
default-jdk-doc
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-net2-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-net2-java/


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


[pkg-java] r14036 - in tags/libcommons-net2-java: . 2.2-1/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 10:28:12 + (Sun, 07 Aug 2011)
New Revision: 14036

Added:
   tags/libcommons-net2-java/2.2-1/
   tags/libcommons-net2-java/2.2-1/debian/changelog
   tags/libcommons-net2-java/2.2-1/debian/control
   tags/libcommons-net2-java/2.2-1/debian/maven-build.xml
   tags/libcommons-net2-java/2.2-1/debian/orig-tar.sh
   tags/libcommons-net2-java/2.2-1/debian/rules
   tags/libcommons-net2-java/2.2-1/debian/watch
Removed:
   tags/libcommons-net2-java/2.2-1/debian/changelog
   tags/libcommons-net2-java/2.2-1/debian/control
   tags/libcommons-net2-java/2.2-1/debian/rules
   tags/libcommons-net2-java/2.2-1/debian/watch
Log:
[svn-buildpackage] Tagging libcommons-net2-java 2.2-1

Deleted: tags/libcommons-net2-java/2.2-1/debian/changelog
===
--- trunk/libcommons-net2-java/debian/changelog 2011-08-07 08:44:03 UTC (rev 
14033)
+++ tags/libcommons-net2-java/2.2-1/debian/changelog2011-08-07 10:28:12 UTC 
(rev 14036)
@@ -1,33 +0,0 @@
-libcommons-net2-java (2.2-1) UNRELEASED; urgency=low
-
-  * Team upload.
-  * New upstream release (Closes: #610295)
-  * Corrected the VCS-headers and Suggests. They were refering to
-libcommons-net-java.
-  * Replace openjdk-6-doc with default-jdk-doc (Closes: #567278)
-  * Reduce doc dependency to a recommends.
-  * Bumped debhelper compat to 7.
-  * Bumped Standards-Versions to 3.9.1 - no changes required.
-  * Fixed the clean target.
-  * Replaced an invocation of realpath with $(CURDIR) to avoid
-dependency on realpath.
-  * Use default-jdk instead openjdk-6-jdk as B-D.
-  * Added API docs to synopsis of the doc package to make it unuique.
-
- -- Niels Thykier ni...@thykier.net  Mon, 17 Jan 2011 10:41:00 +0100
-
-libcommons-net2-java (2.0-2) unstable; urgency=low
-
-  * Include manifest with OSGi information
-  * Prefer openjdk-6-doc as Depends for the -doc package.
-  * Move the Javadoc to /usr/share/doc/libcommons-net2-java/api
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 07 Jul 2009 20:00:10 
+0100
-
-libcommons-net2-java (2.0-1) unstable; urgency=low
-
-  * Initial release, split from libcommons-net-java as this is
-a major version change with API incompatibilities
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 30 Apr 2009 12:05:34 
+0100
-

Copied: tags/libcommons-net2-java/2.2-1/debian/changelog (from rev 14034, 
trunk/libcommons-net2-java/debian/changelog)
===
--- tags/libcommons-net2-java/2.2-1/debian/changelog
(rev 0)
+++ tags/libcommons-net2-java/2.2-1/debian/changelog2011-08-07 10:28:12 UTC 
(rev 14036)
@@ -0,0 +1,39 @@
+libcommons-net2-java (2.2-1) unstable; urgency=low
+
+  [ Niels Thykier ]
+  * Team upload.
+  * New upstream release (Closes: #610295)
+  * Corrected the VCS-headers and Suggests. They were refering to
+libcommons-net-java.
+  * Replace openjdk-6-doc with default-jdk-doc (Closes: #567278)
+  * Reduce doc dependency to a recommends.
+  * Bumped debhelper compat to 7.
+  * Bumped Standards-Versions to 3.9.1 - no changes required.
+  * Fixed the clean target.
+  * Replaced an invocation of realpath with $(CURDIR) to avoid
+dependency on realpath.
+  * Use default-jdk instead openjdk-6-jdk as B-D.
+  * Added API docs to synopsis of the doc package to make it unuique.
+
+  [ Torsten Werner ]
+  * Update debian/watch.
+  * Work with a slightly modified version of maven-ant-helper's maven-build.xml
+to avoid build errors.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 11:57:38 +0200
+
+libcommons-net2-java (2.0-2) unstable; urgency=low
+
+  * Include manifest with OSGi information
+  * Prefer openjdk-6-doc as Depends for the -doc package.
+  * Move the Javadoc to /usr/share/doc/libcommons-net2-java/api
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Tue, 07 Jul 2009 20:00:10 
+0100
+
+libcommons-net2-java (2.0-1) unstable; urgency=low
+
+  * Initial release, split from libcommons-net-java as this is
+a major version change with API incompatibilities
+
+ -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 30 Apr 2009 12:05:34 
+0100
+

Deleted: tags/libcommons-net2-java/2.2-1/debian/control
===
--- trunk/libcommons-net2-java/debian/control   2011-08-07 08:44:03 UTC (rev 
14033)
+++ tags/libcommons-net2-java/2.2-1/debian/control  2011-08-07 10:28:12 UTC 
(rev 14036)
@@ -1,65 +0,0 @@
-Source: libcommons-net2-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Ludovic Claude ludovic.cla...@laposte.net
-Build-Depends: debhelper (= 7), cdbs, default-jdk
-Build-Depends-Indep: ant, ant-optional, maven-ant-helper ( 5), 
maven-repo-helper, default-jdk-doc
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-net2-java
-Vcs-Browser: http

[pkg-java] r14037 - in trunk/libcommons-validator-java/debian: . source

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 10:48:20 + (Sun, 07 Aug 2011)
New Revision: 14037

Added:
   trunk/libcommons-validator-java/debian/source/
   trunk/libcommons-validator-java/debian/source/format
Modified:
   trunk/libcommons-validator-java/debian/changelog
   trunk/libcommons-validator-java/debian/control
   trunk/libcommons-validator-java/debian/rules
Log:
* Team upload.
* Remove Arnaud from Uploaders list.
* Switch to source format 3.0.

Modified: trunk/libcommons-validator-java/debian/changelog
===
--- trunk/libcommons-validator-java/debian/changelog2011-08-07 10:28:12 UTC 
(rev 14036)
+++ trunk/libcommons-validator-java/debian/changelog2011-08-07 10:48:20 UTC 
(rev 14037)
@@ -1,3 +1,11 @@
+libcommons-validator-java (1:1.3.1-7) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 12:43:10 +0200
+
 libcommons-validator-java (1:1.3.1-6) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/libcommons-validator-java/debian/control
===
--- trunk/libcommons-validator-java/debian/control  2011-08-07 10:28:12 UTC 
(rev 14036)
+++ trunk/libcommons-validator-java/debian/control  2011-08-07 10:48:20 UTC 
(rev 14037)
@@ -2,8 +2,8 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Kumar Appaiah 
aku...@debian.org, Varun Hiremath va...@debian.org
-Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk, quilt
+Uploaders: Kumar Appaiah aku...@debian.org, Varun Hiremath va...@debian.org
+Build-Depends: debhelper (= 7), cdbs, openjdk-6-jdk
 Build-Depends-Indep: maven-repo-helper, ant, junit (= 3.8.1), 
libcommons-beanutils-java (= 1.7), 
  libcommons-collections-java (= 2.1), libcommons-digester-java (= 1.6), 
libcommons-logging-java (= 1.0.6), 
  liboro-java (= 2.0.8), sgml-base, rhino

Modified: trunk/libcommons-validator-java/debian/rules
===
--- trunk/libcommons-validator-java/debian/rules2011-08-07 10:28:12 UTC 
(rev 14036)
+++ trunk/libcommons-validator-java/debian/rules2011-08-07 10:48:20 UTC 
(rev 14037)
@@ -6,7 +6,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE  := $(DEB_SOURCE_PACKAGE)
 VERSION  := $(DEB_UPSTREAM_VERSION)

Added: trunk/libcommons-validator-java/debian/source/format
===
--- trunk/libcommons-validator-java/debian/source/format
(rev 0)
+++ trunk/libcommons-validator-java/debian/source/format2011-08-07 
10:48:20 UTC (rev 14037)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14038 - in tags/libcommons-validator-java: . 1:1.3.1-7/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 10:50:03 + (Sun, 07 Aug 2011)
New Revision: 14038

Added:
   tags/libcommons-validator-java/1:1.3.1-7/
   tags/libcommons-validator-java/1:1.3.1-7/debian/changelog
   tags/libcommons-validator-java/1:1.3.1-7/debian/control
   tags/libcommons-validator-java/1:1.3.1-7/debian/rules
   tags/libcommons-validator-java/1:1.3.1-7/debian/source/
Removed:
   tags/libcommons-validator-java/1:1.3.1-7/debian/changelog
   tags/libcommons-validator-java/1:1.3.1-7/debian/control
   tags/libcommons-validator-java/1:1.3.1-7/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-validator-java 1:1.3.1-7

Deleted: tags/libcommons-validator-java/1:1.3.1-7/debian/changelog
===
--- trunk/libcommons-validator-java/debian/changelog2011-08-07 10:28:12 UTC 
(rev 14036)
+++ tags/libcommons-validator-java/1:1.3.1-7/debian/changelog   2011-08-07 
10:50:03 UTC (rev 14038)
@@ -1,192 +0,0 @@
-libcommons-validator-java (1:1.3.1-6) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 12:07:31 +0200
-
-libcommons-validator-java (1:1.3.1-5) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1
-  * Add the Maven POM to the package,
-  * Add a Build-Depends-Indep dependency on maven-repo-helper and quilt
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-  * Add ${misc:Depends} to Depends to clear Lintian warnings  
-  * Remove Depends on Java runtimes as it is a library
-  * Move liboro-java to Recommends as this library is optional
-  * Use default-jdk for the build instead of java-gcj-compat-dev
-  * Put the Javadoc into a separate doc package
-  * Use openjdk-6-jdk for the build instead of default-java as
-default-java can use gcj which has issues when generating
-the Javadoc.
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 02 jul 2009 14:12:30 
+0100
-
-libcommons-validator-java (1:1.3.1-4) unstable; urgency=low
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Varun Hiremath ]
-  * Reupload with updated URLs in copyright and watch file
-
- -- Varun Hiremath va...@debian.org  Sun, 21 Jun 2009 03:32:20 -0400
-
-libcommons-validator-java (1:1.3.1-3) unstable; urgency=low
-
-  * debian/rules: fix JAVA_HOME, set it to default-java (Closes: #533869)
-
- -- Varun Hiremath va...@debian.org  Sun, 21 Jun 2009 03:14:33 -0400
-
-libcommons-validator-java (1:1.3.1-2) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * debian/control:
-+ Add Homepage field
-
-  [ Varun Hiremath ]
-  * Update license to Apache-2.0 (Closes: #532887)
-  * Swicth to default-jdk
-
- -- Varun Hiremath va...@debian.org  Tue, 16 Jun 2009 17:28:39 -0400
-
-libcommons-validator-java (1:1.3.1-1) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * New upstream release.
-  * New uploaders: Varun Hiremath and Kumar Appaiah, removed Wolfgang Baer
-  * Use upstream's conf directory for configuration and DTDs.
-  * Use a custom ant.properties to avoid downloads.
-  * Use DEB_UPSTREAM_VERSION in rules instead of versions in rules for 
symlinking.
-
-  [ Varun Hiremath ]
-  * debian/control:
-+ Add rhino to Build-Depends-Indep and Depends.
-+ Add XS-Vcs-{Svn, Browser} headers.
-+ Depend on java-gcj-compat instead of kaffe.
-  * debian/compat: switch to 5
-  * Remove debian/patches and remove RELEASE-NOTES.txt in debian/rules.
-  * Add debian/orig-tar.sh to remove CRLF line terminators from upstream files.
-  * debian/rules: implement get-orig-source
-  * debian/watch: switch to version 3 and call debian/orig-tar.sh
-
- -- Varun Hiremath varunhirem...@gmail.com  Sun, 16 Sep 2007 00:57:46 +0530
-
-libcommons-validator-java (1:1.1.4a-1) unstable; urgency=low
-
-  * build with java-gcj-compat-dev
-  * updated Strandards-Version to 3.7.2; split build-dep and
-build-dep-indep
-  * not a new upstream, but removed dos end-of-lines from original tarball
-in build.xml
-
- -- Arnaud Vandyck av...@debian.org  Mon, 31 Jul 2006 16:12:11 +0200
-
-libcommons-validator-java (1:1.1.4-6) unstable; urgency=low
-
-  * debian/rules:
-+ removed call to dh_installcatalogs;
-+ removed ant-launcher.jar from the classpath
-
- -- Arnaud Vandyck av...@debian.org  Tue, 25 Apr 2006 21:23:31 +0200
-
-libcommons-validator-java (1:1.1.4-5) unstable; urgency=low
-
-  * kaffe compiler transition 
-
- -- Wolfgang Baer wb...@gmx.de  Thu, 19 Jan 2006 15:25:03 +0100
-
-libcommons-validator-java (1:1.1.4-4) unstable; urgency=low
-
-  * Added kaffe build-dep - fixes FTBS (closes: #335826)
-  * Simplified vm depends to kaffe | java1-runtime | java2-runtime
-  * Standards-Version 3.6.2 (no changes)
-  * Added myself to uploaders
-
- -- Wolfgang Baer wb...@gmx.de  Wed, 26 Oct 2005 06:56:24 +
-
-libcommons-validator-java (1:1.1.4-3) unstable; urgency=low
-
-  * libant1.6-java to ant

[pkg-java] r14039 - trunk/libdb-je-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 11:06:37 + (Sun, 07 Aug 2011)
New Revision: 14039

Modified:
   trunk/libdb-je-java/debian/changelog
   trunk/libdb-je-java/debian/orig-tar.sh
   trunk/libdb-je-java/debian/rules
   trunk/libdb-je-java/debian/watch
Log:
* New upstream release
  - Fix debian/watch.
  (Closes: #599626)

Modified: trunk/libdb-je-java/debian/changelog
===
--- trunk/libdb-je-java/debian/changelog2011-08-07 10:50:03 UTC (rev 
14038)
+++ trunk/libdb-je-java/debian/changelog2011-08-07 11:06:37 UTC (rev 
14039)
@@ -1,3 +1,11 @@
+libdb-je-java (3.3.98-1) unstable; urgency=low
+
+  * New upstream release
+- Fix debian/watch.
+(Closes: #599626)
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 12:59:39 +0200
+
 libdb-je-java (3.3.62-3) unstable; urgency=low
 
   * Convert to default-jre/jdk, thanks to Chris Cheney for the patch

Modified: trunk/libdb-je-java/debian/orig-tar.sh
===
--- trunk/libdb-je-java/debian/orig-tar.sh  2011-08-07 10:50:03 UTC (rev 
14038)
+++ trunk/libdb-je-java/debian/orig-tar.sh  2011-08-07 11:06:37 UTC (rev 
14039)
@@ -1,17 +1,14 @@
 #!/bin/sh -e
 
-# $1 = version
-TAR=../libdb-je-java_$1.orig.tar.gz
-DIR=libdb-je-java-$1.orig
+# $2 = version, $3 file
+TAR=$3
+DIR=libdb-je-java-$2.orig
 
-# Download source
-wget http://download.oracle.com/berkeley-db/je-$1.tar.gz
-
 # clean up the upstream tarball
-tar -x -z -f je-$1.tar.gz
-mv je-$1 $DIR
+tar -x -z -f $TAR
+mv je-$2 $DIR
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*/docs/*' $DIR
-rm -rf $DIR je-$1.tar.gz
+rm -rf $DIR
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then

Modified: trunk/libdb-je-java/debian/rules
===
--- trunk/libdb-je-java/debian/rules2011-08-07 10:50:03 UTC (rev 14038)
+++ trunk/libdb-je-java/debian/rules2011-08-07 11:06:37 UTC (rev 14039)
@@ -18,4 +18,4 @@
find  $(DEB_DESTDIR) -type 'd' -empty -delete
 
 get-orig-source:
-   sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
+   uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename

Modified: trunk/libdb-je-java/debian/watch
===
--- trunk/libdb-je-java/debian/watch2011-08-07 10:50:03 UTC (rev 14038)
+++ trunk/libdb-je-java/debian/watch2011-08-07 11:06:37 UTC (rev 14039)
@@ -1,2 +1,4 @@
 version=3
-http://download.oracle.com/berkeley-db/je-(.*).tar.gz
+http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-098622.html
 \
+  http://download.oracle.com/berkeley-db/je-(.*).tar.gz \
+  debian debian/orig-tar.sh


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


[pkg-java] r14040 - in trunk/libdb-je-java/debian: . source

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 11:08:07 + (Sun, 07 Aug 2011)
New Revision: 14040

Added:
   trunk/libdb-je-java/debian/source/
   trunk/libdb-je-java/debian/source/format
Modified:
   trunk/libdb-je-java/debian/changelog
   trunk/libdb-je-java/debian/control
   trunk/libdb-je-java/debian/rules
Log:
* Switch to source format 3.0.
* Clean up Depends.

Modified: trunk/libdb-je-java/debian/changelog
===
--- trunk/libdb-je-java/debian/changelog2011-08-07 11:06:37 UTC (rev 
14039)
+++ trunk/libdb-je-java/debian/changelog2011-08-07 11:08:07 UTC (rev 
14040)
@@ -3,8 +3,10 @@
   * New upstream release
 - Fix debian/watch.
 (Closes: #599626)
+  * Switch to source format 3.0.
+  * Clean up Depends.
 
- -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 12:59:39 +0200
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 13:05:59 +0200
 
 libdb-je-java (3.3.62-3) unstable; urgency=low
 

Modified: trunk/libdb-je-java/debian/control
===
--- trunk/libdb-je-java/debian/control  2011-08-07 11:06:37 UTC (rev 14039)
+++ trunk/libdb-je-java/debian/control  2011-08-07 11:08:07 UTC (rev 14040)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
-Build-Depends: cdbs, debhelper (= 5), quilt
+Build-Depends: cdbs, debhelper (= 5)
 Build-Depends-Indep: ant, default-jdk, glassfish-javaee
 Standards-Version: 3.8.1
 Homepage: http://www.oracle.com/database/berkeley-db/je/index.html
@@ -12,8 +12,7 @@
 
 Package: libdb-je-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},
- default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: Oracle Berkeley Database Java Edition
  Oracle Berkeley DB Java Edition is a open source, embeddable,
  transactional storage engine written entirely in Java. Like Oracle

Modified: trunk/libdb-je-java/debian/rules
===
--- trunk/libdb-je-java/debian/rules2011-08-07 11:06:37 UTC (rev 14039)
+++ trunk/libdb-je-java/debian/rules2011-08-07 11:08:07 UTC (rev 14040)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME  := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET   := jar

Added: trunk/libdb-je-java/debian/source/format
===
--- trunk/libdb-je-java/debian/source/format(rev 0)
+++ trunk/libdb-je-java/debian/source/format2011-08-07 11:08:07 UTC (rev 
14040)
@@ -0,0 +1 @@
+3.0 (quilt)


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


[pkg-java] r14041 - in tags/libdb-je-java: . 3.3.98-1/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 11:09:29 + (Sun, 07 Aug 2011)
New Revision: 14041

Added:
   tags/libdb-je-java/3.3.98-1/
   tags/libdb-je-java/3.3.98-1/debian/changelog
   tags/libdb-je-java/3.3.98-1/debian/control
   tags/libdb-je-java/3.3.98-1/debian/orig-tar.sh
   tags/libdb-je-java/3.3.98-1/debian/rules
   tags/libdb-je-java/3.3.98-1/debian/source/
   tags/libdb-je-java/3.3.98-1/debian/watch
Removed:
   tags/libdb-je-java/3.3.98-1/debian/changelog
   tags/libdb-je-java/3.3.98-1/debian/control
   tags/libdb-je-java/3.3.98-1/debian/orig-tar.sh
   tags/libdb-je-java/3.3.98-1/debian/rules
   tags/libdb-je-java/3.3.98-1/debian/watch
Log:
[svn-buildpackage] Tagging libdb-je-java 3.3.98-1

Deleted: tags/libdb-je-java/3.3.98-1/debian/changelog
===
--- trunk/libdb-je-java/debian/changelog2011-08-07 10:50:03 UTC (rev 
14038)
+++ tags/libdb-je-java/3.3.98-1/debian/changelog2011-08-07 11:09:29 UTC 
(rev 14041)
@@ -1,38 +0,0 @@
-libdb-je-java (3.3.62-3) unstable; urgency=low
-
-  * Convert to default-jre/jdk, thanks to Chris Cheney for the patch
-(Closes: #508974)
-  * Bump Standards-Version to 3.8.1
-  * Chnage the section to java 
-
- -- Varun Hiremath va...@debian.org  Thu, 07 May 2009 19:41:08 -0400
-
-libdb-je-java (3.3.62-2) unstable; urgency=low
-
-  * Add patches/RawObject.diff, thanks to Andreas Jonsson (Closes: #506441)
-
- -- Varun Hiremath va...@debian.org  Sat, 06 Dec 2008 17:47:11 -0500
-
-libdb-je-java (3.3.62-1) unstable; urgency=low
-
-  * new upstream release
-  * Move package to main because glassfish is in main now.
-  * Update Standards-Version to 3.8.0 (no changes needed).
-  * Reformat debian/copyright.
-
- -- Torsten Werner twer...@debian.org  Tue, 12 Aug 2008 01:22:08 +0200
-
-libdb-je-java (3.2.68-1) unstable; urgency=low
-
-  * New upstream release
-  * Move package to contrib because glassfish-javaee is in contrib
-(Closes: #457406)
-  * Update Standards-Version to 3.7.3
-
- -- Varun Hiremath va...@debian.org  Sat, 22 Dec 2007 21:36:08 +0530
-
-libdb-je-java (3.2.44-1) unstable; urgency=low
-
-  * Initial release (Closes: #449357)
-
- -- Varun Hiremath varunhirem...@gmail.com  Tue, 24 Apr 2007 17:19:10 +0530

Copied: tags/libdb-je-java/3.3.98-1/debian/changelog (from rev 14040, 
trunk/libdb-je-java/debian/changelog)
===
--- tags/libdb-je-java/3.3.98-1/debian/changelog
(rev 0)
+++ tags/libdb-je-java/3.3.98-1/debian/changelog2011-08-07 11:09:29 UTC 
(rev 14041)
@@ -0,0 +1,48 @@
+libdb-je-java (3.3.98-1) unstable; urgency=low
+
+  * New upstream release
+- Fix debian/watch.
+(Closes: #599626)
+  * Switch to source format 3.0.
+  * Clean up Depends.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 13:05:59 +0200
+
+libdb-je-java (3.3.62-3) unstable; urgency=low
+
+  * Convert to default-jre/jdk, thanks to Chris Cheney for the patch
+(Closes: #508974)
+  * Bump Standards-Version to 3.8.1
+  * Chnage the section to java 
+
+ -- Varun Hiremath va...@debian.org  Thu, 07 May 2009 19:41:08 -0400
+
+libdb-je-java (3.3.62-2) unstable; urgency=low
+
+  * Add patches/RawObject.diff, thanks to Andreas Jonsson (Closes: #506441)
+
+ -- Varun Hiremath va...@debian.org  Sat, 06 Dec 2008 17:47:11 -0500
+
+libdb-je-java (3.3.62-1) unstable; urgency=low
+
+  * new upstream release
+  * Move package to main because glassfish is in main now.
+  * Update Standards-Version to 3.8.0 (no changes needed).
+  * Reformat debian/copyright.
+
+ -- Torsten Werner twer...@debian.org  Tue, 12 Aug 2008 01:22:08 +0200
+
+libdb-je-java (3.2.68-1) unstable; urgency=low
+
+  * New upstream release
+  * Move package to contrib because glassfish-javaee is in contrib
+(Closes: #457406)
+  * Update Standards-Version to 3.7.3
+
+ -- Varun Hiremath va...@debian.org  Sat, 22 Dec 2007 21:36:08 +0530
+
+libdb-je-java (3.2.44-1) unstable; urgency=low
+
+  * Initial release (Closes: #449357)
+
+ -- Varun Hiremath varunhirem...@gmail.com  Tue, 24 Apr 2007 17:19:10 +0530

Deleted: tags/libdb-je-java/3.3.98-1/debian/control
===
--- trunk/libdb-je-java/debian/control  2011-08-07 10:50:03 UTC (rev 14038)
+++ tags/libdb-je-java/3.3.98-1/debian/control  2011-08-07 11:09:29 UTC (rev 
14041)
@@ -1,25 +0,0 @@
-Source: libdb-je-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org, Torsten Werner 
twer...@debian.org
-Build-Depends: cdbs, debhelper (= 5), quilt
-Build-Depends-Indep: ant, default-jdk, glassfish-javaee
-Standards-Version: 3.8.1
-Homepage: http://www.oracle.com/database/berkeley-db/je/index.html
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libdb-je-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libdb-je-java
-
-Package

[pkg-java] r14043 - trunk/libdtdparser-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 12:23:13 + (Sun, 07 Aug 2011)
New Revision: 14043

Modified:
   trunk/libdtdparser-java/debian/changelog
   trunk/libdtdparser-java/debian/compat
   trunk/libdtdparser-java/debian/control
   trunk/libdtdparser-java/debian/copyright
Log:
* Change Section: java.
* Update Standards-Version: 3.9.1.
* Set debhelper compat level to 7.
* Add copyright notice to debian/copyright.

Modified: trunk/libdtdparser-java/debian/changelog
===
--- trunk/libdtdparser-java/debian/changelog2011-08-07 12:16:14 UTC (rev 
14042)
+++ trunk/libdtdparser-java/debian/changelog2011-08-07 12:23:13 UTC (rev 
14043)
@@ -9,8 +9,12 @@
   * Switch to source format 3.0.
   * Remove patch 20_removed_bad_chars.patch because it does no longer apply
 cleanly.
+  * Change Section: java.
+  * Update Standards-Version: 3.9.1.
+  * Set debhelper compat level to 7.
+  * Add copyright notice to debian/copyright.
 
- -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 13:23:12 +0200
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 14:16:53 +0200
 
 libdtdparser-java (1.21a-3) unstable; urgency=low
 

Modified: trunk/libdtdparser-java/debian/compat
===
--- trunk/libdtdparser-java/debian/compat   2011-08-07 12:16:14 UTC (rev 
14042)
+++ trunk/libdtdparser-java/debian/compat   2011-08-07 12:23:13 UTC (rev 
14043)
@@ -1 +1 @@
-4
+7

Modified: trunk/libdtdparser-java/debian/control
===
--- trunk/libdtdparser-java/debian/control  2011-08-07 12:16:14 UTC (rev 
14042)
+++ trunk/libdtdparser-java/debian/control  2011-08-07 12:23:13 UTC (rev 
14043)
@@ -1,11 +1,11 @@
 Source: libdtdparser-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de
-Build-Depends: debhelper ( 4.1.0), cdbs (= 0.4.8)
+Build-Depends: debhelper (= 7), cdbs (= 0.4.8)
 Build-Depends-Indep:  ant, default-jdk
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libdtdparser-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libdtdparser-java
 Homepage: http://www.rpbourret.com/dtdparser/index.htm

Modified: trunk/libdtdparser-java/debian/copyright
===
--- trunk/libdtdparser-java/debian/copyright2011-08-07 12:16:14 UTC (rev 
14042)
+++ trunk/libdtdparser-java/debian/copyright2011-08-07 12:23:13 UTC (rev 
14043)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://www.wutka.com/dtdparser.html
 
-Upstream Author: Mark Wutka m...@wutka.com
+Copyright 2003 Mark Wutka m...@wutka.com
 
 Copyright: LGPL version 2.1
 The license can be found in /usr/share/common-licenses/LGPL-2.1


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


[pkg-java] r14046 - trunk/libexml-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 15:17:54 + (Sun, 07 Aug 2011)
New Revision: 14046

Modified:
   trunk/libexml-java/debian/changelog
   trunk/libexml-java/debian/control
Log:
* Team upload.
* Remove Java runtime Depends.
* Add ${misc:Depends}
* Change Section: java.

Modified: trunk/libexml-java/debian/changelog
===
--- trunk/libexml-java/debian/changelog 2011-08-07 15:04:29 UTC (rev 14045)
+++ trunk/libexml-java/debian/changelog 2011-08-07 15:17:54 UTC (rev 14046)
@@ -1,3 +1,12 @@
+libexml-java (0.0.20080703-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove Java runtime Depends.
+  * Add ${misc:Depends}
+  * Change Section: java.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 17:16:05 +0200
+
 libexml-java (0.0.20080703-1) unstable; urgency=low
 
   [ Varun Hiremath ]

Modified: trunk/libexml-java/debian/control
===
--- trunk/libexml-java/debian/control   2011-08-07 15:04:29 UTC (rev 14045)
+++ trunk/libexml-java/debian/control   2011-08-07 15:17:54 UTC (rev 14046)
@@ -1,5 +1,5 @@
 Source: libexml-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Varun Hiremath va...@debian.org
@@ -14,7 +14,7 @@
 
 Package: libexml-java
 Architecture: all
-Depends: java-gcj-compat | java2-runtime
+Depends: ${misc:Depends}
 Description: e-xml parsing library for java
  A XML pull-parse library for Java 1.2, designed for processing XML
  protocol messages in the most efficient way possible. Contains a


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


[pkg-java] r14047 - in tags/libexml-java: . 0.0.20080703-2/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 15:19:29 + (Sun, 07 Aug 2011)
New Revision: 14047

Added:
   tags/libexml-java/0.0.20080703-2/
   tags/libexml-java/0.0.20080703-2/debian/changelog
   tags/libexml-java/0.0.20080703-2/debian/control
Removed:
   tags/libexml-java/0.0.20080703-2/debian/changelog
   tags/libexml-java/0.0.20080703-2/debian/control
Log:
[svn-buildpackage] Tagging libexml-java 0.0.20080703-2

Deleted: tags/libexml-java/0.0.20080703-2/debian/changelog
===
--- trunk/libexml-java/debian/changelog 2011-08-07 15:04:29 UTC (rev 14045)
+++ tags/libexml-java/0.0.20080703-2/debian/changelog   2011-08-07 15:19:29 UTC 
(rev 14047)
@@ -1,6 +0,0 @@
-libexml-java (0.0.20080703-1) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Initial Release. (Closes: #506477)
-
- -- Torsten Werner twer...@debian.org  Fri, 21 Nov 2008 22:27:25 +0100

Copied: tags/libexml-java/0.0.20080703-2/debian/changelog (from rev 14046, 
trunk/libexml-java/debian/changelog)
===
--- tags/libexml-java/0.0.20080703-2/debian/changelog   
(rev 0)
+++ tags/libexml-java/0.0.20080703-2/debian/changelog   2011-08-07 15:19:29 UTC 
(rev 14047)
@@ -0,0 +1,15 @@
+libexml-java (0.0.20080703-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove Java runtime Depends.
+  * Add ${misc:Depends}
+  * Change Section: java.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 17:16:05 +0200
+
+libexml-java (0.0.20080703-1) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * Initial Release. (Closes: #506477)
+
+ -- Torsten Werner twer...@debian.org  Fri, 21 Nov 2008 22:27:25 +0100

Deleted: tags/libexml-java/0.0.20080703-2/debian/control
===
--- trunk/libexml-java/debian/control   2011-08-07 15:04:29 UTC (rev 14045)
+++ tags/libexml-java/0.0.20080703-2/debian/control 2011-08-07 15:19:29 UTC 
(rev 14047)
@@ -1,21 +0,0 @@
-Source: libexml-java
-Section: libs
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Varun Hiremath va...@debian.org
-Build-Depends: debhelper (= 6), cdbs
-Build-Depends-Indep: openjdk-6-jdk, ant, libcommons-codec-java,
- libcommons-logging-java, libcommons-httpclient-java,
- libservlet2.4-java
-Standards-Version: 3.8.0
-Homepage: http://e-xml.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libexml-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libexml-java
-
-Package: libexml-java
-Architecture: all
-Depends: java-gcj-compat | java2-runtime
-Description: e-xml parsing library for java
- A XML pull-parse library for Java 1.2, designed for processing XML
- protocol messages in the most efficient way possible. Contains a
- complete HTTP client library.

Copied: tags/libexml-java/0.0.20080703-2/debian/control (from rev 14046, 
trunk/libexml-java/debian/control)
===
--- tags/libexml-java/0.0.20080703-2/debian/control 
(rev 0)
+++ tags/libexml-java/0.0.20080703-2/debian/control 2011-08-07 15:19:29 UTC 
(rev 14047)
@@ -0,0 +1,21 @@
+Source: libexml-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
+Uploaders: Varun Hiremath va...@debian.org
+Build-Depends: debhelper (= 6), cdbs
+Build-Depends-Indep: openjdk-6-jdk, ant, libcommons-codec-java,
+ libcommons-logging-java, libcommons-httpclient-java,
+ libservlet2.4-java
+Standards-Version: 3.8.0
+Homepage: http://e-xml.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libexml-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libexml-java
+
+Package: libexml-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: e-xml parsing library for java
+ A XML pull-parse library for Java 1.2, designed for processing XML
+ protocol messages in the most efficient way possible. Contains a
+ complete HTTP client library.


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


[pkg-java] r14052 - trunk/libfonts-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 16:39:31 + (Sun, 07 Aug 2011)
New Revision: 14052

Modified:
   trunk/libfonts-java/debian/changelog
   trunk/libfonts-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libfonts-java/debian/changelog
===
--- trunk/libfonts-java/debian/changelog2011-08-07 16:32:44 UTC (rev 
14051)
+++ trunk/libfonts-java/debian/changelog2011-08-07 16:39:31 UTC (rev 
14052)
@@ -1,3 +1,10 @@
+libfonts-java (0.3.3-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 18:37:00 +0200
+
 libfonts-java (0.3.3-3) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/libfonts-java/debian/control
===
--- trunk/libfonts-java/debian/control  2011-08-07 16:32:44 UTC (rev 14051)
+++ trunk/libfonts-java/debian/control  2011-08-07 16:39:31 UTC (rev 14052)
@@ -1,8 +1,7 @@
 Source: libfonts-java
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Rene Engelhard r...@debian.org, Michael Koch konque...@gmx.de, 
Torsten Werner twer...@debian.org
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 5), cdbs, default-jdk, ant, libjcommon-java (= 
1.0.10), libloader-java, libitext-java
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libfonts-java


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


[pkg-java] r14053 - in tags/libfonts-java: . 0.3.3-4/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 16:41:01 + (Sun, 07 Aug 2011)
New Revision: 14053

Added:
   tags/libfonts-java/0.3.3-4/
   tags/libfonts-java/0.3.3-4/debian/changelog
   tags/libfonts-java/0.3.3-4/debian/control
Removed:
   tags/libfonts-java/0.3.3-4/debian/changelog
   tags/libfonts-java/0.3.3-4/debian/control
Log:
[svn-buildpackage] Tagging libfonts-java 0.3.3-4

Deleted: tags/libfonts-java/0.3.3-4/debian/changelog
===
--- trunk/libfonts-java/debian/changelog2011-08-07 16:32:44 UTC (rev 
14051)
+++ tags/libfonts-java/0.3.3-4/debian/changelog 2011-08-07 16:41:01 UTC (rev 
14053)
@@ -1,59 +0,0 @@
-libfonts-java (0.3.3-3) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Add missing Depends: ${misc:Depends}.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.2.
-
- -- Torsten Werner twer...@debian.org  Sun, 02 Aug 2009 22:59:30 +0200
-
-libfonts-java (0.3.3-2) unstable; urgency=low
-
-  * upload to unstable 
-
- -- Rene Engelhard r...@debian.org  Thu, 14 Feb 2008 23:48:55 +0100
-
-libfonts-java (0.3.3-1) experimental; urgency=low
-
-  * New upstream release
-
- -- Rene Engelhard r...@debian.org  Sat, 29 Dec 2007 18:19:09 +0100
-
-libfonts-java (0.2.6-2) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * debian/control:
-+ Add XS-Vcs-Svn and XS-Vcs-Browser.
-+ Add Homepage field.
-  * Updated watch file to use uscan SourceForge alias.
-
-  [ Michael Koch ]
-  * Updated Standards-Version to 3.7.3.
-  * Renamed XS-Vcs-* fields to Vcs-*.
-  * Added myself to Uploaders and removed Wolfgang.
-  * Updated Build-Depends on debhelper to require version  5.
-
- -- Michael Koch konque...@gmx.de  Fri, 28 Dec 2007 00:11:37 +0100
-
-libfonts-java (0.2.6-1) unstable; urgency=low
-
-  * New upstream release
-  * add myself to Uploaders:
-  * (build)depend on libjcommon-java (= 1.0.10-1) and libloader-java
-  * Build-Depends-Indep - Build-Depends:
-  * split javadoc out into an own package
-  * move to debhelper compat 5
-  * add debian/watch
-  * use DEB_UPSTREAM_VERSION
-
- -- Rene Engelhard r...@debian.org  Fri, 12 Oct 2007 23:19:37 +0200
-
-libfonts-java (0.1.4-1) unstable; urgency=low
-
-  * Initial release
-
- -- Wolfgang Baer wb...@gmx.de  Thu, 02 Feb 2006 15:48:42 +0100

Copied: tags/libfonts-java/0.3.3-4/debian/changelog (from rev 14052, 
trunk/libfonts-java/debian/changelog)
===
--- tags/libfonts-java/0.3.3-4/debian/changelog (rev 0)
+++ tags/libfonts-java/0.3.3-4/debian/changelog 2011-08-07 16:41:01 UTC (rev 
14053)
@@ -0,0 +1,66 @@
+libfonts-java (0.3.3-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 18:37:00 +0200
+
+libfonts-java (0.3.3-3) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre/-jdk.
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Add missing Depends: ${misc:Depends}.
+  * Change Section: java.
+  * Update Standards-Version: 3.8.2.
+
+ -- Torsten Werner twer...@debian.org  Sun, 02 Aug 2009 22:59:30 +0200
+
+libfonts-java (0.3.3-2) unstable; urgency=low
+
+  * upload to unstable 
+
+ -- Rene Engelhard r...@debian.org  Thu, 14 Feb 2008 23:48:55 +0100
+
+libfonts-java (0.3.3-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard r...@debian.org  Sat, 29 Dec 2007 18:19:09 +0100
+
+libfonts-java (0.2.6-2) unstable; urgency=low
+
+  [ Kumar Appaiah ]
+  * debian/control:
++ Add XS-Vcs-Svn and XS-Vcs-Browser.
++ Add Homepage field.
+  * Updated watch file to use uscan SourceForge alias.
+
+  [ Michael Koch ]
+  * Updated Standards-Version to 3.7.3.
+  * Renamed XS-Vcs-* fields to Vcs-*.
+  * Added myself to Uploaders and removed Wolfgang.
+  * Updated Build-Depends on debhelper to require version  5.
+
+ -- Michael Koch konque...@gmx.de  Fri, 28 Dec 2007 00:11:37 +0100
+
+libfonts-java (0.2.6-1) unstable; urgency=low
+
+  * New upstream release
+  * add myself to Uploaders:
+  * (build)depend on libjcommon-java (= 1.0.10-1) and libloader-java
+  * Build-Depends-Indep - Build-Depends:
+  * split javadoc out into an own package
+  * move to debhelper compat 5
+  * add debian/watch
+  * use DEB_UPSTREAM_VERSION
+
+ -- Rene Engelhard r...@debian.org  Fri, 12 Oct 2007 23:19:37 +0200
+
+libfonts-java (0.1.4-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Wolfgang Baer wb...@gmx.de  Thu, 02 Feb 2006 15:48:42 +0100

Deleted: tags/libfonts-java/0.3.3-4/debian/control
===
--- trunk/libfonts-java/debian/control  2011-08-07 16:32:44 UTC (rev 14051)
+++ tags/libfonts-java/0.3.3-4/debian/control   2011-08-07 16:41:01 UTC (rev 
14053)
@@ -1,30 +0,0 @@
-Source: libfonts-java
-Section: java
-Priority: optional
-Maintainer

[pkg-java] r14054 - old trunk

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 16:45:26 + (Sun, 07 Aug 2011)
New Revision: 14054

Added:
   old/libfonts-java/
Removed:
   trunk/libfonts-java/
Log:
orphaning package



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


[pkg-java] r14057 - trunk/libformula/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 16:54:42 + (Sun, 07 Aug 2011)
New Revision: 14057

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

Modified: trunk/libformula/debian/changelog
===
--- trunk/libformula/debian/changelog   2011-08-07 16:53:44 UTC (rev 14056)
+++ trunk/libformula/debian/changelog   2011-08-07 16:54:42 UTC (rev 14057)
@@ -1,3 +1,10 @@
+libformula (0.1.14-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 18:52:07 +0200
+
 libformula (0.1.14-3) unstable; urgency=low
 
   * (Build-)Depends on default-jdk.

Modified: trunk/libformula/debian/control
===
--- trunk/libformula/debian/control 2011-08-07 16:53:44 UTC (rev 14056)
+++ trunk/libformula/debian/control 2011-08-07 16:54:42 UTC (rev 14057)
@@ -1,8 +1,7 @@
 Source: libformula
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Rene Engelhard r...@debian.org, Torsten Werner 
twer...@debian.org, Michael Koch konque...@gmx.de
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 5), cdbs, default-jdk, ant, libjcommon-java (= 
1.0.10), javacc, ant-optional
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libformula


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


[pkg-java] r14060 - in tags/libformula: . 0.1.14-4/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 16:56:14 + (Sun, 07 Aug 2011)
New Revision: 14060

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

Deleted: tags/libformula/0.1.14-4/debian/changelog
===
--- trunk/libformula/debian/changelog   2011-08-07 16:45:26 UTC (rev 14054)
+++ tags/libformula/0.1.14-4/debian/changelog   2011-08-07 16:56:14 UTC (rev 
14060)
@@ -1,35 +0,0 @@
-libformula (0.1.14-3) unstable; urgency=low
-
-  * (Build-)Depends on default-jdk.
-  * Build Java 5-compatible class files.
-  * Added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch konque...@gmx.de  Thu, 24 Sep 2009 11:28:59 +0200
-
-libformula (0.1.14-2) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre/-jdk.
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Add missing Depends: ${misc:Depends}.
-  * Update Build-Depends: debhelper (= 5).
-  * Add Vcs-* headers.
-  * Update Standards-Version: 3.8.2.
-  * Change Section: java.
-
- -- Torsten Werner twer...@debian.org  Sun, 02 Aug 2009 23:04:52 +0200
-
-libformula (0.1.14-1) unstable; urgency=medium
-
-  * New upstream release
-
- -- Rene Engelhard r...@debian.org  Fri, 25 Apr 2008 18:21:41 +0200
-
-libformula (0.1.8-1) unstable; urgency=low
-
-  * Initial release
-
- -- Rene Engelhard r...@debian.org  Sat, 06 Oct 2007 16:10:58 +0200

Copied: tags/libformula/0.1.14-4/debian/changelog (from rev 14057, 
trunk/libformula/debian/changelog)
===
--- tags/libformula/0.1.14-4/debian/changelog   (rev 0)
+++ tags/libformula/0.1.14-4/debian/changelog   2011-08-07 16:56:14 UTC (rev 
14060)
@@ -0,0 +1,42 @@
+libformula (0.1.14-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 18:52:07 +0200
+
+libformula (0.1.14-3) unstable; urgency=low
+
+  * (Build-)Depends on default-jdk.
+  * Build Java 5-compatible class files.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch konque...@gmx.de  Thu, 24 Sep 2009 11:28:59 +0200
+
+libformula (0.1.14-2) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre/-jdk.
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Add missing Depends: ${misc:Depends}.
+  * Update Build-Depends: debhelper (= 5).
+  * Add Vcs-* headers.
+  * Update Standards-Version: 3.8.2.
+  * Change Section: java.
+
+ -- Torsten Werner twer...@debian.org  Sun, 02 Aug 2009 23:04:52 +0200
+
+libformula (0.1.14-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Rene Engelhard r...@debian.org  Fri, 25 Apr 2008 18:21:41 +0200
+
+libformula (0.1.8-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Rene Engelhard r...@debian.org  Sat, 06 Oct 2007 16:10:58 +0200

Deleted: tags/libformula/0.1.14-4/debian/control
===
--- trunk/libformula/debian/control 2011-08-07 16:45:26 UTC (rev 14054)
+++ tags/libformula/0.1.14-4/debian/control 2011-08-07 16:56:14 UTC (rev 
14060)
@@ -1,38 +0,0 @@
-Source: libformula
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Rene Engelhard r...@debian.org, Torsten Werner 
twer...@debian.org, Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 5), cdbs, default-jdk, ant, libjcommon-java (= 
1.0.10), javacc, ant-optional
-Standards-Version: 3.8.3
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libformula
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libformula/
-
-Package: libformula-java
-Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless, libjcommon-java (= 1.0.10-1),
- ${misc:Depends}
-Suggests: libformula-java-doc
-Description: Excel(tm) style formula expressions library
- LibFormula provides Excel-Style-Expressions. The implementation provided
- here is very generic and can be used in any application that needs to
- compute formulas.
- .
- The syntax is based on the OpenFormula-specifications, but with carefully
- pruning away all the spreadsheet specific parts (like references to
- cell-ranges).
-
-Package: libformula-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: Excel(tm) style formula expressions library
- LibFormula provides Excel-Style-Expressions. The implementation provided
- here is very generic and can be used in any application that needs to
- compute formulas.
- .
- The syntax is based on the OpenFormula-specifications, but with carefully
- pruning away all the spreadsheet specific parts (like references

[pkg-java] r14061 - old trunk

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 16:59:52 + (Sun, 07 Aug 2011)
New Revision: 14061

Added:
   old/libformula/
Removed:
   trunk/libformula/
Log:
orphaning package



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


Bug#637003: O: libformula

2011-08-07 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


Bug#636999: O: libfonts-java

2011-08-07 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


[pkg-java] r14063 - trunk/libgdata-java/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 18:58:16 + (Sun, 07 Aug 2011)
New Revision: 14063

Modified:
   trunk/libgdata-java/debian/changelog
   trunk/libgdata-java/debian/control
Log:
* QA upload.
* Orphan package.

Modified: trunk/libgdata-java/debian/changelog
===
--- trunk/libgdata-java/debian/changelog2011-08-07 17:56:17 UTC (rev 
14062)
+++ trunk/libgdata-java/debian/changelog2011-08-07 18:58:16 UTC (rev 
14063)
@@ -1,3 +1,10 @@
+libgdata-java (1.30.0-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphan package.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 20:53:54 +0200
+
 libgdata-java (1.30.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libgdata-java/debian/control
===
--- trunk/libgdata-java/debian/control  2011-08-07 17:56:17 UTC (rev 14062)
+++ trunk/libgdata-java/debian/control  2011-08-07 18:58:16 UTC (rev 14063)
@@ -1,8 +1,7 @@
 Source: libgdata-java
 Section: libs
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Torsten Werner twer...@debian.org, Varun Hiremath 
va...@debian.org
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: cdbs, debhelper (= 5)
 Build-Depends-Indep: ant, glassfish-activation, glassfish-mail,
  libservlet2.4-java, openjdk-6-jdk


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


[pkg-java] r14064 - in tags/libgdata-java: . 1.30.0-2/debian

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 19:01:25 + (Sun, 07 Aug 2011)
New Revision: 14064

Added:
   tags/libgdata-java/1.30.0-2/
   tags/libgdata-java/1.30.0-2/debian/changelog
   tags/libgdata-java/1.30.0-2/debian/control
Removed:
   tags/libgdata-java/1.30.0-2/debian/changelog
   tags/libgdata-java/1.30.0-2/debian/control
Log:
[svn-buildpackage] Tagging libgdata-java 1.30.0-2

Deleted: tags/libgdata-java/1.30.0-2/debian/changelog
===
--- trunk/libgdata-java/debian/changelog2011-08-07 17:56:17 UTC (rev 
14062)
+++ tags/libgdata-java/1.30.0-2/debian/changelog2011-08-07 19:01:25 UTC 
(rev 14064)
@@ -1,98 +0,0 @@
-libgdata-java (1.30.0-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Sun, 15 Feb 2009 22:27:14 +0100
-
-libgdata-java (1.29.0-1) experimental; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Wed, 21 Jan 2009 21:30:42 +0100
-
-libgdata-java (1.28.0-1) experimental; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Thu, 01 Jan 2009 00:37:56 +0100
-
-libgdata-java (1.26.0-1) experimental; urgency=low
-
-  * New upstream release
-
- -- Torsten Werner twer...@debian.org  Thu, 04 Dec 2008 14:35:11 +0100
-
-libgdata-java (1.20.0+dak1-2) unstable; urgency=low
-
-  * Fix java bytecode / java runtime version mismatch, thanks to Peter
-Green plugw...@p10link.net (Closes: #503800)
-
- -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 02:43:12 -0400
-
-libgdata-java (1.20.0+dak1-1) unstable; urgency=low
-
-  * Move package to main.
-  * Fake a new upstream version because of a bug in dak.
-
- -- Torsten Werner twer...@debian.org  Sun, 24 Aug 2008 02:44:19 +0200
-
-libgdata-java (1.20.0-2) unstable; urgency=low
-
-  * Build package with OpenJDK now.
-
- -- Torsten Werner twer...@debian.org  Mon, 11 Aug 2008 19:32:59 +0200
-
-libgdata-java (1.20.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Bump Standards-Version to 3.8.0
-  * debian/copyright: remove the full text of Apache 2.0 license, as now
-is included in common licenses
-  * Update watch file
-
- -- Varun Hiremath va...@debian.org  Thu, 10 Jul 2008 09:18:20 +0530
-
-libgdata-java (1.18.0-1) unstable; urgency=low
-
-  * new upstream release
-
- -- Torsten Werner twer...@debian.org  Wed, 11 Jun 2008 23:47:45 +0200
-
-libgdata-java (1.16.4-1) unstable; urgency=low
-
-  * new upstream release
-
- -- Torsten Werner twer...@debian.org  Sat, 10 May 2008 11:57:08 +0200
-
-libgdata-java (1.16.3-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath va...@debian.org  Wed, 16 Apr 2008 21:04:23 +0530
-
-libgdata-java (1.16.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Fix watch file
-
- -- Varun Hiremath va...@debian.org  Sat, 15 Mar 2008 21:14:49 +0530
-
-libgdata-java (1.15.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Add myself to Uploaders
-  * Separate out Build-Depends and Build-Depends-Indep
-
- -- Varun Hiremath va...@debian.org  Wed, 09 Jan 2008 21:42:06 +0530
-
-libgdata-java (1.15.1-2) unstable; urgency=low
-
-  * Move package to contrib.
-
- -- Torsten Werner twer...@debian.org  Thu, 20 Dec 2007 17:18:56 +0100
-
-libgdata-java (1.15.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #456663)
-
- -- Torsten Werner twer...@debian.org  Mon, 17 Dec 2007 21:36:13 +0100

Copied: tags/libgdata-java/1.30.0-2/debian/changelog (from rev 14063, 
trunk/libgdata-java/debian/changelog)
===
--- tags/libgdata-java/1.30.0-2/debian/changelog
(rev 0)
+++ tags/libgdata-java/1.30.0-2/debian/changelog2011-08-07 19:01:25 UTC 
(rev 14064)
@@ -0,0 +1,105 @@
+libgdata-java (1.30.0-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphan package.
+
+ -- Torsten Werner twer...@debian.org  Sun, 07 Aug 2011 20:53:54 +0200
+
+libgdata-java (1.30.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Torsten Werner twer...@debian.org  Sun, 15 Feb 2009 22:27:14 +0100
+
+libgdata-java (1.29.0-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Torsten Werner twer...@debian.org  Wed, 21 Jan 2009 21:30:42 +0100
+
+libgdata-java (1.28.0-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Torsten Werner twer...@debian.org  Thu, 01 Jan 2009 00:37:56 +0100
+
+libgdata-java (1.26.0-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Torsten Werner twer...@debian.org  Thu, 04 Dec 2008 14:35:11 +0100
+
+libgdata-java (1.20.0+dak1-2) unstable; urgency=low
+
+  * Fix java bytecode / java runtime version mismatch, thanks to Peter
+Green plugw...@p10link.net (Closes: #503800)
+
+ -- Varun Hiremath va...@debian.org  Sat, 01 Nov 2008 02:43:12 -0400
+
+libgdata-java (1.20.0+dak1-1) unstable; urgency=low
+
+  * Move package to main.
+  * Fake a new upstream version because of a bug in dak

[pkg-java] r14065 - old trunk

2011-08-07 Thread Torsten Werner
Author: twerner
Date: 2011-08-07 19:04:24 + (Sun, 07 Aug 2011)
New Revision: 14065

Added:
   old/libgdata-java/
Removed:
   trunk/libgdata-java/
Log:
orphaning package



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


Bug#637015: O: libgdata-java

2011-08-07 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


Bug#637016: O: libgef-java

2011-08-07 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


[pkg-java] r14066 - trunk/libgnuinet-java/debian

2011-08-08 Thread Torsten Werner
 name='gnu/inet/nntp/*.java'/
+   include name='gnu/inet/util/*.java'/
+   /javac
+   /target
+
+   target name='gopher' depends='init' unless='disable-gopher'
+   javac srcdir='${src}' destdir='${build}' debug='true'
+   classpath refid='inetlib.classpath'/
+   include name='gnu/inet/gopher/*.java'/
+   include name='gnu/inet/util/*.java'/
+   /javac
+   /target
+   
+target name='finger' depends='init' unless='disable-finger'
+   javac srcdir='${src}' destdir='${build}' debug='true'
+   classpath refid='inetlib.classpath'/
+   include name='gnu/inet/finger/*.java'/
+   include name='gnu/inet/util/*.java'/
+   /javac
+   /target
+
+target name='ldap' depends='init' unless='disable-ldap'
+   javac srcdir='${src}' destdir='${build}' debug='true'
+   classpath refid='inetlib.classpath'/
+   include name='gnu/inet/ldap/*.java'/
+   include name='gnu/inet/util/*.java'/
+   /javac
+   /target
+
+   target name='meta-inf' depends='init'
+   copy file='COPYING' todir='${META-INF}'/
+   /target
+
+   target name='inetlib.jar' depends='inetlib,meta-inf'
+   jar basedir='${build}' jarfile='${inetlib.jar}'
+   include name='META-INF/*'/
+   include name='gnu/inet/**/*.class'/
+   /jar
+   /target
+
+   target name='dist' depends='inetlib.jar'/
+
+   !-- Installation --
+   target name='install' depends='dist'
+   copy file='${inetlib.jar}' todir='${install-dir}'/
+   /target
+
+   !-- Clean --
+   target name='clean'
+   delete dir='${build}'/
+   delete dir='${doc}'/
+   /target
+
+   !-- API documentation --
+   target name='doc' depends='init'
+   mkdir dir='${doc}'/
+   javadoc destdir='${doc}' use='true' author='true'
+   windowtitle='GNU inetlib API documentation'
+   classpathref='inetlib.classpath'
+   doctitle![CDATA[h3GNU inetlib/h3]]/doctitle
+   bottom![CDATA[copy;]] Copyright 2003 The Free 
Software Foundation,
+   all rights reserved/bottom
+   packageset dir='${src}'
+   include name='gnu/inet/finger'/
+   include name='gnu/inet/ftp'/
+   include name='gnu/inet/gopher'/
+   include name='gnu/inet/http'/
+   include name='gnu/inet/imap'/
+   include name='gnu/inet/nntp'/
+   include name='gnu/inet/pop3'/
+   include name='gnu/inet/smtp'/
+   include name='gnu/inet/util'/
+   /packageset
+   /javadoc
+   /target
+   
+/project

Modified: trunk/libgnuinet-java/debian/changelog
===
--- trunk/libgnuinet-java/debian/changelog  2011-08-07 19:04:24 UTC (rev 
14065)
+++ trunk/libgnuinet-java/debian/changelog  2011-08-08 12:01:09 UTC (rev 
14066)
@@ -1,9 +1,17 @@
-libgnuinet-java (1.1.1-5) UNRELEASED; urgency=low
+libgnuinet-java (1.1.2-1) unstable; urgency=low
 
+  UNRELEASED
+  * Team upload
+
+  [ Niels Thykier ]
   * Added Vcs-* fields.
 
- -- Niels Thykier ni...@thykier.net  Fri, 20 Nov 2009 16:30:35 +0100
+  [ Torsten Werner ]
+  * New upstream release. Add the old (but patched) build.xml to debian/
+because it is missing in the new upstream tarball.
 
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 13:52:14 +0200
+
 libgnuinet-java (1.1.1-4) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/libgnuinet-java/debian/rules
===
--- trunk/libgnuinet-java/debian/rules  2011-08-07 19:04:24 UTC (rev 14065)
+++ trunk/libgnuinet-java/debian/rules  2011-08-08 12:01:09 UTC (rev 14066)
@@ -3,10 +3,10 @@
 #export DH_VERBOSE=1
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME:= /usr/lib/jvm/default-java
+DEB_ANT_BUILDFILE:= debian/build.xml
 DEB_ANT_BUILD_TARGET := inetlib.jar doc
 DEB_ANT_ARGS := -Dant.build.javac.source=1.4
 


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


[pkg-java] r14067 - trunk/libgnuinet-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 12:02:48 + (Mon, 08 Aug 2011)
New Revision: 14067

Modified:
   trunk/libgnuinet-java/debian/changelog
   trunk/libgnuinet-java/debian/control
Log:
* Remove Arnaud from Uploaders list.
* Remove Java runtime from Depends.

Modified: trunk/libgnuinet-java/debian/changelog
===
--- trunk/libgnuinet-java/debian/changelog  2011-08-08 12:01:09 UTC (rev 
14066)
+++ trunk/libgnuinet-java/debian/changelog  2011-08-08 12:02:48 UTC (rev 
14067)
@@ -9,8 +9,10 @@
   [ Torsten Werner ]
   * New upstream release. Add the old (but patched) build.xml to debian/
 because it is missing in the new upstream tarball.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime from Depends.
 
- -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 13:52:14 +0200
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 14:00:39 +0200
 
 libgnuinet-java (1.1.1-4) unstable; urgency=low
 

Modified: trunk/libgnuinet-java/debian/control
===
--- trunk/libgnuinet-java/debian/control2011-08-08 12:01:09 UTC (rev 
14066)
+++ trunk/libgnuinet-java/debian/control2011-08-08 12:02:48 UTC (rev 
14067)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de
+Uploaders: Michael Koch konque...@gmx.de
 Build-Depends-Indep: default-jdk, ant
 Build-Depends: debhelper (= 5), cdbs (= 0.4.8)
 Standards-Version: 3.8.3
@@ -12,7 +12,7 @@
 
 Package: libgnuinet-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: extension library to provide extra network protocol support
  GNU Classpath inetlib is an extension library to provide extra network
  protocol support for GNU Classpath and ClasspathX project, but it can


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


[pkg-java] r14068 - trunk/libgnuinet-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 15:41:25 + (Mon, 08 Aug 2011)
New Revision: 14068

Modified:
   trunk/libgnuinet-java/debian/changelog
Log:
release

Modified: trunk/libgnuinet-java/debian/changelog
===
--- trunk/libgnuinet-java/debian/changelog  2011-08-08 12:02:48 UTC (rev 
14067)
+++ trunk/libgnuinet-java/debian/changelog  2011-08-08 15:41:25 UTC (rev 
14068)
@@ -1,6 +1,5 @@
 libgnuinet-java (1.1.2-1) unstable; urgency=low
 
-  UNRELEASED
   * Team upload
 
   [ Niels Thykier ]


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


[pkg-java] r14069 - in tags/libgnuinet-java: . 1.1.2-1/debian

2011-08-08 Thread Torsten Werner
...@gmx.de  Thu,  8 Feb 2007 17:24:08 +0100
-
-libgnuinet-java (1.1.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Removed section about library in contrib from README.Debian
-  * libant1.6-java to ant transition
-  * Corrected current download location in debian/copyright
-  * Relaxed dependency on libjessie-java for JDK  1.4 (closes: #327223)
-  * Removed constructor patch - not needed with new gnumail upstream
-  * Removed debian/install file and install in debian/rules as
-versioned jar with non-version symlink to comply with java-policy
-  * Updated FSF adress
-  * Registered API doc with doc-base
-  * Standards-Version 3.6.2 (no changes)
-  * Added myself as uploader
-
-  * Upload sponsored by Petter Reinholdtsen
-
- -- Wolfgang Baer wb...@gmx.de  Sat, 10 Sep 2005 16:35:34 +0200
-
-libgnuinet-java (1.1-3) unstable; urgency=low
-
-  * built with kaffe
-  * generate the javadoc
-
- -- Arnaud Vandyck av...@debian.org  Thu,  3 Mar 2005 00:05:44 +0100
-
-libgnuinet-java (1.1-2) unstable; urgency=low
-
-  * NNTPConnection patch for compatibility with inet-1.0 (closes:
-#276139).
-
- -- Arnaud Vandyck av...@debian.org  Tue, 12 Oct 2004 16:12:29 +0200
-
-libgnuinet-java (1.1-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/watch: added
-
- -- Arnaud Vandyck av...@debian.org  Mon, 11 Oct 2004 11:57:19 +0200
-
-libgnuinet-java (1.0-1) unstable; urgency=low
-
-  * New upstream release (closes: #254447).
-  * now build with sablevm and libant1.6-java.
-  * no more patch needed
-
- -- Arnaud Vandyck av...@debian.org  Tue, 13 Jul 2004 23:10:20 +0200
-
-libgnuinet-java (0.0.cvs20031116-4) unstable; urgency=low
-
-  * added gij and sablevm as alternative Java Virtual machines.
-
- -- Arnaud Vandyck av...@debian.org  Wed, 14 Apr 2004 12:42:10 +0200
-
-libgnuinet-java (0.0.cvs20031116-3) unstable; urgency=low
-
-  * added dpatch build-dependency, thanks to Frank Lichtenheld (closes:
-#241960).
-
- -- Arnaud Vandyck av...@debian.org  Sun,  4 Apr 2004 19:30:53 +0200
-
-libgnuinet-java (0.0.cvs20031116-2) unstable; urgency=low
-
-  * debian/rules: now build with kaffe (1:1.1.3) so it can go back in main
-  * debian/control:
-- removed j2sdk from the build-depends-indep
-- back to main!
-
- -- Arnaud Vandyck av...@debian.org  Sat, 10 Jan 2004 17:57:14 +0100
-
-libgnuinet-java (0.0.cvs20031116-1) unstable; urgency=low
-
-  * Initial Release (closes: #221090).
-
- -- Arnaud Vandyck av...@debian.org  Fri, 12 Dec 2003 14:55:54 +0100
-

Copied: tags/libgnuinet-java/1.1.2-1/debian/changelog (from rev 14068, 
trunk/libgnuinet-java/debian/changelog)
===
--- tags/libgnuinet-java/1.1.2-1/debian/changelog   
(rev 0)
+++ tags/libgnuinet-java/1.1.2-1/debian/changelog   2011-08-08 15:42:49 UTC 
(rev 14069)
@@ -0,0 +1,123 @@
+libgnuinet-java (1.1.2-1) unstable; urgency=low
+
+  * Team upload
+
+  [ Niels Thykier ]
+  * Added Vcs-* fields.
+
+  [ Torsten Werner ]
+  * New upstream release. Add the old (but patched) build.xml to debian/
+because it is missing in the new upstream tarball.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime from Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 14:00:39 +0200
+
+libgnuinet-java (1.1.1-4) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre/-jdk.
+  * Set java source version to 1.4.
+
+  [ Onkar Shinde ]
+  * Other misc fixes.
+
+ -- Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org  
Thu, 19 Nov 2009 20:13:15 +0530
+
+libgnuinet-java (1.1.1-3) unstable; urgency=low
+
+  * Move to unstable.
+
+ -- Michael Koch konque...@gmx.de  Sun, 10 Jun 2007 14:34:33 -0100
+
+libgnuinet-java (1.1.1-2) experimental; urgency=low
+
+  * Upload to experimental.
+  * Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends.
+  * Removed Build-Depends on libgnucrypto-java and libjessie-java.
+  * Build-Depends-Indep on java-gcj-compat-dev instead of kaffe and jikes
+  * Removed Depends on libgnucrypto-java, libjessie-java, j2re1.4 and j2re1.5.
+  * Replaces Depends on gij, kaffe and sable with java-gcj-compat.
+  * Removed debian/ant.properties.
+  * Builde with gcj in debian/rules.
+  * Added myself to Uploaders and remove Wolfgang Baer.
+  * Updated Standard-Version to 3.7.2.
+
+ -- Michael Koch konque...@gmx.de  Thu,  8 Feb 2007 17:24:08 +0100
+
+libgnuinet-java (1.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Removed section about library in contrib from README.Debian
+  * libant1.6-java to ant transition
+  * Corrected current download location in debian/copyright
+  * Relaxed dependency on libjessie-java for JDK  1.4 (closes: #327223)
+  * Removed constructor patch - not needed with new gnumail upstream
+  * Removed debian/install file and install in debian/rules as
+versioned jar with non-version symlink to comply with java-policy
+  * Updated FSF adress

[pkg-java] r14070 - trunk/libgnujaf-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 15:47:44 + (Mon, 08 Aug 2011)
New Revision: 14070

Modified:
   trunk/libgnujaf-java/debian/changelog
   trunk/libgnujaf-java/debian/control
Log:
* Team upload.
* Remove Arnaud from Uploaders list.
* Improve Depends.

Modified: trunk/libgnujaf-java/debian/changelog
===
--- trunk/libgnujaf-java/debian/changelog   2011-08-08 15:42:49 UTC (rev 
14069)
+++ trunk/libgnujaf-java/debian/changelog   2011-08-08 15:47:44 UTC (rev 
14070)
@@ -1,3 +1,11 @@
+libgnujaf-java (1.1.1-6) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Improve Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 17:42:48 +0200
+
 libgnujaf-java (1.1.1-5) unstable; urgency=low
 
   [Michael Koch]

Modified: trunk/libgnujaf-java/debian/control
===
--- trunk/libgnujaf-java/debian/control 2011-08-08 15:42:49 UTC (rev 14069)
+++ trunk/libgnujaf-java/debian/control 2011-08-08 15:47:44 UTC (rev 14070)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Michael Koch konque...@gmx.de
+Uploaders: Michael Koch konque...@gmx.de
 Build-Depends: debhelper (= 5), default-jdk
 Standards-Version: 3.8.3
 Homepage: http://savannah.gnu.org/projects/classpathx
@@ -11,7 +11,7 @@
 
 Package: libgnujaf-java
 Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: free implementation of the javabeans activation framework
  With the javabeans activation framework developper can take advantage
  of standard services to determine the type of an arbitrary piece of


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


[pkg-java] r14071 - in tags/libgnujaf-java: . 1.1.1-6/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 15:48:46 + (Mon, 08 Aug 2011)
New Revision: 14071

Added:
   tags/libgnujaf-java/1.1.1-6/
   tags/libgnujaf-java/1.1.1-6/debian/changelog
   tags/libgnujaf-java/1.1.1-6/debian/control
Removed:
   tags/libgnujaf-java/1.1.1-6/debian/changelog
   tags/libgnujaf-java/1.1.1-6/debian/control
Log:
[svn-buildpackage] Tagging libgnujaf-java 1.1.1-6

Deleted: tags/libgnujaf-java/1.1.1-6/debian/changelog
===
--- trunk/libgnujaf-java/debian/changelog   2011-08-08 15:42:49 UTC (rev 
14069)
+++ tags/libgnujaf-java/1.1.1-6/debian/changelog2011-08-08 15:48:46 UTC 
(rev 14071)
@@ -1,85 +0,0 @@
-libgnujaf-java (1.1.1-5) unstable; urgency=low
-
-  [Michael Koch]
-  * Fixed watch file to match latest upstream release.
-
-  [Matthias Klose]
-  * (Build-)depend on default-jre/-jdk.
-  * Set java source version to 1.4.
-
-  [Onkar Shinde]
-  * Misc lintian fixes.
-
-  [Niels Thykier]
-  * Added Vcs-* fields to debian/control.
-
- -- Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org  
Fri, 20 Nov 2009 09:21:07 +0530
-
-libgnujaf-java (1.1.1-4) unstable; urgency=low
-
-  * Use java-gcj-compat instead of kaffe.
-
- -- Michael Koch konque...@gmx.de  Sun, 17 Jun 2007 19:39:13 +0200
-
-libgnujaf-java (1.1.1-3) unstable; urgency=low
-
-  * Really added binary-arch build target
-
- -- Kalle Kivimaa kil...@debian.org  Sun, 29 Oct 2006 13:00:00 +0200
-
-libgnujaf-java (1.1.1-2) unstable; urgency=low
-
-  * Added binary-arch build target (noop) (closes: #395610)
-
- -- Kalle Kivimaa kil...@debian.org  Sat, 28 Oct 2006 08:30:00 +0300
-
-libgnujaf-java (1.1.1-1) unstable; urgency=low
-
-  * New upstream release by Sebastian Dransfeld
-sebastian.dransf...@sintef.no, many thanks to him.
-
- -- Arnaud Vandyck av...@debian.org  Mon, 11 Sep 2006 14:11:11 +
-
-libgnujaf-java (1.1-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/rules(clean):
-+ removed apidoc directory and activation.so file (which is not built
-at the moment) (closes: #313089).
-+ updated VERSION to 1.1
-
- -- Arnaud Vandyck av...@debian.org  Wed,  3 Aug 2005 14:51:24 +0200
-
-libgnujaf-java (1.0-2) unstable; urgency=low
-
-  * debian/watch: added
-
- -- Arnaud Vandyck av...@debian.org  Mon, 11 Oct 2004 15:32:29 +0200
-
-libgnujaf-java (1.0-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Arnaud Vandyck av...@debian.org  Tue, 13 Jul 2004 23:34:23 +0200
-
-libgnujaf-java (0.0cvs20040420-1) unstable; urgency=low
-
-  * New upstream release
-  * added javadoc generation
-
- -- Arnaud Vandyck av...@debian.org  Thu, 22 Apr 2004 16:25:07 +0200
-
-libgnujaf-java (0.0cvs20031103-2) unstable; urgency=low
-
-  * debian/control: modified build-dep-indep from jikes to jikes-classpath
-(closes: #221065). Thanks to Daniel Schepler
-schep...@math.berkeley.edu for reporting the bug.
-
- -- Arnaud Vandyck av...@debian.org  Sun, 16 Nov 2003 21:53:14 +0100
-
-libgnujaf-java (0.0cvs20031103-1) unstable; urgency=low
-
-  * Initial Release (closes: #217929).
-
- -- Arnaud Vandyck av...@debian.org  Mon,  3 Nov 2003 18:16:13 +0100
-

Copied: tags/libgnujaf-java/1.1.1-6/debian/changelog (from rev 14070, 
trunk/libgnujaf-java/debian/changelog)
===
--- tags/libgnujaf-java/1.1.1-6/debian/changelog
(rev 0)
+++ tags/libgnujaf-java/1.1.1-6/debian/changelog2011-08-08 15:48:46 UTC 
(rev 14071)
@@ -0,0 +1,93 @@
+libgnujaf-java (1.1.1-6) unstable; urgency=low
+
+  * Team upload.
+  * Remove Arnaud from Uploaders list.
+  * Improve Depends.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 17:42:48 +0200
+
+libgnujaf-java (1.1.1-5) unstable; urgency=low
+
+  [Michael Koch]
+  * Fixed watch file to match latest upstream release.
+
+  [Matthias Klose]
+  * (Build-)depend on default-jre/-jdk.
+  * Set java source version to 1.4.
+
+  [Onkar Shinde]
+  * Misc lintian fixes.
+
+  [Niels Thykier]
+  * Added Vcs-* fields to debian/control.
+
+ -- Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org  
Fri, 20 Nov 2009 09:21:07 +0530
+
+libgnujaf-java (1.1.1-4) unstable; urgency=low
+
+  * Use java-gcj-compat instead of kaffe.
+
+ -- Michael Koch konque...@gmx.de  Sun, 17 Jun 2007 19:39:13 +0200
+
+libgnujaf-java (1.1.1-3) unstable; urgency=low
+
+  * Really added binary-arch build target
+
+ -- Kalle Kivimaa kil...@debian.org  Sun, 29 Oct 2006 13:00:00 +0200
+
+libgnujaf-java (1.1.1-2) unstable; urgency=low
+
+  * Added binary-arch build target (noop) (closes: #395610)
+
+ -- Kalle Kivimaa kil...@debian.org  Sat, 28 Oct 2006 08:30:00 +0300
+
+libgnujaf-java (1.1.1-1) unstable; urgency=low
+
+  * New upstream release by Sebastian Dransfeld
+sebastian.dransf...@sintef.no, many thanks to him.
+
+ -- Arnaud Vandyck av...@debian.org  Mon, 11 Sep 2006 14:11:11 +
+
+libgnujaf-java (1.1-1) unstable; urgency=low

[pkg-java] r14072 - trunk/libgnujmi-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 15:50:27 + (Mon, 08 Aug 2011)
New Revision: 14072

Modified:
   trunk/libgnujmi-java/debian/changelog
   trunk/libgnujmi-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libgnujmi-java/debian/changelog
===
--- trunk/libgnujmi-java/debian/changelog   2011-08-08 15:48:46 UTC (rev 
14071)
+++ trunk/libgnujmi-java/debian/changelog   2011-08-08 15:50:27 UTC (rev 
14072)
@@ -1,3 +1,10 @@
+libgnujmi-java (0.0cvs20050116-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 17:48:10 +0200
+
 libgnujmi-java (0.0cvs20050116-3) unstable; urgency=low
 
   * Replaced (Build-)Depends on kaffe/sablevm/fastjar with default-java.

Modified: trunk/libgnujmi-java/debian/control
===
--- trunk/libgnujmi-java/debian/control 2011-08-08 15:48:46 UTC (rev 14071)
+++ trunk/libgnujmi-java/debian/control 2011-08-08 15:50:27 UTC (rev 14072)
@@ -1,8 +1,7 @@
 Source: libgnujmi-java
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Niels Thykier ni...@thykier.net
+Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 7.0)
 Build-Depends-Indep: default-jdk
 Standards-Version: 3.8.3


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


[pkg-java] r14073 - in tags/libgnujmi-java: . 0.0cvs20050116-4/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 15:51:37 + (Mon, 08 Aug 2011)
New Revision: 14073

Added:
   tags/libgnujmi-java/0.0cvs20050116-4/
   tags/libgnujmi-java/0.0cvs20050116-4/debian/changelog
   tags/libgnujmi-java/0.0cvs20050116-4/debian/control
Removed:
   tags/libgnujmi-java/0.0cvs20050116-4/debian/changelog
   tags/libgnujmi-java/0.0cvs20050116-4/debian/control
Log:
[svn-buildpackage] Tagging libgnujmi-java 0.0cvs20050116-4

Deleted: tags/libgnujmi-java/0.0cvs20050116-4/debian/changelog
===
--- trunk/libgnujmi-java/debian/changelog   2011-08-08 15:48:46 UTC (rev 
14071)
+++ tags/libgnujmi-java/0.0cvs20050116-4/debian/changelog   2011-08-08 
15:51:37 UTC (rev 14073)
@@ -1,28 +0,0 @@
-libgnujmi-java (0.0cvs20050116-3) unstable; urgency=low
-
-  * Replaced (Build-)Depends on kaffe/sablevm/fastjar with default-java.
-  * Bumped Standards-Version to 3.8.3
-- Added Homepage field and removed it from the description.
-  * Bumped debhelper compat to 7.
-  * Removed the watch-file, since the original download place did not
-have it, there were no alternative download spots and no changes
-in the upstream CVS for the past 4 years. (Closes: #449840)
-  * Built the javadoc and put it in a separate package.
-  * Added some missing copyright information.
-  * Made the package depend on ${misc:Depends}.
-  * Added Vcs-* headers.
-
- -- Niels Thykier ni...@thykier.net  Sun, 27 Sep 2009 22:40:08 +0200
-
-libgnujmi-java (0.0cvs20050116-2) unstable; urgency=low
-
-  * Added binary-arch build target (noop) (closes: #395611)
-
- -- Kalle Kivimaa kil...@debian.org  Sat, 28 Oct 2006 08:30:00 +0300
-
-libgnujmi-java (0.0cvs20050116-1) unstable; urgency=low
-
-  * Initial Release (closes: #290763).
-
- -- Arnaud Vandyck av...@debian.org  Sun, 16 Jan 2005 16:20:08 +0100
-

Copied: tags/libgnujmi-java/0.0cvs20050116-4/debian/changelog (from rev 14072, 
trunk/libgnujmi-java/debian/changelog)
===
--- tags/libgnujmi-java/0.0cvs20050116-4/debian/changelog   
(rev 0)
+++ tags/libgnujmi-java/0.0cvs20050116-4/debian/changelog   2011-08-08 
15:51:37 UTC (rev 14073)
@@ -0,0 +1,35 @@
+libgnujmi-java (0.0cvs20050116-4) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 17:48:10 +0200
+
+libgnujmi-java (0.0cvs20050116-3) unstable; urgency=low
+
+  * Replaced (Build-)Depends on kaffe/sablevm/fastjar with default-java.
+  * Bumped Standards-Version to 3.8.3
+- Added Homepage field and removed it from the description.
+  * Bumped debhelper compat to 7.
+  * Removed the watch-file, since the original download place did not
+have it, there were no alternative download spots and no changes
+in the upstream CVS for the past 4 years. (Closes: #449840)
+  * Built the javadoc and put it in a separate package.
+  * Added some missing copyright information.
+  * Made the package depend on ${misc:Depends}.
+  * Added Vcs-* headers.
+
+ -- Niels Thykier ni...@thykier.net  Sun, 27 Sep 2009 22:40:08 +0200
+
+libgnujmi-java (0.0cvs20050116-2) unstable; urgency=low
+
+  * Added binary-arch build target (noop) (closes: #395611)
+
+ -- Kalle Kivimaa kil...@debian.org  Sat, 28 Oct 2006 08:30:00 +0300
+
+libgnujmi-java (0.0cvs20050116-1) unstable; urgency=low
+
+  * Initial Release (closes: #290763).
+
+ -- Arnaud Vandyck av...@debian.org  Sun, 16 Jan 2005 16:20:08 +0100
+

Deleted: tags/libgnujmi-java/0.0cvs20050116-4/debian/control
===
--- trunk/libgnujmi-java/debian/control 2011-08-08 15:48:46 UTC (rev 14071)
+++ tags/libgnujmi-java/0.0cvs20050116-4/debian/control 2011-08-08 15:51:37 UTC 
(rev 14073)
@@ -1,39 +0,0 @@
-Source: libgnujmi-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Arnaud Vandyck av...@debian.org, Niels Thykier ni...@thykier.net
-Build-Depends: debhelper (= 7.0)
-Build-Depends-Indep: default-jdk
-Standards-Version: 3.8.3
-Homepage: http://savannah.gnu.org/projects/classpathx
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgnujmi-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgnujmi-java/
-
-Package: libgnujmi-java
-Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless,
- ${misc:Depends}
-Suggests: libgnujmi-java-doc
-Description: free implementation of the java metadata interface
- GNU JMI is a free implementation of the JSR-40 The JavaTM Metadata
- Interface (JMI).
- .
- It consist of an API to solve the problem of incompatible metadata.
- . 
- This is the classpathx free implementation of the library.
-
-Package: libgnujmi-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libgnujmi-java
-Description: free implementation of the java

[pkg-java] r14074 - trunk/libgrinvin-factories-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 15:55:47 + (Mon, 08 Aug 2011)
New Revision: 14074

Modified:
   trunk/libgrinvin-factories-java/debian/changelog
   trunk/libgrinvin-factories-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libgrinvin-factories-java/debian/changelog
===
--- trunk/libgrinvin-factories-java/debian/changelog2011-08-08 15:51:37 UTC 
(rev 14073)
+++ trunk/libgrinvin-factories-java/debian/changelog2011-08-08 15:55:47 UTC 
(rev 14074)
@@ -1,3 +1,10 @@
+libgrinvin-factories-java (1.2-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 17:53:46 +0200
+
 libgrinvin-factories-java (1.2-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libgrinvin-factories-java/debian/control
===
--- trunk/libgrinvin-factories-java/debian/control  2011-08-08 15:51:37 UTC 
(rev 14073)
+++ trunk/libgrinvin-factories-java/debian/control  2011-08-08 15:55:47 UTC 
(rev 14074)
@@ -1,8 +1,7 @@
 Source: libgrinvin-factories-java
 Section: contrib/libs
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
+Maintainer: Debian QA Group packa...@qa.debian.org
 Homepage: http://www.grinvin.org/
 Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
 Build-Depends-Indep: libgrinvin-core-java (= 1.2)


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


[pkg-java] r14075 - in tags/libgrinvin-factories-java: . 1.2-2/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 16:07:10 + (Mon, 08 Aug 2011)
New Revision: 14075

Added:
   tags/libgrinvin-factories-java/1.2-2/
   tags/libgrinvin-factories-java/1.2-2/debian/changelog
   tags/libgrinvin-factories-java/1.2-2/debian/control
Removed:
   tags/libgrinvin-factories-java/1.2-2/debian/changelog
   tags/libgrinvin-factories-java/1.2-2/debian/control
Log:
[svn-buildpackage] Tagging libgrinvin-factories-java 1.2-2

Deleted: tags/libgrinvin-factories-java/1.2-2/debian/changelog
===
--- trunk/libgrinvin-factories-java/debian/changelog2011-08-08 15:51:37 UTC 
(rev 14073)
+++ tags/libgrinvin-factories-java/1.2-2/debian/changelog   2011-08-08 
16:07:10 UTC (rev 14075)
@@ -1,24 +0,0 @@
-libgrinvin-factories-java (1.2-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/control:
-- Bumped Standards-Version to 3.8.0, no changes needed
-- Updated Depends and Build-Depends to libgrinvin-core-java (= 1.2)
-  * debian/changelog:
-- Updated copyright years
-
- -- Adriaan Peeters apeet...@lashout.net  Thu, 02 Oct 2008 10:11:25 +0200
-
-libgrinvin-factories-java (1.0.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Added debian/watch file
-  * debian/control: Bumped Standards-Version to 3.7.3, no changes needed
-
- -- Adriaan Peeters apeet...@lashout.net  Mon, 26 May 2008 15:13:38 +0200
-
-libgrinvin-factories-java (1.0-1) unstable; urgency=low
-
-  * Initial release
-
- -- Adriaan Peeters apeet...@lashout.net  Tue, 20 Nov 2007 17:55:28 +0100

Copied: tags/libgrinvin-factories-java/1.2-2/debian/changelog (from rev 14074, 
trunk/libgrinvin-factories-java/debian/changelog)
===
--- tags/libgrinvin-factories-java/1.2-2/debian/changelog   
(rev 0)
+++ tags/libgrinvin-factories-java/1.2-2/debian/changelog   2011-08-08 
16:07:10 UTC (rev 14075)
@@ -0,0 +1,31 @@
+libgrinvin-factories-java (1.2-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 17:53:46 +0200
+
+libgrinvin-factories-java (1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+- Bumped Standards-Version to 3.8.0, no changes needed
+- Updated Depends and Build-Depends to libgrinvin-core-java (= 1.2)
+  * debian/changelog:
+- Updated copyright years
+
+ -- Adriaan Peeters apeet...@lashout.net  Thu, 02 Oct 2008 10:11:25 +0200
+
+libgrinvin-factories-java (1.0.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Added debian/watch file
+  * debian/control: Bumped Standards-Version to 3.7.3, no changes needed
+
+ -- Adriaan Peeters apeet...@lashout.net  Mon, 26 May 2008 15:13:38 +0200
+
+libgrinvin-factories-java (1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Adriaan Peeters apeet...@lashout.net  Tue, 20 Nov 2007 17:55:28 +0100

Deleted: tags/libgrinvin-factories-java/1.2-2/debian/control
===
--- trunk/libgrinvin-factories-java/debian/control  2011-08-08 15:51:37 UTC 
(rev 14073)
+++ tags/libgrinvin-factories-java/1.2-2/debian/control 2011-08-08 16:07:10 UTC 
(rev 14075)
@@ -1,22 +0,0 @@
-Source: libgrinvin-factories-java
-Section: contrib/libs
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
-Homepage: http://www.grinvin.org/
-Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
-Build-Depends-Indep: libgrinvin-core-java (= 1.2)
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-factories-java/
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-factories-java/
-Standards-Version: 3.8.0
-
-Package: libgrinvin-factories-java
-Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime, libgrinvin-core-java 
(= 1.2)
-Description: interactive software package for studying graphs (graph factories)
- GrInvIn is a software package for studying graphs, their properties
- (invariants) and the relations between these properties. It has been designed
- to optimally support the user in learning graph theory by means of examples
- and by experimenting with graphs and their properties.
- .
- This package contains the graph factory libraries.

Copied: tags/libgrinvin-factories-java/1.2-2/debian/control (from rev 14074, 
trunk/libgrinvin-factories-java/debian/control)
===
--- tags/libgrinvin-factories-java/1.2-2/debian/control 
(rev 0)
+++ tags/libgrinvin-factories-java/1.2-2/debian/control 2011-08-08 16:07:10 UTC 
(rev 14075)
@@ -0,0 +1,21 @@
+Source: libgrinvin-factories-java
+Section: contrib/libs
+Priority: optional
+Maintainer: Debian QA Group packa...@qa.debian.org
+Homepage: http://www.grinvin.org/
+Build-Depends: debhelper

[pkg-java] r14076 - trunk/libgrinvin-generators-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 16:09:46 + (Mon, 08 Aug 2011)
New Revision: 14076

Modified:
   trunk/libgrinvin-generators-java/debian/changelog
   trunk/libgrinvin-generators-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libgrinvin-generators-java/debian/changelog
===
--- trunk/libgrinvin-generators-java/debian/changelog   2011-08-08 16:07:10 UTC 
(rev 14075)
+++ trunk/libgrinvin-generators-java/debian/changelog   2011-08-08 16:09:46 UTC 
(rev 14076)
@@ -1,3 +1,10 @@
+libgrinvin-generators-java (1.0.1-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 18:07:48 +0200
+
 libgrinvin-generators-java (1.0.1-1) unstable; urgency=low
 
   * Initial release

Modified: trunk/libgrinvin-generators-java/debian/control
===
--- trunk/libgrinvin-generators-java/debian/control 2011-08-08 16:07:10 UTC 
(rev 14075)
+++ trunk/libgrinvin-generators-java/debian/control 2011-08-08 16:09:46 UTC 
(rev 14076)
@@ -1,8 +1,7 @@
 Source: libgrinvin-generators-java
 Section: contrib/libs
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
+Maintainer: Debian QA Group packa...@qa.debian.org
 Homepage: http://www.grinvin.org/
 Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
 Build-Depends-Indep: libgrinvin-core-java (= 1.2)


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


[pkg-java] r14077 - old trunk

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 16:10:31 + (Mon, 08 Aug 2011)
New Revision: 14077

Added:
   old/libgnujmi-java/
Removed:
   trunk/libgnujmi-java/
Log:
orphaning package


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


[pkg-java] r14078 - old trunk

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 16:11:01 + (Mon, 08 Aug 2011)
New Revision: 14078

Added:
   old/libgrinvin-factories-java/
Removed:
   trunk/libgrinvin-factories-java/
Log:
orphaning package


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


[pkg-java] r14079 - in tags/libgrinvin-generators-java: . 1.0.1-2/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 16:12:19 + (Mon, 08 Aug 2011)
New Revision: 14079

Added:
   tags/libgrinvin-generators-java/1.0.1-2/
   tags/libgrinvin-generators-java/1.0.1-2/debian/changelog
   tags/libgrinvin-generators-java/1.0.1-2/debian/control
Removed:
   tags/libgrinvin-generators-java/1.0.1-2/debian/changelog
   tags/libgrinvin-generators-java/1.0.1-2/debian/control
Log:
[svn-buildpackage] Tagging libgrinvin-generators-java 1.0.1-2

Deleted: tags/libgrinvin-generators-java/1.0.1-2/debian/changelog
===
--- trunk/libgrinvin-generators-java/debian/changelog   2011-08-08 16:07:10 UTC 
(rev 14075)
+++ tags/libgrinvin-generators-java/1.0.1-2/debian/changelog2011-08-08 
16:12:19 UTC (rev 14079)
@@ -1,5 +0,0 @@
-libgrinvin-generators-java (1.0.1-1) unstable; urgency=low
-
-  * Initial release
-
- -- Adriaan Peeters apeet...@lashout.net  Thu, 02 Oct 2008 10:38:50 +0200

Copied: tags/libgrinvin-generators-java/1.0.1-2/debian/changelog (from rev 
14076, trunk/libgrinvin-generators-java/debian/changelog)
===
--- tags/libgrinvin-generators-java/1.0.1-2/debian/changelog
(rev 0)
+++ tags/libgrinvin-generators-java/1.0.1-2/debian/changelog2011-08-08 
16:12:19 UTC (rev 14079)
@@ -0,0 +1,12 @@
+libgrinvin-generators-java (1.0.1-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 18:07:48 +0200
+
+libgrinvin-generators-java (1.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Adriaan Peeters apeet...@lashout.net  Thu, 02 Oct 2008 10:38:50 +0200

Deleted: tags/libgrinvin-generators-java/1.0.1-2/debian/control
===
--- trunk/libgrinvin-generators-java/debian/control 2011-08-08 16:07:10 UTC 
(rev 14075)
+++ tags/libgrinvin-generators-java/1.0.1-2/debian/control  2011-08-08 
16:12:19 UTC (rev 14079)
@@ -1,22 +0,0 @@
-Source: libgrinvin-generators-java
-Section: contrib/libs
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
-Homepage: http://www.grinvin.org/
-Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
-Build-Depends-Indep: libgrinvin-core-java (= 1.2)
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-generators-java/
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-generators-java/
-Standards-Version: 3.8.0
-
-Package: libgrinvin-generators-java
-Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime, libgrinvin-core-java 
(= 1.2)
-Description: interactive software package for studying graphs (graph 
generators)
- GrInvIn is a software package for studying graphs, their properties
- (invariants) and the relations between these properties. It has been designed
- to optimally support the user in learning graph theory by means of examples
- and by experimenting with graphs and their properties.
- .
- This package contains the graph generator libraries.

Copied: tags/libgrinvin-generators-java/1.0.1-2/debian/control (from rev 14076, 
trunk/libgrinvin-generators-java/debian/control)
===
--- tags/libgrinvin-generators-java/1.0.1-2/debian/control  
(rev 0)
+++ tags/libgrinvin-generators-java/1.0.1-2/debian/control  2011-08-08 
16:12:19 UTC (rev 14079)
@@ -0,0 +1,21 @@
+Source: libgrinvin-generators-java
+Section: contrib/libs
+Priority: optional
+Maintainer: Debian QA Group packa...@qa.debian.org
+Homepage: http://www.grinvin.org/
+Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
+Build-Depends-Indep: libgrinvin-core-java (= 1.2)
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-generators-java/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-generators-java/
+Standards-Version: 3.8.0
+
+Package: libgrinvin-generators-java
+Architecture: all
+Depends: java-gcj-compat | java1-runtime | java2-runtime, libgrinvin-core-java 
(= 1.2)
+Description: interactive software package for studying graphs (graph 
generators)
+ GrInvIn is a software package for studying graphs, their properties
+ (invariants) and the relations between these properties. It has been designed
+ to optimally support the user in learning graph theory by means of examples
+ and by experimenting with graphs and their properties.
+ .
+ This package contains the graph generator libraries.


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


[pkg-java] r14080 - old trunk

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 16:13:11 + (Mon, 08 Aug 2011)
New Revision: 14080

Added:
   old/libgrinvin-generators-java/
Removed:
   trunk/libgrinvin-generators-java/
Log:
orphaning package


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


Bug#637118: O: libgnujmi-java

2011-08-08 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


Bug#637123: O: libgrinvin-factories-java

2011-08-08 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


Bug#637124: O: libgrinvin-generators-java

2011-08-08 Thread Torsten Werner
Package: wnpp
Severity: normal

Hi,

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

Torsten



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


[pkg-java] r14081 - trunk/libgrinvin-graphs-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 17:30:55 + (Mon, 08 Aug 2011)
New Revision: 14081

Modified:
   trunk/libgrinvin-graphs-java/debian/changelog
   trunk/libgrinvin-graphs-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libgrinvin-graphs-java/debian/changelog
===
--- trunk/libgrinvin-graphs-java/debian/changelog   2011-08-08 16:13:11 UTC 
(rev 14080)
+++ trunk/libgrinvin-graphs-java/debian/changelog   2011-08-08 17:30:55 UTC 
(rev 14081)
@@ -1,3 +1,10 @@
+libgrinvin-graphs-java (1.2-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 19:29:43 +0200
+
 libgrinvin-graphs-java (1.2-1) unstable; urgency=low
 
   * New upstream relesase

Modified: trunk/libgrinvin-graphs-java/debian/control
===
--- trunk/libgrinvin-graphs-java/debian/control 2011-08-08 16:13:11 UTC (rev 
14080)
+++ trunk/libgrinvin-graphs-java/debian/control 2011-08-08 17:30:55 UTC (rev 
14081)
@@ -1,8 +1,7 @@
 Source: libgrinvin-graphs-java
 Section: contrib/libs
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
+Maintainer: Debian QA Group packa...@qa.debian.org
 Homepage: http://www.grinvin.org/
 Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-graphs-java/


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


[pkg-java] r14082 - in tags/libgrinvin-graphs-java: . 1.2-2/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 17:33:18 + (Mon, 08 Aug 2011)
New Revision: 14082

Added:
   tags/libgrinvin-graphs-java/1.2-2/
   tags/libgrinvin-graphs-java/1.2-2/debian/changelog
   tags/libgrinvin-graphs-java/1.2-2/debian/control
Removed:
   tags/libgrinvin-graphs-java/1.2-2/debian/changelog
   tags/libgrinvin-graphs-java/1.2-2/debian/control
Log:
[svn-buildpackage] Tagging libgrinvin-graphs-java 1.2-2

Deleted: tags/libgrinvin-graphs-java/1.2-2/debian/changelog
===
--- trunk/libgrinvin-graphs-java/debian/changelog   2011-08-08 16:13:11 UTC 
(rev 14080)
+++ tags/libgrinvin-graphs-java/1.2-2/debian/changelog  2011-08-08 17:33:18 UTC 
(rev 14082)
@@ -1,18 +0,0 @@
-libgrinvin-graphs-java (1.2-1) unstable; urgency=low
-
-  * New upstream relesase
-  * Added debian/watch file
-  * debian/control:
-- Bumped Standards-Version to 3.8.0, no changes needed
-  * debian/copyright:
-- Updated copyright years
-  * debian/build.xml:
-- Updated to ship all files
-
- -- Adriaan Peeters apeet...@lashout.net  Wed, 01 Oct 2008 23:16:57 +0200
-
-libgrinvin-graphs-java (1.0-1) unstable; urgency=low
-
-  * Initial release
-
- -- Adriaan Peeters apeet...@lashout.net  Tue, 20 Nov 2007 21:03:42 +0100

Copied: tags/libgrinvin-graphs-java/1.2-2/debian/changelog (from rev 14081, 
trunk/libgrinvin-graphs-java/debian/changelog)
===
--- tags/libgrinvin-graphs-java/1.2-2/debian/changelog  
(rev 0)
+++ tags/libgrinvin-graphs-java/1.2-2/debian/changelog  2011-08-08 17:33:18 UTC 
(rev 14082)
@@ -0,0 +1,25 @@
+libgrinvin-graphs-java (1.2-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 19:29:43 +0200
+
+libgrinvin-graphs-java (1.2-1) unstable; urgency=low
+
+  * New upstream relesase
+  * Added debian/watch file
+  * debian/control:
+- Bumped Standards-Version to 3.8.0, no changes needed
+  * debian/copyright:
+- Updated copyright years
+  * debian/build.xml:
+- Updated to ship all files
+
+ -- Adriaan Peeters apeet...@lashout.net  Wed, 01 Oct 2008 23:16:57 +0200
+
+libgrinvin-graphs-java (1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Adriaan Peeters apeet...@lashout.net  Tue, 20 Nov 2007 21:03:42 +0100

Deleted: tags/libgrinvin-graphs-java/1.2-2/debian/control
===
--- trunk/libgrinvin-graphs-java/debian/control 2011-08-08 16:13:11 UTC (rev 
14080)
+++ tags/libgrinvin-graphs-java/1.2-2/debian/control2011-08-08 17:33:18 UTC 
(rev 14082)
@@ -1,21 +0,0 @@
-Source: libgrinvin-graphs-java
-Section: contrib/libs
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
-Homepage: http://www.grinvin.org/
-Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-graphs-java/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-graphs-java/
-Standards-Version: 3.8.0
-
-Package: libgrinvin-graphs-java
-Architecture: all
-Recommends: libgrinvin-core-java
-Description: interactive software package for studying graphs (standard graphs)
- GrInvIn is a software package for studying graphs, their properties
- (invariants) and the relations between these properties. It has been designed
- to optimally support the user in learning graph theory by means of examples
- and by experimenting with graphs and their properties.
- .
- This package contains the standard graphs.

Copied: tags/libgrinvin-graphs-java/1.2-2/debian/control (from rev 14081, 
trunk/libgrinvin-graphs-java/debian/control)
===
--- tags/libgrinvin-graphs-java/1.2-2/debian/control
(rev 0)
+++ tags/libgrinvin-graphs-java/1.2-2/debian/control2011-08-08 17:33:18 UTC 
(rev 14082)
@@ -0,0 +1,20 @@
+Source: libgrinvin-graphs-java
+Section: contrib/libs
+Priority: optional
+Maintainer: Debian QA Group packa...@qa.debian.org
+Homepage: http://www.grinvin.org/
+Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-graphs-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-graphs-java/
+Standards-Version: 3.8.0
+
+Package: libgrinvin-graphs-java
+Architecture: all
+Recommends: libgrinvin-core-java
+Description: interactive software package for studying graphs (standard graphs)
+ GrInvIn is a software package for studying graphs, their properties
+ (invariants) and the relations between these properties. It has been designed
+ to optimally support the user in learning graph theory by means of examples
+ and by experimenting with graphs and their properties.
+ .
+ This package contains the standard graphs

[pkg-java] r14083 - old trunk

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 17:34:37 + (Mon, 08 Aug 2011)
New Revision: 14083

Added:
   old/libgrinvin-graphs-java/
Removed:
   trunk/libgrinvin-graphs-java/
Log:
orphaning package



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


[pkg-java] r14084 - trunk/libgrinvin-help-java/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 17:38:03 + (Mon, 08 Aug 2011)
New Revision: 14084

Modified:
   trunk/libgrinvin-help-java/debian/changelog
   trunk/libgrinvin-help-java/debian/control
Log:
* QA upload.
* Orphaning package.

Modified: trunk/libgrinvin-help-java/debian/changelog
===
--- trunk/libgrinvin-help-java/debian/changelog 2011-08-08 17:34:37 UTC (rev 
14083)
+++ trunk/libgrinvin-help-java/debian/changelog 2011-08-08 17:38:03 UTC (rev 
14084)
@@ -1,3 +1,10 @@
+libgrinvin-help-java (1.2-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 19:37:37 +0200
+
 libgrinvin-help-java (1.2-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libgrinvin-help-java/debian/control
===
--- trunk/libgrinvin-help-java/debian/control   2011-08-08 17:34:37 UTC (rev 
14083)
+++ trunk/libgrinvin-help-java/debian/control   2011-08-08 17:38:03 UTC (rev 
14084)
@@ -1,8 +1,7 @@
 Source: libgrinvin-help-java
 Section: contrib/libs
 Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
+Maintainer: Debian QA Group packa...@qa.debian.org
 Homepage: http://www.grinvin.org/
 Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-help-java/


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


[pkg-java] r14085 - in tags/libgrinvin-help-java: . 1.2-2/debian

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 17:39:37 + (Mon, 08 Aug 2011)
New Revision: 14085

Added:
   tags/libgrinvin-help-java/1.2-2/
   tags/libgrinvin-help-java/1.2-2/debian/changelog
   tags/libgrinvin-help-java/1.2-2/debian/control
Removed:
   tags/libgrinvin-help-java/1.2-2/debian/changelog
   tags/libgrinvin-help-java/1.2-2/debian/control
Log:
[svn-buildpackage] Tagging libgrinvin-help-java 1.2-2

Deleted: tags/libgrinvin-help-java/1.2-2/debian/changelog
===
--- trunk/libgrinvin-help-java/debian/changelog 2011-08-08 17:34:37 UTC (rev 
14083)
+++ tags/libgrinvin-help-java/1.2-2/debian/changelog2011-08-08 17:39:37 UTC 
(rev 14085)
@@ -1,16 +0,0 @@
-libgrinvin-help-java (1.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Added debian/watch file
-  * debian/control:
-- Bumped Standards-Version to 3.8.0, no changes needed
-  * debian/copyright:
-- Updated copyright years
-
- -- Adriaan Peeters apeet...@lashout.net  Wed, 01 Oct 2008 23:11:53 +0200
-
-libgrinvin-help-java (1.0-1) unstable; urgency=low
-
-  * Initial release
-
- -- Adriaan Peeters apeet...@lashout.net  Wed, 21 Nov 2007 17:28:37 +0100

Copied: tags/libgrinvin-help-java/1.2-2/debian/changelog (from rev 14084, 
trunk/libgrinvin-help-java/debian/changelog)
===
--- tags/libgrinvin-help-java/1.2-2/debian/changelog
(rev 0)
+++ tags/libgrinvin-help-java/1.2-2/debian/changelog2011-08-08 17:39:37 UTC 
(rev 14085)
@@ -0,0 +1,23 @@
+libgrinvin-help-java (1.2-2) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner twer...@debian.org  Mon, 08 Aug 2011 19:37:37 +0200
+
+libgrinvin-help-java (1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Added debian/watch file
+  * debian/control:
+- Bumped Standards-Version to 3.8.0, no changes needed
+  * debian/copyright:
+- Updated copyright years
+
+ -- Adriaan Peeters apeet...@lashout.net  Wed, 01 Oct 2008 23:11:53 +0200
+
+libgrinvin-help-java (1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Adriaan Peeters apeet...@lashout.net  Wed, 21 Nov 2007 17:28:37 +0100

Deleted: tags/libgrinvin-help-java/1.2-2/debian/control
===
--- trunk/libgrinvin-help-java/debian/control   2011-08-08 17:34:37 UTC (rev 
14083)
+++ tags/libgrinvin-help-java/1.2-2/debian/control  2011-08-08 17:39:37 UTC 
(rev 14085)
@@ -1,21 +0,0 @@
-Source: libgrinvin-help-java
-Section: contrib/libs
-Priority: optional
-Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
-Uploaders: Adriaan Peeters apeet...@lashout.net
-Homepage: http://www.grinvin.org/
-Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-help-java/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-help-java/
-Standards-Version: 3.8.0
-
-Package: libgrinvin-help-java
-Architecture: all
-Recommends: libgrinvin-core-java
-Description: interactive software package for studying graphs (help files)
- GrInvIn is a software package for studying graphs, their properties
- (invariants) and the relations between these properties. It has been designed
- to optimally support the user in learning graph theory by means of examples
- and by experimenting with graphs and their properties.
- .
- This package contains the online help files.

Copied: tags/libgrinvin-help-java/1.2-2/debian/control (from rev 14084, 
trunk/libgrinvin-help-java/debian/control)
===
--- tags/libgrinvin-help-java/1.2-2/debian/control  
(rev 0)
+++ tags/libgrinvin-help-java/1.2-2/debian/control  2011-08-08 17:39:37 UTC 
(rev 14085)
@@ -0,0 +1,20 @@
+Source: libgrinvin-help-java
+Section: contrib/libs
+Priority: optional
+Maintainer: Debian QA Group packa...@qa.debian.org
+Homepage: http://www.grinvin.org/
+Build-Depends: debhelper ( 5.0.0), cdbs, ant, java-gcj-compat-dev
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libgrinvin-help-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgrinvin-help-java/
+Standards-Version: 3.8.0
+
+Package: libgrinvin-help-java
+Architecture: all
+Recommends: libgrinvin-core-java
+Description: interactive software package for studying graphs (help files)
+ GrInvIn is a software package for studying graphs, their properties
+ (invariants) and the relations between these properties. It has been designed
+ to optimally support the user in learning graph theory by means of examples
+ and by experimenting with graphs and their properties.
+ .
+ This package contains the online help files.


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

[pkg-java] r14086 - old trunk

2011-08-08 Thread Torsten Werner
Author: twerner
Date: 2011-08-08 17:41:17 + (Mon, 08 Aug 2011)
New Revision: 14086

Added:
   old/libgrinvin-help-java/
Removed:
   trunk/libgrinvin-help-java/
Log:
orphaning package


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


<    1   2   3   4   5   6   7   8   9   10   >