libyazpp2, libyazpp2-dev.
Branch out: YAZPROXY_1_2_1_1_branch .
EXTRA_DIST= README LICENSE m4/yazpp.m4 m4/yaz.m4 m4/usemarcon.m4 buildconf.sh
dist-hook:
- if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi
+ if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi
mkdir $(distdir)/win
cp $(srcdir)/win/makefile $(distdir)/win/
mkdir $(distdir)/debian
cp $(srcdir)/debian/control $(distdir)/debian
cp $(srcdir)/debian/changelog $(distdir)/debian
cp $(srcdir)/debian/rules $(distdir)/debian
- cp $(srcdir)/debian/*.postinst $(distdir)/debian
cp $(srcdir)/debian/*.install $(distdir)/debian
cp $(srcdir)/debian/*.manpages $(distdir)/debian
+Debian packages libyazproxy2, libyazproxy2-dev. These depend on
+libyazpp2, libyazpp2-dev.
+
+Branch out: YAZPROXY_1_2_1_1_branch .
+
--- 1.2.1.1 2006/06/09
Added support for thread config element which specifies number of
-dnl yazproxy, Index Data 1994-2006
+dnl yazproxy, Index Data 1994-2007
dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.14 2006-07-07 12:17:00 adam Exp $
+dnl $Id: configure.ac,v 1.15 2007-03-20 16:23:42 adam Exp $
AC_PREREQ(2.59)
-AC_INIT([yazproxy],[1.2.1.1],[adam@indexdata.dk])
+AC_INIT([yazproxy],[1.3.0],[adam@indexdata.dk])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([1.8])
+yazproxy (1.3.0-1) unstable; urgency=low
+
+ * Upstream. libyazproxy2.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Tue, 20 Mar 2007 09:22:01 +0100
+
yazproxy (1.2.1-1) unstable; urgency=low
* Do not depend on docbook utils. Doc is part of make dist.
Priority: optional
Maintainer: Adam Dickmeiss <adam@indexdata.dk>
Standards-Version: 3.6.0
-Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz-dev (>= 2.1.23), libyazpp-dev(>= 1.0.1)
+Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp2-dev(>= 1.0.3)
Package: yazproxy
Section: utils
Architecture: any
-Depends: libyazproxy1 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libyazproxy2 (= ${Source-Version})
Description: YAZ Proxy.
YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
converts them to Z39.50 client requests. The proxy has several facilities
to optimize performance and tries to reduce the commnication with the
backend server.
-Package: libyazproxy1
+Package: libyazproxy2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, libyazpp1 (>= 1.0.1)
+Depends: ${shlibs:Depends}
Description: YAZ Proxy libraries.
YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
converts them to Z39.50 client requests. The proxy has several facilities
to optimize performance and tries to reduce the commnication with the
backend server.
-Package: libyazproxy-dev
+Package: libyazproxy2-dev
Section: devel
Architecture: any
-Depends: libyazproxy1 (= ${Source-Version}), libxml2-dev, libxslt1-dev, libyazpp-dev, libyaz-dev
+Depends: libyazproxy2 (= ${Source-Version}), libxml2-dev, libxslt1-dev, libyazpp2-dev
+Conflicts: libyazproxy-dev
Description: YAZ Proxy development libraries.
YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
converts them to Z39.50 client requests. The proxy has several facilities
+++ /dev/null
-debian/tmp/usr/include/yazproxy/*.h
-debian/tmp/usr/lib/libyazproxy*.a
-debian/tmp/usr/lib/libyazproxy*.so
-debian/tmp/usr/lib/libyazproxy*.la
+++ /dev/null
-debian/tmp/usr/lib/libyazproxy*.so.*
+++ /dev/null
-#! /bin/sh
-# postinst script
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
- configure)
- ldconfig
- exit 0
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- exit 0
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
--- /dev/null
+debian/tmp/usr/include/yazproxy/*.h
+debian/tmp/usr/lib/libyazproxy*.a
+debian/tmp/usr/lib/libyazproxy*.so
+debian/tmp/usr/lib/libyazproxy*.la
--- /dev/null
+debian/tmp/usr/lib/libyazproxy*.so.*
dh_fixperms
# dh_perl
# dh_python
- dh_makeshlibs -V 'libyazproxy1 (>= 1.1)'
+ dh_makeshlibs -V 'libyazproxy2 (>= 1.3.0)'
dh_installdeb
- dh_shlibdeps -l debian/libyazproxy1/usr/lib
+ dh_shlibdeps -l debian/libyazproxy2/usr/lib
dh_gencontrol
dh_md5sums
dh_builddeb
-## $Id: Makefile.am,v 1.15 2007-02-25 17:51:22 adam Exp $
+## $Id: Makefile.am,v 1.16 2007-03-20 16:23:43 adam Exp $
AM_CXXFLAGS = $(YAZPPINC) -I$(srcdir)/../include $(USEMARCONINC)
lib_LTLIBRARIES = libyazproxy.la
-libyazproxy_la_LDFLAGS=-version-info 1:0:0
+libyazproxy_la_LDFLAGS=-version-info 2:0:0
libyazproxy_la_SOURCES= yaz-proxy.cpp yaz-proxy-config.cpp yaz-bw.cpp \
proxyp.h yaz-usemarcon.cpp charset-converter.cpp msg-thread.cpp msg-thread.h \