* Drop build-dep on openssh-client | ssh, and set RSH=/usr/bin/ssh when

running configure so xsm know where to find it (closes: #362787).
This commit is contained in:
Julien Cristau 2007-01-08 03:50:23 +00:00
parent 467c1b341d
commit 13f351979c
3 changed files with 6 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,10 @@
xbase-clients (1:7.1.ds1-2) UNRELEASED; urgency=low
* Add patch by Eugene Konev to fix xdbedizzy crash (closes: #365291).
* Drop build-dep on openssh-client | ssh, and set RSH=/usr/bin/ssh when
running configure so xsm know where to find it (closes: #362787).
-- Julien Cristau <julien.cristau@ens-lyon.org> Mon, 8 Jan 2007 02:11:36 +0100
-- Julien Cristau <julien.cristau@ens-lyon.org> Mon, 8 Jan 2007 04:46:09 +0100
xbase-clients (1:7.1.ds1-1) unstable; urgency=low

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Julien Cristau <julien.cristau@ens-lyon.org>
Build-Depends: debhelper (>= 5.0.0), pkg-config, libfs-dev (>= 2:1.0.0-1), libpng-dev, libx11-dev (>= 2:1.0.0-1), libxaw7-dev (>= 1:1.0.1-1), libxcursor-dev (>= 1.1.5.2-1), libxext-dev (>= 1:1.0.0-1), libxft-dev (>= 2.1.8.2-6), libxi-dev (>= 1:1.0.0-3), libxkbfile-dev (>= 1:1.0.1-1), libxmuu-dev (>= 1:1.0.1-1), libxrandr-dev (>= 2:1.1.0.2-1), libxrender-dev (>= 1:0.9.0.2-2), libxss-dev (>= 1:1.0.1-1), libxt-dev (>= 1:1.0.0-1), libxtrap-dev (>= 1:1.0.0-1), libxtst-dev (>= 1:1.0.1-1), libxxf86dga-dev (>= 1:1.0.1-1), libxv-dev (>= 1:1.0.1-1), libxxf86vm-dev (>= 1:1.0.0-1), openssh-client | ssh, x11proto-gl-dev, libgl1-mesa-dev, xbitmaps, quilt
Build-Depends: debhelper (>= 5.0.0), pkg-config, libfs-dev (>= 2:1.0.0-1), libpng-dev, libx11-dev (>= 2:1.0.0-1), libxaw7-dev (>= 1:1.0.1-1), libxcursor-dev (>= 1.1.5.2-1), libxext-dev (>= 1:1.0.0-1), libxft-dev (>= 2.1.8.2-6), libxi-dev (>= 1:1.0.0-3), libxkbfile-dev (>= 1:1.0.1-1), libxmuu-dev (>= 1:1.0.1-1), libxrandr-dev (>= 2:1.1.0.2-1), libxrender-dev (>= 1:0.9.0.2-2), libxss-dev (>= 1:1.0.1-1), libxt-dev (>= 1:1.0.0-1), libxtrap-dev (>= 1:1.0.0-1), libxtst-dev (>= 1:1.0.1-1), libxxf86dga-dev (>= 1:1.0.1-1), libxv-dev (>= 1:1.0.1-1), libxxf86vm-dev (>= 1:1.0.0-1), x11proto-gl-dev, libgl1-mesa-dev, xbitmaps, quilt
Standards-Version: 3.7.2.0
Package: xbase-clients

3
debian/rules vendored
View File

@ -49,7 +49,8 @@ build-stamp:
--infodir=\$${prefix}/share/info $(confflags) \
--disable-xprint \
CFLAGS="$(CFLAGS)" \
MANCONF="/etc/manpath.config" && \
MANCONF="/etc/manpath.config" \
RSH=/usr/bin/ssh && \
$(MAKE)) || exit 1; \
done