summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2009-05-04Remove 01_gen_pci_ids.diff.David Nusinow
The X server now uses an internal table to choose a driver during autoconfiguration. Disable patch system and remove quilt from build-deps.
2009-04-16Install the upstream NEWS fileBrice Goglin
2008-09-04Drop the binary-indep stuff from debian/rulesJulien Cristau
Not needed without the transitional package.
2008-07-27Run autoreconf at build-time; build-depend on automake, libtool and xutils-dev.Julien Cristau
2008-07-27Update DEB_BUILD_OPTIONS handlingJulien Cristau
Don't handle the nostrip build option in debian/rules, dh_strip does that; allow the parallel=n option.
2008-07-27Fix debian/rules build/patch dependencies.Julien Cristau
2008-04-13Run dpkg-shlibdeps with --warnings=6Julien Cristau
Drivers reference symbols from /usr/bin/Xorg and other modules, and that's not a bug, so we want dpkg-shlibdeps to shut up about symbols it can't find.
2008-02-19Build the intel_reg_dumper tool, and install it in the -dbg package.Julien Cristau
< keithp> jcristau: it would be nice if intel_reg_dumper was packaged with the intel video driver (perhaps in the dbg package?) Add build-dependency on libpciaccess-dev, necessary to build that tool.
2007-07-09Revert "Revert "Build a xserver-xorg-video-intel-dbg package with debugging ↵Julien Cristau
symbols."" This reverts commit 3aebe017652440344d5b433c3a43e851c4244efa. Also use binary:Version instead of Source-Version in debian/control. Conflicts: debian/changelog
2007-07-03Actually install the upstream README.Julien Cristau
2007-06-05Install upstream README file in docs.Drew Parsons
2007-04-21Build xserver-xorg-video-i810 in binary-indep instead of binary-arch.Julien Cristau
2007-04-20Update and install the upstream ChangeLog.Julien Cristau
2007-04-03Revert "Build a xserver-xorg-video-intel-dbg package with debugging symbols."Julien Cristau
This reverts commit aa6bdbbeeb6776afda6eee53edf8cd39a1280afc. Let's get 1.9.94 in the archive first, we'll build the -dbg package later.
2007-03-31Build a xserver-xorg-video-intel-dbg package with debugging symbols.Brice Goglin
2007-02-17Generate the dependency on xserver-xorg-core automatically.Julien Cristau
2007-02-12* debian/rules clean needs to depend on xsfclean.Julien Cristau
2006-12-06Lockup fixes:Drew Parsons
* Apply upstream patch 1-overlay_fix_lockup.patch (git commit e065324661ad08b3b359136f48090232f6138959, upstream bug #5774). Should remove remaining lockup problems in I830WaitLpRing(). Closes: #272294. * While we're at it, apply upstream patch 11-xv_lockup.patch (git commit fbb376bd1a4daad4c86e349df98438989ce173f1, upstream bug #8594), fixing lockups related to Xv. We'll have no lockup bugs in etch, dammit! Closes: #397485. * get these patches into unstable and thence etch.
2006-09-18 * Standards version 3.7.2.Drew Parsons
* Use debhelper 5. * Use dh_installman to install man pages. * Exclude .la from dh_install.
2006-09-18merge i810 7.1 video driver to trunk for upload to unstableSteve Langasek
2006-04-22* Add call to dh_makeshlibs. Reorder dh_installdeb and dh_shlibdeps so thatDavid Nusinow
ldconfig is called during postinst. Thanks Justin Pryzby and Steve Langasek. (closes: #364012)
2006-04-22Move packaging overDavid Nusinow