From 10a3b29e3f6e37c6020cb36c99899e2885c962c2 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 24 Jan 2007 15:13:31 +0000 Subject: *** empty log message *** --- debian/changelog | 7 +++++-- debian/rules | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b09da6c..4846420 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ - ivymon (1.18) unstable; urgency=low + * a new command (ivyreplay) is dedicated to replay. ivymon does + not provide this functionality anymore. + * fixed a bug causing the clients bindings list to be empty + when ivy version >= 4.18. * removed additional space char in list of messages to send. - -- + -- Daniel Etienne Wed, 24 Jan 2007 15:06:45 +0200 ivymon (1.17-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1ff6dd7..0b078ce 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir pod2man src/$(package) > src/$(package).1 + pod2man src/ivyreplay > src/ivyreplay.1 touch build touch build-stamp @@ -31,7 +32,9 @@ install: build dh_clean -k dh_installdirs install -m755 src/$(package) $(CURDIR)/debian/tmp/usr/bin/$(package) + install -m755 src/ivyreplay $(CURDIR)/debian/tmp/usr/bin/ivyreplay dh_installman src/$(package).1 + dh_installman src/ivyreplay.1 binary-indep: build install binary-arch: build install -- cgit v1.1