[libdap] 08/48: Fix missing dep

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag unstable/3.12.0-1
in repository libdap.

commit 1da78982929edf1e80072277265c3d12bb9daf9c
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Sep 5 14:52:21 2011 +0100

    Fix missing dep
---
 debian/changelog               |  7 +++++++
 debian/control                 |  4 ++--
 debian/patches/pkgconfig.patch | 17 +++++++++++++++++
 debian/patches/series          |  1 +
 4 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b546f68..37bc5c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdap (3.11.1-4) experimental; urgency=low
+
+  * Fix dependencies of libdap-dev. Add Dependency on uuid-dev. Closes: #640260.
+  * Fix missing dependency in libdapclient.pc 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Mon, 05 Sep 2011 14:51:47 +0100
+
 libdap (3.11.1-3) experimental; urgency=low
 
   * Uploato unstable; for libdapcient10, libdapserver7, change
diff --git a/debian/control b/debian/control
index a339076..6d758ed 100644
--- a/debian/control
+++ b/debian/control
@@ -78,8 +78,8 @@ Package: libdap-dev
 Section: libdevel
 Architecture: any
 Conflicts: libdnet-dev
-Depends: libdap11 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
-Recommends: pkg-config, libxml2-dev, libcurl4-gnutls-dev
+Depends: libdap11 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}, uuid-dev, libxml2-dev, libcurl4-gnutls-dev
+Recommends: pkg-config
 Description: Development files (headers and static libraries) for libdap
  OPeNDAP provides software that allows you to access data over the internet,
  from programs that weren't originally designed for that purpose, as well
diff --git a/debian/patches/pkgconfig.patch b/debian/patches/pkgconfig.patch
new file mode 100644
index 0000000..026b127
--- /dev/null
+++ b/debian/patches/pkgconfig.patch
@@ -0,0 +1,17 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Fix missing depends 
+Last-Updated: 2011-09-05
+Forwarded: no
+
+Index: libdap-3.11.1/libdapclient.pc.in
+===================================================================
+--- libdap-3.11.1.orig/libdapclient.pc.in	2011-09-05 14:49:50.000000000 +0100
++++ libdap-3.11.1/libdapclient.pc.in	2011-09-05 14:49:58.000000000 +0100
+@@ -11,6 +11,6 @@
+ Requires: libdap
+ Libs: -L${libdir} -ldapclient
+ Libs.private: @curlprivatelibs@
+-Requires.private: @curlprivatereq@
++Requires.private: @curlprivatereq@ uuid
+ Cflags: -I${includedir}/libdap
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 24bbf17..3b2120f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 curl-types-remove.patch
 xml_libs.patch
 testsuite-failures.patch
+pkgconfig.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git



More information about the debian-science-commits mailing list