[liblinear] 115/123: Complete the multi-arch-ification

Christian Kastner chrisk-guest at moszumanska.debian.org
Tue Aug 26 03:42:15 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository liblinear.

commit acfcf535187d452a2126a965a67d972d8c126c2e
Author: Christian Kastner <debian at kvr.at>
Date:   Sun May 25 12:31:22 2014 +0200

    Complete the multi-arch-ification
---
 debian/changelog | 2 ++
 debian/control   | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4f07025..62cd558 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ liblinear (1.8+dfsg-2) unstable; urgency=low
     - Dropped dependency on python-support, and added a dependency on
       python-all-dev (>= 2.6.6-3~) for dh_python2, as well as added
       X-Python-Version >= 2.5. Closes: #679993
+    - Added Multi-Arch: same to to libfann2, libfann-dev, libfann-dbg, as well
+      as the required Pre-Depends to libfann2
     - Updated BLAS dependency to libblas-dev | libblas.so, the currently
       recommended approach.
   * debian/compat:
diff --git a/debian/control b/debian/control
index 064bef9..eed8b99 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: http://scm.kvr.at/git/?p=pkg-liblinear.git;a=summary
 Package: liblinear-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:
     ${misc:Depends},
     liblinear1 (= ${binary:Version}),
@@ -32,6 +33,9 @@ Description: Development libraries and header files for LIBLINEAR
 
 Package: liblinear1
 Architecture: any
+Multi-Arch: same
+Pre-Depends:
+    ${misc:Pre-Depends}
 Depends:
     ${shlibs:Depends},
     ${misc:Depends}
@@ -52,6 +56,7 @@ Package: liblinear-dbg
 Priority: extra
 Section: debug
 Architecture: any
+Multi-Arch: same
 Depends:
     ${misc:Depends},
     liblinear1 (= ${binary:Version}),

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



More information about the debian-science-commits mailing list