diff options
author | David Wragg <dpw@lshift.net> | 2010-05-25 10:33:49 +0100 |
---|---|---|
committer | David Wragg <dpw@lshift.net> | 2010-05-25 10:33:49 +0100 |
commit | 4dece0a14ea2cc71725821266b8521aa087c5b55 (patch) | |
tree | 41b8155b983751d5a83b47eb340587becfc0ec25 /debian | |
parent | b457754d24725da1cb8ed8c1fcf82114496161c6 (diff) | |
download | rabbitmq-c-github-ask-4dece0a14ea2cc71725821266b8521aa087c5b55.tar.gz |
Add docbook-based man pages for tools
Diffstat (limited to 'debian')
-rw-r--r-- | debian/amqp-tools.install | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/amqp-tools.install b/debian/amqp-tools.install index 7ebf88c..03e1052 100644 --- a/debian/amqp-tools.install +++ b/debian/amqp-tools.install @@ -1 +1,3 @@ debian/tmp/usr/bin/* usr/bin +debian/tmp/usr/share/man/man1/* usr/share/man/man1 +debian/tmp/usr/share/man/man7/* usr/share/man/man7 diff --git a/debian/control b/debian/control index 2ab6e87..54c2c06 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: librabbitmq Section: libs Priority: extra Maintainer: Tony Garnock-Jones <tonyg@lshift.net> -Build-Depends: debhelper (>= 7), autoconf, automake, libtool, python (>= 2.5), python-simplejson, libpopt-dev +Build-Depends: debhelper (>= 7), autoconf, automake, libtool, python (>= 2.5), python-simplejson, libpopt-dev, xmlto Standards-Version: 3.8.1 Homepage: http://www.rabbitmq.com/ Vcs-Browser: http://hg.rabbitmq.com/rabbitmq-c |