[pkg-java] r19052 - in tags/commons-jci: . 1.1-4/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 3 12:54:51 UTC 2016


Author: ebourg-guest
Date: 2016-05-03 12:54:51 +0000 (Tue, 03 May 2016)
New Revision: 19052

Added:
   tags/commons-jci/1.1-4/
   tags/commons-jci/1.1-4/debian/changelog
   tags/commons-jci/1.1-4/debian/control
   tags/commons-jci/1.1-4/debian/copyright
   tags/commons-jci/1.1-4/debian/libcommons-jci-java-doc.install
   tags/commons-jci/1.1-4/debian/libcommons-jci-java.poms
   tags/commons-jci/1.1-4/debian/maven.ignoreRules
   tags/commons-jci/1.1-4/debian/maven.properties
   tags/commons-jci/1.1-4/debian/maven.rules
   tags/commons-jci/1.1-4/debian/rules
Removed:
   tags/commons-jci/1.1-4/debian/build.properties
   tags/commons-jci/1.1-4/debian/build.xml
   tags/commons-jci/1.1-4/debian/changelog
   tags/commons-jci/1.1-4/debian/control
   tags/commons-jci/1.1-4/debian/copyright
   tags/commons-jci/1.1-4/debian/libcommons-jci-eclipse-java.poms
   tags/commons-jci/1.1-4/debian/libcommons-jci-groovy-java.poms
   tags/commons-jci/1.1-4/debian/libcommons-jci-janino-java.poms
   tags/commons-jci/1.1-4/debian/libcommons-jci-java-doc.install
   tags/commons-jci/1.1-4/debian/libcommons-jci-java.poms
   tags/commons-jci/1.1-4/debian/libcommons-jci-rhino-java.poms
   tags/commons-jci/1.1-4/debian/maven.rules
   tags/commons-jci/1.1-4/debian/rules
Log:
[svn-buildpackage] Tagging commons-jci 1.1-4

Deleted: tags/commons-jci/1.1-4/debian/build.properties
===================================================================
--- trunk/commons-jci/debian/build.properties	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/build.properties	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,14 +0,0 @@
-maven.test.skip=true
-maven.jar.manifest.classpath.add=true
-build.javaVersion=1.5
-classpath.compile = \
-            /usr/share/java/commons-io.jar:\
-            /usr/share/java/commons-lang.jar:\
-            /usr/share/java/commons-logging.jar:\
-            /usr/share/java/asm4.jar:\
-            /usr/share/java/groovy-2.x.jar:\
-            /usr/share/java/js.jar:\
-            /usr/share/java/janino.jar:\
-            /usr/share/java/eclipse-ecj.jar:\
-            ${basedir}/fam/build/commons-jci-fam-${version}.jar:\
-            ${basedir}/core/build/commons-jci-core-${version}.jar

Deleted: tags/commons-jci/1.1-4/debian/build.xml
===================================================================
--- trunk/commons-jci/debian/build.xml	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/build.xml	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,59 +0,0 @@
-<?xml version="1.0"?>
-<project name="commons-jci" default="package" basedir="..">
-
-  <property file="debian/build.properties"/>
-  <property name="maven.build" value="/usr/share/maven-ant-helper/maven-build.xml"/>
-  <property file="/usr/share/maven-ant-helper/maven-defaults.properties"/>
-
-  <macrodef name="cleanmodule">
-    <attribute name="dir"/>
-    <sequential>
-      <ant target="clean" antfile="${maven.build}" dir="@{dir}">
-        <property name="debian.dir" location="debian" />
-        <property name="project.dir" value="@{dir}" />
-      </ant>
-    </sequential>
-  </macrodef>
-
-  <macrodef name="packagemodule">
-    <attribute name="dir"/>
-    <sequential>
-      <ant target="package" antfile="${maven.build}" dir="@{dir}">
-        <property name="debian.dir" location="debian" />
-        <property name="project.dir" value="@{dir}" />
-      </ant>
-    </sequential>
-  </macrodef>
-
-  <target name="clean">
-    <delete dir="build"/>
-    <cleanmodule dir="fam"/>
-    <cleanmodule dir="core"/>
-    <cleanmodule dir="compilers/groovy"/>
-    <cleanmodule dir="compilers/rhino"/>
-    <cleanmodule dir="compilers/janino"/>
-    <cleanmodule dir="compilers/eclipse"/>
-  </target>
-
-  <target name="package">
-    <packagemodule dir="fam"/>
-    <packagemodule dir="core"/>
-    <packagemodule dir="compilers/groovy"/>
-    <packagemodule dir="compilers/rhino"/>
-    <packagemodule dir="compilers/janino"/>
-    <packagemodule dir="compilers/eclipse"/>
-  </target>
-
-  <target name="javadoc">
-    <javadoc destdir="${javadoc.dir}">
-      <packageset dir="fam/src/main/java/"/>
-      <packageset dir="core/src/main/java/"/>
-      <packageset dir="compilers/groovy/src/main/java/"/>
-      <packageset dir="compilers/rhino/src/main/java/"/>
-      <packageset dir="compilers/janino/src/main/java/"/>
-      <packageset dir="compilers/eclipse/src/main/java/"/>
-      <link href="/usr/share/doc/default-jdk-doc/api/"/>
-    </javadoc>
-  </target>
-
-</project>

