debian/0000755000000000000000000000000011411217163007163 5ustar debian/maven.rules0000644000000000000000000000002411311005177011340 0ustar asm * jar s/.*/3.x/ debian/copyright0000644000000000000000000000136611221733625011131 0ustar This package was debianized by Damien Raude-Morvan It was downloaded from SVN on http://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/ on date 20060411. Upstream Authors: Torsten Curdt Kohsuke Kawaguchi Martin Cooper Eugene Kuleshov Copyright: © 2004-2008 The Apache Software Foundation License: Apache 2.0 On Debian systems the full text of the Apache License can be found in `/usr/share/common-licenses/Apache-2.0'. The Debian packaging is Copyright (C) 2008, Damien Raude-Morvan and is licensed under the Apache-2.0, see `/usr/share/common-licenses/Apache-2.0'. debian/libcommons-javaflow-java-doc.install0000644000000000000000000000006311311005177016204 0ustar docs/api /usr/share/doc/libcommons-javaflow-java/ debian/libcommons-javaflow-java-doc.doc-base0000644000000000000000000000052511311005177016216 0ustar Document: libcommons-javaflow-java-doc Title: API Javadoc for Commons Javaflow Author: Commons Javaflow developers Abstract: This is the API Javadoc provided by the Commons Javaflow library. Section: Programming Format: HTML Index: /usr/share/doc/libcommons-javaflow-java/api/index.html Files: /usr/share/doc/libcommons-javaflow-java/api/* debian/pom.xml0000644000000000000000000001055011316221367010506 0ustar 4.0.0 org.apache.commons commons-sandbox-parent 7 commons-javaflow 0.0~svn20060411 Commons Javaflow (Sandbox) http://commons.apache.org/sandbox/javaflow/ 2004 tcurdt Torsten Curdt tcurdt at apache.org kohsuke Kohsuke Kawaguchi kohsuke at apache.org Eugene Kuleshov eu at javatx.org scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/ scn:svn:https://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/ http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/ apache-maven-snapshot repository scpexe://people.apache.org/www/people.apache.org/maven-snapshot-repository website scpexe://people.apache.org/www/commons.apache.org/sandbox/javaflow/ commons-logging commons-logging 1.1.1 org.apache.bcel bcel 5.2 org.apache.commons commons-jci-core 1.0 asm asm 3.1 asm asm-analysis 3.1 asm asm-commons 3.1 asm asm-util 3.1 asm asm-tree 3.1 commons-io commons-io 1.4 org.apache.ant ant 1.7.0 junit junit 3.8.1 test junit-addons junit-addons 1.4 test javaflow 12311186 maven-surefire-plugin never **/*TestCase.java **/Abstract* true true debian/rules0000755000000000000000000000321111316221367010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk POM_VERSION := 1.0-SNAPSHOT POM_URL := http://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/pom.xml # Extract everything after "svn" in DEB_UPSTREAM_VERSION SVN_EXPORT_DATE := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/.*svn//') JAVA_HOME := /usr/lib/jvm/default-java ANT_HOME := /usr/share/ant DEB_JARS := commons-logging commons-jci-core bcel asm2 asm2-commons asm2-util asm2-tree asm2-analysis DEB_ANT_BUILD_TARGET := jar javadoc DEB_ANT_CLEAN_TARGET := clean DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_ARGS := -Ddeb.package=$(DEB_SOURCE_PACKAGE) -Ddeb.version=$(DEB_UPSTREAM_VERSION) binary-post-install/libcommons-javaflow-java:: mh_installpoms -plibcommons-javaflow-java mh_installjar -plibcommons-javaflow-java -l debian/pom.xml build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar # Export from SVN and remove externals JAR in lib/ get-orig-source: mkdir orig_tmp (cd orig_tmp && \ svn export -r {${SVN_EXPORT_DATE}} \ http://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/ \ commons-javaflow-$(DEB_UPSTREAM_VERSION) && \ rm -rf commons-javaflow-$(DEB_UPSTREAM_VERSION)/lib && \ tar -czf ../../${DEB_SOURCE_PACKAGE}_$(DEB_UPSTREAM_VERSION).orig.tar.gz commons-javaflow-$(DEB_UPSTREAM_VERSION)) rm -rf orig_tmp get-orig-pom: wget -O debian/pom.xml $(POM_URL) perl -p -i -e 's/$(POM_VERSION)/$(DEB_UPSTREAM_VERSION)/' debian/pom.xml perl -p -i -e 's/javaflow/$(DEB_SOURCE_PACKAGE)/' debian/pom.xml debian/changelog0000644000000000000000000000447411411217154011046 0ustar 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. * Switch to source format 3.0. -- Torsten Werner Fri, 25 Jun 2010 23:23:37 +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 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 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 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 Sat, 25 Oct 2008 23:44:58 +0200 debian/watch0000644000000000000000000000020511221733625010216 0ustar # Empty watch file: # Apache Commons Javaflow haven't yet made a release # This debian package is based on a SVN repository snapshot debian/build.xml0000644000000000000000000000152711411216563011014 0ustar debian/control0000644000000000000000000000413411411216563010573 0ustar Source: commons-javaflow Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan , Torsten Werner 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 or . 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 or . 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. debian/libcommons-javaflow-java.poms0000644000000000000000000000003311311005177014746 0ustar debian/pom.xml --no-parent debian/source/0000755000000000000000000000000011411217163010463 5ustar debian/source/format0000644000000000000000000000001411411217154011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211311005177010360 0ustar 7