diff options
author | Julien Cristau <[email protected]> | 2009-05-03 16:04:39 +0200 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2009-05-03 16:04:39 +0200 |
commit | b651c02dcac897bb138b35ff69bdfe0d06e8620a (patch) | |
tree | 1dfdc7ebb0f133bd3b732acab55979521d105493 | |
parent | ec44d955bb3a3e470e106cafc5020562a81e8543 (diff) |
Fix Architecture field for libgl1-mesa-dri-dbg
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
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 |