[pkg-java] r17185 - in trunk: . jdeb jdeb/debian jdeb/debian/source
Steffen Möller
moeller at alioth.debian.org
Thu Aug 29 14:03:57 UTC 2013
Author: moeller
Date: 2013-08-29 14:03:57 +0000 (Thu, 29 Aug 2013)
New Revision: 17185
Added:
trunk/jdeb/
trunk/jdeb/debian/
trunk/jdeb/debian/README.source
trunk/jdeb/debian/changelog
trunk/jdeb/debian/compat
trunk/jdeb/debian/control
trunk/jdeb/debian/copyright
trunk/jdeb/debian/jdeb.poms
trunk/jdeb/debian/libjdeb-java.poms
trunk/jdeb/debian/maven.cleanIgnoreRules
trunk/jdeb/debian/maven.ignoreRules
trunk/jdeb/debian/maven.properties
trunk/jdeb/debian/maven.publishedRules
trunk/jdeb/debian/maven.rules
trunk/jdeb/debian/rules
trunk/jdeb/debian/source/
trunk/jdeb/debian/source/format
Log:
Emmanuel Bourg kindly pointed me to jdeb, which I found utterly missing from our distribution. It does not prepare uploadable packages, but it does usable packages for us. Not too bad, as a start.
Property changes on: trunk/jdeb/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/jdeb/debian/README.source
===================================================================
--- trunk/jdeb/debian/README.source (rev 0)
+++ trunk/jdeb/debian/README.source 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,9 @@
+Information about jdeb
+----------------------
+
+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/jdeb/debian/changelog
===================================================================
--- trunk/jdeb/debian/changelog (rev 0)
+++ trunk/jdeb/debian/changelog 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,5 @@
+jdeb (1.0.2-SNAPSHOT-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #721249).
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 29 Aug 2013 15:19:28 +0200
Added: trunk/jdeb/debian/compat
===================================================================
--- trunk/jdeb/debian/compat (rev 0)
+++ trunk/jdeb/debian/compat 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1 @@
+7
Added: trunk/jdeb/debian/control
===================================================================
--- trunk/jdeb/debian/control (rev 0)
+++ trunk/jdeb/debian/control 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,22 @@
+Source: jdeb
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: libmaven-invoker-plugin-java, libmaven-shade-plugin-java, ant, libbcpg-java,
+ libcommons-compress-java, libcommons-io-java, libmaven2-core-java, libplexus-utils-java
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jdeb
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jdeb
+Homepage: http://github.com/tcurdt/jdeb
+
+Package: libjdeb-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: jdeb
+ This library provides an Ant task and a Maven plugin to create Debian packages
+ from Java builds in a truly cross platform manner. Build your Debian packages
+ on any platform that has Java support. Windows, Linux, OS X - it doesn't
+ require additional native tools installed.
Added: trunk/jdeb/debian/copyright
===================================================================
--- trunk/jdeb/debian/copyright (rev 0)
+++ trunk/jdeb/debian/copyright 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jdeb
+Source: http://github.com/tcurdt/jdeb
+
+Files: *
+Copyright: 2013, Torsten Curdt <tcurdt at apache.org>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2013, Steffen Moeller <steffen_moeller at gmx.de>
+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/jdeb/debian/jdeb.poms
===================================================================
--- trunk/jdeb/debian/jdeb.poms (rev 0)
+++ trunk/jdeb/debian/jdeb.poms 2013-08-29 14:03:57 UTC (rev 17185)
@@ -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 --has-package-version
Added: trunk/jdeb/debian/libjdeb-java.poms
===================================================================
--- trunk/jdeb/debian/libjdeb-java.poms (rev 0)
+++ trunk/jdeb/debian/libjdeb-java.poms 2013-08-29 14:03:57 UTC (rev 17185)
@@ -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 --has-package-version
Added: trunk/jdeb/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/jdeb/debian/maven.cleanIgnoreRules (rev 0)
+++ trunk/jdeb/debian/maven.cleanIgnoreRules 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1 @@
+
Added: trunk/jdeb/debian/maven.ignoreRules
===================================================================
--- trunk/jdeb/debian/maven.ignoreRules (rev 0)
+++ trunk/jdeb/debian/maven.ignoreRules 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,9 @@
+
+junit junit * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
+org.apache.maven.plugins maven-jxr-plugin * * * *
+org.apache.maven.plugins maven-pmd-plugin * * * *
+org.apache.maven.plugins maven-project-info-reports-plugin * * * *
+org.apache.maven.plugins maven-surefire-plugin * * * *
+org.apache.maven.plugins maven-surefire-report-plugin * * * *
+org.codehaus.mojo taglist-maven-plugin * * * *
Added: trunk/jdeb/debian/maven.properties
===================================================================
--- trunk/jdeb/debian/maven.properties (rev 0)
+++ trunk/jdeb/debian/maven.properties 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,5 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+maven.test.skip=true
Added: trunk/jdeb/debian/maven.publishedRules
===================================================================
--- trunk/jdeb/debian/maven.publishedRules (rev 0)
+++ trunk/jdeb/debian/maven.publishedRules 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1 @@
+
Added: trunk/jdeb/debian/maven.rules
===================================================================
--- trunk/jdeb/debian/maven.rules (rev 0)
+++ trunk/jdeb/debian/maven.rules 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,3 @@
+
+org.bouncycastle s/bcpg-jdk15on/bcpg/ * s/.*/debian/ * *
+s/ant/org.apache.ant/ * * s/.*/debian/ * *
Added: trunk/jdeb/debian/rules
===================================================================
--- trunk/jdeb/debian/rules (rev 0)
+++ trunk/jdeb/debian/rules 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1,9 @@
+#!/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
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
Property changes on: trunk/jdeb/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/jdeb/debian/source/format
===================================================================
--- trunk/jdeb/debian/source/format (rev 0)
+++ trunk/jdeb/debian/source/format 2013-08-29 14:03:57 UTC (rev 17185)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list