[med-svn] r2007 - trunk/packages/emboss-explorer/trunk/debian/patches
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Jun 11 07:29:56 UTC 2008
Author: hanska-guest
Date: 2008-06-11 07:29:55 +0000 (Wed, 11 Jun 2008)
New Revision: 2007
Modified:
trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch
Log:
Fixed some other bugs (today I'm too lazy to give a good
log message, sorry)
Date: 2007-05-25 09:25:46
Modified: trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch 2008-06-11 07:29:31 UTC (rev 2006)
+++ trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch 2008-06-11 07:29:55 UTC (rev 2007)
@@ -7,8 +7,8 @@
@DPATCH@
diff -urNad emboss-explorer~/install emboss-explorer/install
---- emboss-explorer~/install 2007-05-24 11:43:39.000000000 +0200
-+++ emboss-explorer/install 2007-05-24 11:44:11.000000000 +0200
+--- emboss-explorer~/install 2007-05-25 08:41:14.000000000 +0200
++++ emboss-explorer/install 2007-05-25 08:41:42.000000000 +0200
@@ -1,68 +1,25 @@
#!/bin/sh
+BUILD_DIR=./debian/emboss-explorer
@@ -87,9 +87,14 @@
echo creating HTML index file at $HTML_PATH/index.html...
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\"
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">
-@@ -74,55 +31,4 @@
- <frame src=\"$CGI_URL/menu\" name=\"menu\" />
- <frame src=\"$CGI_URL/intro\" name=\"main\" />
+@@ -71,58 +28,7 @@
+ <title>EMBOSS Explorer</title>
+ </head>
+ <frameset cols=\"170, *\">
+- <frame src=\"$CGI_URL/menu\" name=\"menu\" />
+- <frame src=\"$CGI_URL/intro\" name=\"main\" />
++ <frame src=\"/cgi-bin/emboss/menu\" name=\"menu\" />
++ <frame src=\"/cgi-bin/emboss/intro\" name=\"main\" />
</frameset>
-</html>" >$HTML_PATH/index.html
-echo creating output directory at $OUTPUT_PATH...
More information about the debian-med-commit
mailing list