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

X Strike Force X.Org X11 SVN commit: r4192 - trunk/app/xbase-clients/debian



Author: julien
Date: 2007-01-07 22:50:23 -0500 (Sun, 07 Jan 2007)
New Revision: 4192

Modified:
   trunk/app/xbase-clients/debian/changelog
   trunk/app/xbase-clients/debian/control
   trunk/app/xbase-clients/debian/rules
Log:
* 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).

Modified: trunk/app/xbase-clients/debian/changelog
===================================================================
--- trunk/app/xbase-clients/debian/changelog	2007-01-08 03:19:00 UTC (rev 4191)
+++ trunk/app/xbase-clients/debian/changelog	2007-01-08 03:50:23 UTC (rev 4192)
@@ -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
 

Modified: trunk/app/xbase-clients/debian/control
===================================================================
--- trunk/app/xbase-clients/debian/control	2007-01-08 03:19:00 UTC (rev 4191)
+++ trunk/app/xbase-clients/debian/control	2007-01-08 03:50:23 UTC (rev 4192)
@@ -3,7 +3,7 @@
 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

Modified: trunk/app/xbase-clients/debian/rules
===================================================================
--- trunk/app/xbase-clients/debian/rules	2007-01-08 03:19:00 UTC (rev 4191)
+++ trunk/app/xbase-clients/debian/rules	2007-01-08 03:50:23 UTC (rev 4192)
@@ -49,7 +49,8 @@
 		             --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
 



Reply to: