---- 1.3.2 2002/09/06
+--- 1.3.2 2002/09/09
+
+When name zebra is used in a filename or directory 'idzebra' is used
+instead to avoid confusion with GNU zebra (routing software).
+
+Zebra server stops with a fatal error if config file cannot be read.
New config setting, followLinks, that controls whether update of files
should follow symbolic. Set it to 1 (for enable) or 0 (to disable).
dnl Zebra, Index Data Aps, 1995-2002
-dnl $Id: configure.in,v 1.46 2002-09-05 14:36:20 adam Exp $
+dnl $Id: configure.in,v 1.47 2002-09-09 09:36:24 adam Exp $
dnl
AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(zebra,1.3.2)
+AM_INIT_AUTOMAKE(idzebra,1.3.2)
dnl ------ Substitutions
AC_SUBST(TCL_INCLUDE)
AC_SUBST(TCL_LIB)
-zebra (1.3.2-1) unstable; urgency=low
+idzebra (1.3.2-1) unstable; urgency=low
* Second debian package
- -- Adam Dickmeiss <adam@indexdata.dk> Wed, 6 Sep 2002 15:04:51 +0100
+ -- Adam Dickmeiss <adam@indexdata.dk> Wed, 9 Sep 2002 11:23:51 +0100
zebra (1.3.1-1) unstable; urgency=low
-Source: zebra
+Source: idzebra
Standards-Version: 2.5.0.0
Maintainer: Adam Dickmeiss <adam@indexdata.dk>
Priority: extra
binary-arch: build install
dh_testdir
dh_testroot
- dh_movefiles -p idzebra usr/share/zebra usr/bin
+ dh_movefiles -p idzebra usr/share/idzebra usr/bin
cp LICENSE.zebra debian/copyright
cp CHANGELOG changelog
-find debian/tmp -type d -name CVS | xargs rm -rf
# For some reason it is necessary to remove empty-dirs in doc
-rm -rf debian/tmp/usr/include debian/tmp/usr/share/aclocal debian/tmp/usr/lib debian/tmp/usr/bin \
- debian/tmp/usr/share/zebra
+ debian/tmp/usr/share/idzebra
dh_builddeb -p idzebra
-; $Id: zebra.nsi,v 1.3 2002-09-06 19:55:25 adam Exp $
+; $Id: zebra.nsi,v 1.4 2002-09-09 09:36:24 adam Exp $
!define VERSION "1.3.2"
Name "Zebra"
Caption "Index Data Yebra ${VERSION} Setup"
-OutFile "zebra_${VERSION}.exe"
+OutFile "idzebra_${VERSION}.exe"
LicenseText "You must read the following license before installing:"
LicenseData license.txt
-Name: zebra
+Name: idzebra
Version: 1.3.2
Release: 1
Requires: yaz expat bzip2-libs tcl
Copyright: GPL
Group: Applications/Databases
Vendor: Index Data ApS <info@indexdata.dk>
-Source: zebra-%{version}.tar.gz
+Source: idzebra-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-root
Packager: Adam Dickmeiss <adam@indexdata.dk>
URL: http://www.indexdata.dk/zebra/
%files
%defattr(-,root,root)
%doc README LICENSE.zebra CHANGELOG
-%config /usr/share/zebra/tab
+%config /usr/share/idzebra/tab
/usr/bin/zebrasrv
/usr/bin/zebraidx
-/usr/share/doc/zebra
+/usr/share/doc/idzebra