[maven-shared-utils] 01/02: remove non-ascii characters from source to address FTBFS

Tony Mancill tmancill at alioth.debian.org
Fri Oct 25 04:43:22 UTC 2013


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

tmancill pushed a commit to branch master
in repository maven-shared-utils.

commit 6b0128c7977899d786f2372bb631ad9d439daba1
Author: tony mancill <tmancill at debian.org>
Date:   Thu Oct 24 21:25:02 2013 -0700

    remove non-ascii characters from source to address FTBFS
---
 debian/patches/clean-up-non-ascii.patch |   33 +++++++++++++++++++++++++++++++
 debian/patches/series                   |    1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/clean-up-non-ascii.patch b/debian/patches/clean-up-non-ascii.patch
new file mode 100644
index 0000000..7d2374d
--- /dev/null
+++ b/debian/patches/clean-up-non-ascii.patch
@@ -0,0 +1,33 @@
+--- a/src/main/java/org/apache/maven/shared/utils/ReaderFactory.java
++++ b/src/main/java/org/apache/maven/shared/utils/ReaderFactory.java
+@@ -39,7 +39,7 @@
+  * Utility to create Readers from streams, with explicit encoding choice: platform default,
+  * XML, or specified.
+  *
+- * @author <a href="mailto:hboutemy at apache.org">Hervé Boutemy</a>
++ * @author <a href="mailto:hboutemy at apache.org">Herve Boutemy</a>
+  * @see Charset
+  * @see <a href="http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">Supported encodings</a>
+  * 
+--- a/src/main/java/org/apache/maven/shared/utils/WriterFactory.java
++++ b/src/main/java/org/apache/maven/shared/utils/WriterFactory.java
+@@ -38,7 +38,7 @@
+  * Utility to create Writers, with explicit encoding choice: platform default,
+  * XML, or specified.
+  *
+- * @author Hervé Boutemy
++ * @author Herve Boutemy
+  * @see Charset
+  * @see <a href="http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">Supported encodings</a>
+  * @version $Id: WriterFactory.java 1400677 2012-10-21 17:00:51Z rfscholte $
+--- a/src/main/java/org/apache/maven/shared/utils/io/IOUtil.java
++++ b/src/main/java/org/apache/maven/shared/utils/io/IOUtil.java
+@@ -84,7 +84,7 @@
+  *
+  * @author <a href="mailto:peter at apache.org">Peter Donald</a>
+  * @author <a href="mailto:jefft at apache.org">Jeff Turner</a>
+- * @version CVS $Revision: 1401872 $ $Date: 2012-10-24 22:45:04 +0200 (St, 24 říj 2012) $
++ * @version CVS $Revision: 1401872 $ $Date: 2012-10-24 22:45:04 +0200 $
+  * 
+  */
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2b54b8a..2a3794c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+clean-up-non-ascii.patch
 fix-test-build.patch

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



More information about the pkg-java-commits mailing list