From 88498c8304d56507d64fba1ea3bbc2baef668702 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 28 Apr 2003 21:05:25 +0000 Subject: [PATCH] New YAZ layout. idzebra-doc architecture independent. --- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/rules | 4 ---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97c6210..9fc95f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.11-2) unstable; urgency=low + + * New YAZ layout. idzebra-doc architecture independent. + + -- Adam Dickmeiss Mon, 28 Apr 2003 20:07:21 +0100 + idzebra (1.3.11-1) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index e37832b..b70414e 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ Source: idzebra -Standards-Version: 2.5.0.0 +Standards-Version: 3.5.9.0 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: yaz-devel (>= 1.9.3), libexpat1-dev, tcl8.3-dev, libbz2-dev +Build-Depends: libyaz-dev (>= 2.0.2), libexpat1-dev, tcl8.3-dev, libbz2-dev Package: idzebra-doc Section: doc -Architecture: any +Architecture: all Recommends: idzebra Description: Documentation for the Zebra engine. Zebra is a high-performance, general-purpose structured text indexing diff --git a/debian/rules b/debian/rules index 0a3c226..582ebe1 100755 --- a/debian/rules +++ b/debian/rules @@ -20,11 +20,7 @@ else MCFLAGS= endif -ZEBRA_VERSION=1.3.10 ZEBRASRCDIR?=$(shell pwd) -# If this is not IndexData's release, then it is a cvs-checkout. Go cheat! -# YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d") -export ZEBRA_VERSION # Local library path for linking with right dependencies LOCAL_LINK=-ldebian/idzebra/usr/lib -- 1.7.10.4