diff options
author | Thierry Reding <thierry@gilfi.de> | 2007-01-08 11:41:02 +0100 |
---|---|---|
committer | Thierry Reding <thierry@gilfi.de> | 2007-01-08 11:41:02 +0100 |
commit | e71d6dbd9ccb0ab6e0a5131569cbfc293304840f (patch) | |
tree | b3e5634c9ddb7d004213fb7c4bc65dc53f24ac79 | |
parent | 132ecd19f3790e728390054c98a39d412e00e171 (diff) |
Make debugging symbol packages depend on the corresponding binary package and
put them into the libdevel section.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index c26edbd6be..7d10f0d509 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,11 +8,13 @@ mesa (6.5.2-1) experimental; urgency=low * Add patch 04_cleanup-osmesa-configs that makes the OSMesa configurations behave as expected. * Add patch 05_static-nonpic to build static libraries without -fPIC. + * Make debugging symbol packages depend on the corresponding binary package + and put them into the libdevel section. [ Julien Cristau ] * Drop obsolete depends on xlibs. - -- Thierry Reding <thierry@gilfi.de> Mon, 8 Jan 2007 07:12:08 +0100 + -- Thierry Reding <thierry@gilfi.de> Mon, 8 Jan 2007 11:37:11 +0100 mesa (6.5.2~rc3-0.1) experimental; urgency=low diff --git a/debian/control b/debian/control index ddb636432d..64c64ded73 100644 --- a/debian/control +++ b/debian/control @@ -28,9 +28,10 @@ Description: A free implementation of the OpenGL API -- runtime On Linux, this library is also known as libGL or libGL.so.1. Package: libgl1-mesa-swx11-dbg -Section: libs +Section: libdevel Priority: extra Architecture: any +Depends: libgl1-mesa-swx11 (= ${binary:Version}) Conflicts: libgl1-mesa-swrast-dbg Provides: libgl1-mesa-swrast-dbg Replaces: libgl1-mesa-swrast-dbg @@ -115,9 +116,10 @@ Description: A free implementation of the OpenGL API -- GLX runtime libgl1-mesa-swx11 package. Package: libgl1-mesa-glx-dbg -Section: libs +Section: libdevel Priority: extra Architecture: any +Depends: libgl1-mesa-glx (= ${binary:Version}) Description: A free implementation of the OpenGL API -- GLX runtime -- debugging symbols 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 @@ -171,9 +173,10 @@ Description: A free implementation of the OpenGL API -- DRI modules libgl1-mesa-swx11 package. Package: libgl1-mesa-dri-dbg -Section: libs +Section: libdevel Priority: extra Architecture: any +Depends: libgl1-mesa-dri (= ${binary:Version}) Description: A free implementation of the OpenGL API -- DRI modules -- debugging symbols 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 |