summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-20 15:21:50 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-20 15:21:50 +0000
commite43a6e6d622eec4b97d20ca4c16c4b8d358fb1f3 (patch)
tree1dedb3d7f98427a39e5d2fa1717f7ee6e0e31793 /debian
parent1f39546155f568923149df3e3c6adcf4b2bd3169 (diff)
Build manpages at package-creation time again.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/manpages4
-rwxr-xr-xdebian/rules3
3 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 62e1088..e0f5fb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
custodian (2012:1120-2) stable; urgency=low
- * Removed manpages.
* Increased timeout period and retry period
- To avoid flaps until we rework the alerting with mauve.
* Fixed most scripts to be ready for ruby 1.9.
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
diff --git a/debian/rules b/debian/rules
index d1637ca..07516c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
#export DH_VERBOSE=1
include /usr/share/cdbs/1/rules/debhelper.mk
+
+build/custodian::
+ make docs