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

x11-session-utils: Changes to 'refs/tags/x11-session-utils-7.7+1'



Tag 'x11-session-utils-7.7+1' created by Julien Cristau <jcristau@debian.org> at 2013-12-25 23:18 +0000

Tagging upload of x11-session-utils 7.7+1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABAgAGBQJSu2e9AAoJEDEBgAUJBeQMy9wQAOjKxbHTAn+VwbEvus/6hRZv
EausnNwZAxJ7cmVJBxV9X0l56cSbM5/5cqmyRNRK5W2PJ4ZdlcHvRvy+SRcBCfrN
BPJT5keZ+fFASPcS3fUSVQeoFe80N6ToMVq0IbTK+86ekpJR+dZbNm0oLM1CRlTR
3C34z5ySB/g72Cf8WszqPQGPsWhZXwEADKZ6sO+aMvlY4ggebHj3NMx4kRBg3v8l
wBpux7F1MFSfmd/RWgTwqyOA7+/oeQvgBxfMIrpc8Dc6wxepviw6cer/R8iVjYum
/1/8RiBjMC3CWgrdrsJPLcFHcf4pMfsxmNYEb/EyG91b6zllOaos9d19p6rkMbq7
HNP/Bl0amzze1B0/SKMdb9mdQHroEjtaEAcYFFxETXJIJUzJgzxHWQKrHCcLUaK6
ioo7p5C9dsOtwl5/wgd7BfYurvZBomDJifRKHOs2vsi//nia0d6gD2M7Gh2GRMYm
uPxm445hWB/aXsHgTh/AJ3o7Wl/n2u3oSQGyPbuRir6XWWfS4YOQtFx43g3D/ArR
FuPuyFfW9EAeBwWtP84p6JEumr1c3s/L43PAoCYk3gjfGWQ+Xi5pdlxx8L7EbcHM
fujjO5IWpgDsIXmDTBhky+ddAAKzOjbdZBEO7KyXawnPFW1Wzj7JwhLvPWLA9THx
17pkJNCN7OqXBjUigQ9Q
=w8XB
-----END PGP SIGNATURE-----

Changes since x11-session-utils-7.6+2:
Julien Cristau (16):
      rstart 1.0.5.
      xsm 1.0.3.
      Bump debhelper compat level to 7.
      Disable silent build rules.
      Set sysconfdir and adjust dh_install config file for move of xsm config to /etc.
      Use dpkg-buildflags.
      Replace dh_clean -k with dh_prep.
      Update config.{guess,sub} at build time.
      Delete config.{guess,sub}
      Revert "Delete config.{guess,sub}"
      Switch to dh.
      Pass --parallel to dh
      chmod +x some files to work around rstart Makefile bug (fixed in upstream git)
      Remove Cyril from Uploaders.
      Upload to unstable
      Delete no-longer-used debian/xsfbs/

---
 debian/README.source                |   73 
 debian/changelog                    |   16 
 debian/compat                       |    2 
 debian/control                      |    5 
 debian/rules                        |  101 
 debian/x11-session-utils.install    |    2 
 debian/xsfbs/repack.sh              |   32 
 debian/xsfbs/xsfbs.mk               |  276 -
 debian/xsfbs/xsfbs.sh               |  622 ---
 rstart/ChangeLog                    |  289 +
 rstart/Makefile.am                  |  182 -
 rstart/Makefile.in                  |  599 +--
 rstart/aclocal.m4                   | 1143 +++++-
 rstart/client.cpp                   |  124 
 rstart/commands/ListContexts        |    4 
 rstart/commands/ListGenericCommands |    8 
 rstart/commands/Makefile.am         |   16 
 rstart/commands/Makefile.in         |  440 ++
 rstart/config.cpp                   |   34 
 rstart/config.guess                 |  233 -
 rstart/config.sub                   |  134 
 rstart/configure                    | 6254 ++++++++++++++++++++++++++++++++++--
 rstart/configure.ac                 |   42 
 rstart/contexts/Makefile.am         |   28 
 rstart/contexts/Makefile.in         |  469 ++
 rstart/contexts/x11r6               |   30 
 rstart/contexts/x11r6.in            |   30 
 rstart/depcomp                      |   74 
 rstart/install-sh                   |   29 
 rstart/man/Makefile.am              |   13 
 rstart/man/Makefile.in              |  429 ++
 rstart/man/rstart.man               |  117 
 rstart/man/rstartd.man              |  277 +
 rstart/rstart.man                   |  117 
 rstart/rstartd.man                  |  274 -
 rstart/samples/Makefile.am          |   25 
 rstart/samples/Makefile.in          |  393 ++
 rstart/scripts/Makefile.am          |   26 
 rstart/scripts/Makefile.in          |  472 ++
 rstart/scripts/config.in            |   34 
 rstart/scripts/rstart.in            |  124 
 rstart/scripts/rstartd.in           |   29 
 rstart/server.cpp                   |   29 
 rstart/specs/Makefile.am            |    8 
 rstart/specs/Makefile.in            |  376 ++
 xsm/ChangeLog                       |  194 +
 xsm/Makefile.am                     |   21 
 xsm/Makefile.in                     |  359 +-
 xsm/aclocal.m4                      | 1233 +++++--
 xsm/auth.c                          |   22 
 xsm/choose.c                        |   14 
 xsm/config.guess                    |  233 -
 xsm/config.h.in                     |   12 
 xsm/config.sub                      |  134 
 xsm/configure                       | 6075 +++++++++++++++++++++++++++++++++-
 xsm/configure.ac                    |   23 
 xsm/depcomp                         |   74 
 xsm/info.c                          |   11 
 xsm/install-sh                      |   29 
 xsm/lock.c                          |   11 
 xsm/man/Makefile.am                 |   12 
 xsm/man/Makefile.in                 |  425 ++
 xsm/man/xsm.man                     |  347 +
 xsm/misc.c                          |    6 
 xsm/popup.c                         |    2 
 xsm/popup.h                         |    2 
 xsm/printhex.c                      |    4 
 xsm/remote.c                        |    7 
 xsm/restart.c                       |    9 
 xsm/save.c                          |   13 
 xsm/saveutil.c                      |   21 
 xsm/saveutil.h                      |    8 
 xsm/signals.c                       |    2 
 xsm/xsm.c                           |   30 
 xsm/xsm.h                           |   21 
 xsm/xsm.man                         |  347 -
 76 files changed, 19556 insertions(+), 4179 deletions(-)
---


Reply to: