diff options
author | etienne | 2007-01-24 15:13:31 +0000 |
---|---|---|
committer | etienne | 2007-01-24 15:13:31 +0000 |
commit | 10a3b29e3f6e37c6020cb36c99899e2885c962c2 (patch) | |
tree | 3ba37132c0282dcb26842b8d5cace4f9a1879d14 /debian | |
parent | 70c6ad5dfce33cb7d1cc11e342e5fa706c8fca6a (diff) | |
download | ivymon-10a3b29e3f6e37c6020cb36c99899e2885c962c2.zip ivymon-10a3b29e3f6e37c6020cb36c99899e2885c962c2.tar.gz ivymon-10a3b29e3f6e37c6020cb36c99899e2885c962c2.tar.bz2 ivymon-10a3b29e3f6e37c6020cb36c99899e2885c962c2.tar.xz |
*** empty log message ***
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 |