[med-svn] r14708 - in trunk/packages/emboss-explorer/trunk/debian: . patches

Charles Plessy plessy at alioth.debian.org
Sun Sep 15 03:44:48 UTC 2013


Author: plessy
Date: 2013-09-15 03:44:47 +0000 (Sun, 15 Sep 2013)
New Revision: 14708

Added:
   trunk/packages/emboss-explorer/trunk/debian/patches/emboss-6.4-group-list.patch
Modified:
   trunk/packages/emboss-explorer/trunk/debian/changelog
   trunk/packages/emboss-explorer/trunk/debian/patches/series
Log:
Apply patch from upstream tracker to use with EMBOSS 6.4.

Closes: #722982


Modified: trunk/packages/emboss-explorer/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/changelog	2013-09-15 03:32:16 UTC (rev 14707)
+++ trunk/packages/emboss-explorer/trunk/debian/changelog	2013-09-15 03:44:47 UTC (rev 14708)
@@ -28,6 +28,7 @@
     - Delete obsolete postinst and postrm files.
   * Added keywords to the desktop entry.
   * Correct path for moving ACD.pm and its manual page.
+  * Apply patch from upstream tracker to use with EMBOSS 6.4 (Closes: #722982).
 
  -- Charles Plessy <plessy at debian.org>  Sat, 14 Sep 2013 13:16:47 +0900
 

Added: trunk/packages/emboss-explorer/trunk/debian/patches/emboss-6.4-group-list.patch
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/patches/emboss-6.4-group-list.patch	                        (rev 0)
+++ trunk/packages/emboss-explorer/trunk/debian/patches/emboss-6.4-group-list.patch	2013-09-15 03:44:47 UTC (rev 14708)
@@ -0,0 +1,15 @@
+Description: correct menu when using EMBOSS >= 6.4.
+Origin: http://sourceforge.net/p/embossgui/bugs/_discuss/thread/b0c058e8/fc9b/attachment/emboss-6.4-group-list.patch
+Bug: http://sourceforge.net/p/embossgui/bugs/21/
+Bug-Debian: http://bugs.debian.org/722982
+--- emboss-explorer/lib/EMBOSS/GUI/XHTML.pm.orig	2012-11-15 09:35:20.390050595 -0700
++++ emboss-explorer/lib/EMBOSS/GUI/XHTML.pm	2012-11-15 09:35:58.083051229 -0700
+@@ -314,7 +314,7 @@
+ 	my $html = <<EOF;
+     <div id='menu'>
+ EOF
+-	if (@{$entries[0]} > 2) {	# entries are groups...
++	if (ref($entries[0][1]) eq "ARRAY") {	# entries are groups...
+ 		my $menu_url = $self->{static} ?
+ 			"alphamenu.html" : "$self->{script_url}/menu?sort=alpha";
+ 		$html .= <<EOF;

Modified: trunk/packages/emboss-explorer/trunk/debian/patches/series
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/patches/series	2013-09-15 03:32:16 UTC (rev 14707)
+++ trunk/packages/emboss-explorer/trunk/debian/patches/series	2013-09-15 03:44:47 UTC (rev 14708)
@@ -1,3 +1,4 @@
 01-fix_examples.diff
 02-fix_Conf.pm.diff
 05-build-manpages.diff
+emboss-6.4-group-list.patch




More information about the debian-med-commit mailing list