[libcommons-cli-java] branch master updated (f6efd0f -> fd3c68f)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 18 10:14:29 UTC 2017


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

ebourg-guest pushed a change to branch master
in repository libcommons-cli-java.

      from  f6efd0f   Shortened the description
       new  7e0954e   Standards-Version updated to 3.9.8
       new  7153c14   Switch to debhelper level 10
       new  c9144c5   Use secure Vcs-* URLs
      adds  4d76e30   New upstream version 1.4
       new  9a3e6d4   Merge tag 'upstream/1.4'
       new  9b204cf   Ignore apache-rat-plugin
       new  c2b25c0   Added the maven-debian-helper --has-package-version option
       new  fd3c68f   Upload to experimental

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE.txt                                         |   2 +-
 README.md                                          |   2 +-
 RELEASE-NOTES.txt                                  | 108 ++++++++++--------
 debian/changelog                                   |  10 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  10 +-
 debian/libcommons-cli-java.poms                    |  29 ++++-
 debian/maven.ignoreRules                           |   1 +
 debian/rules                                       |   4 +-
 pom.xml                                            |  24 ++--
 src/changes/changes.xml                            |  17 ++-
 .../java/org/apache/commons/cli/CommandLine.java   |  51 ++++++++-
 .../java/org/apache/commons/cli/DefaultParser.java |  19 +++-
 src/main/java/org/apache/commons/cli/Option.java   |  11 +-
 .../java/org/apache/commons/cli/OptionGroup.java   |   6 +-
 src/main/java/org/apache/commons/cli/Options.java  |  52 ++++++++-
 src/main/java/org/apache/commons/cli/Parser.java   |   4 +-
 .../java/org/apache/commons/cli/PosixParser.java   |   4 +-
 src/site/resources/.htaccess                       |   1 +
 src/site/site.xml                                  |   2 +-
 src/site/xdoc/download_cli.xml                     |  26 ++---
 src/site/xdoc/index.xml                            |   7 +-
 .../xdoc/{release_1_3_1.xml => release_1_4.xml}    |  22 +++-
 .../org/apache/commons/cli/BasicParserTest.java    |  74 +++++--------
 .../org/apache/commons/cli/CommandLineTest.java    |  14 +++
 .../java/org/apache/commons/cli/GnuParserTest.java |  65 ++++-------
 .../org/apache/commons/cli/PosixParserTest.java    |  29 ++---
 .../org/apache/commons/cli/bug/BugCLI252Test.java  |   8 +-
 .../org/apache/commons/cli/bug/BugCLI265Test.java  |  88 +++++++++++++++
 .../org/apache/commons/cli/bug/BugCLI266Test.java  | 121 +++++++++++++++++++++
 .../java/org/apache/commons/cli/bug/BugsTest.java  |   2 +-
 31 files changed, 598 insertions(+), 217 deletions(-)
 create mode 100644 src/site/resources/.htaccess
 copy src/site/xdoc/{release_1_3_1.xml => release_1_4.xml} (67%)
 create mode 100644 src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java
 create mode 100644 src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java

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



More information about the pkg-java-commits mailing list