Debian package 3.0.15-1 with ICU.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Oct 2007 12:40:04 +0000 (12:40 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Oct 2007 12:40:04 +0000 (12:40 +0000)
NEWS
debian/changelog
debian/control
debian/rules
debian/yaz-icu.install [new file with mode: 0644]
test/.cvsignore
util/.cvsignore

diff --git a/NEWS b/NEWS
index 50a5065..7261c8a 100644 (file)
--- 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 . 
 
index 96c4c11..92da6ba 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.15-1) unstable; urgency=low
+
+  * Version with ICU.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 22 Oct 2007 14:31:54 +0200
+
 yaz (3.0.14-1) unstable; urgency=low
 
   * Upstream.
index b3ddff4..56d8725 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 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.
+
index e8731f0..29ff227 100755 (executable)
@@ -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 (file)
index 0000000..6b2c5e0
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/bin/yaz-icu
index e993d57..c6886e3 100644 (file)
@@ -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
index 73393ce..0bb51b2 100644 (file)
@@ -17,3 +17,4 @@ yaz-marcdump
 yaz-benchmark
 yaz-xmlquery
 yaz-illclient
+yaz-icu