diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 8 insertions, 2 deletions
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 <etienne@cena.fr> 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 |