diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/manpages | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
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 |