diff options
author | Tony Garnock-Jones <tonygarnockjones@gmail.com> | 2010-05-24 14:11:37 +1200 |
---|---|---|
committer | Tony Garnock-Jones <tonygarnockjones@gmail.com> | 2010-05-24 14:11:37 +1200 |
commit | 3372597ab7f64d1badb588dc032b2675b4653195 (patch) | |
tree | 80498f73f9632f801fb317923de650fe5cd1ba0f /debian | |
parent | db3c67727ea1dc2a6d182b5e622e94795b2b8f3b (diff) | |
download | rabbitmq-c-github-ask-3372597ab7f64d1badb588dc032b2675b4653195.tar.gz |
Package for amqp-tools
Diffstat (limited to 'debian')
-rw-r--r-- | debian/amqp-tools.docs | 3 | ||||
-rw-r--r-- | debian/amqp-tools.install | 1 | ||||
-rw-r--r-- | debian/control | 9 |
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/amqp-tools.docs b/debian/amqp-tools.docs new file mode 100644 index 0000000..c9f23af --- /dev/null +++ b/debian/amqp-tools.docs @@ -0,0 +1,3 @@ +COPYING +LICENSE-MPL-RabbitMQ +LICENSE-GPL-2.0 diff --git a/debian/amqp-tools.install b/debian/amqp-tools.install new file mode 100644 index 0000000..7ebf88c --- /dev/null +++ b/debian/amqp-tools.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/* usr/bin diff --git a/debian/control b/debian/control index f107409..c8d8ec3 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 +Build-Depends: debhelper (>= 7), autoconf, automake, libtool, python (>= 2.5), python-simplejson, libpopt-dev Standards-Version: 3.8.1 Homepage: http://www.rabbitmq.com/ Vcs-Browser: http://hg.rabbitmq.com/rabbitmq-c @@ -20,3 +20,10 @@ Section: libdevel Priority: extra Depends: librabbitmq (= ${binary:Version}), libc-dev Description: developer's libraries and docs for librabbitmq + +Package: amqp-tools +Architecture: any +Section: net +Priority: extra +Depends: librabbitmq (= ${binary:Version}), libc +Description: Command-line utilities for interacting with AMQP servers |