diff options
Diffstat (limited to 'debian')
-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 |