X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=4fe0807f4a9574bc9eafdc668c840bf55ae34416;hb=589071320213041ad74072dabb528ea4b3346eea;hp=315df6cf9f880979c56c1ffe0661cb5df608b8ce;hpb=e6f5b6ec8d303807a43534a2a33cc9640b8d2972;p=debian%2Famanda diff --git a/debian/rules b/debian/rules index 315df6c..4fe0807 100755 --- a/debian/rules +++ b/debian/rules @@ -15,15 +15,16 @@ 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 \ --libexecdir=/usr/lib/amanda \ + --without-amlibexecdir \ --sysconfdir=/etc \ --sharedstatedir=/var/lib \ --localstatedir=/var/lib \ @@ -32,14 +33,15 @@ configure-stamp: --with-tcpportrange=50000,50100 \ --with-udpportrange=840,860 \ --with-debugging=/var/log/amanda \ + --with-gnutar-listdir=/var/lib/amanda/gnutar-lists \ --with-index-server=localhost \ - --with-bsd-security \ - --with-amandahosts \ --with-smbclient=/usr/bin/smbclient \ + --with-amandahosts \ --with-ssh-security \ --with-bsdtcp-security \ --with-bsdudp-security + touch missing touch configure-stamp