[polybori] 01/01: Let -dev packages depend also on libgd-dev, libpng12-dev and libm4ri-dev.

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 17 21:37:23 UTC 2015


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

thansen pushed a commit to branch master
in repository polybori.

commit 6bf2ad4d9f873de57c2cacffecc3bd54ec799198
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Tue Mar 17 22:16:21 2015 +0100

    Let -dev packages depend also on libgd-dev, libpng12-dev and libm4ri-dev.
---
 debian/changelog | 10 ++++++++--
 debian/control   |  8 ++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbe985a..e70f96a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-polybori (0.8.3-5) UNRELEASED; urgency=medium
+polybori (0.8.3-5) unstable; urgency=medium
 
+  [ Julien Puydt ]
   * Made the -dev package depend on libboost-dev. (Closes: #780570)
 
- -- Julien Puydt <julien.puydt at laposte.net>  Mon, 16 Mar 2015 10:11:08 +0100
+  [ Tobias Hansen ]
+  * Made libpolybori-dev depend on libgd-dev, libpng12-dev and libm4ri-dev
+    since they are referenced in the pkg-config file.
+  * Made libpolybori-groebner-dev depend on libpolybori-dev (same reason).
+
+ -- Tobias Hansen <thansen at debian.org>  Tue, 17 Mar 2015 22:13:55 +0100
 
 polybori (0.8.3-4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 13d2134..3e57896 100644
--- a/debian/control
+++ b/debian/control
@@ -100,7 +100,10 @@ Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
          libpolybori-0.8-3 (= ${binary:Version}),
-         libboost-dev
+         libboost-dev,
+         libgd-dev,
+         libpng12-dev,
+         libm4ri-dev
 Description: polynomials over Boolean Rings, core development files
  The core of PolyBoRi is a C++ library, which provides high-level data
  types for Boolean polynomials and monomials, exponent vectors, as
@@ -161,7 +164,8 @@ Package: libpolybori-groebner-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libpolybori-groebner-0.8-3 (= ${binary:Version})
+         libpolybori-groebner-0.8-3 (= ${binary:Version}),
+         libpolybori-dev
 Breaks: libpolybori-dev (<< 0.8)
 Replaces: libpolybori-dev (<< 0.8)
 Description: development files for libpolybori-groebner

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



More information about the debian-science-commits mailing list