diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-16 14:04:59 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-16 14:04:59 +0000 |
commit | 264f58a4da44675061b321cbc58d073c26b4fe0d (patch) | |
tree | 165d9d89fba46a85814b85670fbd61fd341cc34f | |
parent | e8ed56c6c0f79c20253fcc8741df961314831a7f (diff) |
New release: include manpages in package.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/manpages | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9a7cd72..63e975b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +custodian (2012:1116-1) stable; urgency=low + + * Generate manpages via "make docs", and include those man-pages + in the generated Debian package. + + -- Steve Kemp <steve@bytemark.co.uk> Fri, 16 Nov 2012 14:00:41 +0000 + custodian (2012:1115-4) stable; urgency=low * Timeout DNS lookups for alerting purposes. diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..d448092 --- /dev/null +++ b/debian/manpages @@ -0,0 +1,4 @@ +man/custodian-dequeue.man +man/custodian-enqueue.man +man/custodian-queue.man +man/multi-ping.man |