summaryrefslogtreecommitdiffstats
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'debian-unstable' of ↵Julien Cristau2007-07-231-2/+2
|\ | | | | | | | | | | | | | | git+ssh://git.debian.org/git/pkg-xorg/lib/mesa into debian-experimental Conflicts: debian/changelog
| * Relax libgl1-mesa-dev dependency on libgl1-mesa-glx.Julien Cristau2007-07-111-1/+1
| | | | | | | | | | | | Change the >= ${source:Version} dependency to >= ${source:Upstream-Version}. This way libgl1-mesa-dev stays installable after a minor revision bump on architectures where mesa isn't built yet.
| * Replace ${Source-Version} with ${source:Version} in one remaining spot.Julien Cristau2007-07-111-1/+1
| |
| * libgl1-mesa-dev does not need to depend on libgl1-mesa-dri, libgl1-mesa-glx ↵Brice Goglin2007-07-071-1/+1
| | | | | | | | | | | | | | | | | | is enough. libgl1-mesa-glx was included in libgl1-mesa-dri before 6.4.1-0.1, so libgl1-mesa-dev had to depend on libgl1-mesa-dri at this point. Since libgl1-mesa-dri only contains the DRI modules now, it is not required anymore for libgl1-mesa-dev.
| * Fix build on hurd-i386.Samuel Thibault2007-07-051-2/+2
| | | | | | | | | | Build libgl1-mesa-glx without direct rendering support on that arch, and don't build any dri driver.
| * Make libgl1-mesa-swx11 depend on libosmesa6Julien Cristau2007-07-031-1/+1
| | | | | | | | | | | | libgl1-mesa-swx11 used to contain libOSMesa.so.6, so programs linked against it don't necessarily depend on libosmesa6; their dependencies were broken since mesa 6.5.2-1.
* | Fix build on hurd-i386.Samuel Thibault2007-06-281-2/+2
| | | | | | | | | | Build libgl1-mesa-glx without direct rendering support on that arch, and don't build any dri driver.
* | Bite the bullet and add myself to uploadersDavid Nusinow2007-06-271-1/+1
| |
* | Shorten the one-line synopsis of various packages.Julien Cristau2007-06-131-9/+9
| | | | | | | | | | They're cut off in .changes files if they're too long. Thanks, Marc 'HE' Brockschmidt!
* | Add build-dependencies on libxdamage-dev and libxfixes-dev.Julien Cristau2007-04-211-1/+1
| |
* | Fix conflicts for libGLw packages.Brice Goglin2007-04-211-2/+1
| | | | | | | | | | | | | | libglw1-mesa does not have to conflict with earlier libgl1-mesa-swx11 (libGLw was only shipped as development libs/headers within swx11-dev). libglw1-mesa-dev needs to conflicts with libglw-dev.
* | Split out libGLw libs and headers from libgl1-mesa-swx11.Brice Goglin2007-04-211-6/+34
|/ | | | | Ship both static and shared libraries for libGLw, creating libglw1-mesa and libglw1-mesa-dev (closes: #374904).
* Revert " * Split out libGLw libs and headers from libgl1-mesa-swx11 and ↵Julien Cristau2007-04-201-34/+6
| | | | | | | | | | ship both" This reverts commit 856ae782c7a924d7cf91fadb107f1b30461a9137. Conflicts: debian/changelog
* Revert "Fix conflicts for libGLw packages."Julien Cristau2007-04-201-1/+2
| | | | This reverts commit 048144074b54d15b3f514452c0fe7c72cba31a53.
* Fix conflicts for libGLw packages.Brice Goglin2007-04-011-2/+1
| | | | | | | libglw1-mesa does not have to conflict with earlier libgl1-mesa-swx11 (libGLw was only shipped as development libs/headers within swx11-dev). libglw1-mesa-dev needs to conflicts with libglw-dev.
* * Split out libGLw libs and headers from libgl1-mesa-swx11 and ship bothBrice Goglin2007-03-311-6/+34
| | | | | static and shared libraries, creating libglw1-mesa and libglw1-mesa-dev (closes: #374904).
* Fix explanation about libglide3 in libgl1-mesa-dri's description.Julien Cristau2007-03-301-2/+1
| | | | Thanks to Michel Dänzer for his help.
* Have libgl1-mesa-dri suggest libglide3.Julien Cristau2007-03-301-0/+4
| | | | Add explanation for this in the package description. Closes: #387339.
* * Add myself to Uploaders.mesa-6.5.2-2Julien Cristau2007-02-041-1/+1
|
* Sync Section and Priority for all packages with the override.Julien Cristau2007-01-281-2/+3
|
* libosmesa6{,-dev} replace libgl1-mesa-swx11{,-dev} and mesa-common-dev.Thierry Reding2007-01-111-1/+2
| | | | | | libosmesa6 and libosmesa6-dev are now the only packages to contain OSMesa libraries and header files so they can be installed independent of which libGL is installed. They statically link in the software rasterization code.
* mesa-common-dev needs to replace libgl1-mesa-swx11-dev and libgl1-mesa-dev.Thierry Reding2007-01-111-1/+1
| | | | | The GLX headers were previously shipped in both packages and have been moved to mesa-common-dev.
* Make debugging symbol packages depend on the corresponding binary package andThierry Reding2007-01-081-3/+6
| | | | put them into the libdevel section.
* * Drop obsolete depends on xlibs.Julien Cristau2007-01-051-1/+1
|
* Hijack the package (set XSF as maintainer, add myself to uploaders). \o/Thierry Reding2007-01-041-2/+2
|
* Revert maintainer and uploaders fields. Integrate latest NMUs into theThierry Reding2006-11-261-2/+2
| | | | | changelog and be a little more verbose in the debian/rules rewrite changelog entries.
* Bump build-dependency on libdrm-dev (>= 2.2.0).Thierry Reding2006-11-181-1/+1
|
* Add code to provide a mesa-utils package since those utilities are shipped inThierry Reding2006-11-021-0/+10
| | | | the MesaDemos tarball.
* Make mesa-common-dev depend on libx11-dev to provide Xlib.h and Xutil.h neededThierry Reding2006-11-011-0/+1
| | | | by the GLX headers.
* Make libosmesa6-dev binNMU-safe again (mesa-common-dev is Architecture: all).Thierry Reding2006-10-241-1/+1
|
* Make libgl1-mesa-dev Architecture: all, because all we ship with it is aThierry Reding2006-10-241-2/+61
| | | | | | | | symbolic link. Make it binNMU-safe by making it depend on libgl1-mesa-glx and libgl1-mesa-dri both >= ${Source-Version} instead of exact versions. Add packages containing debugging symbols for libgl1-mesa-swx11, libgl1-mesa-glx and libgl1-mesa-dri.
* Provide libgl-dev as alternative to the mesa-common-dev dependency of theThierry Reding2006-10-231-1/+1
| | | | libosmesa6-dev package.
* Install the osmesa.h header in the libosmesa6-dev package where it belongs,Thierry Reding2006-10-231-1/+1
| | | | | | | now that all OSMesa libraries have been split off into libosmesa6{,-dev}. Don't make libosmesa6-dev depend on libgl1-mesa-swx11-dev anymore because it no longer needs a libGL, only the gl.h header provided by mesa-common-dev.
* Add build-dependency on lesstif2-dev needed to build the GLw libraries.Thierry Reding2006-10-201-1/+1
|
* Don't make libgl1-mesa-swx11-dev depend on lesstif2-dev anymore because weThierry Reding2006-10-201-1/+1
| | | | don't ship anything related to LessTif in that package.
* Add a set of files to enable an i686 optimized build of the DRI/GLX-enabledThierry Reding2006-10-201-1/+43
| | | | libGL and the DRI drivers. Disabled for now.
* Add versioned build-dependency on dpkg-dev (>= 1.13.19) to make sure theThierry Reding2006-10-161-1/+1
| | | | binary:Version and source:Version substitution variables can be used.
* Drop the libgl1-mesa-swx11-dbg package until there's a decision as to whetherThierry Reding2006-10-161-13/+24
| | | | | | | | | | | | | | | it is really needed. Allow more than one type of optimization libraries to be built for any given architecture. Currently optimization configurations are provided for i386 [i686], alpha [ev5], amd64, powerpc [603], ppc64 and sparc [ultrasparc]. However, only i686 and amd64 are enabled for now for safety. Add the libgl1-mesa-swx11-i686 for i686 optimized libraries. Drop the debian-common configuration because it is no longer used. Don't build libGLU in all configurations, only when needed.
* Add missing build-dependencies.Thierry Reding2006-10-151-1/+1
|
* Add build-dependency on quilt.Thierry Reding2006-10-151-3/+3
| | | | | Remove shlibs:Depends substitution variable from -dev packages, which doesn't make sense.
* Initial version of a new build system for Mesa.Thierry Reding2006-10-141-0/+196