[SCM] vo-amrwbenc/master: Build with multiarch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Feb 13 18:15:06 UTC 2012


The following commit has been merged in the master branch:
commit 2a6781053c62f21be2eca455a3340b2806be302c
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Feb 13 18:49:42 2012 +0100

    Build with multiarch.

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index fdacfe6..941ee0e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders:
  Reinhard Tartler <siretart at tauware.de>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 8.1.3~),
  dh-autoreconf
 Standards-Version: 3.9.2
 Section: libs
@@ -16,6 +16,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/vo-amrwbenc.git;a=summary
 Package: libvo-amrwbenc-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:
  libvo-amrwbenc0 (= ${binary:Version}),
  ${misc:Depends}
@@ -28,6 +29,8 @@ Description: VisualOn AMR-WB encoder library (development files)
 Package: libvo-amrwbenc0
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
@@ -42,6 +45,7 @@ Description: VisualOn AMR-WB encoder library
 Package: vo-amrwbenc-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Depends:
  libvo-amrwbenc0 (= ${binary:Version}),
  ${misc:Depends},
diff --git a/debian/libvo-amrwbenc-dev.install b/debian/libvo-amrwbenc-dev.install
index a2bdd02..05008a9 100644
--- a/debian/libvo-amrwbenc-dev.install
+++ b/debian/libvo-amrwbenc-dev.install
@@ -1,3 +1,3 @@
 usr/include/vo-amrwbenc/*
-usr/lib/*.so
-usr/lib/pkgconfig/*.pc
+usr/lib/*/*.so
+usr/lib/*/pkgconfig/*.pc
diff --git a/debian/libvo-amrwbenc0.install b/debian/libvo-amrwbenc0.install
index 093956b..3de3b10 100644
--- a/debian/libvo-amrwbenc0.install
+++ b/debian/libvo-amrwbenc0.install
@@ -1 +1 @@
-usr/lib/*.so.*
+usr/lib/*/*.so.*

-- 
vo-amrwbenc packaging



More information about the pkg-multimedia-commits mailing list