Using idzebra instread of zebra in filenames/directories
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Sep 2002 09:36:23 +0000 (09:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Sep 2002 09:36:23 +0000 (09:36 +0000)
CHANGELOG
configure.in
debian/changelog
debian/control
debian/rules
win/zebra.nsi
zebra.spec

index a643d7a..68ed17f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
 
---- 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).
index ff0e2be..50e51ce 100644 (file)
@@ -1,8 +1,8 @@
 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)
index fee0aea..11a8ebb 100644 (file)
@@ -1,8 +1,8 @@
-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
 
index 25ce87e..e785060 100644 (file)
@@ -1,4 +1,4 @@
-Source: zebra
+Source: idzebra
 Standards-Version: 2.5.0.0
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
index dab6e80..b845859 100755 (executable)
@@ -91,7 +91,7 @@ binary-indep: build install
 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
@@ -117,7 +117,7 @@ binary-arch: build install
        -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
 
index bdbaeac..3382ce1 100644 (file)
@@ -1,10 +1,10 @@
-; $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
index 1180a82..0298640 100644 (file)
@@ -1,11 +1,11 @@
-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/
@@ -35,7 +35,7 @@ cd doc; make prefix=$RPM_BUILD_ROOT/usr install
 %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