[pkg-java] r19033 - trunk/commons-javaflow/debian

Markus Koschany apo at moszumanska.debian.org
Fri Apr 22 08:48:45 UTC 2016


Author: apo
Date: 2016-04-22 08:48:45 +0000 (Fri, 22 Apr 2016)
New Revision: 19033

Added:
   trunk/commons-javaflow/debian/README.source
   trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base.api
   trunk/commons-javaflow/debian/maven.ignoreRules
   trunk/commons-javaflow/debian/maven.properties
Removed:
   trunk/commons-javaflow/debian/build.xml
   trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base
   trunk/commons-javaflow/debian/pom.xml
Modified:
   trunk/commons-javaflow/debian/changelog
   trunk/commons-javaflow/debian/control
   trunk/commons-javaflow/debian/copyright
   trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.install
   trunk/commons-javaflow/debian/libcommons-javaflow-java.poms
   trunk/commons-javaflow/debian/maven.rules
   trunk/commons-javaflow/debian/rules
   trunk/commons-javaflow/debian/watch
Log:
Release 0.0~svn20151101-1


Added: trunk/commons-javaflow/debian/README.source
===================================================================
--- trunk/commons-javaflow/debian/README.source	                        (rev 0)
+++ trunk/commons-javaflow/debian/README.source	2016-04-22 08:48:45 UTC (rev 19033)
@@ -0,0 +1,9 @@
+Information about commons-javaflow
+----------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Deleted: trunk/commons-javaflow/debian/build.xml
===================================================================
--- trunk/commons-javaflow/debian/build.xml	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/build.xml	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,43 +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"
-		>
-		<link href="/usr/share/doc/libbcel-java/api"/>
-	</javadoc>
-
-</target>
-
-</project>

Modified: trunk/commons-javaflow/debian/changelog
===================================================================
--- trunk/commons-javaflow/debian/changelog	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/changelog	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,14 +1,21 @@
-commons-javaflow (0.0~svn20060411-6) UNRELEASED; urgency=medium
+commons-javaflow (0.0~svn20151101-1) unstable; urgency=medium
 
   * Team upload.
