On 01/02/2012 08:17 AM, Gaetan Nadon wrote: > 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 > > > Gaetan Nadon (4): > 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 > > .gitignore | 154 > +++++++++----------- > COPYING | 108 ++++++++++++++ > Makefile.am | 14 ++- > benchmarks/.gitignore | 5 + > configure.ac | 6 +- > debugger/.gitignore | 2 + > debugger/system_routine/.gitignore | 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 +++++++ > tools/.gitignore | 20 +++ > 27 files changed, 314 insertions(+), 129 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 >
I think Daniel Vetter is maintaining this now. He has told me he isn't subscribed to the list. I would recommend resending with him in CC. (Same for the other series) By the way, r-b from me on this series. ~Ben _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
