From 8c327baf3af315e033fa7acfa46f53b371f8b636 Mon Sep 17 00:00:00 2001 From: damiano Date: Tue, 16 Feb 1999 13:42:23 +0000 Subject: nouveau nom du package perl : Bus => Ivy gestion du broadcast sur n'importe quel sous-réseau Le répertoire d'installation est /usr/lib/perl5 Il s'agit maintenant d'un paquetage indépendant de l'architecture --- debian/changelog | 11 ++++++++++- debian/control | 4 ++-- debian/dirs | 1 + debian/files | 2 +- debian/rules | 14 +++++++------- 5 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 debian/dirs (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ec7431b..271f7f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ivy-perl (2.0-1) unstable; urgency=low + + * nouveau nom du package perl : Bus => Ivy + * gestion du broadcast sur n'importe quel sous-réseau + * Le répertoire d'installation est /usr/lib/perl5 + * Il s'agit maintenant d'un paquetage indépendant de l'architecture + + -- Hervé Damiano Thu, 11 Feb 1999 17:20:51 +0100 + ivy-perl (1.0-1) unstable; urgency=low * Initial Release. @@ -6,5 +15,5 @@ ivy-perl (1.0-1) unstable; urgency=low Local variables: mode: debian-changelog -add-log-mailing-address: "etienne@cena.dgac.fr" +add-log-mailing-address: "damiano@cenatoulouse.dgac.fr" End: diff --git a/debian/control b/debian/control index 37f2d5e..86cf7e4 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Daniel Etienne Standards-Version: 2.3.0.0 Package: ivy-perl -Architecture: any -Depends: perl (>= 5.004), gettimeofday +Architecture: all +Depends: perl (>= 5.004), perl-tk (>= 402.004-1), perl-tk(<< 402.005), gettimeofday Description: Perl module and documentation for accessing the Ivy software bus Perl module and documentation for accessing the Ivy software bus diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..92105be --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/lib/perl5 diff --git a/debian/files b/debian/files index b8a9a57..cccaf19 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -ivy-perl_1.0-1_i386.deb devel extra +ivy-perl_2.0-1_all.deb devel extra diff --git a/debian/rules b/debian/rules index 383cbb7..19c7b48 100755 --- a/debian/rules +++ b/debian/rules @@ -17,16 +17,10 @@ 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` - cp Ivy.pm debian/tmp/usr/local/lib/site_perl + cp src/Ivy.pm debian/tmp/usr/lib/perl5 # Must have debmake installed for this to work. Otherwise please copy # /usr/bin/debstd into the debian directory and change debstd to debian/debstd debstd ChangeLog NEWS README TODO @@ -35,6 +29,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