tags 325272 patch
thanks

Hi,

Attached is a patch for migrating from freecdb to tinycdb.

Charles

-- 
The whale
Put Jonah
Down the hatch
But coughed him up
Because he scratched
Burma-Shave
http://burma-shave.org/jingles/1950/the_whale
diff -Nru skksearch-0.0-orig/debian/cdb.h skksearch-0.0/debian/cdb.h
--- skksearch-0.0-orig/debian/cdb.h     2005-11-07 17:26:33.341472125 -0500
+++ skksearch-0.0/debian/cdb.h  1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-#include <freecdb.h>
diff -Nru skksearch-0.0-orig/debian/control skksearch-0.0/debian/control
--- skksearch-0.0-orig/debian/control   2005-11-07 17:26:33.342471990 -0500
+++ skksearch-0.0/debian/control        2005-11-07 17:25:54.243745036 -0500
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Takao KAWAMURA <[EMAIL PROTECTED]>
-Build-Depends: debhelper, libdb2-dev, freecdb
+Build-Depends: debhelper, libdb2-dev, tinycdb
 Standards-Version: 3.6.1
 
 Package: skksearch
diff -Nru skksearch-0.0-orig/debian/rules skksearch-0.0/debian/rules
--- skksearch-0.0-orig/debian/rules     2005-11-07 17:26:33.343471855 -0500
+++ skksearch-0.0/debian/rules  2005-11-07 17:26:05.842180832 -0500
@@ -22,7 +22,7 @@
 
        # Add here commands to compile the package.
        -[ -f debian/patch ] && patch <debian/patch && touch debian/patched
-       $(MAKE) 'CFLAGS=-O -Idebian -DSYSLOG' 'LDFLAGS=-lfreecdb -ldb'
+       $(MAKE) 'CFLAGS=-O -Idebian -DSYSLOG' 'LDFLAGS=-lcdb -ldb'
        #/usr/bin/docbook-to-man debian/skksearch.sgml > skksearch.1
 
        touch build-stamp
diff -Nru skksearch-0.0-orig/debian/skksearch.8 skksearch-0.0/debian/skksearch.8
--- skksearch-0.0-orig/debian/skksearch.8       2005-11-07 17:26:33.344471720 
-0500
+++ skksearch-0.0/debian/skksearch.8    2005-11-07 17:26:12.752248910 -0500
@@ -59,7 +59,7 @@
 Berkeley DB
 .TP
 .B cdb
-constant database. (see freecdb).
+constant database. (see tinycdb).
 .TP
 .B plain
 plain text like SKK-JISYO.L

Attachment: signature.asc
Description: Digital signature

Reply via email to