Revert removal of openssh-client from the build-deps, because xsm's configure
script unsets the RSH variable before checking for it, and I don't want to bloat the diff by having to rerun autoconf at this point.
This commit is contained in:
parent
a22a9362ef
commit
5d3ecce6ee
|
@ -1,8 +1,6 @@
|
||||||
xbase-clients (1:7.1.ds1-2) unstable; urgency=low
|
xbase-clients (1:7.1.ds1-2) unstable; urgency=low
|
||||||
|
|
||||||
* Add patch by Eugene Konev to fix xdbedizzy crash (closes: #365291).
|
* 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 knows where to find it (closes: #362787).
|
|
||||||
|
|
||||||
-- Julien Cristau <julien.cristau@ens-lyon.org> Fri, 12 Jan 2007 17:54:07 +0100
|
-- Julien Cristau <julien.cristau@ens-lyon.org> Fri, 12 Jan 2007 17:54:07 +0100
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
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>
|
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), 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, openssh-client | ssh
|
||||||
Standards-Version: 3.7.2.0
|
Standards-Version: 3.7.2.0
|
||||||
|
|
||||||
Package: xbase-clients
|
Package: xbase-clients
|
||||||
|
|
|
@ -49,8 +49,7 @@ build-stamp:
|
||||||
--infodir=\$${prefix}/share/info $(confflags) \
|
--infodir=\$${prefix}/share/info $(confflags) \
|
||||||
--disable-xprint \
|
--disable-xprint \
|
||||||
CFLAGS="$(CFLAGS)" \
|
CFLAGS="$(CFLAGS)" \
|
||||||
MANCONF="/etc/manpath.config" \
|
MANCONF="/etc/manpath.config" && \
|
||||||
RSH=/usr/bin/ssh && \
|
|
||||||
$(MAKE)) || exit 1; \
|
$(MAKE)) || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue