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

libdrm: Changes to 'debian-unstable'



 debian/changelog |    8 ++++++++
 debian/control   |   16 ++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit c47f47ea1cc777b9f9162fd3ea8955e25e5904c6
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Thu Sep 8 13:10:41 2016 +0200

    Remove Hurd from the architecture list.
    
    It FTBFS, haven't built in the past and won't be useful without the
    equivalent of the Linux Direct Rendering Manager (DRM) subsystem.

diff --git a/debian/changelog b/debian/changelog
index 7cb5342..c44b82d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libdrm (2.4.70-2) UNRELEASED; urgency=medium
+
+  * Remove Hurd from the architecture list. It FTBFS, haven't built in
+    the past and won't be useful without the equivalent of the Linux
+    Direct Rendering Manager (DRM) subsystem.
+
+ -- Andreas Boll <andreas.boll.dev@gmail.com>  Thu, 08 Sep 2016 13:09:49 +0200
+
 libdrm (2.4.70-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 82f78e3..688e7e1 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Homepage: http://cgit.freedesktop.org/mesa/drm/
 
 Package: libdrm-dev
 Section: libdevel
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  libdrm2 (= ${binary:Version}),
  libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 x32],
@@ -47,7 +47,7 @@ Description: Userspace interface to kernel DRM services -- development files
  This package provides the development environment for libdrm.
 
 Package: libdrm2
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -65,7 +65,7 @@ Description: Userspace interface to kernel DRM services -- runtime
 Package: libdrm2-udeb
 Package-Type: udeb
 Section: debian-installer
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -75,7 +75,7 @@ Description: Userspace interface to kernel DRM services -- runtime
 Package: libdrm2-dbg
 Section: debug
 Priority: extra
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  libdrm2 (= ${binary:Version}),
  ${misc:Depends},
@@ -150,7 +150,7 @@ Description: Userspace interface to nouveau-specific kernel DRM -- debugging sym
  This package provides the debugging symbols for the libdrm-nouveau2 package.
 
 Package: libdrm-radeon1
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -166,7 +166,7 @@ Description: Userspace interface to radeon-specific kernel DRM services -- runti
 Package: libdrm-radeon1-dbg
 Section: debug
 Priority: extra
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  libdrm-radeon1 (= ${binary:Version}),
  ${misc:Depends},
@@ -305,7 +305,7 @@ Description: Userspace interface to tegra-specific kernel DRM services -- debugg
  This package provides the debugging symbols for the libdrm-tegra0 package.
 
 Package: libdrm-amdgpu1
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -321,7 +321,7 @@ Description: Userspace interface to amdgpu-specific kernel DRM services -- runti
 Package: libdrm-amdgpu1-dbg
 Section: debug
 Priority: extra
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends:
  libdrm-amdgpu1 (= ${binary:Version}),
  ${misc:Depends},


Reply to: