[plplot] 01/01: Let the bindings depend on the driver

Ole Streicher olebole at moszumanska.debian.org
Sun Jul 16 11:50:50 UTC 2017


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

olebole pushed a commit to branch master
in repository plplot.

commit 503a07612c341845fa1e78f563dc062ad9e5eeaa
Author: Ole Streicher <olebole at debian.org>
Date:   Sun Jul 16 13:36:33 2017 +0200

    Let the bindings depend on the driver
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 25f31cf..278d726 100644
--- a/debian/control
+++ b/debian/control
@@ -287,7 +287,8 @@ Package: libplplotwxwidgets1
 Architecture: any
 Section: libs
 Multi-Arch: same
-Depends: ${misc:Depends},
+Depends: plplot-driver-wxwidgets,
+         ${misc:Depends},
          ${shlibs:Depends}
 Conflicts: plplot12-driver-wxwidgets
 Replaces: plplot12-driver-wxwidgets
@@ -400,7 +401,8 @@ Package: libplplotqt2
 Architecture: any
 Section: libs
 Multi-Arch: same
-Depends: ${misc:Depends},
+Depends: plplot-driver-qt,
+         ${misc:Depends},
          ${shlibs:Depends}
 Conflicts: plplot12-driver-qt
 Replaces: plplot12-driver-qt

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



More information about the debian-science-commits mailing list