From: Bdale Garbee Date: Tue, 18 Jan 2011 21:03:30 +0000 (-0700) Subject: enable support for Amazon S3 storage on request from Christopher McCrory X-Git-Tag: debian/3.2.1-1~10 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=efc36a89dfdf6e012c9f6760257f6e903cb3b582 enable support for Amazon S3 storage on request from Christopher McCrory --- diff --git a/debian/control b/debian/control index 501c78b..72124c7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Bdale Garbee Vcs-Git: git://git.gag.com/debian/amanda Vcs-Browser: http://git.gag.com/?p=debian/amanda -Build-Depends: debhelper (>= 5), dump, gnuplot, libncurses5-dev, libreadline-dev, libtool, flex, perl, smbclient, bsd-mailx | mailx, lpr, mtx, xfsdump, po-debconf, autotools-dev, libglib2.0-dev, procps +Build-Depends: debhelper (>= 5), dump, gnuplot, libncurses5-dev, libreadline-dev, libtool, flex, perl, smbclient, bsd-mailx | mailx, lpr, mtx, xfsdump, po-debconf, autotools-dev, libglib2.0-dev, procps, curl Standards-Version: 3.9.1 Package: amanda-common diff --git a/debian/rules b/debian/rules index 74c2171..026b6ef 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,8 @@ configure-stamp: --with-ssh-security \ --with-bsdtcp-security \ --with-bsdudp-security \ - --without-ipv6 + --without-ipv6 \ + --enable-s3-device touch missing touch configure-stamp