[pkg-java] r17259 - trunk/maven-ant-helper/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 23 14:23:55 UTC 2013


Author: ebourg-guest
Date: 2013-09-23 14:23:55 +0000 (Mon, 23 Sep 2013)
New Revision: 17259

Modified:
   trunk/maven-ant-helper/debian/control
Log:
Wrap and sort



Modified: trunk/maven-ant-helper/debian/control
===================================================================
--- trunk/maven-ant-helper/debian/control	2013-09-23 12:43:21 UTC (rev 17258)
+++ trunk/maven-ant-helper/debian/control	2013-09-23 14:23:55 UTC (rev 17259)
@@ -2,10 +2,11 @@
 Section: java
 Priority: extra
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>,
- Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk
-Build-Depends-Indep: ant, ant-optional, ant-contrib
+Uploaders: Torsten Werner <twerner at debian.org>,
+           Ludovic Claude <ludovic.claude at laposte.net>,
+           Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), default-jdk
+Build-Depends-Indep: ant, ant-contrib, ant-optional
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ant-helper
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ant-helper/
@@ -14,14 +15,21 @@
 Package: maven-ant-helper
 Architecture: all
 Section: java
-Depends: ${misc:Depends}, ant, ant-optional, ant-contrib, maven-repo-helper (>= 1.4)
-Suggests: default-jdk-doc, libmodello-java (>= 1.0), libmaven2-core-java, 
- libmaven-plugin-tools-java, libplexus-component-metadata-java
+Depends: ant,
+         ant-contrib,
+         ant-optional,
+         maven-repo-helper (>= 1.4),
+         ${misc:Depends}
+Suggests: default-jdk-doc,
+          libmaven-plugin-tools-java,
+          libmaven2-core-java,
+          libmodello-java (>= 1.0),
+          libplexus-component-metadata-java
 Description: helper scripts for building Maven components with ant
  An environment that can be used to simplify the creation of Debian packages
  to support the Maven system. A "modello" ant task is also provided.
- . 
+ .
  maven-build.xml attempts to reproduce the Maven build life-cycle.
  You can use it to build your jar or javadoc. If you have libmaven2-core-java
- installed, you can even use it to launch some Maven plugins to generate 
+ installed, you can even use it to launch some Maven plugins to generate
  some code.




More information about the pkg-java-commits mailing list