[med-svn] r18179 - trunk/packages/beast-mcmc/trunk/debian/patches

Andreas Tille tille at moszumanska.debian.org
Wed Oct 1 12:08:56 UTC 2014


Author: tille
Date: 2014-10-01 12:08:56 +0000 (Wed, 01 Oct 2014)
New Revision: 18179

Added:
   trunk/packages/beast-mcmc/trunk/debian/patches/fix_encoding.patch
Log:
Fix encoding issue


Added: trunk/packages/beast-mcmc/trunk/debian/patches/fix_encoding.patch
===================================================================
--- trunk/packages/beast-mcmc/trunk/debian/patches/fix_encoding.patch	                        (rev 0)
+++ trunk/packages/beast-mcmc/trunk/debian/patches/fix_encoding.patch	2014-10-01 12:08:56 UTC (rev 18179)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 30 Sep 2014 18:15:36 +0200
+Description: Fix encoding issue
+
+--- beast-mcmc-1.8.0.orig/src/dr/app/beauti/siteModelsPanel/PartitionModelPanel.java
++++ beast-mcmc-1.8.0/src/dr/app/beauti/siteModelsPanel/PartitionModelPanel.java
+@@ -243,7 +243,7 @@
+         PanelUtils.setupComponent(setYang96Button);
+         setYang96Button
+                 .setToolTipText("<html>Sets a 3 codon-position model with independent GTR and Gamma as described in<br>"
+-                        + "Yang (1996) <i>J Mol Evol</i> <b>42</b>: 587–596. This model is named 3' in this paper.</html>");
++                        + "Yang (1996) <i>J Mol Evol</i> <b>42</b>: 587-596. This model is named 3' in this paper.</html>");
+ 
+         setSRD06Button = new JButton("Use SRD06 model");
+         setSRD06Button.addActionListener(new ActionListener() {




More information about the debian-med-commit mailing list