diff options
author | Julien Cristau <jcristau@debian.org> | 2009-04-18 22:27:47 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-04-18 22:27:51 +0200 |
commit | 4deb679b420fb97c80c2fb4a271f796ec256e119 (patch) | |
tree | 8ba74a3692b5f91f5201b0c5f087a533272d0762 | |
parent | 5d4659e7c7824e7650aa1896da3ceedde1845228 (diff) | |
download | mesa-4deb679b420fb97c80c2fb4a271f796ec256e119.tar.gz |
Make libgl1-mesa-dri 'Architecture: any'
swrast_dri.so should get built everywhere.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index afdc88c63b9..d17afc81b5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ mesa (7.4-3) 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. -- Julien Cristau <jcristau@debian.org> Wed, 15 Apr 2009 19:25:50 +0200 diff --git a/debian/control b/debian/control index 97ef61e7c73..e012ca62e0e 100644 --- a/debian/control +++ b/debian/control @@ -163,7 +163,7 @@ Description: Debugging symbols for the Mesa GLX runtime Package: libgl1-mesa-dri Section: libs Priority: optional -Architecture: alpha amd64 arm armeb armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 lpia m68k mips mipsel powerpc s390 sparc +Architecture: any Depends: ${shlibs:Depends}, libgl1-mesa-glx (= ${binary:Version}) Suggests: libglide3 Conflicts: xlibmesa-dri (<< 1:7.0.0) |