[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'refs/tags/xorg-1_7.6+2'



Tag 'xorg-1_7.6+2' created by Cyril Brulebois <kibi@debian.org> at 2011-02-08 15:42 +0000

Tagging upload of xorg 1:7.6+2 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk1RZFIACgkQeGfVPHR5Nd0KxACeKwTWsgzuC8g8R8wihMniHytn
4qQAnj0Z4pVmiKaBtqRXN4NZHnOJkm22
=Ga2M
-----END PGP SIGNATURE-----

Changes since xorg-1_7.6+1:
Cyril Brulebois (104):
      Initial commit.
      Add machinery.
      Add index.
      Generate PDF as well.
      Clean stuff.
      Clean pdf files as well.
      Use a tiny trick to use a CSS file.
      More stuff about gdb.
      Tweak the CSS.
      Restructure.
      Mention SIGPIPE and backtraces.
      Add page breaks for the generated PDF files.
      Include a background image.
      Add report-bugs howto.
      Use justified text.
      Re-order stuff in the CSS.
      Mention xserver-xorg-core-dbg as needed package.
      Adjust colours.
      Adjust titles.
      Make it possible to build either html or pdf.
      Add a link to report-bugs from the index.
      Document how we appreciate feedback.
      Add a COPYING file, with MIT/X licensing.
      Specify content type through a meta tag.
      Specify margins for lists.
      Start a doc on xrandr.
      Continue typing.
      Continue typing.
      More stuff.
      Restructure the document.
      Continue typing.
      Start a doc about bug triaging.
      Ignore generated html and pdf files.
      triage-bugs: Cosmetics.
      triage-bugs: Add ideas about categories.
      index: Link to triage-bugs.
      copyright: Update years.
      triage-bugs: Rephrase to get a nicer pdf output.
      triage-bugs: Fix typo.
      triage-bugs: Add needs-forwarding usertag.
      Add some links to explanations of upstream features.
      configure-input: New documentation.
      configure-input: Mention keyboard configuration.
      css: Improve lists.
      makefile: Make pdf file generation depend on the css.
      configure-input: Make synaptics an extra bullet.
      configure-input: Mention udev restart does not work.
      configure-input: Mention --export-db as well.
      configure-input: Mention configuration snippets.
      configure-input: Mention evdev configuration.
      configure-input: Mention synaptics configuration.
      configure-input: Mention gpointing-device-settings and syndaemon.
      css: Set (possibly not too ugly) default fonts.
      css: Extend the h1+h2 tweak to support having an extra p between both.
      css: Right-align the authors paragraph.
      all: Add an author line.
      css: Authors are not that important, decrease font size.
      configure-input: Add a warning about syndaemon.
      upstream-features: Fix typo.
      index: Fix typo.
      configure-input: Fix typos.
      index: Switch input/outputs.
      configure-input: Tiny fixes.
      logo: Mix X and Debian logos.
      css: Add some top margin to the authors paragraph accordingly.
      makefile: Make pdf file generation depend on the logo.
      triage-bugs: Cheat a bit and make the pdf look nicer.
      triage-bugs: Fix typo.
      makefile: No-op, rename a variable.
      makefile: Build a png version of the logo for Firefox.
      logo: Commit the png version exported through inkscape.
      css: Dirty hack to use the PNG version of the logo.
      css: Avoid too much margin in nested lists.
      dependencies: New reference document.
      dependencies: Document what got committed.
      dependencies: Reword a bit.
      dependencies: Mention the version where dh_xsf_substvars appeared.
      dependencies: Document xsf's dh sequence.
      dependencies: Add sample control and rules files.
      dependencies: Document the reasons for a mail alias.
      index: Mention what XSF is.
      makefile: Generate txt files as well.
      makefile: Make txt files just a copy of mdwn files.
      Move everything to an xsf-docs directory.
      Merge branch 'xsf-docs' into debian-unstable
      Document the merge of xsf-docs.
      index: xsf-docs.git → xorg.git switch.
      index: Mention xsf-docs are shipped in the xorg metapackage.
      Add make/make clean for xsf-docs/ accordingly.
      Fix comment, all generated files are removed.
      makefile: Add an install target.
      Merge branch 'xsf-docs' into debian-unstable
      Ship xsf-docs under /usr/share/doc in the xorg metapackage.
      Remove reference to the xorg package.
      Remove xbase-clients maintainer scripts.
      Ditto for xutils: Stop caring about /etc/X11/rstart.
      Add build-deps needed for xsf-docs.
      Ship xsf-docs in xserver-xorg instead of xorg.
      Tighten the dependency between xorg and xserver-xorg.
      Ship a bug control file for xorg.
      Remove obsolete material.
      Mention the directory for xsf-docs.
      Upload to unstable.
      Add xauth build-dep, for xvfb-run.

---
 debian/changelog                     |   34 ++++
 debian/control                       |   11 +
 debian/local/control                 |    1 
 debian/local/dexconf                 |  240 ----------------------------------
 debian/local/dexconf.1               |  246 -----------------------------------
 debian/local/xorg.conf               |   96 -------------
 debian/rules                         |   13 -
 debian/xbase-clients.postinst.in     |   20 --
 debian/xbase-clients.postrm.in       |   20 --
 debian/xbase-clients.preinst.in      |   20 --
 debian/xserver-xorg.examples         |    1 
 debian/xserver-xorg.install          |    2 
 debian/xserver-xorg.manpages         |    1 
 debian/xutils.postinst.in            |   35 ----
 debian/xutils.postrm.in              |   31 ----
 debian/xutils.preinst.in             |   31 ----
 xsf-docs/.gitignore                  |    3 
 xsf-docs/COPYING                     |   19 ++
 xsf-docs/Makefile                    |   61 ++++++++
 xsf-docs/howtos/configure-input.mdwn |  167 +++++++++++++++++++++++
 xsf-docs/howtos/report-bugs.mdwn     |   30 ++++
 xsf-docs/howtos/triage-bugs.mdwn     |   93 +++++++++++++
 xsf-docs/howtos/use-gdb.mdwn         |  102 ++++++++++++++
 xsf-docs/howtos/use-xrandr.mdwn      |  173 ++++++++++++++++++++++++
 xsf-docs/index.mdwn                  |   27 +++
 xsf-docs/mdwn2html                   |   48 ++++++
 xsf-docs/reference/dependencies.mdwn |  221 +++++++++++++++++++++++++++++++
 xsf-docs/upstream-features.mdwn      |   16 ++
 xsf-docs/xsf.css                     |   86 ++++++++++++
 xsf-docs/xsf.png                     |binary
 xsf-docs/xsf.svg                     |  234 +++++++++++++++++++++++++++++++++
 31 files changed, 1331 insertions(+), 751 deletions(-)
---


Reply to: