[pkg-java] r17186 - trunk/jdeb/debian

Steffen Möller moeller at alioth.debian.org
Thu Aug 29 14:32:00 UTC 2013


Author: moeller
Date: 2013-08-29 14:31:59 +0000 (Thu, 29 Aug 2013)
New Revision: 17186

Modified:
   trunk/jdeb/debian/changelog
   trunk/jdeb/debian/control
   trunk/jdeb/debian/maven.properties
Log:
Packaging of jdeb is fine with tests and documentation enabled.


Modified: trunk/jdeb/debian/changelog
===================================================================
--- trunk/jdeb/debian/changelog	2013-08-29 14:03:57 UTC (rev 17185)
+++ trunk/jdeb/debian/changelog	2013-08-29 14:31:59 UTC (rev 17186)
@@ -1,4 +1,4 @@
-jdeb (1.0.2-SNAPSHOT-1) UNRELEASED; urgency=low
+jdeb (1.0.2~git20130829-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #721249).
 

Modified: trunk/jdeb/debian/control
===================================================================
--- trunk/jdeb/debian/control	2013-08-29 14:03:57 UTC (rev 17185)
+++ trunk/jdeb/debian/control	2013-08-29 14:31:59 UTC (rev 17186)
@@ -2,10 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
+Uploaders: Steffen Moeller <steffen_moeller at gmx.de>
 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 
+ 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 
 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
@@ -15,8 +17,23 @@
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
-Description: jdeb
+Suggests: libjdeb-java-doc
+Description: inofficial Debian packages for all Maven projects
  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.

Modified: trunk/jdeb/debian/maven.properties
===================================================================
--- trunk/jdeb/debian/maven.properties	2013-08-29 14:03:57 UTC (rev 17185)
+++ trunk/jdeb/debian/maven.properties	2013-08-29 14:31:59 UTC (rev 17186)
@@ -2,4 +2,3 @@
 # For example:
 # maven.test.skip=true
 
-maven.test.skip=true




More information about the pkg-java-commits mailing list