[maven-repo-helper] 02/03: Fixed a typo in the manpage for mh_patchpoms
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jun 29 21:22:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-repo-helper.
commit d62c0c7bcae8297e8f7196623337bb9ef73f1832
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jun 29 12:56:18 2016 +0200
Fixed a typo in the manpage for mh_patchpoms
---
debian/changelog | 1 +
doc/ref/mh_patchpoms.rst | 2 +-
doc/ref/mh_patchpoms.txt | 2 +-
src/main/bin/mh_patchpoms | 2 +-
src/main/java/org/debian/maven/repo/POMTransformer.java | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bdf82f6..4a82cdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-repo-helper (1.8.13) UNRELEASED; urgency=medium
* Reduced the size of the poms installed in /usr/share/maven-repo by removing
the non-functional elements (licenses, scm, developers, contributors,
issueManagement, mailingLists, inceptionYear, url, organization).
+ * Fixed a typo in the manpage for mh_patchpoms
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* URLs
diff --git a/doc/ref/mh_patchpoms.rst b/doc/ref/mh_patchpoms.rst
index 3050794..0a05c3b 100644
--- a/doc/ref/mh_patchpoms.rst
+++ b/doc/ref/mh_patchpoms.rst
@@ -7,7 +7,7 @@ Usage:
mh_patchpoms [option]...
-Reads the file debian/$package.poms and tranform each POM file listed in
+Reads the file debian/$package.poms and transforms each POM file listed in
the .poms file into a POM file using the Debian versions of the
libraries. Also keeps a backup of each POM file which can be restored
with mh\_unpatchpoms
diff --git a/doc/ref/mh_patchpoms.txt b/doc/ref/mh_patchpoms.txt
index b66c03d..973d7fe 100644
--- a/doc/ref/mh_patchpoms.txt
+++ b/doc/ref/mh_patchpoms.txt
@@ -4,7 +4,7 @@ Usage:
mh_patchpoms [option]...
-Reads the file debian/$package.poms and tranform each POM file
+Reads the file debian/$package.poms and transforms each POM file
listed in the .poms file into a POM file using the Debian versions
of the libraries. Also keeps a backup of each POM file which can
be restored with mh_unpatchpoms
diff --git a/src/main/bin/mh_patchpoms b/src/main/bin/mh_patchpoms
index 11a3382..a3f0b89 100644
--- a/src/main/bin/mh_patchpoms
+++ b/src/main/bin/mh_patchpoms
@@ -21,7 +21,7 @@ set -e
syntax()
{
echo -e "Usage: mh_patchpoms [option]..."
- echo -e "Reads the file debian/\$package.poms and tranform each POM file"
+ echo -e "Reads the file debian/\$package.poms and transforms each POM file"
echo -e "listed in the .poms file into a POM file using the Debian versions"
echo -e "of the libraries. Also keeps a backup of each POM file which can"
echo -e "be restored with mh_unpatchpoms"
diff --git a/src/main/java/org/debian/maven/repo/POMTransformer.java b/src/main/java/org/debian/maven/repo/POMTransformer.java
index 2dfa674..d38b546 100644
--- a/src/main/java/org/debian/maven/repo/POMTransformer.java
+++ b/src/main/java/org/debian/maven/repo/POMTransformer.java
@@ -723,7 +723,7 @@ public class POMTransformer extends POMReader {
System.out.println(" Optional, defaults to debian/$package");
System.out.println("");
System.out.println("Description:");
- System.out.println(" Reads the file debian/$package.poms and tranform each POM file");
+ System.out.println(" Reads the file debian/$package.poms and transforms each POM file");
System.out.println(" listed in the .poms file into a POM file using the Debian versions");
System.out.println(" of the libraries.");
return;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git
More information about the pkg-java-commits
mailing list