[proguard] 04/05: Modified the usage message for the command line tool
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 12 01:19:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository proguard.
commit ca877fae3266090e9cef38c2f33ae00f68eb19a5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 12 02:13:02 2016 +0100
Modified the usage message for the command line tool
---
debian/changelog | 1 +
debian/patches/01-fix-usage.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index edc6577..36f8749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ proguard (5.3.2-1) UNRELEASED; urgency=medium
* New upstream release
* Packaged the library, the CLI and the GUI separately
(Closes: #840317, #846463)
+ * Modified the usage message for the command line tool
-- Emmanuel Bourg <ebourg at apache.org> Mon, 12 Dec 2016 01:47:06 +0100
diff --git a/debian/patches/01-fix-usage.patch b/debian/patches/01-fix-usage.patch
new file mode 100644
index 0000000..d4e38f7
--- /dev/null
+++ b/debian/patches/01-fix-usage.patch
@@ -0,0 +1,14 @@
+Description: Modifies the usage message for the command line tool
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/src/proguard/ProGuard.java
++++ b/src/proguard/ProGuard.java
+@@ -513,7 +513,7 @@
+ if (args.length == 0)
+ {
+ System.out.println(VERSION);
+- System.out.println("Usage: java proguard.ProGuard [options ...]");
++ System.out.println("Usage: proguard [options ...]");
+ System.exit(1);
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..82cf2a3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix-usage.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/proguard.git
More information about the pkg-java-commits
mailing list