From 01cf23cf478b1f73722ed82bfd91ad578ec4fef8 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 18 Apr 2009 12:03:47 -0600 Subject: [PATCH] tweak configure to ensure ssh support is enabled --- debian/changelog | 9 ++------- debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index e88832b..0fe08cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,9 @@ amanda (1:2.6.1-1) UNRELEASED; urgency=low * New Upstream Version + * tweak configure to ensure ssh support is enabled, closes: #524618 - -- Bdale Garbee Sun, 15 Feb 2009 12:41:34 -0700 - -amanda (1:2.6.0p2-1) unstable; urgency=low - - * new upstream version - - -- Bdale Garbee Wed, 22 Oct 2008 18:13:38 +0200 + -- Bdale Garbee Sat, 18 Apr 2009 12:03:17 -0600 amanda (1:2.5.2p1-4) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 315df6c..1d04a09 100755 --- a/debian/rules +++ b/debian/rules @@ -15,11 +15,11 @@ configure-stamp: # pick up latest config files provided by autotools-dev cp -f /usr/share/misc/config.sub config/config.sub cp -f /usr/share/misc/config.guess config/config.guess - MAILER=/usr/bin/mail \ - # do we need --{htmldir,dvidir,pdfdir,psdir} to force subdirectories? # should we re-craft this to use --without-server and --without-client, # and lose the amanda-common package? + MAILER=/usr/bin/mail \ + SSH=/usr/bin/ssh \ ./configure \ --prefix=/usr \ --bindir=/usr/sbin \ -- 2.30.2