Move YAZ proxy away from Debian
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 11 Apr 2004 14:14:03 +0000 (14:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 11 Apr 2004 14:14:03 +0000 (14:14 +0000)
debian/changelog
debian/control
debian/libyazproxy-dev.install [deleted file]
debian/libyazproxy.install [deleted file]
debian/rules
debian/yazproxy.install [deleted file]

index a6e296a..1998e61 100644 (file)
@@ -1,3 +1,9 @@
+yaz++ (0.8-1) unstable; urgency=low
+
+  * Separate YAZ proxy.
+
+ -- Adam Dickmeiss <adam@peanut.index>  Sun, 11 Apr 2004 16:12:54 +0200
+
 yaz++ (0.7.13-1) unstable; urgency=low
 
   * Upstream.
index 4e4c4ea..93c199e 100644 (file)
@@ -23,33 +23,3 @@ Section: doc
 Architecture: all
 Description: Documentation for YAZ++.
  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
-
-Package: libyazproxy
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libyaz++ (= ${Source-Version})
-Description: YAZ Proxy libraries.
- YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
- converts them to Z39.50 client requests. The proxy has several facilities
- to optimize performance and tries to reduce the commnication with the
- backend server.
-
-Package: libyazproxy-dev
-Section: devel
-Architecture: any
-Depends: libyazproxy (= ${Source-Version}), libyaz++-dev (= ${Source-Version}), libxml2-dev, libxslt1-dev
-Description: YAZ Proxy development libraries.
- YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
- converts them to Z39.50 client requests. The proxy has several facilities
- to optimize performance and tries to reduce the commnication with the
- backend server.
-
-Package: yazproxy
-Section: utils
-Architecture: any
-Depends: libyazproxy (= ${Source-Version})
-Description: YAZ Proxy.
- YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and
- converts them to Z39.50 client requests. The proxy has several facilities
- to optimize performance and tries to reduce the commnication with the
- backend server.
diff --git a/debian/libyazproxy-dev.install b/debian/libyazproxy-dev.install
deleted file mode 100644 (file)
index d5f7d59..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/include/yaz++/proxy/*.h
-debian/tmp/usr/lib/libyazproxy*.a
-debian/tmp/usr/lib/libyazproyx*.so
-debian/tmp/usr/lib/libyazproxy*.la
diff --git a/debian/libyazproxy.install b/debian/libyazproxy.install
deleted file mode 100644 (file)
index ff54d1d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/libyazproxy*.so.*
-debian/tmp/usr/share/yazproxy/*
index 4ff2ad5..0cfaa44 100755 (executable)
@@ -109,9 +109,9 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libyaz++ (>= 0.7.13)'
+       dh_makeshlibs -V 'libyaz++ (>= 0.8)'
        dh_installdeb
-       dh_shlibdeps -l debian/libyaz++/usr/lib:debian/libyazproxy/usr/lib
+       dh_shlibdeps -l debian/libyaz++/usr/lib
        dh_gencontrol
        dh_md5sums
        dh_builddeb
diff --git a/debian/yazproxy.install b/debian/yazproxy.install
deleted file mode 100644 (file)
index 60d4d1a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/bin/yaz-proxy
-debian/tmp/usr/share/man/man8/yaz-proxy.8