This module is hosted as an X.Org app and is published as such. This patch adds some missing packaging files and sets some basic infrastructure common to all xorg modules which saves maintenance in the long run.
http://www.x.org/wiki/NewModuleGuidelines This series applies some xorg project policies and code reuse from util-macros. In some cases it reverts "upgrades" that were "too new" for the overall xorg. There were no bug fixes, things went smoothly. All the changes done are generic and have been applied/reviewed to all xorg modules. Should there be any reasons to deviate, I'd be happy to make appropriate adjustements and comments. Gaetan Nadon (10): Add mandatory COPYING file. Use standard .gitignore file and layout Man pages still showing version 1.0 in the 1.1 release Add mandatory ChangeLog and INSTALL files config: remove unrequired AM_PROG_CC_C_O config: remove duplicate AC_PROG_CC and AC_PROG__CC_99 config: use project wide xorg warnings variable config: set-up xorg automatic rebuilding rules config: the minimum version for autoconf is 2.60 config: restore the libtool minimum version to 1.5 .gitignore | 154 +++++++++----------- COPYING | 108 ++++++++++++++ Makefile.am | 14 ++- autogen.sh | 14 ++- benchmarks/.gitignore | 5 + benchmarks/Makefile.am | 2 +- configure.ac | 42 ++---- debugger/.gitignore | 2 + debugger/Makefile.am | 2 +- debugger/system_routine/.gitignore | 2 + lib/Makefile.am | 2 +- m4/.gitignore | 5 - man/Makefile.am | 44 ++++-- man/{intel_audio_dump.1 => intel_audio_dump.man} | 2 +- man/{intel_bios_dumper.1 => intel_bios_dumper.man} | 2 +- man/{intel_bios_reader.1 => intel_bios_reader.man} | 2 +- ...intel_error_decode.1 => intel_error_decode.man} | 2 +- man/{intel_gpu_top.1 => intel_gpu_top.man} | 2 +- man/{intel_gtt.1 => intel_gtt.man} | 2 +- man/{intel_lid.1 => intel_lid.man} | 2 +- man/{intel_reg_dumper.1 => intel_reg_dumper.man} | 2 +- man/{intel_reg_read.1 => intel_reg_read.man} | 2 +- ...intel_reg_snapshot.1 => intel_reg_snapshot.man} | 2 +- man/{intel_reg_write.1 => intel_reg_write.man} | 2 +- man/{intel_stepping.1 => intel_stepping.man} | 2 +- ...ad_blit_large.1 => intel_upload_blit_large.man} | 2 +- ...large_gtt.1 => intel_upload_blit_large_gtt.man} | 2 +- ...large_map.1 => intel_upload_blit_large_map.man} | 2 +- ...ad_blit_small.1 => intel_upload_blit_small.man} | 2 +- tests/.gitignore | 51 +++++++ tests/Makefile.am | 2 +- tools/.gitignore | 20 +++ tools/Makefile.am | 2 +- 33 files changed, 336 insertions(+), 167 deletions(-) create mode 100644 COPYING create mode 100644 benchmarks/.gitignore create mode 100644 debugger/.gitignore create mode 100644 debugger/system_routine/.gitignore delete mode 100644 m4/.gitignore rename man/{intel_audio_dump.1 => intel_audio_dump.man} (85%) rename man/{intel_bios_dumper.1 => intel_bios_dumper.man} (88%) rename man/{intel_bios_reader.1 => intel_bios_reader.man} (90%) rename man/{intel_error_decode.1 => intel_error_decode.man} (91%) rename man/{intel_gpu_top.1 => intel_gpu_top.man} (96%) rename man/{intel_gtt.1 => intel_gtt.man} (90%) rename man/{intel_lid.1 => intel_lid.man} (89%) rename man/{intel_reg_dumper.1 => intel_reg_dumper.man} (93%) rename man/{intel_reg_read.1 => intel_reg_read.man} (89%) rename man/{intel_reg_snapshot.1 => intel_reg_snapshot.man} (87%) rename man/{intel_reg_write.1 => intel_reg_write.man} (89%) rename man/{intel_stepping.1 => intel_stepping.man} (90%) rename man/{intel_upload_blit_large.1 => intel_upload_blit_large.man} (90%) rename man/{intel_upload_blit_large_gtt.1 => intel_upload_blit_large_gtt.man} (89%) rename man/{intel_upload_blit_large_map.1 => intel_upload_blit_large_map.man} (89%) rename man/{intel_upload_blit_small.1 => intel_upload_blit_small.man} (90%) create mode 100644 tests/.gitignore create mode 100644 tools/.gitignore -- 1.7.5.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
