From e03b9210ed8dfa36f2f5c5b73d24223723e9104c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 11 Jan 2010 12:07:58 +0100 Subject: [PATCH] New package libmetaproxy-dev --- debian/control | 19 ++++++++++++++++--- debian/libmetaproxy-dev.install | 3 +++ 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 debian/libmetaproxy-dev.install diff --git a/debian/control b/debian/control index 3f57a53..9d558ca 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: Metaproxy Z39.50/SRU router (main executable) the binary ANSI/NISO Z39.50 and the information search and retrieval web service SRU as well as functioning as a limited HTTP server. . - This packages includes the main Metaproxy executable. + This package includes the main Metaproxy executable. Package: libmetaproxy Section: libs @@ -29,7 +29,20 @@ Description: Metaproxy Z39.50/SRU router (main executable) the binary ANSI/NISO Z39.50 and the information search and retrieval web service SRU as well as functioning as a limited HTTP server. . - This packages includes the Metaproxy libraries. + This package includes the Metaproxy libraries. + +Package: libmetaproxy-dev +Section: libdevel +Architecture: any +Depends: libmetaproxy (= ${Source-Version}), libyazpp3-dev (>= 1.1.4), libxslt1-dev, libboost-dev, libgnutls-dev +Description: Metaproxy Z39.50/SRU router (main executable) + This is a universal router, proxy and encapsulated metasearcher + for information retrieval protocols. It accepts, processes, interprets + and redirects requests from IR clients using standard protocols such as + the binary ANSI/NISO Z39.50 and the information search and retrieval web + service SRU as well as functioning as a limited HTTP server. + . + This package includes development libraries and C++ header files. Package: metaproxy-doc Section: doc @@ -41,4 +54,4 @@ Description: Metaproxy Z39.50/SRU router (documentation) the binary ANSI/NISO Z39.50 and the information search and retrieval web service SRU as well as functioning as a limited HTTP server. . - This packages includes HTML documentation for Metaproxy. + This package includes HTML documentation for Metaproxy. diff --git a/debian/libmetaproxy-dev.install b/debian/libmetaproxy-dev.install new file mode 100644 index 0000000..f1c58d2 --- /dev/null +++ b/debian/libmetaproxy-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/metaproxy +debian/tmp/usr/lib/libmetaproxy*.a +debian/tmp/usr/lib/libmetaproxy*.so -- 1.7.10.4