[SCM] libva packaging branch, master, updated. upstream/1.0.1-3-ga5c84d0

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Tue Feb 16 16:38:05 UTC 2010


The following commit has been merged in the master branch:
commit a5c84d03e901036da5375a0d73e6fcf8b42fecfe
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue Feb 16 11:27:03 2010 -0500

    Make libva-dev an arch independent package and depend on libva-x11-1 as well.

diff --git a/debian/control b/debian/control
index 78f1f1c..dd6f0ad 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,11 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libva.git;a=summary
 
 Package: libva-dev
 Section: libdevel
-Architecture: any
-Depends: libva1 (= ${binary:Version}),
+Architecture: all
+Depends: libva1 (>= ${source:Upstream-Version}),
+         libva1 (<< ${source:Upstream-Version}+1~),
+         libva-x11-1 (>= ${source:Upstream-Version}),
+         libva-x11-1 (<< ${source:Upstream-Version}+1~),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: Video Acceleration (VA) API for Linux -- development files

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list