move activate-devpay to amanda-server, add a skeletal man page for it
authorBdale Garbee <bdale@gag.com>
Tue, 13 Sep 2011 20:37:31 +0000 (14:37 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 13 Sep 2011 20:37:31 +0000 (14:37 -0600)
debian/activate-devpay.1 [new file with mode: 0644]
debian/amanda-server.files
debian/amanda-server.manpages [new file with mode: 0644]
debian/rules
debian/tapetype.1 [deleted file]

diff --git a/debian/activate-devpay.1 b/debian/activate-devpay.1
new file mode 100644 (file)
index 0000000..a926db2
--- /dev/null
@@ -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 <bdale@gag.com>,
+for the Debian GNU/Linux system (but may be used by others).
index 5a1c8976471dce91b9893d03d1b3d8952268887c..756dbf2f4bea534282b16736ac8314412da83883 100644 (file)
@@ -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 (file)
index 0000000..14e5dfc
--- /dev/null
@@ -0,0 +1 @@
+debian/activate-devpay.1
index 507bff4cbd7937d995778225a5c70b93a7be6bc8..2dc516b1e10247aba4447365b0716f64d08898a0 100755 (executable)
@@ -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 (file)
index b728673..0000000
+++ /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 <bdale@gag.com>,
-for the Debian GNU/Linux system (but may be used by others).