tweak configure to ensure ssh support is enabled
authorBdale Garbee <bdale@gag.com>
Sat, 18 Apr 2009 18:03:47 +0000 (12:03 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 18 Apr 2009 18:03:47 +0000 (12:03 -0600)
debian/changelog
debian/rules

index e88832bba0076884f9851e291377041adb6410d3..0fe08cca53078d561b00bbcfaf435c45903399f7 100644 (file)
@@ -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 <bdale@gag.com>  Sun, 15 Feb 2009 12:41:34 -0700
-
-amanda (1:2.6.0p2-1) unstable; urgency=low
-
-  * new upstream version
-
- -- Bdale Garbee <bdale@gag.com>  Wed, 22 Oct 2008 18:13:38 +0200
+ -- Bdale Garbee <bdale@gag.com>  Sat, 18 Apr 2009 12:03:17 -0600
 
 amanda (1:2.5.2p1-4) unstable; urgency=high
 
index 315df6cf9f880979c56c1ffe0661cb5df608b8ce..1d04a099506a4b9507873b1b320e0c6057bb8562 100755 (executable)
@@ -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 \