[pkg-java] r17205 - in trunk/libcommons-collections4-java: . debian debian/source

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 9 15:44:03 UTC 2013


Author: ebourg-guest
Date: 2013-09-09 15:44:02 +0000 (Mon, 09 Sep 2013)
New Revision: 17205

Added:
   trunk/libcommons-collections4-java/debian/
   trunk/libcommons-collections4-java/debian/README.source
   trunk/libcommons-collections4-java/debian/changelog
   trunk/libcommons-collections4-java/debian/compat
   trunk/libcommons-collections4-java/debian/control
   trunk/libcommons-collections4-java/debian/copyright
   trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.doc-base.api
   trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.install
   trunk/libcommons-collections4-java/debian/libcommons-collections4-java.poms
   trunk/libcommons-collections4-java/debian/maven.ignoreRules
   trunk/libcommons-collections4-java/debian/maven.properties
   trunk/libcommons-collections4-java/debian/maven.publishedRules
   trunk/libcommons-collections4-java/debian/maven.rules
   trunk/libcommons-collections4-java/debian/rules
   trunk/libcommons-collections4-java/debian/source/
   trunk/libcommons-collections4-java/debian/source/format
   trunk/libcommons-collections4-java/debian/watch
Log:
Initial packaging



Added: trunk/libcommons-collections4-java/debian/README.source
===================================================================
--- trunk/libcommons-collections4-java/debian/README.source	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/README.source	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,9 @@
+Information about libcommons-collections4-java
+----------------------------------------------
+
+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.

