[memtailor] 02/02: debian/control: Add Multi-Arch fields.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Mar 21 01:08:28 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 d6c2414e886ffa3058d4f19a216eb712574e5430
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Mar 20 20:01:43 2015 -0500

    debian/control: Add Multi-Arch fields.
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 3a11565..6583145 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Package: libmemtailor-dev
 Section: libdevel
 Architecture: any
 Depends: libmemtailor0 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
 Description: C++ library of special purpose memory allocators (developer tools)
  Memtailor is a C++ library of special purpose memory allocators. It currently
  offers an arena allocator and a memory pool.
@@ -23,6 +24,7 @@ Package: libmemtailor0
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: C++ library of special purpose memory allocators (shared library)
  Memtailor is a C++ library of special purpose memory allocators. It currently
  offers an arena allocator and a memory pool.
@@ -34,6 +36,7 @@ Architecture: any
 Section: debug
 Priority: extra
 Depends: libmemtailor0 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
 Description: C++ library of special purpose memory allocators (debug symbols)
  Memtailor is a C++ library of special purpose memory allocators. It currently
  offers an arena allocator and a memory pool.

-- 
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