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

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



Tag 'x11-session-utils-7.6-1' created by Cyril Brulebois <kibi@debian.org> at 2010-11-12 23:56 +0000

Tagging upload of x11-session-utils 7.6~1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkzd1DgACgkQeGfVPHR5Nd2R1gCgkE6nKv+BW+bNThnQw4hC+kjI
zKQAoJOW0WrgbHoI4GoP/J94XNal+gJs
=ySxI
-----END PGP SIGNATURE-----

Changes since x11-session-utils-7.5+1:
Cyril Brulebois (23):
      New upstream release candidate: X11R7.6 RC1.
      Update rstart to 1.0.4
      Update smproxy to 1.0.4
      Update xsm to 1.0.2
      Add an update-copyright target to refresh debian/copyright using upstream's COPYING files, thanks to Julien Cristau.
      Refresh debian/copyright accordingly.
      Pass $(confflags_$*) to configure so as to be able to specify an extra confflags_foo variable, specific to the foo package.
      Set confflags_xsm = --with-rsh=/usr/bin/rsh.
      Drop 18_xsm_build_without_ssh.diff accordingly.
      Stop passing RSH accordingly.
      Stop passing MANCONF="/etc/manpath.config", that was for xman, which is now in x11-apps.
      Stop passing --disable-xprint, it's gone.
      Switch from --list-missing to --fail-missing for additional safety.
      Wrap build-deps.
      Add xutils-dev build-dep for new macros.
      Add x11proto-core-dev build-dep for rstart.
      Add libxmuu-dev and libsm-dev build-dep, drop libxmu-dev, for smproxy.
      Add libice-dev and libx11-dev buil-dep for xsm.
      Add myself to Uploaders.
      Thanks to lintian: Remove dash-revision in build-deps.
      Thanks to lintian: Fix dh_{makeshlibs,installdeb,shlibdeps} order.
      rsh is sufficient, execlp() is used.
      Upload to experimental.

Julien Cristau (4):
      Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason.  Thanks, Colin Watson!
      Remove myself from Uploaders
      Add watch files
      Add a get-tarballs rule to make updating the package easier.

---
 debian/changelog                             |   38 
 debian/control                               |   23 
 debian/copyright                             |   86 
 debian/copyright.head                        |    4 
 debian/patches/18_xsm_build_without_ssh.diff |   12 
 debian/patches/series                        |    1 
 debian/rules                                 |   38 
 debian/watch.rstart                          |    2 
 debian/watch.smproxy                         |    2 
 debian/watch.xsm                             |    2 
 rstart/COPYING                               |   29 
 rstart/ChangeLog                             |  125 
 rstart/INSTALL                               |  291 +
 rstart/Makefile.am                           |   39 
 rstart/Makefile.in                           |  375 +
 rstart/README                                |   30 
 rstart/aclocal.m4                            | 2400 +++++++---
 rstart/config.guess                          |  210 
 rstart/config.h.in                           |    3 
 rstart/config.sub                            |  115 
 rstart/configure                             | 5134 +++++++++-------------
 rstart/configure.ac                          |   32 
 rstart/depcomp                               |   87 
 rstart/install-sh                            |    5 
 rstart/missing                               |   49 
 rstart/specs/fix.awk                         |   23 
 rstart/specs/fix.nawk                        |   24 
 rstart/specs/fix.sed                         |   12 
 rstart/specs/rstart.ms                       |  841 +++
 rstart/specs/rstartd.txt                     |  229 +
 rstart/specs/tmac.rfc                        |   81 
 smproxy/COPYING                              |   25 
 smproxy/ChangeLog                            |  151 
 smproxy/INSTALL                              |  291 +
 smproxy/Makefile.am                          |   30 
 smproxy/Makefile.in                          |   62 
 smproxy/aclocal.m4                           |  833 +++
 smproxy/config.guess                         |  210 
 smproxy/config.h.in                          |    9 
 smproxy/config.sub                           |  115 
 smproxy/configure                            | 4153 ++++++++----------
 smproxy/configure.ac                         |   23 
 smproxy/save.c                               |   14 
 smproxy/smproxy.c                            |    2 
 smproxy/smproxy.h                            |    3 
 smproxy/smproxy.man                          |    4 
 xsm/ChangeLog                                |  458 +-
 xsm/INSTALL                                  |  143 
 xsm/Makefile.am                              |   55 
 xsm/Makefile.in                              |  794 +--
 xsm/README                                   |   34 
 xsm/XSm.ad                                   |  119 
 xsm/aclocal.m4                               | 2530 +++++++----
 xsm/app-defaults/XSm                         |  119 
 xsm/auth.c                                   |   23 
 xsm/choose.c                                 |   30 
 xsm/compile                                  |  142 
 xsm/config.guess                             |  279 -
 xsm/config.h.in                              |   37 
 xsm/config.sub                               |  201 
 xsm/configure                                | 6078 ++++++++++++++-------------
 xsm/configure.ac                             |   63 
 xsm/depcomp                                  |  172 
 xsm/globals.c                                |   91 
 xsm/info.c                                   |   87 
 xsm/info.h                                   |    6 
 xsm/install-sh                               |  517 +-
 xsm/list.c                                   |   32 
 xsm/lock.c                                   |   41 
 xsm/lock.h                                   |   10 
 xsm/log.c                                    |   10 
 xsm/mainwin.c                                |   14 
 xsm/misc.c                                   |    1 
 xsm/missing                                  |  104 
 xsm/mkinstalldirs                            |  158 
 xsm/popup.c                                  |    4 
 xsm/printhex.c                               |    9 
 xsm/prop.c                                   |    2 
 xsm/remote.c                                 |   25 
 xsm/restart.c                                |   28 
 xsm/save.c                                   |   94 
 xsm/saveutil.c                               |   18 
 xsm/signals.c                                |   24 
 xsm/xsm.c                                    |   89 
 xsm/xsm.h                                    |   25 
 85 files changed, 16428 insertions(+), 12505 deletions(-)
---


Reply to: