summaryrefslogtreecommitdiffstats
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* Build-depend on linux-libc-dev >= 2.6.29 on linux archs.Julien Cristau2009-03-251-1/+2
| | | | The 2.6.28 kernel headers miss some compat defines.
* debian/control: build the dri drivers on lpiaJulien Cristau2009-01-311-2/+2
| | | | add lpia to the Architecture field for libgl1-mesa-dri{,-dbg} to match Ubuntu.
* Require libdrm-dev 2.4.3.Julien Cristau2009-01-101-1/+1
|
* Build-depend on x11proto-dri2-dev (>= 1.99.3)Timo Aaltonen2008-12-091-1/+1
|
* Remove the build-dep on dri2proto, DRI2 support has been removed.Julien Cristau2008-09-241-1/+1
|
* Further autoconf changes:Timo Aaltonen2008-07-031-1/+5
| | | | | add automake & autoconf to build-deps add some cleanup rules
* Drop mesa-swx11-source.Timo Aaltonen2008-07-011-11/+0
|
* Build-depend on x11proto-dri2-dev.Timo Aaltonen2008-07-011-1/+1
|
* update changelog and require libdrm 2.3.1Julien Cristau2008-07-011-1/+1
|
* Fix libgl1-mesa-swx11-i686's dependenciesJulien Cristau2008-03-311-1/+1
| | | | | | | Change libgl1-mesa-swx11-i686's pre-dependency on libgl1-mesa-swx11 to a regular versioned dependency, and add ${shlibs:Depends}. I'm not sure why this used Pre-Depends in the first place, I don't think that's needed.
* Update changelog; add Vcs-* and Homepage fields in debian/control.mesa-7.0.2-4Julien Cristau2008-01-171-0/+3
|
* debian/control fixupsJulien Cristau2007-12-181-6/+8
| | | | | | | | | * 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.
* * Add build-dep on libxext-dev. Thanks, Timo Aaltonen!Julien Cristau2007-11-131-1/+1
|
* Prepare changelog for uploadmesa-7.0.2-1Brice Goglin2007-11-111-1/+1
|
* 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.