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

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 15:17:09 UTC 2008


Author: chrism
Date: 2008-06-19 15:17:08 +0000 (Thu, 19 Jun 2008)
New Revision: 179

Modified:
   sks/trunk/sks/debian/patches/402_separate_keys_with_hr
   sks/trunk/sks/debian/patches/500_debian_fhs
   sks/trunk/sks/debian/patches/501_makefile_cflags
   sks/trunk/sks/debian/patches/508_build_fastbuild
   sks/trunk/sks/debian/patches/509_Slong_Dlong
Log:
[project @ 181]
Update patch paths

Original author: weasel
Date: 2005-08-24 16:50:03.771239+00:00

Modified: sks/trunk/sks/debian/patches/402_separate_keys_with_hr
===================================================================
--- sks/trunk/sks/debian/patches/402_separate_keys_with_hr	2008-06-19 15:17:00 UTC (rev 178)
+++ sks/trunk/sks/debian/patches/402_separate_keys_with_hr	2008-06-19 15:17:08 UTC (rev 179)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.9-old/index.ml sks-1.0.9/index.ml
---- sks-1.0.9-old/index.ml	2004-10-04 04:48:46.000000000 +0200
-+++ sks-1.0.9/index.ml	2004-10-18 22:42:34.000000000 +0200
+diff -Nur sks-1.0.10-old/index.ml sks-1.0.10/index.ml
+--- sks-1.0.10-old/index.ml	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/index.ml	2005-08-24 18:48:09.872824649 +0200
 @@ -605,7 +605,10 @@
        else 
  	lines

Modified: sks/trunk/sks/debian/patches/500_debian_fhs
===================================================================
--- sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:17:00 UTC (rev 178)
+++ sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 15:17:08 UTC (rev 179)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.9-old/common.ml sks-1.0.9/common.ml
---- sks-1.0.9-old/common.ml	2004-10-21 04:56:03.000000000 +0200
-+++ sks-1.0.9/common.ml	2004-11-12 17:19:06.000000000 +0100
+diff -Nur sks-1.0.10-old/common.ml sks-1.0.10/common.ml
+--- sks-1.0.10-old/common.ml	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/common.ml	2005-08-24 18:48:22.685273598 +0200
 @@ -81,7 +81,7 @@
  
  let set_logfile extension = 
@@ -21,10 +21,10 @@
  
  let db_command_addr = Unix.ADDR_UNIX db_command_name
  let recon_command_addr = Unix.ADDR_UNIX recon_command_name
-diff -ruN sks-1.0.9-old/dbserver.ml sks-1.0.9/dbserver.ml
---- sks-1.0.9-old/dbserver.ml	2004-10-21 04:56:03.000000000 +0200
-+++ sks-1.0.9/dbserver.ml	2004-11-12 17:19:06.000000000 +0100
-@@ -357,7 +357,7 @@
+diff -Nur sks-1.0.10-old/dbserver.ml sks-1.0.10/dbserver.ml
+--- sks-1.0.10-old/dbserver.ml	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/dbserver.ml	2005-08-24 18:48:22.686273477 +0200
+@@ -382,7 +382,7 @@
  
    let convert_web_fname fname =
      if verify_web_fname fname then
@@ -33,9 +33,9 @@
      else raise (Wserver.Misc_error "Malformed requst")
  
    let supported_extensions = 
-diff -ruN sks-1.0.9-old/getfileopts.ml sks-1.0.9/getfileopts.ml
---- sks-1.0.9-old/getfileopts.ml	2004-10-21 04:56:03.000000000 +0200
-+++ sks-1.0.9/getfileopts.ml	2004-11-12 17:19:06.000000000 +0100
+diff -Nur sks-1.0.10-old/getfileopts.ml sks-1.0.10/getfileopts.ml
+--- sks-1.0.10-old/getfileopts.ml	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/getfileopts.ml	2005-08-24 18:48:22.686273477 +0200
 @@ -106,7 +106,7 @@
  (**************************************************************)
  (**************************************************************)
@@ -45,9 +45,9 @@
  
  let parse args = 
    Arg.current := 0;
-diff -ruN sks-1.0.9-old/reconserver.ml sks-1.0.9/reconserver.ml
---- sks-1.0.9-old/reconserver.ml	2004-10-21 04:56:03.000000000 +0200
-+++ sks-1.0.9/reconserver.ml	2004-11-12 17:19:24.000000000 +0100
+diff -Nur sks-1.0.10-old/reconserver.ml sks-1.0.10/reconserver.ml
+--- sks-1.0.10-old/reconserver.ml	2005-08-24 17:58:24.000000000 +0200
++++ sks-1.0.10/reconserver.ml	2005-08-24 18:48:22.687273356 +0200
 @@ -182,7 +182,7 @@
  	let elements = Set.elements results in
  	let hashes = hashconvert elements in
@@ -66,9 +66,9 @@
  	match results with
  	    [] -> []
  	  | _ ->
-diff -ruN sks-1.0.9-old/settings.ml sks-1.0.9/settings.ml
---- sks-1.0.9-old/settings.ml	2004-10-21 04:56:04.000000000 +0200
-+++ sks-1.0.9/settings.ml	2004-11-12 17:19:06.000000000 +0100
+diff -Nur sks-1.0.10-old/settings.ml sks-1.0.10/settings.ml
+--- sks-1.0.10-old/settings.ml	2005-08-24 17:58:24.000000000 +0200
++++ sks-1.0.10/settings.ml	2005-08-24 18:48:22.687273356 +0200
 @@ -173,7 +173,7 @@
  let command_timeout = ref 60
  let set_command_timeout value = command_timeout := value
