summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristopher James Halse Rogers <christopher.halse.rogers@canonical.com>2010-06-10 21:58:36 +1000
committerChristopher James Halse Rogers <christopher.halse.rogers@canonical.com>2010-06-11 09:23:18 +1000
commit80fd9d485741b9aa9deb7b6c62bd1531b780d6fd (patch)
treed51485652b10d6c435ee11704cf21d146225b151 /debian
parent07694d5c046aefeaa2af4354d8a89c43d912d449 (diff)
Fix libgl1-mesa-dri-experimental's dbg package naming
Diffstat (limited to 'debian')
-rw-r--r--debian/control9
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index f313725cdb1..87cf02f296e 100644
--- a/debian/control
+++ b/debian/control
@@ -434,18 +434,15 @@ Description: A free implementation of the OpenGL API -- Extra DRI modules
in this package may provide more features than the drivers in the
libgl1-mesa-dri at the cost of less stability.
.
- This package currently cotains drivers for Nvidia, ATi,
- and some Intel cards.
- .
For a complete description of Mesa, please look at the
libgl1-mesa-swx11 package.
-Package: libgl1-mesa-dri-gallium-dbg
+Package: libgl1-mesa-dri-experimental-dbg
Section: debug
Priority: extra
Architecture: linux-any
-Depends: libgl1-mesa-dri-gallium (= ${binary:Version}), ${misc:Depends}
-Description: Debugging symbols for the Mesa Gallium DRI modules
+Depends: libgl1-mesa-dri-experimental (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for the experimental Mesa DRI modules
This version of Mesa provides GLX and DRI capabilities: it is capable of
both direct and indirect rendering. For direct rendering, it can use DRI
modules from the libgl1-mesa-dri package to accelerate drawing.
diff --git a/debian/rules b/debian/rules
index 35ed85bc117..eb7823113a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -284,7 +284,7 @@ binary-arch: install
dh_strip -plibgl1-mesa-glx --dbg-package=libgl1-mesa-glx-dbg
dh_strip -plibgl1-mesa-dri --dbg-package=libgl1-mesa-dri-dbg
ifeq ($(HAVE_GALLIUM_DRI_DRIVERS), yes)
- dh_strip -plibgl1-mesa-dri-gallium --dbg-package=libgl1-mesa-dri-gallium-dbg
+ dh_strip -plibgl1-mesa-dri-experimental --dbg-package=libgl1-mesa-dri-experimental-dbg
endif
dh_strip -plibopenvg1-mesa --dbg-package=libopenvg1-mesa-dbg
dh_strip -plibegl1-mesa --dbg-package=libegl1-mesa-dbg