diff options
author | mertz | 2002-10-29 09:05:41 +0000 |
---|---|---|
committer | mertz | 2002-10-29 09:05:41 +0000 |
commit | e05ae18df72ddcb7e24d18cd921db1cb3d20445d (patch) | |
tree | bd4a75611e5f1c5d6e6cecfbcc98733603ac5978 /debian | |
parent | 4159141904cc5f5a516787501222667b8f4f24c0 (diff) | |
download | ivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.zip ivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.tar.gz ivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.tar.bz2 ivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.tar.xz |
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é.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/files | 1 | ||||
-rwxr-xr-x | debian/rules | 12 |
4 files changed, 21 insertions, 10 deletions
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 <mertz@tls.cena.fr> 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 <etienne@cena.dgac.fr> +Maintainer: Daniel ETIENNE <etienne@cena.fr> 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 |