[Pkg-sks-commit] r30 - in sks/trunk/sks/debian: . patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:37:02 UTC 2008


Author: chrism
Date: 2008-06-19 14:37:01 +0000 (Thu, 19 Jun 2008)
New Revision: 30

Modified:
   sks/trunk/sks/debian/TODO
   sks/trunk/sks/debian/patches/500_debian_fhs
Log:
[project @ 31]
relative 2 absolute

Original author: fabbione
Date: 2003-12-01 21:02:22.190960+00:00

Modified: sks/trunk/sks/debian/TODO
===================================================================
--- sks/trunk/sks/debian/TODO	2008-06-19 14:36:55 UTC (rev 29)
+++ sks/trunk/sks/debian/TODO	2008-06-19 14:37:01 UTC (rev 30)
@@ -13,7 +13,8 @@
 	    CFLAGS are the same so we cannot really use a debian standard.
 	- debian fhs needs to be completed
 	  - where are the recon and db sockets?  do they still exist in 1.0.5?
-	  - why the fuck upstream has to force pwd???
+	  o why the fuck upstream has to force pwd???.. a fucking "."
+	    go figure...
 	- completing Build-Depends:
 	- wait for the non-free Nat stuff to get rewritten in ocaml.
 	  Sven says it will be in ocaml 3.08.

Modified: sks/trunk/sks/debian/patches/500_debian_fhs
===================================================================
--- sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 14:36:55 UTC (rev 29)
+++ sks/trunk/sks/debian/patches/500_debian_fhs	2008-06-19 14:37:01 UTC (rev 30)
@@ -1,6 +1,6 @@
 diff -ruN sks-1.0.5-old/getfileopts.ml sks-1.0.5/getfileopts.ml
 --- sks-1.0.5-old/getfileopts.ml	2003-11-04 03:34:43.000000000 +0100
-+++ sks-1.0.5/getfileopts.ml	2003-12-01 06:19:51.000000000 +0100
++++ sks-1.0.5/getfileopts.ml	2003-12-01 21:43:08.000000000 +0100
 @@ -106,7 +106,7 @@
  (**************************************************************)
  (**************************************************************)
@@ -12,7 +12,16 @@
    Arg.current := 0;
 diff -ruN sks-1.0.5-old/settings.ml sks-1.0.5/settings.ml
 --- sks-1.0.5-old/settings.ml	2003-11-29 15:18:31.000000000 +0100
-+++ sks-1.0.5/settings.ml	2003-12-01 06:21:05.000000000 +0100
++++ sks-1.0.5/settings.ml	2003-12-01 21:43:40.000000000 +0100
+@@ -90,7 +90,7 @@
+ let max_uid_fetches = ref 1000
+ let set_max_uid_fetches value = max_uid_fetches := value
+ 
+-let basedir = ref "."
++let basedir = ref ""
+ let set_basedir value = basedir := value
+ 
+ let dump_new = ref false 
 @@ -176,7 +176,7 @@
  let command_timeout = ref 60
  let set_command_timeout value = command_timeout := value
@@ -43,19 +52,3 @@
  
  let update_dir dirref =
    dirref := Filename.concat !basedir !dirref
-diff -ruN sks-1.0.5-old/sks_build.sh sks-1.0.5/sks_build.sh
---- sks-1.0.5-old/sks_build.sh	2003-11-29 14:38:18.000000000 +0100
-+++ sks-1.0.5/sks_build.sh	2003-12-01 06:21:30.000000000 +0100
-@@ -7,6 +7,7 @@
- 
- fail() { echo Command failed unexpectedly.  Bailing out; exit -1; }
- 
-+cd /var/lib/sks/dump > /dev/null
- echo === Running fastbuild... ===
- if ! sks fastbuild -n 10 -cache 100; then fail; fi
- echo === Cleaning key database... ===
-@@ -14,3 +15,4 @@
- echo === Building ptree database... ===
- if ! sks pbuild -cache 20 -ptree_cache 70; then fail; fi
- echo === Done! ===
-+cd - > /dev/null




More information about the Pkg-sks-commit mailing list