summaryrefslogtreecommitdiffstats
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* Bump Standards-Version to 3.8.3 to 3.8.3 now that we have README.sourceBrice Goglin2009-09-041-1/+1
|
* Bump debhelper build-dep for dh_lintianJulien Cristau2009-08-221-1/+1
|
* Enable i686 optimized libraries on hurd-i386Brice Goglin2009-07-241-3/+3
|
* Enable i686 optimized libraries on kfreebsd-i386Brice Goglin2009-07-171-3/+3
|
* Move dri.pc to mesa-common-dev (closes: #521667)Timo Aaltonen2009-06-291-1/+1
|
* Fix Architecture field for libgl1-mesa-dri-dbgJulien Cristau2009-05-031-1/+1
|
* Move -dbg packages to new 'debug' section.Julien Cristau2009-05-031-3/+3
|
* Adjust libgl1-mesa-glx and libgl1-mesa-dri package relationshipsJulien Cristau2009-04-181-1/+3
| | | | | | | | | Drop the dependency on libgl1-mesa-glx from -dri, and make -glx recommend -dri instead. The dri drivers are also loaded by the X server, which doesn't need libGL. On the other hand, libGL needs one of the dri drivers for direct rendering (either software or hardware). Mark libgl1-mesa-dri as breaking old xserver-xorg-core and libgl1-mesa-glx, to avoid incompatibilities.
* Make libgl1-mesa-dri 'Architecture: any'Julien Cristau2009-04-181-1/+1
| | | | swrast_dri.so should get built everywhere.
* Make libgl1-mesa-dev and mesa-common-dev 'Architecture: any'.Julien Cristau2009-04-151-6/+6
| | | | | | This gets rid of uninstallability when a new upstream version isn't built on all architectures, and allows us to ship potentially arch-specific .pc files.
* 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.