[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#549626: Clean up inconsistencies in debian/control



This should be arch all and depend on libvdpau1.  See attached patches.

--
Mario Limonciello
superm1@gmail.com
Sent from Austin, TX, United States
From 9c27511f9825c0c1abacae57d21fd8a3879bf62f Mon Sep 17 00:00:00 2001
From: Mario Limonciello <superm1@ubuntu.com>
Date: Sun, 8 Nov 2009 15:37:20 -0600
Subject: [PATCH 1/2] Make libvdpau-dev arch all as it's just providing a header and symlink

---
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 15fe6bd..a9a1267 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 3.8.3
 Homepage: http://cgit.freedesktop.org/~aplattner/libvdpau
 
 Package: libvdpau-dev
-Architecture: any
+Architecture: all
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: nvidia-libvdpau-dev
-- 
1.6.3.3

From 86532d35eb875a151eb1d94a5ff166ebab2f85e3 Mon Sep 17 00:00:00 2001
From: Mario Limonciello <superm1@ubuntu.com>
Date: Sun, 8 Nov 2009 15:38:07 -0600
Subject: [PATCH 2/2] Make the -dev package depend on libvdpau itself as shlibs won't catch that for a dev package

---
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index a9a1267..af354a9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: http://cgit.freedesktop.org/~aplattner/libvdpau
 Package: libvdpau-dev
 Architecture: all
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libvdpau1
 Replaces: nvidia-libvdpau-dev
 Conflicts: nvidia-libvdpau-dev
 Description: Video Decode and Presentation API for Unix (development files)
-- 
1.6.3.3


Reply to: