From e05ae18df72ddcb7e24d18cd921db1cb3d20445d Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 29 Oct 2002 09:05:41 +0000 Subject: ivymon devient un paquet indépendant de l'architecture amélioration de la description du paquet suppression du fichier files de CVS, car il est généré. --- debian/changelog | 6 ++++++ debian/control | 12 +++++++++--- debian/files | 1 - debian/rules | 12 ++++++------ 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 3e99aff..f5f7b07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ivymon (1.0-1) unstable; urgency=low + + * This appli is architecture independant + + -- Christophe MERTZ Tue, 29 Oct 2002 09:34:06 +0100 + ivymon (1.0) unstable; urgency=low * The 'Bindings' and 'Messages to send' listboxes are built from the diff --git a/debian/control b/debian/control index beffa0b..ac07e92 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,17 @@ Source: ivymon Section: unknown Priority: optional -Maintainer: Daniel ETIENNE +Maintainer: Daniel ETIENNE Standards-Version: 3.1.1 Package: ivymon Architecture: any Depends: perl-tk, ivy-perl (>=4.8) -Description: IvyMon, a graphical application for monitoring Ivy - IvyMon, a graphical application for monitoring Ivy +Description: a graphical application for monitoring Ivy + ivymon is a graphical application for monitoring Ivy agents. + It can be used to track messages or send messages to agents. + Messages subscribed to by other connected agents are + listed in a messages list under. Completion is available in the + messages to send box. + Applications list displays all connected agents. + Receveived messages can be scrolled, searched or marked. \ No newline at end of file diff --git a/debian/files b/debian/files deleted file mode 100644 index a5c72ab..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -ivymon_1.0_i386.deb unknown optional diff --git a/debian/rules b/debian/rules index c6106de..52a76ad 100755 --- a/debian/rules +++ b/debian/rules @@ -17,12 +17,6 @@ clean: binary-indep: checkroot build $(checkdir) -# There are no architecture-independent files to be uploaded -# generated by this package. If there were any they would be -# made here. - -binary-arch: checkroot build - $(checkdir) -rm -rf debian/tmp install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` @@ -36,6 +30,12 @@ binary-arch: checkroot build chmod -R go=rX debian/tmp dpkg --build debian/tmp .. +binary-arch: checkroot build + $(checkdir) +# There are no architecture-dependent files to be uploaded +# generated by this package. If there were any they would be +# made here. + define checkdir test -f debian/rules endef -- cgit v1.1