[pkg-java] r17189 - trunk/jdeb/debian
Steffen Möller
moeller at alioth.debian.org
Sat Aug 31 13:06:30 UTC 2013
Author: moeller
Date: 2013-08-31 13:06:29 +0000 (Sat, 31 Aug 2013)
New Revision: 17189
Added:
trunk/jdeb/debian/libjdeb-java.docs
Removed:
trunk/jdeb/debian/jdeb.poms
Modified:
trunk/jdeb/debian/changelog
trunk/jdeb/debian/control
Log:
Uploaded jdeb to unstable.
Modified: trunk/jdeb/debian/changelog
===================================================================
--- trunk/jdeb/debian/changelog 2013-08-31 11:00:44 UTC (rev 17188)
+++ trunk/jdeb/debian/changelog 2013-08-31 13:06:29 UTC (rev 17189)
@@ -1,4 +1,4 @@
-jdeb (1.0.2~git20130829-1) UNRELEASED; urgency=low
+jdeb (1.0.2~git20130829-1) unstable; urgency=low
* Initial release (Closes: #721249).
Modified: trunk/jdeb/debian/control
===================================================================
--- trunk/jdeb/debian/control 2013-08-31 11:00:44 UTC (rev 17188)
+++ trunk/jdeb/debian/control 2013-08-31 13:06:29 UTC (rev 17189)
@@ -5,9 +5,7 @@
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,
- ant-doc, default-jdk-doc, libbcpg-java-doc, libcommons-io-java-doc, libmaven2-core-java-doc,
- libplexus-utils-java-doc, libmaven-javadoc-plugin-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
@@ -17,23 +15,9 @@
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
-Suggests: libjdeb-java-doc
-Description: Ant task and a Maven plugin to create Debian packages
+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.
-Package: libjdeb-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libjdeb-java
-Description: Documentation for 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.
- .
- This package contains the API documentation of libjdeb-java.
Deleted: trunk/jdeb/debian/jdeb.poms
===================================================================
--- trunk/jdeb/debian/jdeb.poms 2013-08-31 11:00:44 UTC (rev 17188)
+++ trunk/jdeb/debian/jdeb.poms 2013-08-31 13:06:29 UTC (rev 17189)
@@ -1,28 +0,0 @@
-# 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.docs
===================================================================
--- trunk/jdeb/debian/libjdeb-java.docs (rev 0)
+++ trunk/jdeb/debian/libjdeb-java.docs 2013-08-31 13:06:29 UTC (rev 17189)
@@ -0,0 +1,2 @@
+docs/ant.md
+docs/maven.md
More information about the pkg-java-commits
mailing list