Added: trunk/libcommons-collections4-java/debian/changelog
===================================================================
--- trunk/libcommons-collections4-java/debian/changelog	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/changelog	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,5 @@
+libcommons-collections4-java (4.0~alpha1-1) unstable; urgency=low
+
+  * Initial release (Closes: #722264)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 09 Sep 2013 17:10:26 +0200

Added: trunk/libcommons-collections4-java/debian/compat
===================================================================
--- trunk/libcommons-collections4-java/debian/compat	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/compat	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1 @@
+9

Added: trunk/libcommons-collections4-java/debian/control
===================================================================
--- trunk/libcommons-collections4-java/debian/control	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/control	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,57 @@
+Source: libcommons-collections4-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: default-jdk-doc,
+                     junit4,
+                     libeasymock-java,
+                     libmaven-javadoc-plugin-java
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-collections4-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-collections4-java
+Homepage: http://commons.apache.org/proper/commons-collections/
+
+Package: libcommons-collections4-java
+Architecture: all
+Depends: ${maven:Depends}, ${misc:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libcommons-collections4-java-doc
+Description: Apache Commons Collections - Extended Collections API for Java
+ The Java Collections Framework was a major addition in JDK 1.2. It added many
+ powerful data structures that accelerate development of most significant Java
+ applications. Since that time it has become the recognized standard for
+ collection handling in Java.
+ .
+ Commons Collections seek to build upon the JDK classes by providing new
+ interfaces, implementations and utilities. There are many features, including:
+ .
+  * Bag interface for collections that have a number of copies of each object
+  * BidiMap interface for maps that can be looked up from value to key as well
+    and key to value
+  * MapIterator interface to provide simple and quick iteration over maps
+  * Transforming decorators that alter each object as it is added to the
+    collection
+  * Composite collections that make multiple collections look like one
+  * Ordered maps and sets that retain the order elements are added in,
+    including an LRU based map
+  * Reference map that allows keys and/or values to be garbage collected under
+    close control
+  * Many comparator implementations
+  * Many iterator implementations
+  * Adapter classes from array and enumerations to collections
+  * Utilities to test or create typical set-theory properties of collections
+    such as union, intersection, and closure
+
+Package: libcommons-collections4-java-doc
+Architecture: all
+Section: doc
+Depends: ${maven:DocDepends}, ${misc:Depends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libcommons-collections4-java
+Description: Documentation for Commons Collections 4
+ Commons Collections seek to build upon the JDK classes by providing new
+ interfaces, implementations and utilities. 
+ .
+ This package contains the API documentation of libcommons-collections4-java.

Added: trunk/libcommons-collections4-java/debian/copyright
===================================================================
--- trunk/libcommons-collections4-java/debian/copyright	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/copyright	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Collections
+Source: http://commons.apache.org/collections/
+
+Files: *
+Copyright: 2001-2013, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2013, Emmanuel Bourg <ebourg at apache.org>
+License: 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'

Added: trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.doc-base.api
===================================================================
--- trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.doc-base.api	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.doc-base.api	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,10 @@
+Document: libcommons-collections4-java
+Title: API Javadoc for Commons Collections
+Author: The Apache Software Foundation developers
+Abstract: This is the API Javadoc provided for the
+ libcommons-collections4-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libcommons-collections4-java/api/index.html
+Files: /usr/share/doc/libcommons-collections4-java/api/*

Added: trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.install
===================================================================
--- trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.install	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/libcommons-collections4-java-doc.install	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,2 @@
+
+target/apidocs/* usr/share/doc/libcommons-collections4-java/api

Added: trunk/libcommons-collections4-java/debian/libcommons-collections4-java.poms
===================================================================
--- trunk/libcommons-collections4-java/debian/libcommons-collections4-java.poms	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/libcommons-collections4-java.poms	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,28 @@
+# 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

Added: trunk/libcommons-collections4-java/debian/maven.ignoreRules
===================================================================
--- trunk/libcommons-collections4-java/debian/maven.ignoreRules	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/maven.ignoreRules	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,10 @@
+
+org.apache.maven.plugins maven-antrun-plugin * * * *
+org.apache.maven.plugins maven-assembly-plugin * * * *
+org.apache.maven.plugins maven-changes-plugin * * * *
+org.apache.maven.plugins maven-checkstyle-plugin * * * *
+org.apache.maven.plugins maven-pmd-plugin * * * *
+org.apache.maven.plugins maven-scm-publish-plugin * * * *
+org.apache.rat apache-rat-plugin * * * *
+org.codehaus.mojo clirr-maven-plugin * * * *
+org.codehaus.mojo findbugs-maven-plugin * * * *

Added: trunk/libcommons-collections4-java/debian/maven.properties
===================================================================
--- trunk/libcommons-collections4-java/debian/maven.properties	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/maven.properties	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,6 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+maven.compiler.source=1.6
+maven.compiler.target=1.6

Added: trunk/libcommons-collections4-java/debian/maven.publishedRules
===================================================================
--- trunk/libcommons-collections4-java/debian/maven.publishedRules	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/maven.publishedRules	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,2 @@
+
+org.apache.commons commons-collections4 jar s/.*/debian/ * *

Added: trunk/libcommons-collections4-java/debian/maven.rules
===================================================================
--- trunk/libcommons-collections4-java/debian/maven.rules	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/maven.rules	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,5 @@
+
+junit junit jar s/4\..*/4.x/ * *
+org.apache.commons commons-collections4 jar s/.*/debian/ * *
+org.apache.commons commons-parent pom s/.*/debian/ * *
+s/easymock/org.easymock/ easymock * s/.*/debian/ * *

Added: trunk/libcommons-collections4-java/debian/rules
===================================================================
--- trunk/libcommons-collections4-java/debian/rules	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/rules	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+
+DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
+
+get-orig-source:
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename


Property changes on: trunk/libcommons-collections4-java/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libcommons-collections4-java/debian/source/format
===================================================================
--- trunk/libcommons-collections4-java/debian/source/format	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/source/format	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/libcommons-collections4-java/debian/watch
===================================================================
--- trunk/libcommons-collections4-java/debian/watch	                        (rev 0)
+++ trunk/libcommons-collections4-java/debian/watch	2013-09-09 15:44:02 UTC (rev 17205)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)/~$1/" \
+http://archive.apache.org/dist/commons/collections/source/ commons-collections4-(.*)-src.tar.gz




More information about the pkg-java-commits mailing list