From f98b671ac4ece0194de14c04ef7c281a410e0831 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Oct 2007 12:40:04 +0000 Subject: [PATCH 1/1] Debian package 3.0.15-1 with ICU. --- NEWS | 4 ++-- debian/changelog | 6 ++++++ debian/control | 9 ++++++++- debian/rules | 2 +- debian/yaz-icu.install | 1 + test/.cvsignore | 7 ++----- util/.cvsignore | 1 + 7 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 debian/yaz-icu.install diff --git a/NEWS b/NEWS index 50a5065..7261c8a 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,8 @@ Added ICU chain component - which used to be part of Pazpar2. Added HTTP tunnel facility for COMSTACK, bug #1752. This is a facility that allows a Web proxy, such as squid, to tunnel Z39.50 traffic. This facility is "transparent" to must applications -using YAZ. It's enabled by using pseudo transport connect: followed bý -the we proxy address, followed by command, then follwed by he regular +using YAZ. It's enabled by using pseudo transport connect: followed by +the proxy address, followed by command, then follwed by he regular "virtual" addresss. For example, connect:webproxy.com:3128,tcp:z3950.loc.gov:7090/voyager . diff --git a/debian/changelog b/debian/changelog index 96c4c11..92da6ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.15-1) unstable; urgency=low + + * Version with ICU. + + -- Adam Dickmeiss Mon, 22 Oct 2007 14:31:54 +0200 + yaz (3.0.14-1) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index b3ddff4..56d8725 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: debhelper (>= 4), pkg-config, libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, libpcap0.8-dev +Build-Depends: debhelper (>= 4), pkg-config, libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, libpcap0.8-dev, libicu36-dev Package: libyaz3 Section: libs @@ -67,3 +67,10 @@ Description: yaz-illclient: an ISO ILL client. yaz-illclient is a command-line based client which sends ILL requests to a server and decodes the response. +Package: yaz-icu +Section: utils +Depends: ${shlibs:Depends} +Architecture: any +Description: yaz-icu: command line utility for YAZ' ICU utilities. + yaz-icu is a command-line based client which tests YAZ' ICU utilities. + diff --git a/debian/rules b/debian/rules index e8731f0..29ff227 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz3 (>= 3.0.11)' + dh_makeshlibs -V 'libyaz3 (>= 3.0.15)' dh_installdeb dh_shlibdeps -l debian/libyaz3/usr/lib dh_gencontrol diff --git a/debian/yaz-icu.install b/debian/yaz-icu.install new file mode 100644 index 0000000..6b2c5e0 --- /dev/null +++ b/debian/yaz-icu.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/yaz-icu diff --git a/test/.cvsignore b/test/.cvsignore index e993d57..c6886e3 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -5,7 +5,6 @@ tstodrcodec.c tstodrcodec.h .libs tstccl -tstccl.log tsticonv tstmatchstr tstnmem @@ -23,12 +22,10 @@ tst_record_conv tst_retrieval tst_tpath tst_timing -tst_timing.log tst_comstack -tst_comstack.log tst_query_charset +tst_icu_I18N nfatest1 nfaxmltest1 -nfaxmltest1.log tst_oid -tst_oid.log +*.log diff --git a/util/.cvsignore b/util/.cvsignore index 73393ce..0bb51b2 100644 --- a/util/.cvsignore +++ b/util/.cvsignore @@ -17,3 +17,4 @@ yaz-marcdump yaz-benchmark yaz-xmlquery yaz-illclient +yaz-icu -- 1.7.10.4