[SCM] obs-studio/master: Restrict to any-amd64

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Jun 29 14:19:24 UTC 2016


The following commit has been merged in the master branch:
commit bf9ece3c29d16a226b6acb86e835ab4b83dc9ede
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Jun 29 14:52:32 2016 +0200

    Restrict to any-amd64
    
    It relies on SSE2.

diff --git a/debian/control b/debian/control
index ed09f07..742c745 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/obs-studio.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/obs-studio.git
 
 Package: obs-studio
-Architecture: any
+Architecture: any-amd64
 Depends: obs-plugins (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: recorder and streamer for live video content
  OBS Studio is designed for efficiently recording and streaming live video
@@ -68,7 +68,7 @@ Description: recorder and streamer for live video content (plugins)
 Package: libobs0
 Multi-Arch: same
 Section: libs
-Architecture: any
+Architecture: any-amd64
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: recorder and streamer for live video content (shared library)
  OBS Studio is designed for efficiently recording and streaming live video
@@ -78,7 +78,7 @@ Description: recorder and streamer for live video content (shared library)
 
 Package: libobs-dev
 Section: libdevel
-Architecture: any
+Architecture: any-amd64
 Depends:
  libobs0 (= ${binary:Version}),
  ${misc:Depends}

-- 
obs-studio packaging



More information about the pkg-multimedia-commits mailing list