[pkg-java] r12661 - in tags/commons-javaflow: . 0.0~svn20060411-5/debian
Torsten Werner
twerner at alioth.debian.org
Fri Jun 25 21:22:42 UTC 2010
Author: twerner
Date: 2010-06-25 21:22:41 +0000 (Fri, 25 Jun 2010)
New Revision: 12661
Added:
tags/commons-javaflow/0.0~svn20060411-5/
tags/commons-javaflow/0.0~svn20060411-5/debian/build.xml
tags/commons-javaflow/0.0~svn20060411-5/debian/changelog
tags/commons-javaflow/0.0~svn20060411-5/debian/control
Removed:
tags/commons-javaflow/0.0~svn20060411-5/debian/build.xml
tags/commons-javaflow/0.0~svn20060411-5/debian/changelog
tags/commons-javaflow/0.0~svn20060411-5/debian/control
Log:
[svn-buildpackage] Tagging commons-javaflow 0.0~svn20060411-5
Deleted: tags/commons-javaflow/0.0~svn20060411-5/debian/build.xml
===================================================================
--- trunk/commons-javaflow/debian/build.xml 2010-06-25 13:41:14 UTC (rev 12658)
+++ tags/commons-javaflow/0.0~svn20060411-5/debian/build.xml 2010-06-25 21:22:41 UTC (rev 12661)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?>
-<project name="javaflow" basedir="..">
-
-<target name="init">
- <property name="src.dir" value="src/java"/>
- <property name="build.dir" value="build"/>
- <property name="jar" value="${build.dir}/${deb.package}-${deb.version}.jar"/>
-</target>
-
-<target name="compile" depends="init">
- <javac srcdir="${src.dir}"
- destdir="${build.dir}"
- debug="on">
- </javac>
-</target>
-
-<target name="jar" depends="compile">
- <jar jarfile="${jar}"
- basedir="${build.dir}" />
-</target>
-
-<target name="clean" depends="init">
- <delete dir="${build.dir}"/>
- <mkdir dir="${build.dir}"/>
-</target>
-
-<target name="javadoc">
-
- <javadoc
- sourcepath="${src.dir}"
- packagenames="*"
- destdir="docs/api"
- access="protected"
- version="true"
- use="true"
- author="true"
- >
- </javadoc>
-
-</target>
-
-</project>
Copied: tags/commons-javaflow/0.0~svn20060411-5/debian/build.xml (from rev 12660, trunk/commons-javaflow/debian/build.xml)
===================================================================
--- tags/commons-javaflow/0.0~svn20060411-5/debian/build.xml (rev 0)
+++ tags/commons-javaflow/0.0~svn20060411-5/debian/build.xml 2010-06-25 21:22:41 UTC (rev 12661)
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<project name="javaflow" basedir="..">
+
+<target name="init">
+ <property name="src.dir" value="src/java"/>
+ <property name="build.dir" value="build"/>
+ <property name="jar" value="${build.dir}/${deb.package}-${deb.version}.jar"/>
+</target>
+
+<target name="compile" depends="init">
+ <javac srcdir="${src.dir}"
+ destdir="${build.dir}"
+ debug="on">
+ </javac>
+</target>
+
+<target name="jar" depends="compile">
+ <jar jarfile="${jar}"
+ basedir="${build.dir}" />
+</target>
+
+<target name="clean" depends="init">
+ <delete dir="${build.dir}"/>
+ <mkdir dir="${build.dir}"/>
+</target>
+
+<target name="javadoc">
+
+ <javadoc
+ sourcepath="${src.dir}"
+ packagenames="*"
+ destdir="docs/api"
+ access="protected"
+ version="true"
+ use="true"
+ author="true"
+ >
+ <link href="/usr/share/doc/libbcel-java/api"/>
+ </javadoc>
+
+</target>
+
+</project>
Deleted: tags/commons-javaflow/0.0~svn20060411-5/debian/changelog
===================================================================
--- trunk/commons-javaflow/debian/changelog 2010-06-25 13:41:14 UTC (rev 12658)
+++ tags/commons-javaflow/0.0~svn20060411-5/debian/changelog 2010-06-25 21:22:41 UTC (rev 12661)
@@ -1,57 +0,0 @@
-commons-javaflow (0.0~svn20060411-5) unstable; urgency=low
-
- UNRELEASED
- * Change 'maintainers' into 'Maintainers'.
-
- -- Torsten Werner <twerner at debian.org> Sun, 11 Apr 2010 21:11:35 +0200
-
-commons-javaflow (0.0~svn20060411-4) unstable; urgency=low
-
- * Revert change inadvertently done in -3 for JAR naming (Closes: #562363):
- - restore "commons-javaflow.jar" instead of "javaflow.jar"
- - fix debian/pom.xml artifactId
-
- -- Damien Raude-Morvan <drazzib at debian.org> Mon, 28 Dec 2009 22:23:58 +0100
-
-commons-javaflow (0.0~svn20060411-3) unstable; urgency=low
-
- * Update my email address
- * 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.
- * Bump debhelper version to >= 7
- * Bump Standards-Version 3.8.3 (no changes needed)
- * Install Javadoc API documentation to
- /usr/share/doc/libcommons-javaflow-java/api/
-
- -- Damien Raude-Morvan <drazzib at debian.org> Sat, 12 Dec 2009 22:23:58 +0100
-
-commons-javaflow (0.0~svn20060411-2) unstable; urgency=low
-
- [ Damien Raude-Morvan ]
- * Upload to unstable as Lenny is now released
- * Bump Standards-Version 3.8.2:
- - Move libcommons-javaflow-java to "java" section
- * Add an empty debian/watch file to document the situation
- * Set Maintainer field to Debian Java Team
- * Add myself as Uploaders
- * Depends on default-jre-headless instead of java-gcj-compat
- * Build-Depends on default-jdk instead of default-jdk-builddep
- because we don't build a native GCJ package.
-
- [ Torsten Werner ]
- * Add myself to Uploaders.
- * Add missing jars to debian/rules.
-
- -- Torsten Werner <twerner at debian.org> Sun, 02 Aug 2009 22:21:45 +0200
-
-commons-javaflow (0.0~svn20060411-1) experimental; urgency=low
-
- * Initial release. (Closes: #499466)
- * Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
-
- -- Damien Raude-Morvan <drazzib at drazzib.com> Sat, 25 Oct 2008 23:44:58 +0200
Copied: tags/commons-javaflow/0.0~svn20060411-5/debian/changelog (from rev 12660, trunk/commons-javaflow/debian/changelog)
===================================================================
--- tags/commons-javaflow/0.0~svn20060411-5/debian/changelog (rev 0)
+++ tags/commons-javaflow/0.0~svn20060411-5/debian/changelog 2010-06-25 21:22:41 UTC (rev 12661)
@@ -0,0 +1,59 @@
+commons-javaflow (0.0~svn20060411-5) unstable; urgency=low
+
+ * Change 'maintainers' into 'Maintainers'.
+ * Add Build-Depends: libasm2-java; the package is not compatible with asm3.
+ (Closes: #587136)
+ * Reference bcel's javadoc in the package's javadoc.
+
+ -- Torsten Werner <twerner at debian.org> Fri, 25 Jun 2010 23:14:22 +0200
+
+commons-javaflow (0.0~svn20060411-4) unstable; urgency=low
+
+ * Revert change inadvertently done in -3 for JAR naming (Closes: #562363):
+ - restore "commons-javaflow.jar" instead of "javaflow.jar"
+ - fix debian/pom.xml artifactId
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 28 Dec 2009 22:23:58 +0100
+
+commons-javaflow (0.0~svn20060411-3) unstable; urgency=low
+
+ * Update my email address
+ * 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.
+ * Bump debhelper version to >= 7
+ * Bump Standards-Version 3.8.3 (no changes needed)
+ * Install Javadoc API documentation to
+ /usr/share/doc/libcommons-javaflow-java/api/
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sat, 12 Dec 2009 22:23:58 +0100
+
+commons-javaflow (0.0~svn20060411-2) unstable; urgency=low
+
+ [ Damien Raude-Morvan ]
+ * Upload to unstable as Lenny is now released
+ * Bump Standards-Version 3.8.2:
+ - Move libcommons-javaflow-java to "java" section
+ * Add an empty debian/watch file to document the situation
+ * Set Maintainer field to Debian Java Team
+ * Add myself as Uploaders
+ * Depends on default-jre-headless instead of java-gcj-compat
+ * Build-Depends on default-jdk instead of default-jdk-builddep
+ because we don't build a native GCJ package.
+
+ [ Torsten Werner ]
+ * Add myself to Uploaders.
+ * Add missing jars to debian/rules.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 02 Aug 2009 22:21:45 +0200
+
+commons-javaflow (0.0~svn20060411-1) experimental; urgency=low
+
+ * Initial release. (Closes: #499466)
+ * Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com> Sat, 25 Oct 2008 23:44:58 +0200
Deleted: tags/commons-javaflow/0.0~svn20060411-5/debian/control
===================================================================
--- trunk/commons-javaflow/debian/control 2010-06-25 13:41:14 UTC (rev 12658)
+++ tags/commons-javaflow/0.0~svn20060411-5/debian/control 2010-06-25 21:22:41 UTC (rev 12661)
@@ -1,43 +0,0 @@
-Source: commons-javaflow
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Torsten Werner <twerner at debian.org>
-Standards-Version: 3.8.3
-Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
-Build-Depends-Indep: libcommons-logging-java, libcommons-jci-java, libbcel-java, maven-repo-helper
-Homepage: http://commons.apache.org/sandbox/javaflow/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-javaflow
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-javaflow
-
-Package: libcommons-javaflow-java
-Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-jci-java, libbcel-java
-Description: Java implementation of Continuations concept
- Commons Javaflow is a pure Java implementation of the Continuations concept.
- .
- For more information about Continuation, you can have a look on
- <http://en.wikipedia.org/wiki/Continuation> or
- <http://www.artima.com/lejava/articles/continuations.html>
- .
- To use Javaflow in your program, Javaflow needs to enhance its Java byte code:
- - statically, using the Javaflow Ant task as a part of your build process
- - dynamically, at runtime, by using Javaflow's ContinuationClassLoader.
-
-Package: libcommons-javaflow-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libcommons-javaflow-java
-Description: Java implementation of Continuations concept - documentation
- Commons Javaflow is a pure Java implementation of the Continuations concept.
- .
- For more information about Continuation, you can have a look on
- <http://en.wikipedia.org/wiki/Continuation> or
- <http://www.artima.com/lejava/articles/continuations.html>
- .
- To use Javaflow in your program, Javaflow needs to enhance its Java byte code:
- - statically, using the Javaflow Ant task as a part of your build process
- - dynamically, at runtime, by using Javaflow's ContinuationClassLoader.
- .
- This package contains Javadoc API of Commons Javaflow.
Copied: tags/commons-javaflow/0.0~svn20060411-5/debian/control (from rev 12660, trunk/commons-javaflow/debian/control)
===================================================================
--- tags/commons-javaflow/0.0~svn20060411-5/debian/control (rev 0)
+++ tags/commons-javaflow/0.0~svn20060411-5/debian/control 2010-06-25 21:22:41 UTC (rev 12661)
@@ -0,0 +1,45 @@
+Source: commons-javaflow
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Torsten Werner <twerner at debian.org>
+Standards-Version: 3.8.3
+Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
+Build-Depends-Indep: libcommons-logging-java, libcommons-jci-java, libbcel-java,
+ maven-repo-helper, libasm2-java, libbcel-java-doc
+Homepage: http://commons.apache.org/sandbox/javaflow/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-javaflow
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-javaflow
+
+Package: libcommons-javaflow-java
+Architecture: all
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-jci-java, libbcel-java
+Description: Java implementation of Continuations concept
+ Commons Javaflow is a pure Java implementation of the Continuations concept.
+ .
+ For more information about Continuation, you can have a look on
+ <http://en.wikipedia.org/wiki/Continuation> or
+ <http://www.artima.com/lejava/articles/continuations.html>
+ .
+ To use Javaflow in your program, Javaflow needs to enhance its Java byte code:
+ - statically, using the Javaflow Ant task as a part of your build process
+ - dynamically, at runtime, by using Javaflow's ContinuationClassLoader.
+
+Package: libcommons-javaflow-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: libbcel-java-doc
+Suggests: libcommons-javaflow-java
+Description: Java implementation of Continuations concept - documentation
+ Commons Javaflow is a pure Java implementation of the Continuations concept.
+ .
+ For more information about Continuation, you can have a look on
+ <http://en.wikipedia.org/wiki/Continuation> or
+ <http://www.artima.com/lejava/articles/continuations.html>
+ .
+ To use Javaflow in your program, Javaflow needs to enhance its Java byte code:
+ - statically, using the Javaflow Ant task as a part of your build process
+ - dynamically, at runtime, by using Javaflow's ContinuationClassLoader.
+ .
+ This package contains Javadoc API of Commons Javaflow.
More information about the pkg-java-commits
mailing list