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

xinit: Changes to 'refs/tags/xinit-1.2.0-1'



Tag 'xinit-1.2.0-1' created by Brice Goglin <bgoglin@debian.org> at 2009-12-06 22:33 +0000

Tagging upload of xinit 1.2.0-1 to unstable.

Changes since xinit-1.1.1-1:
Alan Coopersmith (7):
      Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      Purge ancient server names from help, add newer server names instead
      Drop ancient A/UX compatibility hack
      Drop ancient SunWindows compatibility check
      Man page updates
      Strip RCS/CVS tags
      Use platform-specific X server names in man pages for cygwin & darwin

Andres Salomon (1):
      app/xinit: make startx's $? a useful value

Brice Goglin (9):
      Update xsfbs/quilt patching rules to be compatible with the
      Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs into debian-unstable
      Bump Standards-Version to 3.8.2 now that we have README.source
      Merge tag 'xinit-1.2.0' into debian-unstable
      New upstream release
      Bump Standards-Version to 3.8.3
      Refresh patches
      Add bug closers
      Prepare Changelog for upload

David Nusinow (1):
      Add README.source

Jeremy Huddleston (6):
      Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_REQUIRED
      launchd: Added --with-launchd-id-prefix option to set non-standard launchd id prefix (org.x is still default)
      launchd: Include LAUNCHD_ID_PREFIX in the socket name for reverse lookup to tell which launchd id owns $DISPLAY
      launchd: Update the DISPLAY envvar to not have a - ... call me paranoid, but I feel safer without it
      This is not a GNU project, so declare it foreign.
      Apple: Export X11_PREFS_DOMAIN for children (quartz-wm)

Jon TURNEY (1):
      Cygwin can also have spaces in $HOME

Julien Cristau (27):
      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
      xsfbs.mk: fix the prepare target for parallel make
      xsfbs.mk: more parallel make fixing
      xsfbs.mk: update the list of releases, and drop some unused code
      xsfbs.mk: make 'log' a separate target
      xsfbs: add a repack script for uscan
      xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
      xsfbs: repack.sh needs to be executable
      xsfbs: don't run dpkg --print-installation-architecture
      Kill custom readlink function
      xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
      xsfbs.sh: remove unused analyze_path
      xsfbs.sh: remove unused maplink function
      xsfbs.sh: remove unused find_culprits function
      xsfbs.sh: remove unused reject_whitespace function
      xsfbs.mk: no need for shlibs.local
      xsfbs.sh: fix typo and remove svn keyword
      xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
      xsfbs.mk: remove more obsolete code
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      debian/local/xserverrc: pass our command line arguments to the X server
      Kill svn Id keywords
      06_move_serverauthfile_into_tmp.diff: use mktemp --tmpdir to honour $TMPDIR

Paulo Cesar Pereira de Andrade (1):
      Correct make distcheck for recent git versions.

Robert Macomber (1):
      startx: fix misparsing of initial client and server arguments which begin with / or ./

Rémi Cardona (2):
      make XINITDIR configurable at build-time, default is unchanged
      xinit 1.2.0

---
 .gitignore                                          |    3 
 ChangeLog                                           |  181 ++++++
 Makefile.am                                         |   15 
 configure.ac                                        |   52 +
 cpprules.in                                         |    8 
 debian/README.source                                |   73 ++
 debian/changelog                                    |   22 
 debian/control                                      |    2 
 debian/local/xserverrc                              |    4 
 debian/patches/001_debian_xinitrc.diff              |    3 
 debian/patches/02_startx_hostname.diff              |   10 
 debian/patches/03_debian_startx_manpage.diff        |   14 
 debian/patches/04_startx_paths.diff                 |   24 
 debian/patches/05_use_bash.diff                     |   17 
 debian/patches/06_move_serverauthfile_into_tmp.diff |    8 
 debian/xsfbs/repack.sh                              |   32 +
 debian/xsfbs/xsfbs-autoreconf.mk                    |  150 -----
 debian/xsfbs/xsfbs.mk                               |   72 --
 debian/xsfbs/xsfbs.sh                               |  526 ++++----------------
 org.x.startx.plist.cpp                              |    4 
 privileged_startx/Makefile.am                       |    7 
 privileged_startx/client.c                          |    4 
 privileged_startx/org.x.privileged_startx.plist.cpp |    4 
 privileged_startx/privileged_startx_types.h         |    6 
 privileged_startx/server.c                          |    6 
 startx.cmd                                          |    3 
 startx.cpp                                          |   16 
 startx.man                                          |   44 -
 xinit.c                                             |   58 --
 xinit.man                                           |   79 +--
 xinitrc.cmd                                         |    1 
 xinitrc.cpp                                         |    1 
 32 files changed, 657 insertions(+), 792 deletions(-)
---


Reply to: