From 3372597ab7f64d1badb588dc032b2675b4653195 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 24 May 2010 14:11:37 +1200 Subject: Package for amqp-tools --- debian/amqp-tools.docs | 3 +++ debian/amqp-tools.install | 1 + debian/control | 9 ++++++++- examples/Makefile.am | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 debian/amqp-tools.docs create mode 100644 debian/amqp-tools.install 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 -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 -- cgit v1.2.1