-  * debian/control:
-    - Removed the dependency on the Java runtime
-    - Standards-Version updated to 3.9.5 (no changes)
-    - Use canonical URLs for the Vcs-* fields
-  * Switch to debhelper level 9
-  * debian/rules: Improved the clean target
+  * New upstream snapshot.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Vcs-fields: Use https.
+  * Switch from cdbs to dh sequencer.
+  * New build system: Switch to Maven and use maven-debian-helper.
+  * Use compat level 9 and require debhelper >= 9.
+  * Switch to libasm-java. (Closes: #801321)
+  * Add libcommons-io-java to Build-Depends. Remove libbcel-java.
+  * Use Maven substvars instead of manually depending on packages.
+  * Do not depend on default-jre-headless | java2-runtime-headless.
+  * Update package description.
+  * Remove debian/build.xml and debian/pom.xml.
+  * Use debian/copyright format 1.0.
 
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 28 Apr 2014 17:16:52 +0200
+ -- Markus Koschany <apo at debian.org>  Fri, 22 Apr 2016 10:05:13 +0200
 
 commons-javaflow (0.0~svn20060411-5) unstable; urgency=low
 

Modified: trunk/commons-javaflow/debian/control
===================================================================
--- trunk/commons-javaflow/debian/control	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/control	2016-04-22 08:48:45 UTC (rev 19033)
@@ -2,19 +2,38 @@
 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>
-Build-Depends: default-jdk, ant, debhelper (>= 9), cdbs
-Build-Depends-Indep: libcommons-logging-java, libcommons-jci-java, libbcel-java,
- maven-repo-helper, libasm2-java, libbcel-java-doc
-Standards-Version: 3.9.5
+Uploaders:
+ Damien Raude-Morvan <drazzib at debian.org>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ default-jdk,
+ default-jdk-doc,
+ junit (>= 3.8.2),
+ libasm-java,
+ libasm-java-doc,
+ libcommons-io-java,
+ libcommons-io-java-doc,
+ libcommons-jci-java,
+ libcommons-jci-java-doc,
+ libcommons-logging-java,
+ libcommons-logging-java-doc,
+ libmaven-javadoc-plugin-java,
+ maven-debian-helper (>= 1.5)
+Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-javaflow
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-javaflow
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/commons-javaflow
 Homepage: http://commons.apache.org/sandbox/javaflow/
 
 Package: libcommons-javaflow-java
 Architecture: all
-Depends: ${misc:Depends}, libcommons-logging-java, libcommons-jci-java, libbcel-java
-Description: Java implementation of Continuations concept
+Depends:
+ ${maven:Depends},
+ ${misc:Depends}
+Suggests:
+ libcommons-javaflow-java-doc,
+ ${maven:OptionalDepends}
+Description: Apache Commons Javaflow (Sandbox)
  Commons Javaflow is a pure Java implementation of the Continuations concept.
  .
  For more information about Continuation, you can have a look on
@@ -28,10 +47,14 @@
 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
+Depends:
+ ${misc:Depends}
+Recommends:
+ ${maven:DocDepends},
+ ${maven:DocOptionalDepends}
+Suggests:
+ libcommons-javaflow-java
+Description: Documentation for Apache Commons Javaflow (Sandbox)
  Commons Javaflow is a pure Java implementation of the Continuations concept.
  .
  For more information about Continuation, you can have a look on
@@ -42,4 +65,4 @@
  - 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.
+ This package contains the API documentation of libcommons-javaflow-java.

Modified: trunk/commons-javaflow/debian/copyright
===================================================================
--- trunk/commons-javaflow/debian/copyright	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/copyright	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,20 +1,17 @@
-This package was debianized by Damien Raude-Morvan <drazzib at drazzib.com>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Javaflow (Sandbox)
+Source: http://commons.apache.org/sandbox/javaflow/
 
-It was downloaded from SVN on http://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/
-on date 20060411.
+Files: *
+Copyright: 2004-2015, Apache Software Foundation
+License: Apache-2.0
 
-Upstream Authors: Torsten Curdt <tcurdt at apache.org>
-                  Kohsuke Kawaguchi <kohsuke at apache.org>
-                  Martin Cooper <martinc at apache.org>
-                  Eugene Kuleshov <eu at javatx.org>
+Files: debian/*
+Copyright: 2008-2009, Damien Raude-Morvan <drazzib at drazzib.com>
+           2009-2010, Torsten Werner <twerner at debian.org>
+           2015-2016, Markus Koschany <apo at debian.org>
+License: Apache-2.0
 
-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 <drazzib at drazzib.com>
-and is licensed under the Apache-2.0, see `/usr/share/common-licenses/Apache-2.0'.
+License: Apache-2.0
+ On Debian systems, the full text of the Apache-2.0 license
+ can be found in the file '/usr/share/common-licenses/Apache-2.0'

Deleted: trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base
===================================================================
--- trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,9 +0,0 @@
-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/*

Added: trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base.api
===================================================================
--- trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base.api	                        (rev 0)
+++ trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.doc-base.api	2016-04-22 08:48:45 UTC (rev 19033)
@@ -0,0 +1,10 @@
+Document: libcommons-javaflow-java
+Title: API Javadoc for Apache Commons Javaflow (Sandbox)
+Author: Apache Commons Javaflow (Sandbox) developers
+Abstract: This is the API Javadoc provided for the
+ libcommons-javaflow-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libcommons-javaflow-java/api/index.html
+Files: /usr/share/doc/libcommons-javaflow-java/api/*

Modified: trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.install
===================================================================
--- trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.install	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/libcommons-javaflow-java-doc.install	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,2 +1 @@
-docs/api /usr/share/doc/libcommons-javaflow-java/
-
+target/apidocs/* usr/share/doc/libcommons-javaflow-java/api

Modified: trunk/commons-javaflow/debian/libcommons-javaflow-java.poms
===================================================================
--- trunk/commons-javaflow/debian/libcommons-javaflow-java.poms	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/libcommons-javaflow-java.poms	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1 +1,28 @@
-debian/pom.xml --no-parent
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in /usr/share/java
+#   --usj-version=<version>: version to use when installing the library in /usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
+pom.xml --no-parent

Added: trunk/commons-javaflow/debian/maven.ignoreRules
===================================================================
--- trunk/commons-javaflow/debian/maven.ignoreRules	                        (rev 0)
+++ trunk/commons-javaflow/debian/maven.ignoreRules	2016-04-22 08:48:45 UTC (rev 19033)
@@ -0,0 +1,2 @@
+
+junit-addons junit-addons * * * *

Added: trunk/commons-javaflow/debian/maven.properties
===================================================================
--- trunk/commons-javaflow/debian/maven.properties	                        (rev 0)
+++ trunk/commons-javaflow/debian/maven.properties	2016-04-22 08:48:45 UTC (rev 19033)
@@ -0,0 +1,4 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+maven.test.skip=true
+

Modified: trunk/commons-javaflow/debian/maven.rules
===================================================================
--- trunk/commons-javaflow/debian/maven.rules	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/maven.rules	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1 +1,5 @@
-asm * jar s/.*/3.x/
+
+junit junit jar s/3\..*/3.x/ * *
+org.apache.commons commons-javaflow jar s/.*/debian/ * *
+commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *
+s/ant/org.apache.ant/ * * s/.*/debian/ * *

Deleted: trunk/commons-javaflow/debian/pom.xml
===================================================================
--- trunk/commons-javaflow/debian/pom.xml	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/pom.xml	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-  
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.commons</groupId>
-    <artifactId>commons-sandbox-parent</artifactId>
-    <version>7</version>
-  </parent>
-  
-  <artifactId>commons-javaflow</artifactId>
-  <version>0.0~svn20060411</version>
-  <name>Commons Javaflow (Sandbox)</name>
-  <url>http://commons.apache.org/sandbox/javaflow/</url>
-  <inceptionYear>2004</inceptionYear>
-
-  <developers>
-    <developer>
-      <id>tcurdt</id>
-      <name>Torsten Curdt</name>
-      <email>tcurdt at apache.org</email>
-    </developer>
-    <developer>
-      <id>kohsuke</id>
-      <name>Kohsuke Kawaguchi</name>
-      <email>kohsuke at apache.org</email>
-    </developer>
-  </developers>
-
-  <contributors>
-    <contributor>
-      <name>Eugene Kuleshov</name>
-      <email>eu at javatx.org</email>
-    </contributor>
-  </contributors>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/</connection>
-    <developerConnection>scn:svn:https://svn.apache.org/repos/asf/commons/sandbox/javaflow/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/</url>
-  </scm>
-
-  <distributionManagement>
-    <snapshotRepository>
-      <id>apache-maven-snapshot</id>
-      <name>repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/maven-snapshot-repository</url>
-    </snapshotRepository>
-    <site>
-      <id>website</id>
-      <url>scpexe://people.apache.org/www/commons.apache.org/sandbox/javaflow/</url>
-    </site>
-  </distributionManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.bcel</groupId>
-      <artifactId>bcel</artifactId>
-      <version>5.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-jci-core</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm-analysis</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm-commons</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm-util</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm-tree</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit-addons</groupId>
-      <artifactId>junit-addons</artifactId>
-      <version>1.4</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <properties>
-    <commons.componentid>javaflow</commons.componentid>
-    <commons.jira.componentid>12311186</commons.jira.componentid>
-  </properties> 
-
-  <build>
-    <plugins>
-
-      <plugin>     
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkMode>never</forkMode>
-          <includes>
-            <include>**/*TestCase.java</include>
-          </includes>
-          <excludes>
-            <exclude>**/Abstract*</exclude>
-          </excludes>
-          <testFailureIgnore>true</testFailureIgnore>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
-    </plugins>
-
-<!--
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-alpha-2</version>
-      </extension>
-    </extensions>
--->
-  </build>
-
-</project>

Modified: trunk/commons-javaflow/debian/rules
===================================================================
--- trunk/commons-javaflow/debian/rules	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/rules	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,32 +1,13 @@
 #!/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
-
+PKD = $(abspath $(dir $(MAKEFILE_LIST)))
+DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1)
 # 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
