Added Deb/RPM package for yaz-illclient. Closes #1155.
[yaz-moved-to-github.git] / debian / control
index da1ac47..b3ddff4 100644 (file)
@@ -5,7 +5,7 @@ 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
 
-Package: libyaz
+Package: libyaz3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
@@ -36,10 +36,10 @@ Description: The YAZ Z39.50 toolkit (documentation)
  .
  This packages includes HTML documentation for YAZ.
 
-Package: libyaz-dev
-Depends: libyaz (= ${Source-Version}), libxslt1-dev, libwrap0-dev, libssl-dev
+Package: libyaz3-dev
+Depends: libyaz3 (= ${Source-Version}), libxslt1-dev, libwrap0-dev, libssl-dev
 Replaces: yaz-devel
-Conflicts: yaz-devel
+Conflicts: yaz-devel, libyaz-dev, libyaz2-dev
 Section: devel
 Architecture: any
 Recommends: yaz-doc
@@ -51,10 +51,19 @@ Description: The YAZ Z39.50 toolkit (development files)
 
 Package: yaz-ziffy
 Section: utils
-Architecture: all
+Depends: ${shlibs:Depends}
+Architecture: any
 Description: ziffy: the promiscuous Z39.50 APDU sniffer 
  ziffy is a promiscuous Z39.50 APDU sniffer, like the popular tcpdump.
  ziffy can capture and show all Z39.50 traffic on your LAN segment.
  This packages is a special port of ziffy ported to YAZ. Note that ziffy
- is licensed under the GPL and was is by Rocco Carbone <rocco@ntop.org>.
+ is licensed under the GPL by Rocco Carbone <rocco@ntop.org>.
+
+Package: yaz-illclient
+Section: utils
+Depends: ${shlibs:Depends}
+Architecture: any
+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.