diff options
author | Julien Cristau <[email protected]> | 2009-05-03 16:03:58 +0200 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2009-05-03 16:03:58 +0200 |
commit | ec44d955bb3a3e470e106cafc5020562a81e8543 (patch) | |
tree | b738e8cefb666f5697279ff3da771ab1af8f6ef0 /debian | |
parent | 914edc46fa5e8c0f6807a0fca0f3f7be201d66bb (diff) |
Move -dbg packages to new 'debug' section.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index dce00a3978e..2e151905f10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ mesa (7.4.1-1) UNRELEASED; urgency=low incompatibilities. * Add patch by Samuel Thibault to fix FTBFS on hurd-i386. * Pull from mesa_7_4_branch as of May 3rd (commit 63375254). + * Move -dbg packages to new 'debug' section. [ Brice Goglin ] * Add patch by Aurelien Jarno to fix FTBFS on kfreebsd-i386, closes: #524690. diff --git a/debian/control b/debian/control index eeec53b38cf..4d28caf888c 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ 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: libdevel +Section: debug Priority: extra Architecture: any Depends: libgl1-mesa-swx11 (= ${binary:Version}) @@ -122,7 +122,7 @@ Description: A free implementation of the OpenGL API -- GLX runtime libgl1-mesa-swx11 package. Package: libgl1-mesa-glx-dbg -Section: libdevel +Section: debug Priority: extra Architecture: any Depends: libgl1-mesa-glx (= ${binary:Version}) @@ -184,7 +184,7 @@ Description: A free implementation of the OpenGL API -- DRI modules The tdfx DRI module needs libglide3 to enable direct rendering. Package: libgl1-mesa-dri-dbg -Section: libdevel +Section: debug Priority: extra Architecture: alpha amd64 arm armeb armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 lpia m68k mips mipsel powerpc s390 sparc Depends: libgl1-mesa-dri (= ${binary:Version}) |