[libcerf] 04/05: Fixed multiarch support

Eugen Wintersberger eugenwintersberger-guest at moszumanska.debian.org
Mon Jul 28 12:39:27 UTC 2014


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

eugenwintersberger-guest pushed a commit to branch master
in repository libcerf.

commit 384c7e30cca1e1ac487d2f3e8077354945897312
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Mon Jul 28 14:29:53 2014 +0200

    Fixed multiarch support
    
    Added multiarch support is now available also for the dev and the dbg package.
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 40a2127..0a2fad0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,8 @@ Package: libcerf1
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
-         ${misc:Pre-Depends},
          ${misc:Depends}
-Pre-Depends: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
 Description: Complex error function library - binary files
  libcerf is a self-contained numeric library that provides an efficient and
  accurate implementation of the complex error functions, along with Dawson,
@@ -31,6 +30,7 @@ Section: debug
 Priority: extra
 Depends: libcerf1 (=${binary:Version}),
          ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: Complex error function library - debugging symbols
  libcerf is a self-contained numeric library that provides an efficient and
  accurate implementation of the complex error functions, along with Dawson,
@@ -43,6 +43,7 @@ Architecture: any
 Section: libdevel
 Depends: libcerf1 (= ${binary:Version}),
          ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: Complex error function library - development files
  libcerf is a self-contained numeric library that provides an efficient and
  accurate implementation of the complex error functions, along with Dawson,

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



More information about the debian-science-commits mailing list