diff options
author | Julien Cristau <jcristau@debian.org> | 2007-12-18 13:56:55 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2007-12-18 13:57:06 +0100 |
commit | 942372dcdfa638a86e646f632b90b16e0901ecb0 (patch) | |
tree | 8f419a3573c87217ce0926e49cf1d41d9b954461 | |
parent | b7f901088b826407e4e52f88a1feb971cc8a87ea (diff) |
debian/control fixups
* Bump Standards-Version to 3.7.3.
* Move libgl1-mesa-swx11-dbg, mesa-common-dev and libosmesa6-dev to section
libdevel.
* libgl1-mesa-swx11 conflicts with libgl1-mesa-glx. Move it and
libgl1-mesa-swx11-dev to priority extra.
* Fix typo in mesa-common-dev's long description.
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 14 |
2 files changed, 16 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 3bba7daa98..455d12faee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ mesa (7.0.2-3) UNRELEASED; urgency=low * Update to mesa_7_0_branch head (commit 0107acde). - - -- Julien Cristau <jcristau@debian.org> Tue, 18 Dec 2007 12:34:58 +0100 + * Bump Standards-Version to 3.7.3. + * Move libgl1-mesa-swx11-dbg, mesa-common-dev and libosmesa6-dev to section + libdevel. + * libgl1-mesa-swx11 conflicts with libgl1-mesa-glx. Move it and + libgl1-mesa-swx11-dev to priority extra. + * Fix typo in mesa-common-dev's long description. + + -- Julien Cristau <jcristau@debian.org> Tue, 18 Dec 2007 13:32:25 +0100 mesa (7.0.2-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 530ac810aa..ce7d201ab7 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,12 @@ Section: graphics Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Thierry Reding <thierry@gilfi.de>, Julien Cristau <jcristau@debian.org>, David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org> -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Build-Depends: debhelper (>= 5), quilt (>= 0.40), pkg-config, libdrm-dev (>= 2.2.0) [!hurd-i386], libx11-dev, xutils-dev, x11proto-gl-dev (>= 1.4.8), libxxf86vm-dev, libexpat1-dev, lesstif2-dev, dpkg-dev (>= 1.13.19), libxfixes-dev, libxdamage-dev, libxext-dev Package: libgl1-mesa-swx11 Section: libs +Priority: extra Architecture: any Depends: ${shlibs:Depends}, libosmesa6 (>= 6.5.2-1) Conflicts: mesag3-glide, mesag3-glide2, mesag3+ggi, libgl1, nvidia-glx, mesag3, libgl1-mesa-swrast @@ -28,7 +29,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: libs +Section: libdevel Priority: extra Architecture: any Depends: libgl1-mesa-swx11 (= ${binary:Version}) @@ -78,6 +79,7 @@ Description: Mesa OpenGL runtime [i686 optimized] Package: libgl1-mesa-swx11-dev Section: libdevel +Priority: extra Architecture: any Depends: libgl1-mesa-swx11 (= ${binary:Version}), libc6-dev, libx11-dev, libxext6, mesa-common-dev (= ${source:Version}) Provides: libgl-dev, mesag-dev, libgl1-mesa-swrast-dev @@ -229,14 +231,14 @@ Description: A free implementation of the OpenGL API -- GLX development files package. Package: mesa-common-dev -Section: devel +Section: libdevel Architecture: all Replaces: xlibmesa-gl-dev (<< 1:7), xlibosmesa-dev, libgl1-mesa-swx11-dev (<< 6.5.2), libgl1-mesa-dev (<< 6.5.2) Depends: libx11-dev Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL - extensions, the complete set of release release notes and the - development header files common to all Mesa packages. + extensions, the complete set of release notes and the development header + files common to all Mesa packages. Package: libosmesa6 Section: libs @@ -252,7 +254,7 @@ Description: Mesa Off-screen rendering extension renderer which do not require external libraries to work. Package: libosmesa6-dev -Section: devel +Section: libdevel Architecture: any Depends: libosmesa6 (= ${binary:Version}), mesa-common-dev (= ${source:Version}) | libgl-dev Conflicts: xlibosmesa-dev, libosmesa4-dev, libosmesa-dev |