From 589071320213041ad74072dabb528ea4b3346eea Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 19 Aug 2009 17:32:10 -0600 Subject: [PATCH] more updates --- debian/amanda-client.files | 4 ++++ debian/amanda-server.files | 3 ++- debian/rules | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/amanda-client.files b/debian/amanda-client.files index e5ea96e..46c5dc7 100644 --- a/debian/amanda-client.files +++ b/debian/amanda-client.files @@ -15,3 +15,7 @@ usr/sbin/amfetchdump usr/sbin/amoldrecover usr/sbin/amrecover usr/sbin/amrestore +usr/share/man/man5/amanda-client.conf.5.gz +usr/share/man/man8/amfetchdump.8.gz +usr/share/man/man8/amrecover.8.gz +usr/share/man/man8/amrestore.8.gz diff --git a/debian/amanda-server.files b/debian/amanda-server.files index 97e0fac..459db2f 100644 --- a/debian/amanda-server.files +++ b/debian/amanda-server.files @@ -8,12 +8,12 @@ usr/lib/amanda/amtrmlog usr/lib/amanda/chg-* usr/lib/amanda/driver usr/lib/amanda/dumper -usr/lib/amanda/amidxtaped usr/lib/amanda/planner usr/lib/amanda/taper usr/sbin/amadmin usr/sbin/amcheck usr/sbin/amcheckdb +usr/sbin/amcheckdump usr/sbin/amcleanup usr/sbin/amdump usr/sbin/amflush @@ -31,6 +31,7 @@ usr/share/man/man8/amadmin.8.gz usr/share/man/man8/amanda.8.gz usr/share/man/man8/amcheck.8.gz usr/share/man/man8/amcheckdb.8.gz +usr/share/man/man8/amcheckdump.8.gz usr/share/man/man8/amcleanup.8.gz usr/share/man/man8/amdump.8.gz usr/share/man/man8/amflush.8.gz diff --git a/debian/rules b/debian/rules index 1d04a09..4fe0807 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ configure-stamp: --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 -- 2.30.2