[argparse4j] 01/01: Run wrap-and-sort on d/control

Tim Potter tpot-guest at moszumanska.debian.org
Thu Dec 4 04:49:11 UTC 2014


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

tpot-guest pushed a commit to branch master
in repository argparse4j.

commit 81778ee55fb555e5eea715076bd294172b644520
Author: Tim Potter <tpot at hp.com>
Date:   Thu Dec 4 15:49:03 2014 +1100

    Run wrap-and-sort on d/control
---
 debian/control | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 1deed76..516a7a2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ Section: java
 Priority: optional
 Maintainer: Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 9), javahelper, maven-debian-helper, default-jdk, libmaven-javadoc-plugin-java, libmaven-source-plugin-java, junit4
+Build-Depends: debhelper (>= 9),
+               default-jdk,
+               javahelper,
+               junit4,
+               libmaven-javadoc-plugin-java,
+               libmaven-source-plugin-java,
+               maven-debian-helper
 Standards-Version: 3.9.6
 Homepage: http://argparse4j.sourceforge.net
 Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-java/argparse4j.git
@@ -14,12 +20,12 @@ Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Suggests: libargparse4j-java-doc, ${maven:OptionalDepends}
 Description: command-line argument parser for Java based on Python's argparse module
- Argparse4j is a command line argument parser library for Java based on 
+ Argparse4j is a command line argument parser library for Java based on
  Python's argparse module.  The features of argparse4j include:
  .
    * Supported positional, optional and variable number of arguments.
    * Generates well formatted line-wrapped help message.
-   * Suggests optional arguments/sub-command if unrecognized 
+   * Suggests optional arguments/sub-command if unrecognized
      arguments/sub-command were given.
    * Takes into account East Asian Width ambiguous characters when line-wrap.
  .
@@ -36,7 +42,7 @@ Description: documentation for libargparse4j-java
  .
    * Supported positional, optional and variable number of arguments.
    * Generates well formatted line-wrapped help message.
-   * Suggests optional arguments/sub-command if unrecognized 
+   * Suggests optional arguments/sub-command if unrecognized
      arguments/sub-command were given.
    * Takes into account East Asian Width ambiguous characters when line-wrap.
  .

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



More information about the pkg-java-commits mailing list