From 38c51ff6d0016beeca97f9698b379305828db198 Mon Sep 17 00:00:00 2001 From: mertz Date: Thu, 11 Oct 2001 15:02:04 +0000 Subject: rules is compliant to policy V3.5.6.0 --- debian/changelog | 13 +++++++++---- debian/control | 5 +++-- debian/rules | 12 ++++++++---- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50802f8..90fc25d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ivy-perl (4.8.1) unstable; urgency=low + + * start method returns now the bus + * the man has been enhanced + * ivyprobe.pl better displays empty tokens of messages + + -- Christophe MERTZ Wed, 10 Oct 2001 18:40:36 +0200 + ivy-perl (4.8) unstable; urgency=low * deletion of unused pragma, which triggered annoying warnings in perl 5.6 @@ -87,7 +95,4 @@ ivy-perl (1.0-1) unstable; urgency=low -- Daniel Etienne Thu, 10 Dec 1998 17:20:51 +0100 -Local variables: -mode: debian-changelog -add-log-mailing-address: "mertz@cena.fr" -End: + diff --git a/debian/control b/debian/control index 4d4ae11..6daa285 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,13 @@ Source: ivy-perl Section: devel Priority: extra -Maintainer: Hervé Damiano -Standards-Version: 3.1.1.1 +Maintainer: Christophe Mertz +Standards-Version: 3.5.6.0 Package: ivy-perl Architecture: all Depends: ${perl:Depends}, perl-tk, gettimeofday-perl +Build-Depends: debhelper (>= 3.0.18) Description: Perl module and documentation for using the Ivy software bus Ivy is mostly a communication convention between processes, implemented through a collection of libraries in several languages and for several platforms: diff --git a/debian/rules b/debian/rules index ef62577..9314e97 100755 --- a/debian/rules +++ b/debian/rules @@ -10,12 +10,16 @@ endif TMP=`pwd`/debian/tmp archlib = `$(PERL) -MConfig -e 'print $$Config{installarchlib}'` -config = INSTALLDIRS=perl INSTALLMAN1DIR=$(TMP)/usr/man/man1 INSTALLMAN3DIR=$(TMP)/usr/man/man3 INSTALLPRIVLIB=$(TMP)/usr/lib/perl5 INSTALLARCHLIB=$(TMP)$(archlib) INSTALLSCRIPT=$(TMP)/usr/bin +#config = INSTALLDIRS=perl INSTALLMAN1DIR=$(TMP)/usr/man/man1 INSTALLMAN3DIR=$(TMP)/usr/man/man3 INSTALLPRIVLIB=$(TMP)/usr/lib/perl5 INSTALLARCHLIB=$(TMP)$(archlib) INSTALLSCRIPT=$(TMP)/usr/bin build: $(checkdir) - perl Makefile.PL $(config) +# perl Makefile.PL INSTALLDIRS=vendor + $(PERL) Makefile.PL INSTALLDIRS=vendor FULLPERL="PERL_DL_NONLAZY=0 /usr/bin/perl" $(MAKE) +# $(MAKE) OPTIMIZE="-O2 -g -Wall" +# perl Makefile.PL $(config) +# $(MAKE) $(MAKE) test touch build @@ -29,8 +33,8 @@ clean: binary-indep: checkroot build $(checkdir) -rm -rf debian/tmp - install -d debian/tmp - $(MAKE) pure_install + install -d debian/tmp/usr + $(MAKE) pure_install PREFIX=$(TMP)/usr # Must have debmake installed for this to work. Otherwise please copy # /usr/bin/debstd into the debian directory and change debstd to debian/debstd dh_perl -- cgit v1.1