summaryrefslogtreecommitdiff
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
commit7eed190e05b3bf16b9d27280995649f737dbaa2a (patch)
tree1dedb3d7f98427a39e5d2fa1717f7ee6e0e31793
parent78f5a2cfaa0b32c33260c0a84c4bc5d85047ff16 (diff)
Build manpages at package-creation time again.
-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