[Pkg-emboss-commits] r44 - emboss-explorer/trunk/debian/patches

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Fri May 25 07:25:47 UTC 2007


Author: hanska-guest
Date: 2007-05-25 07:25:46 +0000 (Fri, 25 May 2007)
New Revision: 44

Modified:
   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)


Modified: emboss-explorer/trunk/debian/patches/04-fix_install.dpatch
===================================================================
--- emboss-explorer/trunk/debian/patches/04-fix_install.dpatch	2007-05-24 09:52:31 UTC (rev 43)
+++ emboss-explorer/trunk/debian/patches/04-fix_install.dpatch	2007-05-25 07:25:46 UTC (rev 44)
@@ -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 Pkg-emboss-commits mailing list