diff options
| author | Russ Allbery <rra@stanford.edu> | 2008-01-28 23:42:02 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2008-01-28 23:42:02 +0000 | 
| commit | bc8a6b13afe0a758cbc91fe64637280e6c347f46 (patch) | |
| tree | 8366d572d5cca500b1947b385e8ac148660f495d | |
| parent | 05a72fb951720d49e665dcd41e960e5de619b019 (diff) | |
Upstream ships the wallet-report man page; we just have to install it.debian/0.6-1
| -rwxr-xr-x | debian/rules | 3 | ||||
| -rw-r--r-- | debian/wallet-server.install | 1 | 
2 files changed, 1 insertions, 3 deletions
| diff --git a/debian/rules b/debian/rules index 13b22cc..2cc09c8 100755 --- a/debian/rules +++ b/debian/rules @@ -65,9 +65,6 @@ install: build-stamp  	DH_OPTIONS= dh_install --fail-missing  	install -m 0644 config/keytab.acl \  	    $(CURDIR)/debian/keytab-backend/etc/remctl/acl/keytab -	pod2man --section=8 --release=$(VERSION) --center="System Commands" \ -	    contrib/wallet-report \ -	    > $(CURDIR)/debian/wallet-server/usr/share/man/man8/wallet-report.8  binary: binary-arch binary-indep diff --git a/debian/wallet-server.install b/debian/wallet-server.install index eb6ae70..a12d813 100644 --- a/debian/wallet-server.install +++ b/debian/wallet-server.install @@ -7,3 +7,4 @@ debian/tmp/usr/share/perl5  config/wallet                   etc/remctl/conf.d  contrib/wallet-report           usr/sbin +contrib/wallet-report.8         usr/share/man/man8 | 
