[ant] 15/17: Improved the package descriptions

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jan 12 14:39:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit f006243f0b400c63e035bbd421c990996daddfb9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jan 12 15:29:11 2017 +0100

    Improved the package descriptions
---
 debian/changelog |  1 +
 debian/control   | 61 ++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 49 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aecd9d2..a9e40de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ ant (1.9.8-2) UNRELEASED; urgency=medium
     - Removed the unused PACKAGE variable
     - No longer set the TODAY parameter since the Tsamp task is reproducible
     - No longer set the pom version explicitly
+  * Improved the package descriptions
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 11 Jan 2017 17:46:06 +0100
 
diff --git a/debian/control b/debian/control
index fb8bbb2..c97a843 100644
--- a/debian/control
+++ b/debian/control
@@ -41,16 +41,29 @@ Conflicts: libant1.6-java
 Replaces: ant-doc (<= 1.6.5-1), libant1.6-java
 Breaks: ant-doc (<= 1.6.5-1)
 Description: Java based build tool like make
- A system independent (i.e. not shell based) build tool that uses XML
- files as "Makefiles". This package contains the scripts and the core
- tasks libraries.
+ Apache Ant is a Java library and command-line tool whose mission is to drive
+ processes described in build files as targets and extension points dependent
+ upon each other. The main known usage of Ant is the build of Java applications.
+ Ant supplies a number of built-in tasks allowing to compile, assemble, test
+ and run Java applications. Ant can also be used effectively to build non Java
+ applications, for instance C or C++ applications. More generally, Ant can be
+ used to pilot any type of process which can be described in terms of targets
+ and tasks.
+ .
+ This package contains the scripts and the core tasks libraries.
 
 Package: ant-gcj
 Architecture: any
 Depends: ant, ${misc:Depends}, ${shlibs:Depends}
 Description: Java based build tool like make (GCJ)
- A system independent (i.e. not shell based) build tool that uses XML
- files as "Makefiles".
+ Apache Ant is a Java library and command-line tool whose mission is to drive
+ processes described in build files as targets and extension points dependent
+ upon each other. The main known usage of Ant is the build of Java applications.
+ Ant supplies a number of built-in tasks allowing to compile, assemble, test
+ and run Java applications. Ant can also be used effectively to build non Java
+ applications, for instance C or C++ applications. More generally, Ant can be
+ used to pilot any type of process which can be described in terms of targets
+ and tasks.
  .
  This package contains a native version of ant built using gcj.
 
@@ -79,16 +92,31 @@ Suggests: ant-optional-gcj,
 Conflicts: libant1.6-java
 Replaces: libant1.6-java
 Description: Java based build tool like make - optional libraries
- A system independent (i.e. not shell based) build tool that uses XML
- files as "Makefiles". This package contains the optional tasks libraries.
+ Apache Ant is a Java library and command-line tool whose mission is to drive
+ processes described in build files as targets and extension points dependent
+ upon each other. The main known usage of Ant is the build of Java applications.
+ Ant supplies a number of built-in tasks allowing to compile, assemble, test
+ and run Java applications. Ant can also be used effectively to build non Java
+ applications, for instance C or C++ applications. More generally, Ant can be
+ used to pilot any type of process which can be described in terms of targets
+ and tasks.
+ .
+ This package contains the optional tasks libraries.
 
 Package: ant-optional-gcj
 Architecture: any
 Depends: ant-optional, ${misc:Depends}, ${shlibs:Depends}
 Description: Java based build tool like make - optional libraries (GCJ)
- A system independent (i.e. not shell based) build tool that uses XML
- files as "Makefiles". This package contains the optional tasks libraries
- compiled natively.
+ Apache Ant is a Java library and command-line tool whose mission is to drive
+ processes described in build files as targets and extension points dependent
+ upon each other. The main known usage of Ant is the build of Java applications.
+ Ant supplies a number of built-in tasks allowing to compile, assemble, test
+ and run Java applications. Ant can also be used effectively to build non Java
+ applications, for instance C or C++ applications. More generally, Ant can be
+ used to pilot any type of process which can be described in terms of targets
+ and tasks.
+ .
+ This package contains the optional tasks libraries compiled natively.
 
 Package: ant-doc
 Architecture: all
@@ -96,6 +124,13 @@ Section: doc
 Depends: ${misc:Depends}
 Suggests: ant
 Description: Java based build tool like make - API documentation and manual
- A system independent (i.e. not shell based) build tool that uses XML files
- as "Makefiles". This package contains the manual of ant as well as the
- Javadoc API documentation.
+ Apache Ant is a Java library and command-line tool whose mission is to drive
+ processes described in build files as targets and extension points dependent
+ upon each other. The main known usage of Ant is the build of Java applications.
+ Ant supplies a number of built-in tasks allowing to compile, assemble, test
+ and run Java applications. Ant can also be used effectively to build non Java
+ applications, for instance C or C++ applications. More generally, Ant can be
+ used to pilot any type of process which can be described in terms of targets
+ and tasks.
+ .
+ This package contains the manual of ant as well as the API documentation.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git



More information about the pkg-java-commits mailing list