[mathic] 01/01: debian/control: Add dpkg-dev (>= 1.18.0) to Build-Depends; needed for arch-bits tags in symbols file. Tidy using wrap-and-sort.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Jun 29 05:37:03 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit 8edaec1476f37db19646c830c9e7f6e95de26b95
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Jun 29 00:35:53 2015 -0500

    debian/control: Add dpkg-dev (>= 1.18.0) to Build-Depends; needed for
    arch-bits tags in symbols file.  Tidy using wrap-and-sort.
---
 debian/control | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 16eea62..d2a0420 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
+               dpkg-dev (>= 1.18.0),
                libgtest-dev,
                libmemtailor-dev,
                pkg-config
@@ -16,8 +17,7 @@ Homepage: https://github.com/broune/mathic
 Package: libmathic-dev
 Architecture: any
 Section: libdevel
-Depends: libmathic0 (= ${binary:Version}),
-         ${misc:Depends}
+Depends: libmathic0 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: C++ library for Groebner basis computation (developer tools)
  Mathic is a C++ library of fast data structures designed for use in Groebner
@@ -29,8 +29,7 @@ Description: C++ library for Groebner basis computation (developer tools)
 
 Package: libmathic0
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: C++ library for Groebner basis computation (runtime library)

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



More information about the debian-science-commits mailing list