xserver-xorg-video-glint: Changes to 'refs/tags/xserver-xorg-video-glint-1_1.2.0-1'
Tag 'xserver-xorg-video-glint-1_1.2.0-1' created by Julien Cristau <jcristau@debian.org> at 2008-06-05 18:54 +0000
Tagging upload of xserver-xorg-video-glint 1:1.2.0-1 to unstable.
Changes since xserver-xorg-video-glint-1_1.1.1-8:
Adam Jackson (2):
Fix distcheck
glint 1.2.0
Brice Goglin (5):
Define GLINT_*_VERSION* using PACKAGE_VERSION_*
Do not call laptop-detect, let the only user call it directly
Add upstream URL to debian/copyright
Merge branch 'debian-experimental' into debian-unstable
Update xsfbs/quilt patching rules to be compatible with the
Dave Airlie (4):
half attempt at pciaccess conversion for glint - doesn't build yet
fix typos in dac code from last commit
hey look a flying pig....
fix regression in tinderbox
David Nusinow (2):
Remove make-orig-tar-gz target
Kill the manifest code.
James Cloos (2):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Julien Cristau (17):
Add missing #includes to fix compiler warnings.
Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-experimental
Merge tag 'xf86-video-glint-1.2.0' into debian-experimental
Update changelogs and patches
autoreconf
debian/control updates
xsfbs.mk: make 'serverabi' depend on 'install'
Remove xsfbs-autoreconf.mk
Remove the .pc directory properly
xsfbs.sh: add remove_conffile_lookup
xsfbs.sh: use 'local' now that policy allows it
Revert to building against xserver 1.4
Merge ../../xsfbs into debian-unstable
Bump debhelper compat level to 5.
Remove non-free DRI.txt file (only verbatim copies are allowed).
Run dpkg-shlibdeps with --warnings=6.
Prepare changelog for upload
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
---
.cvsignore | 19
.gitignore | 20
ChangeLog | 509 ++++++++++++--
DRI.txt | 407 -----------
Makefile.in | 31
aclocal.m4 | 265 ++++---
config.guess | 60 +
config.sub | 66 +
configure | 979 +++++++++++++++++++++------
configure.ac | 15
debian/changelog | 20
debian/compat | 2
debian/control | 8
debian/copyright | 3
debian/patches/02_implicit_declarations.diff | 40 -
debian/patches/03_gen_pci_ids.diff | 14
debian/patches/series | 1
debian/prune/non-free | 1
debian/rules | 2
debian/xsfbs/xsfbs-autoreconf.mk | 150 ----
debian/xsfbs/xsfbs.mk | 102 --
debian/xsfbs/xsfbs.sh | 394 +++++-----
depcomp | 93 ++
install-sh | 514 +++++++++-----
ltmain.sh | 277 +++++--
man/.cvsignore | 2
man/.gitignore | 2
man/Makefile.am | 1
man/Makefile.in | 9
missing | 61 -
mkinstalldirs | 5
src/.cvsignore | 6
src/.gitignore | 6
src/Makefile.am | 1
src/Makefile.in | 52 -
src/glint.h | 17
src/glint_dri.c | 11
src/glint_driver.c | 166 ++--
src/glint_regs.h | 42 -
src/glintpcirename.h | 122 +++
src/pm2_video.c | 16
src/pm3_dac.c | 24
src/tx_dac.c | 6
43 files changed, 2790 insertions(+), 1751 deletions(-)
---
Reply to: