[SCM] ffado/master: Add armel and armhf to architecture list

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Oct 6 19:43:15 UTC 2011


The following commit has been merged in the master branch:
commit 08fc527b393ae7b3dbf7704e82ff28c5201a0141
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Oct 6 21:28:19 2011 +0200

    Add armel and armhf to architecture list
    
    Ubuntu builds for these architectures, so we can do that, too, narrowing
    the delta between Debian and Ubuntu.

diff --git a/debian/control.in b/debian/control.in
index e7de37a..fbe87d3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -33,7 +33,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ffado.git
 
 Package: libffado-dev
 Section: libdevel
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armel armhf
 Depends: libffado2 (= ${binary:Version}),
   ${misc:Depends},
  libxml2-dev,
@@ -48,7 +48,7 @@ Description: FFADO API - development files
 
 Package: libffado2
 Section: libs
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armel armhf
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Description: FFADO API
@@ -61,7 +61,7 @@ Description: FFADO API
 
 Package: ffado-tools
 Section: sound
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armel armhf
 Depends: libffado2 (= ${binary:Version}),
  dbus (>= 1.0.0),
  python,
@@ -87,7 +87,7 @@ Description: FFADO debugging and firmware tools
 
 Package: ffado-dbus-server
 Section: sound
-Architecture: i386 amd64 powerpc
+Architecture: i386 amd64 powerpc armel armhf
 Depends: libffado2 (= ${binary:Version}),
  dbus (>= 1.0.0),
  ${misc:Depends},

-- 
Free Firewire Audio Drivers (ffado.org) packaging



More information about the pkg-multimedia-commits mailing list