[libdap] 04/48: fix deps
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 098f1e8df610b7c57ff3239673cc48e4b9531a30
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Aug 19 11:52:11 2011 +0100
fix deps
---
debian/control | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 0cf8b11..a4da259 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Package: libdap11
Section: libs
Replaces: libdap10
Conflicts: libdap10
+Breaks: libdap10
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Open-source Project for a Network Data Access Protocol library
@@ -33,9 +34,8 @@ Description: Open-source Project for a Network Data Access Protocol library
Package: libdapclient3
Section: libs
Conflicts: libdap10
-Replaces: libdap10
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libdap11 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
Description: Client library for the Network Data Access Protocol
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
@@ -48,9 +48,8 @@ Description: Client library for the Network Data Access Protocol
Package: libdapserver3
Section: libs
Conflicts: libdap10
-Replaces: libdap10
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libdap11 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
Description: Server library for the Network Data Access Protocol
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
@@ -63,7 +62,7 @@ Description: Server library for the Network Data Access Protocol
Package: libdap-bin
Architecture: any
-Depends: libdap11 ( = ${binary:Version} ), libdapclient3 = ( ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libdapclient3 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
Description: Binaries for the libdap Data Access Protocol library
OPeNDAP provides software that allows you to access data over the internet,
from programs that weren't originally designed for that purpose, as well
--
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