[memtailor] 01/02: 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
Sun Jun 28 14:48:15 UTC 2015


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

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

commit 726e32b45ca8422368ed42944494b68deef9ea27
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Jun 28 09:43:40 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, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6583145..5efe231 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,10 @@ Source: memtailor
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Doug Torrance <dtorrance at monmouthcollege.edu>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libgtest-dev
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               dpkg-dev (>= 1.18.0),
+               libgtest-dev
 Standards-Version: 3.9.6
 Section: libs
 Homepage: https://github.com/broune/memtailor
@@ -22,7 +25,7 @@ Description: C++ library of special purpose memory allocators (developer tools)
 
 Package: libmemtailor0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: C++ library of special purpose memory allocators (shared library)

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



More information about the debian-science-commits mailing list