From 9749ef7f9b382d743b186bf06c7c2aeb0b9bebee Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 31 Jul 2004 03:22:20 +0000 Subject: * Split the ssh binary package into openssh-client and openssh-server (closes: #39741). openssh-server depends on openssh-client for some common functionality; it didn't seem worth creating yet another package for this. * New transitional ssh package, depending on openssh-client and openssh-server. May be removed once nothing depends on it. * When upgrading from ssh to openssh-{client,server}, it's very difficult for the maintainer scripts to find out what version we're upgrading from without dodgy dpkg hackery. I've therefore taken the opportunity to move a couple of debconf notes into NEWS files, namely ssh/ssh2_keys_merged and ssh/user_environment_tell. * In general, upgrading to this version directly from woody without first upgrading to the version in sarge is not currently guaranteed to work very smoothly due to the aforementioned version discovery problems. --- debian/openssh-client.config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/openssh-client.config (limited to 'debian/openssh-client.config') diff --git a/debian/openssh-client.config b/debian/openssh-client.config new file mode 100644 index 000000000..7490526fa --- /dev/null +++ b/debian/openssh-client.config @@ -0,0 +1,19 @@ +#!/bin/sh + +action=$1 +version=$2 + +if [ -d /etc/ssh-nonfree ] && [ ! -d /etc/ssh ]; then + version=1.2.27 + cp -a /etc/ssh-nonfree /etc/ssh +fi + +# Source debconf library. +. /usr/share/debconf/confmodule +db_version 2.0 + +db_input medium ssh/SUID_client || true + +db_go + +exit 0 -- cgit v1.2.3