[med-svn] [jmodeltest] 04/05: Unfortunately the build throws errors when using non-ASCII characters
Andreas Tille
tille at debian.org
Wed Oct 28 21:24:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jmodeltest.
commit 2e5c7e8760c41c09bce0181f17b748a63a58fbaf
Author: Andreas Tille <tille at debian.org>
Date: Wed Oct 28 22:22:26 2015 +0100
Unfortunately the build throws errors when using non-ASCII characters
---
debian/patches/encoding.patch | 37 +++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 38 insertions(+)
diff --git a/debian/patches/encoding.patch b/debian/patches/encoding.patch
new file mode 100644
index 0000000..5678f63
--- /dev/null
+++ b/debian/patches/encoding.patch
@@ -0,0 +1,37 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 28 Oct 2015 22:20:54 +0100
+Description: Unfortunately the build throws errors when using non-ASCII characters
+
+--- a/src/main/java/es/uvigo/darwin/jmodeltest/exception/InternalException.java
++++ b/src/main/java/es/uvigo/darwin/jmodeltest/exception/InternalException.java
+@@ -20,7 +20,7 @@ package es.uvigo.darwin.jmodeltest.excep
+ /**
+ * The Class ProtTestInternalException.
+ *
+- * @author Diego Darriba López
++ * @author Diego Darriba Lopez
+ */
+ public class InternalException extends RuntimeException {
+
+--- a/src/main/java/es/uvigo/darwin/jmodeltest/gui/FrameMain.java
++++ b/src/main/java/es/uvigo/darwin/jmodeltest/gui/FrameMain.java
+@@ -1142,7 +1142,7 @@ public class FrameMain extends JModelTes
+ private void menuAboutCreditsActionPerformed(java.awt.event.ActionEvent e) {
+ try {
+ String credits = "Likelihood calculations with Phyml by Stephane Guindon et al.\n";
+- credits += "Alignment conversion with ALTER by Daniel Glez-Peña et al.\n";
++ credits += "Alignment conversion with ALTER by Daniel Glez-Pena et al.\n";
+ credits += "Phylogenetic trees management with PAL: Phylogenetic Analysis Library by A. Drummond and K. Strimmer\n";
+ credits += "Table utilities by Philip Milne\n";
+ credits += "BrowserLauncher by Eric Albert and Jeff Chapman\n";
+--- a/src/main/java/es/uvigo/darwin/jmodeltest/tree/TreeDistancesCache.java
++++ b/src/main/java/es/uvigo/darwin/jmodeltest/tree/TreeDistancesCache.java
+@@ -28,7 +28,7 @@ import pal.tree.Tree;
+ *
+ * This cache support both euclidean and RF distances.
+ *
+- * @author Diego Darriba López
++ * @author Diego Darriba Lopez
+ *
+ * @since 3.0
+ */
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2440c66
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+encoding.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jmodeltest.git
More information about the debian-med-commit
mailing list