[Pkg-sks-commit] r140 - sks/trunk/sks/debian/patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 15:07:05 UTC 2008


Author: chrism
Date: 2008-06-19 15:07:05 +0000 (Thu, 19 Jun 2008)
New Revision: 140

Modified:
   sks/trunk/sks/debian/patches/204_relative_links
Log:
[project @ 142]
Avoid double //

Original author: weasel
Date: 2004-04-21 19:24:51.128798+00:00

Modified: sks/trunk/sks/debian/patches/204_relative_links
===================================================================
--- sks/trunk/sks/debian/patches/204_relative_links	2008-06-19 15:06:56 UTC (rev 139)
+++ sks/trunk/sks/debian/patches/204_relative_links	2008-06-19 15:07:05 UTC (rev 140)
@@ -15,7 +15,7 @@
      keyid
 +  in
 +  if !Settings.links_include_server then
-+    sprintf "http://%s:%d/%s" hostname port path
++    sprintf "http://%s:%d%s" hostname port path
 +  else
 +    path
  
@@ -29,7 +29,7 @@
 -    hostname port hash
 +  let path = sprintf "/pks/lookup?op=hget&search=%s" hash in
 +  if !Settings.links_include_server then
-+    sprintf "http://%s:%d/%s" hostname port path
++    sprintf "http://%s:%d%s" hostname port path
 +  else
 +    path
  




More information about the Pkg-sks-commit mailing list