@@ -102,7 +102,7 @@
  
  let dbdir = lazy (Filename.concat !basedir base_dbdir)
  let ptree_dbdir = lazy (Filename.concat !basedir base_ptree_dbdir)
-@@ -260,7 +260,7 @@
+@@ -252,7 +252,7 @@
      ("-hkp_address",Arg.String set_hkp_address, " Set hkp binding address"); 
      ("-use_port_80",Arg.Set use_port_80, 
       " Have the HKP interface listen on port 80, as well as the hkp_port"); 

Modified: sks/trunk/sks/debian/patches/501_makefile_cflags
===================================================================
--- sks/trunk/sks/debian/patches/501_makefile_cflags	2008-06-19 15:17:00 UTC (rev 178)
+++ sks/trunk/sks/debian/patches/501_makefile_cflags	2008-06-19 15:17:08 UTC (rev 179)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.9-old/Makefile sks-1.0.9/Makefile
---- sks-1.0.9-old/Makefile	2004-10-13 23:47:44.000000000 +0200
-+++ sks-1.0.9/Makefile	2004-10-18 22:50:32.000000000 +0200
+diff -Nur sks-1.0.10-old/Makefile sks-1.0.10/Makefile
+--- sks-1.0.10-old/Makefile	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/Makefile	2005-08-24 18:48:40.380131459 +0200
 @@ -17,8 +17,8 @@
  CINCLUDES=-I`ocamlc -where`
  CC=gcc
@@ -30,7 +30,7 @@
  LIBS=$(LIBS.bc:.cma=.cmxa)
  
  VERSION := $(shell cat VERSION)
-@@ -246,10 +246,10 @@
+@@ -256,10 +256,10 @@
  ##################################
  
  bdb/bdb.cmxa: bdb/bdb_stubs.c bdb/bdb_stubs.h
@@ -43,7 +43,7 @@
  
  bdbclean:
  	cd bdb && $(MAKE) clean
-@@ -264,51 +264,6 @@
+@@ -274,51 +274,6 @@
  	touch prepared
  
  
@@ -95,7 +95,7 @@
  ################################
  # old stuff
  ################################
-@@ -404,8 +359,6 @@
+@@ -414,8 +369,6 @@
  
  cleanall: clean bdbclean
  	rm -f lib/*
@@ -104,9 +104,9 @@
  	rm -rf
  
  # Dependencies
-diff -ruN sks-1.0.9-old/bdb/Makefile sks-1.0.9/bdb/Makefile
---- sks-1.0.9-old/bdb/Makefile	2004-04-25 03:06:34.000000000 +0200
-+++ sks-1.0.9/bdb/Makefile	2004-10-18 22:50:32.000000000 +0200
+diff -Nur sks-1.0.10-old/bdb/Makefile sks-1.0.10/bdb/Makefile
+--- sks-1.0.10-old/bdb/Makefile	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/bdb/Makefile	2005-08-24 18:48:40.380131459 +0200
 @@ -16,8 +16,8 @@
  CINCLUDES=-I`ocamlc -where` $(BDBINCLUDE)
  CC=gcc

Modified: sks/trunk/sks/debian/patches/508_build_fastbuild
===================================================================
--- sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 15:17:00 UTC (rev 178)
+++ sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 15:17:08 UTC (rev 179)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.9-old/sks_build.sh sks-1.0.9/sks_build.sh
---- sks-1.0.9-old/sks_build.sh	2003-11-29 14:38:18.000000000 +0100
-+++ sks-1.0.9/sks_build.sh	2004-03-27 01:46:47.000000000 +0100
+diff -Nur sks-1.0.10-old/sks_build.sh sks-1.0.10/sks_build.sh
+--- sks-1.0.10-old/sks_build.sh	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/sks_build.sh	2005-08-24 18:49:02.962397592 +0200
 @@ -5,12 +5,44 @@
  # You might want to edit this file to reduce or increase memory usage 
  # depending on your system

Modified: sks/trunk/sks/debian/patches/509_Slong_Dlong
===================================================================
--- sks/trunk/sks/debian/patches/509_Slong_Dlong	2008-06-19 15:17:00 UTC (rev 178)
+++ sks/trunk/sks/debian/patches/509_Slong_Dlong	2008-06-19 15:17:08 UTC (rev 179)
@@ -1,6 +1,6 @@
-diff -ruN sks-1.0.9-old/number.ml sks-1.0.9/number.ml
---- sks-1.0.9-old/number.ml	2004-04-25 03:06:34.000000000 +0200
-+++ sks-1.0.9/number.ml	2004-10-18 22:52:31.000000000 +0200
+diff -Nur sks-1.0.10-old/number.ml sks-1.0.10/number.ml
+--- sks-1.0.10-old/number.ml	2005-08-24 17:58:23.000000000 +0200
++++ sks-1.0.10/number.ml	2005-08-24 18:49:18.268544555 +0200
 @@ -18,7 +18,7 @@
  (** Basic operations and definitions for multi-precistion integers. *)
  




More information about the Pkg-sks-commit mailing list