From 0e81a96bebc0be43fc2972332091cdac57dcac5f Mon Sep 17 00:00:00 2001 From: garkier Date: Mon, 18 Mar 2002 21:16:55 +0000 Subject: [PATCH] Ooops forgot this --- debian/control | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9c22d07 --- /dev/null +++ b/debian/control @@ -0,0 +1,51 @@ +Source: yaz +Standards-Version: 2.5.0.0 +Maintainer: Adam Dickmeiss +Priority: extra + +Package: yaz-doc +Section: devel +Architecture: any +Description: The YAZ Z39.50 toolkit (documentation) + The YAZ-toolkit is a C-toolkit for building + origins and/or targets using the Z39.50 protocol for + information retrieval. + . + YAZ supports a substantial subset of the Z39.50 standard + and features a SSL protocol layer as an option. + . + YAZ is made by the danish software company Index Data + and further information is available at http://www.indexdata.dk/ + +Package: yaz-runtime +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: yaz-runtime-ssl +Description: The YAZ Z39.50 toolkit (runtime files) + The YAZ-toolkit is a C-toolkit for building + origins and/or targets using the Z39.50 protocol for + information retrieval. + . + YAZ supports a substantial subset of the Z39.50 standard + and features a SSL protocol layer as an option. + . + YAZ is made by the danish software company Index Data + and further information is available at http://www.indexdata.dk/ + +Package: yaz-devel +Depends: yaz-runtime, ${shlibs:Depends} +Section: devel +Architecture: any +Recommends: yaz-doc +Description: The YAZ Z39.50 toolkit (development files) + The YAZ-toolkit is a C-toolkit for building + origins and/or targets using the Z39.50 protocol for + information retrieval. + . + YAZ supports a substantial subset of the Z39.50 standard + and features a SSL protocol layer as an option. + . + YAZ is made by the danish software company Index Data + and further information is available at http://www.indexdata.dk/ + -- 1.7.10.4