+%:
+	dh $@ --parallel --buildsystem=maven
 
-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
-
-clean::
-	mh_clean
-	rm -Rf docs/api
-
 # Export from SVN and remove externals JAR in lib/
 get-orig-source:
 	mkdir orig_tmp
@@ -35,11 +16,6 @@
 	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))
+	tar -czf ../../commons-javaflow_$(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/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml
-	perl -p -i -e 's/<artifactId>javaflow/<artifactId>$(DEB_SOURCE_PACKAGE)/' debian/pom.xml
-

Modified: trunk/commons-javaflow/debian/watch
===================================================================
--- trunk/commons-javaflow/debian/watch	2016-04-22 07:34:58 UTC (rev 19032)
+++ trunk/commons-javaflow/debian/watch	2016-04-22 08:48:45 UTC (rev 19033)
@@ -1,3 +1,5 @@
-# Empty watch file:
-# Apache Commons Javaflow haven't yet made a release
-# This debian package is based on a SVN repository snapshot
+# This should work but unfortunately upstream does not tag releases.
+#version=3
+#opts="uversionmangle=s/-(alpha|beta|rc)(-)?/~$1$2/" \
+#  http://svn.apache.org/repos/asf/commons/sandbox/javaflow/tags/ \
+#  commons-javaflow-(\d.*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list