Deleted: tags/commons-jci/1.1-4/debian/changelog
===================================================================
--- trunk/commons-jci/debian/changelog	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/changelog	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,116 +0,0 @@
-commons-jci (1.1-3) unstable; urgency=medium
-
-  * Team upload.
-  * Transition to Groovy 2
-
- -- Emmanuel Bourg <ebourg at apache.org>  Fri, 20 Nov 2015 13:32:21 +0100
-
-commons-jci (1.1-2) unstable; urgency=medium
-
-  * Transition to libasm4-java
-  * Standards-Version updated to 3.9.5 (no changes)
-
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 12 May 2014 17:21:17 +0200
-
-commons-jci (1.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Dropped the patches merged upstream
-
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 15 Oct 2013 00:26:36 +0200
-
-commons-jci (1.0-7) unstable; urgency=low
-
-  * Fix build with janino 2.6.x release:
-   - d/patches/01_janino_version_change.diff: Updated.
-   - d/control: Tighten dependencies to libjanino-java (>= 2.6.0).
-  * d/control: Wrap-and-sort.
-  * d/compat: Bump debhelper compat to 9.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 16 Aug 2013 14:16:11 +0200
-
-commons-jci (1.0-6) unstable; urgency=low
-
-  * Added a patch to compile with Eclipse JDT compiler 3.8 and later
-    (Closes: #713759)
-  * Updated Standards-Version to 3.9.4 (no changes)
-  * Use canonical URLs for the Vcs-* fields
-  * debian/rules: Added a clean target to allow rebuilds
-  * debian/copyright: Updated to the copyright format 1.0
-
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 24 Jun 2013 00:07:38 +0200
-
-commons-jci (1.0-5) unstable; urgency=low
-
-  * d/control: Drop Depends on default-jre per Debian Java Policy as its
-    a library package.
-  * d/control: B-D and Depends on librhino-java instead of rhino
-    (ie. so no JRE in dependencies graph).
-  * Bump Standards-Version 3.9.2: no changes needed.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 25 Jun 2011 13:06:33 +0200
-
-commons-jci (1.0-4) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Change maintainers into Maintainers.
-
-  [ Onkar Shinde ]
-  * Team upload.
-  * Convert package to 3.0 source format.
-  * asm2 -> asm3 transition.
-  * Update standards version to 3.8.4.
-  * Link javadoc against the system installed javadoc.
-  * Install API docs to /usr/share/doc/libcommons-jci-java/ instead of
-    /usr/share/doc/libcommons-jci-java-doc/. Update doc-base file accordingly.
-
-  [ Damien Raude-Morvan ]
-  * Update to unstable.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 23 Jun 2010 19:26:21 +0200
-
-commons-jci (1.0-3) unstable; urgency=low
-
-  * Update my email address
-  * Bump Standards-Version 3.8.3 (no changes needed)
-  * Bump debhelper version to 7
-  * Maven POMs:
-    - Add a Build-Depends-Indep dependency on maven-repo-helper
-    - Use mh_installpoms and mh_installjar to install the POM and the jar to the
-      Maven repository
-  * Maven ant helper (build system):
-    - Add a Build-Depends dependency on maven-ant-helper
-    - Update debian/build.xml to use /usr/share/maven-ant-helper/maven-build.xml
-    - Build classpath is now defined in debian/build.properties
-  * Use default-jdk:
-    - Build-Depend on default-jdk instead of openjdk-6-jdk
-    - Depends on default-jre-headless
-    - Use /usr/lib/jvm/default-java as JAVA_HOME
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 24 Nov 2009 00:29:48 +0100
-
-commons-jci (1.0-2) unstable; urgency=low
-
-  * Upload to unstable as Lenny is now released
-  * Set Maintainer field to Debian Java Team
-  * Add myself as Uploaders
-  * Switch to Quilt patch system:
-    - Refresh all patches
-    - Remove B-D on dpatch, Add B-D on quilt
-    - Include patchsys-quilt.mk in debian/rules  
-  * Bump Standards-Version 3.8.2:
-    - Add a README.source to describe patch system
-    - Move libcommons-jci-java-* to "java" section
-  * Depends on default-jre-headless instead of java-gcj-compat
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Fri, 17 Jul 2009 16:09:24 +0200
-
-commons-jci (1.0-1) experimental; urgency=low
-
-  * Initial release. (Closes: #499448)
-  * debian/control:
-    - each binary package now depends on headless version of java-gcj-compat
-    - don't use alternative in B-D line (increase build reproducibility)
-  * Include examples in libcommons-jci-java-doc package
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 29 Nov 2008 22:48:17 +0100

Copied: tags/commons-jci/1.1-4/debian/changelog (from rev 19047, trunk/commons-jci/debian/changelog)
===================================================================
--- tags/commons-jci/1.1-4/debian/changelog	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/changelog	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,126 @@
+commons-jci (1.1-4) unstable; urgency=medium
+
+  * Team upload.
+  * Build with maven-debian-helper instead of maven-ant-helper
+  * Depend on libasm-java (>= 5.0) instead of libasm4-java
+  * Depend on groovy instead of groovy2
+  * Standards-Version updated to 3.9.8 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 03 May 2016 13:12:37 +0200
+
+commons-jci (1.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Transition to Groovy 2
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 20 Nov 2015 13:32:21 +0100
+
+commons-jci (1.1-2) unstable; urgency=medium
+
+  * Transition to libasm4-java
+  * Standards-Version updated to 3.9.5 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 12 May 2014 17:21:17 +0200
+
+commons-jci (1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Dropped the patches merged upstream
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 15 Oct 2013 00:26:36 +0200
+
+commons-jci (1.0-7) unstable; urgency=low
+
+  * Fix build with janino 2.6.x release:
+   - d/patches/01_janino_version_change.diff: Updated.
+   - d/control: Tighten dependencies to libjanino-java (>= 2.6.0).
+  * d/control: Wrap-and-sort.
+  * d/compat: Bump debhelper compat to 9.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 16 Aug 2013 14:16:11 +0200
+
+commons-jci (1.0-6) unstable; urgency=low
+
+  * Added a patch to compile with Eclipse JDT compiler 3.8 and later
+    (Closes: #713759)
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Use canonical URLs for the Vcs-* fields
+  * debian/rules: Added a clean target to allow rebuilds
+  * debian/copyright: Updated to the copyright format 1.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 24 Jun 2013 00:07:38 +0200
+
+commons-jci (1.0-5) unstable; urgency=low
+
+  * d/control: Drop Depends on default-jre per Debian Java Policy as its
+    a library package.
+  * d/control: B-D and Depends on librhino-java instead of rhino
+    (ie. so no JRE in dependencies graph).
+  * Bump Standards-Version 3.9.2: no changes needed.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 25 Jun 2011 13:06:33 +0200
+
+commons-jci (1.0-4) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Change maintainers into Maintainers.
+
+  [ Onkar Shinde ]
+  * Team upload.
+  * Convert package to 3.0 source format.
+  * asm2 -> asm3 transition.
+  * Update standards version to 3.8.4.
+  * Link javadoc against the system installed javadoc.
+  * Install API docs to /usr/share/doc/libcommons-jci-java/ instead of
+    /usr/share/doc/libcommons-jci-java-doc/. Update doc-base file accordingly.
+
+  [ Damien Raude-Morvan ]
+  * Update to unstable.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 23 Jun 2010 19:26:21 +0200
+
+commons-jci (1.0-3) unstable; urgency=low
+
+  * Update my email address
+  * Bump Standards-Version 3.8.3 (no changes needed)
+  * Bump debhelper version to 7
+  * Maven POMs:
+    - Add a Build-Depends-Indep dependency on maven-repo-helper
+    - Use mh_installpoms and mh_installjar to install the POM and the jar to the
+      Maven repository
+  * Maven ant helper (build system):
+    - Add a Build-Depends dependency on maven-ant-helper
+    - Update debian/build.xml to use /usr/share/maven-ant-helper/maven-build.xml
+    - Build classpath is now defined in debian/build.properties
+  * Use default-jdk:
+    - Build-Depend on default-jdk instead of openjdk-6-jdk
+    - Depends on default-jre-headless
+    - Use /usr/lib/jvm/default-java as JAVA_HOME
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 24 Nov 2009 00:29:48 +0100
+
+commons-jci (1.0-2) unstable; urgency=low
+
+  * Upload to unstable as Lenny is now released
+  * Set Maintainer field to Debian Java Team
+  * Add myself as Uploaders
+  * Switch to Quilt patch system:
+    - Refresh all patches
+    - Remove B-D on dpatch, Add B-D on quilt
+    - Include patchsys-quilt.mk in debian/rules  
+  * Bump Standards-Version 3.8.2:
+    - Add a README.source to describe patch system
+    - Move libcommons-jci-java-* to "java" section
+  * Depends on default-jre-headless instead of java-gcj-compat
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Fri, 17 Jul 2009 16:09:24 +0200
+
+commons-jci (1.0-1) experimental; urgency=low
+
+  * Initial release. (Closes: #499448)
+  * debian/control:
+    - each binary package now depends on headless version of java-gcj-compat
+    - don't use alternative in B-D line (increase build reproducibility)
+  * Include examples in libcommons-jci-java-doc package
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 29 Nov 2008 22:48:17 +0100

Deleted: tags/commons-jci/1.1-4/debian/control
===================================================================
--- trunk/commons-jci/debian/control	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/control	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,116 +0,0 @@
-Source: commons-jci
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
-           Emmanuel Bourg <ebourg at apache.org>
-Section: java
-Priority: optional
-Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, maven-ant-helper
-Build-Depends-Indep: default-jdk-doc,
-                     groovy2,
-                     libasm4-java,
-                     libcommons-io-java,
-                     libcommons-lang-java,
-                     libcommons-logging-java,
-                     libecj-java,
-                     libjanino-java (>= 2.6.0),
-                     librhino-java,
-                     maven-repo-helper
-Standards-Version: 3.9.5
-Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-jci/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-jci/
-Homepage: http://commons.apache.org/jci/
-
-Package: libcommons-jci-java
-Architecture: all
-Depends: libasm4-java,
-         libcommons-io-java,
-         libcommons-lang-java,
-         libcommons-logging-java,
-         ${misc:Depends}
-Description: common Java interface for various compilers - Core and FAM
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains FAM and Core module of Commons JCI.
-
-Package: libcommons-jci-rhino-java
-Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}),
-         librhino-java,
-         ${misc:Depends}
-Description: common Java interface for various compilers - Javascript
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Rhino compiler (Javascript) module of Commons JCI.
-
-Package: libcommons-jci-groovy-java
-Architecture: all
-Depends: groovy2, libcommons-jci-java (= ${source:Version}), ${misc:Depends}
-Description: common Java interface for various compilers - Groovy
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Groovy compiler module of Commons JCI.
-
-Package: libcommons-jci-janino-java
-Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}),
-         libjanino-java (>= 2.6.0),
-         ${misc:Depends}
-Description: common Java interface for various compilers - Janino
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Janino compiler module of Commons JCI.
-
-Package: libcommons-jci-eclipse-java
-Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}), libecj-java, ${misc:Depends}
-Description: common Java interface for various compilers - Eclipse JDT
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Eclipse JDT compiler module of Commons JCI.
-
-Package: libcommons-jci-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc
-Suggests: libcommons-jci-java
-Description: common Java interface for various compilers - documentation
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Javadoc API of Commons JCI.

Copied: tags/commons-jci/1.1-4/debian/control (from rev 19047, trunk/commons-jci/debian/control)
===================================================================
--- tags/commons-jci/1.1-4/debian/control	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/control	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,119 @@
+Source: commons-jci
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
+           Emmanuel Bourg <ebourg at apache.org>
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper
+Build-Depends-Indep: default-jdk-doc,
+                     groovy,
+                     junit4,
+                     libasm-java (>= 5.0),
+                     libcommons-io-java,
+                     libcommons-lang3-java,
+                     libcommons-logging-java,
+                     libecj-java,
+                     libjanino-java (>= 2.6.0),
+                     libmaven-antrun-plugin-java,
+                     libmaven-install-plugin-java,
+                     libmaven-javadoc-plugin-java,
+                     librhino-java
+Standards-Version: 3.9.8
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-jci/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-jci/
+Homepage: http://commons.apache.org/jci/
+
+Package: libcommons-jci-java
+Architecture: all
+Depends: libasm-java (>= 5.0),
+         libcommons-io-java,
+         libcommons-lang3-java,
+         libcommons-logging-java,
+         ${misc:Depends}
+Description: common Java interface for various compilers - Core and FAM
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains FAM and Core module of Commons JCI.
+
+Package: libcommons-jci-rhino-java
+Architecture: all
+Depends: libcommons-jci-java (= ${source:Version}),
+         librhino-java,
+         ${misc:Depends}
+Description: common Java interface for various compilers - Javascript
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Rhino compiler (Javascript) module of Commons JCI.
+
+Package: libcommons-jci-groovy-java
+Architecture: all
+Depends: groovy, libcommons-jci-java (= ${source:Version}), ${misc:Depends}
+Description: common Java interface for various compilers - Groovy
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Groovy compiler module of Commons JCI.
+
+Package: libcommons-jci-janino-java
+Architecture: all
+Depends: libcommons-jci-java (= ${source:Version}),
+         libjanino-java (>= 2.6.0),
+         ${misc:Depends}
+Description: common Java interface for various compilers - Janino
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Janino compiler module of Commons JCI.
+
+Package: libcommons-jci-eclipse-java
+Architecture: all
+Depends: libcommons-jci-java (= ${source:Version}), libecj-java, ${misc:Depends}
+Description: common Java interface for various compilers - Eclipse JDT
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Eclipse JDT compiler module of Commons JCI.
+
+Package: libcommons-jci-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc
+Suggests: libcommons-jci-java
+Description: common Java interface for various compilers - documentation
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Javadoc API of Commons JCI.

Deleted: tags/commons-jci/1.1-4/debian/copyright
===================================================================
--- trunk/commons-jci/debian/copyright	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/copyright	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,16 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upsteam-Name: Apache Commons JCI
-Upstream-Contact: Apache Commons Developers <dev at commons.apache.org>
-Source: http://commons.apache.org/jci
-
-Files: *
-Copyright: 2004-2013, The Apache Software Foundation
-License: Apache-2.0
-
-Files: debian/*
-Copyright: 2008, Damien Raude-Morvan <drazzib at drazzib.com>
-License: Apache-2.0
-
-License: Apache-2.0
- On Debian systems the full text of the Apache License can be found
- in `/usr/share/common-licenses/Apache-2.0'.

Copied: tags/commons-jci/1.1-4/debian/copyright (from rev 19047, trunk/commons-jci/debian/copyright)
===================================================================
--- tags/commons-jci/1.1-4/debian/copyright	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/copyright	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upsteam-Name: Apache Commons JCI
+Upstream-Contact: Apache Commons Developers <dev at commons.apache.org>
+Source: http://commons.apache.org/jci
+
+Files: *
+Copyright: 2004-2013, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2008, Damien Raude-Morvan <drazzib at drazzib.com>
+           2013-2016, Emmanuel Bourg <ebourg at apache.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems the full text of the Apache License can be found
+ in `/usr/share/common-licenses/Apache-2.0'.

Deleted: tags/commons-jci/1.1-4/debian/libcommons-jci-eclipse-java.poms
===================================================================
--- trunk/commons-jci/debian/libcommons-jci-eclipse-java.poms	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-eclipse-java.poms	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1 +0,0 @@
-compilers/eclipse/pom.xml

Deleted: tags/commons-jci/1.1-4/debian/libcommons-jci-groovy-java.poms
===================================================================
--- trunk/commons-jci/debian/libcommons-jci-groovy-java.poms	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-groovy-java.poms	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1 +0,0 @@
-compilers/groovy/pom.xml

Deleted: tags/commons-jci/1.1-4/debian/libcommons-jci-janino-java.poms
===================================================================
--- trunk/commons-jci/debian/libcommons-jci-janino-java.poms	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-janino-java.poms	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1 +0,0 @@
-compilers/janino/pom.xml

Deleted: tags/commons-jci/1.1-4/debian/libcommons-jci-java-doc.install
===================================================================
--- trunk/commons-jci/debian/libcommons-jci-java-doc.install	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-java-doc.install	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1 +0,0 @@
-build/docs/api usr/share/doc/libcommons-jci-java/

Copied: tags/commons-jci/1.1-4/debian/libcommons-jci-java-doc.install (from rev 19044, trunk/commons-jci/debian/libcommons-jci-java-doc.install)
===================================================================
--- tags/commons-jci/1.1-4/debian/libcommons-jci-java-doc.install	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-java-doc.install	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1 @@
+target/site/apidocs/* usr/share/doc/libcommons-jci-java/api/

Deleted: tags/commons-jci/1.1-4/debian/libcommons-jci-java.poms
===================================================================
--- trunk/commons-jci/debian/libcommons-jci-java.poms	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-java.poms	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,3 +0,0 @@
-pom.xml --no-parent
-core/pom.xml
-fam/pom.xml

Copied: tags/commons-jci/1.1-4/debian/libcommons-jci-java.poms (from rev 19044, trunk/commons-jci/debian/libcommons-jci-java.poms)
===================================================================
--- tags/commons-jci/1.1-4/debian/libcommons-jci-java.poms	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-java.poms	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,35 @@
+# 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 --has-package-version
+core/pom.xml --has-package-version
+compilers/eclipse/pom.xml --has-package-version --package=libcommons-jci-eclipse-java
+compilers/groovy/pom.xml --has-package-version --package=libcommons-jci-groovy-java
+compilers/janino/pom.xml --has-package-version --package=libcommons-jci-janino-java
+compilers/rhino/pom.xml --has-package-version --package=libcommons-jci-rhino-java
+examples/pom.xml --ignore
+fam/pom.xml --has-package-version

Deleted: tags/commons-jci/1.1-4/debian/libcommons-jci-rhino-java.poms
===================================================================
--- trunk/commons-jci/debian/libcommons-jci-rhino-java.poms	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/libcommons-jci-rhino-java.poms	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1 +0,0 @@
-compilers/rhino/pom.xml

Copied: tags/commons-jci/1.1-4/debian/maven.ignoreRules (from rev 19044, trunk/commons-jci/debian/maven.ignoreRules)
===================================================================
--- tags/commons-jci/1.1-4/debian/maven.ignoreRules	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/maven.ignoreRules	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,8 @@
+
+org.apache.commons commons-jci-core * * * test
+org.apache.maven.plugins maven-assembly-plugin * * * *
+org.apache.maven.plugins maven-jxr-plugin * * * *
+org.apache.maven.plugins maven-pmd-plugin * * * *
+org.codehaus.mojo cobertura-maven-plugin * * * *
+org.codehaus.mojo findbugs-maven-plugin * * * *
+org.codehaus.mojo taglist-maven-plugin * * * *

Copied: tags/commons-jci/1.1-4/debian/maven.properties (from rev 19044, trunk/commons-jci/debian/maven.properties)
===================================================================
--- tags/commons-jci/1.1-4/debian/maven.properties	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/maven.properties	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,5 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+maven.test.skip=true

Deleted: tags/commons-jci/1.1-4/debian/maven.rules
===================================================================
--- trunk/commons-jci/debian/maven.rules	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/maven.rules	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,4 +0,0 @@
-commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/
-junit junit jar s/3\..*/3.x/
-org.apache.maven.plugins maven-surefire-plugin maven-plugin s/.*/2.4.3/
-s/groovy/org.codehaus.groovy/ s/groovy-all/groovy/ * s/.*/2.x/

Copied: tags/commons-jci/1.1-4/debian/maven.rules (from rev 19046, trunk/commons-jci/debian/maven.rules)
===================================================================
--- tags/commons-jci/1.1-4/debian/maven.rules	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/maven.rules	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,5 @@
+
+junit junit jar s/.*/4.x/ * *
+org.apache.commons commons-jci-core * * * test
+s/asm/org.ow2.asm/ * * s/.*/debian/ * *
+org.apache.commons commons-lang3 * s/.*/3.x/ * *

Deleted: tags/commons-jci/1.1-4/debian/rules
===================================================================
--- trunk/commons-jci/debian/rules	2016-05-02 16:18:31 UTC (rev 19042)
+++ tags/commons-jci/1.1-4/debian/rules	2016-05-03 12:54:51 UTC (rev 19052)
@@ -1,45 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-PACKAGE              := $(DEB_SOURCE_PACKAGE)
-VERSION              := $(DEB_UPSTREAM_VERSION)
-
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := ant-nodeps
-DEB_ANT_BUILD_TARGET := package javadoc
-DEB_ANT_BUILDFILE    := debian/build.xml
-DEB_ANT_ARGS         := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
-
-binary-post-install/libcommons-jci-java::
-	mh_installpoms -plibcommons-jci-java
-	mh_installjar -plibcommons-jci-java -l core/pom.xml core/build/commons-jci-core-$(VERSION).jar
-	mh_installjar -plibcommons-jci-java -l fam/pom.xml fam/build/commons-jci-fam-$(VERSION).jar
-
-binary-post-install/libcommons-jci-rhino-java::
-	mh_installpoms -plibcommons-jci-rhino-java
-	mh_installjar -plibcommons-jci-rhino-java -l compilers/rhino/pom.xml compilers/rhino/build/commons-jci-rhino-$(VERSION).jar
-
-binary-post-install/libcommons-jci-groovy-java::
-	mh_installpoms -plibcommons-jci-groovy-java
-	mh_installjar -plibcommons-jci-groovy-java -l compilers/groovy/pom.xml compilers/groovy/build/commons-jci-groovy-$(VERSION).jar
-
-binary-post-install/libcommons-jci-janino-java::
-	mh_installpoms -plibcommons-jci-janino-java
-	mh_installjar -plibcommons-jci-janino-java -l compilers/janino/pom.xml compilers/janino/build/commons-jci-janino-$(VERSION).jar
-
-binary-post-install/libcommons-jci-eclipse-java::
-	mh_installpoms -plibcommons-jci-eclipse-java
-	mh_installjar -plibcommons-jci-eclipse-java -l compilers/eclipse/pom.xml compilers/eclipse/build/commons-jci-eclipse-$(VERSION).jar
-
-clean::
-	mh_clean
-	mh_unpatchpoms -plibcommons-jci-java
-	mh_unpatchpoms -plibcommons-jci-rhino-java
-	mh_unpatchpoms -plibcommons-jci-groovy-java
-	mh_unpatchpoms -plibcommons-jci-janino-java
-	mh_unpatchpoms -plibcommons-jci-eclipse-java
-
-get-orig-source:
-	uscan --force-download --rename

Copied: tags/commons-jci/1.1-4/debian/rules (from rev 19044, trunk/commons-jci/debian/rules)
===================================================================
--- tags/commons-jci/1.1-4/debian/rules	                        (rev 0)
+++ tags/commons-jci/1.1-4/debian/rules	2016-05-03 12:54:51 UTC (rev 19052)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem=maven
+
+get-orig-source:
+	uscan --download-current-version --force-download --rename




More information about the pkg-java-commits mailing list