From: Bdale Garbee Date: Tue, 13 Sep 2011 20:37:31 +0000 (-0600) Subject: move activate-devpay to amanda-server, add a skeletal man page for it X-Git-Tag: debian/3.3.0-1~3 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=c0dcac5cea561cfb1faa01a0c0738a8768c22efd move activate-devpay to amanda-server, add a skeletal man page for it --- diff --git a/debian/activate-devpay.1 b/debian/activate-devpay.1 new file mode 100644 index 0000000..a926db2 --- /dev/null +++ b/debian/activate-devpay.1 @@ -0,0 +1,15 @@ +.TH ACTIVATE-DEVPAY 1 +.SH NAME +activate-devpay \- create the token and certificate files for Amazon S3 +.SH SYNOPSIS +.B activate-devpay +.SH "DESCRIPTION" +This program creates the token and certificate files for Amazon Devpay's +Simple Token Service (STS). You can then use those files with the S3 device. + +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. + +.SH AUTHOR +This manual page was written by Bdale Garbee , +for the Debian GNU/Linux system (but may be used by others). diff --git a/debian/amanda-server.files b/debian/amanda-server.files index 5a1c897..756dbf2 100644 --- a/debian/amanda-server.files +++ b/debian/amanda-server.files @@ -11,6 +11,7 @@ usr/lib/amanda/driver usr/lib/amanda/dumper usr/lib/amanda/planner usr/lib/amanda/taper +usr/sbin/activate-devpay usr/sbin/amadmin usr/sbin/amcheck usr/sbin/amcheckdb diff --git a/debian/amanda-server.manpages b/debian/amanda-server.manpages new file mode 100644 index 0000000..14e5dfc --- /dev/null +++ b/debian/amanda-server.manpages @@ -0,0 +1 @@ +debian/activate-devpay.1 diff --git a/debian/rules b/debian/rules index 507bff4..2dc516b 100755 --- a/debian/rules +++ b/debian/rules @@ -89,6 +89,7 @@ binary-arch: build dh_installcron -a dh_installchangelogs -a dh_installdebconf -a + dh_installman -a dh_strip -a dh_compress -a dh_movefiles -a --sourcedir=debian/amanda-common diff --git a/debian/tapetype.1 b/debian/tapetype.1 deleted file mode 100644 index b728673..0000000 --- a/debian/tapetype.1 +++ /dev/null @@ -1,12 +0,0 @@ -.TH TAPETYPE 1 -.SH NAME -tapetype \- test a tape in a tape drive and generate an Amanda tapetype entry -.SH SYNOPSIS -.B tapetype -.SH "DESCRIPTION" -This manual page was written for the Debian GNU/Linux distribution -because the original program does not have a manual page. - -.SH AUTHOR -This manual page was written by Bdale Garbee , -for the Debian GNU/Linux system (but may be used by others).