summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e151905f10..e817a17937d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,8 @@ mesa (7.4.1-1) UNRELEASED; urgency=low
rid of uninstallability when a new upstream version isn't built on all
architectures, and allows us to ship potentially arch-specific .pc files.
* Install pkgconfig files for libGLU, libOSMesa and libGLw.
- * Make libgl1-mesa-dri 'Architecture: any', as swrast_dri.so should get
- built everywhere.
+ * Make libgl1-mesa-dri{,-dbg} 'Architecture: any', as swrast_dri.so should
+ get built everywhere.
* Drop the dependency on libgl1-mesa-glx from -dri, and make -glx recommend
-dri instead. The dri drivers are also loaded by the X server, which
doesn't need libGL. On the other hand, libGL needs one of the dri drivers
diff --git a/debian/control b/debian/control
index 4d28caf888c..23c35c86c0a 100644
--- a/debian/control
+++ b/debian/control
@@ -186,7 +186,7 @@ Description: A free implementation of the OpenGL API -- DRI modules
Package: libgl1-mesa-dri-dbg
Section: debug
Priority: extra
-Architecture: alpha amd64 arm armeb armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 lpia m68k mips mipsel powerpc s390 sparc
+Architecture: any
Depends: libgl1-mesa-dri (= ${binary:Version})
Description: Debugging symbols for the Mesa DRI modules
This version of Mesa provides GLX and DRI capabilities: it is capable of