[SCM] clthreads/master: Build with Muilti-Arch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Feb 1 04:02:31 UTC 2012


The following commit has been merged in the master branch:
commit ec307f3c36859aa320c9b8f87a1329cea9b2b29c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Feb 1 03:51:18 2012 +0100

    Build with Muilti-Arch

diff --git a/debian/control b/debian/control
index 7d1e03e..4dcd38c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Free Ekanayaka <freee at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>,
  Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends:  debhelper (>= 8.1.3~),
  cdbs,
  libasound2-dev
 DM-Upload-Allowed: yes
@@ -19,6 +19,7 @@ Section: libdevel
 Architecture: any
 Depends: libclthreads2 (= ${binary:Version}),
  ${misc:Depends}
+Multi-Arch: same
 Description: Development file for libclthreads
  POSIX threads C++ access library. This package includes 
  the development tools.
@@ -28,6 +29,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Description: POSIX threads C++ access library
  C++ wrapper library around the POSIX threads API. This package includes 
  the shared library object.
diff --git a/debian/libclthreads-dev.install b/debian/libclthreads-dev.install
index b341905..f3800aa 100644
--- a/debian/libclthreads-dev.install
+++ b/debian/libclthreads-dev.install
@@ -1,2 +1,2 @@
 usr/include/*
-usr/lib/lib*.so
+usr/lib/*/lib*.so
diff --git a/debian/libclthreads2.install b/debian/libclthreads2.install
index d0dbfd1..3ddde58 100644
--- a/debian/libclthreads2.install
+++ b/debian/libclthreads2.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*

-- 
ClThreads packaging



More information about the pkg-multimedia-commits mailing list