summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-05-24 14:11:37 +1200
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-05-24 14:11:37 +1200
commit3372597ab7f64d1badb588dc032b2675b4653195 (patch)
tree80498f73f9632f801fb317923de650fe5cd1ba0f
parentdb3c67727ea1dc2a6d182b5e622e94795b2b8f3b (diff)
downloadrabbitmq-c-github-ask-3372597ab7f64d1badb588dc032b2675b4653195.tar.gz
Package for amqp-tools
-rw-r--r--debian/amqp-tools.docs3
-rw-r--r--debian/amqp-tools.install1
-rw-r--r--debian/control9
-rw-r--r--examples/Makefile.am2
4 files changed, 13 insertions, 2 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
diff --git a/examples/Makefile.am b/examples/Makefile.am
index dbbb9f7..9655021 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = amqp_sendstring amqp_exchange_declare amqp_listen amqp_producer amqp_consumer \
+noinst_PROGRAMS = amqp_sendstring amqp_exchange_declare amqp_listen amqp_producer amqp_consumer \
amqp_unbind amqp_bind amqp_listenq
AM_CFLAGS = -I$(top_srcdir)/librabbitmq