From 82bada47316b25fb6c3755680414f32884caf0e5 Mon Sep 17 00:00:00 2001 From: damiano Date: Tue, 22 Dec 1998 17:19:28 +0000 Subject: Debianisation des sources de la version de Stéphane C --- debian/changelog | 9 ++++++++- debian/control | 2 +- debian/rules | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6689ef1..7d36f03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ivy-c (1.1.1-1) unstable; urgency=low + + * Mise au propre + * Ajout du mecanisme de choix des adresses de broadcast + + -- Herve Damiano Tue, 22 Dec 1998 16:13:18 +0100 + ivy-c (1.1-2) unstable; urgency=low * Suppression du header list.h qui est aussi défini dans utils-c. @@ -13,5 +20,5 @@ ivy-c (1.1-1) unstable; urgency=low Local variables: mode: debian-changelog -add-log-mailing-address: "lecoanet@cena.dgac.fr" +add-log-mailing-address: "damiano@cenatoulouse.dgac.fr" End: diff --git a/debian/control b/debian/control index 8cd21eb..8ceda36 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: ivy-c Section: devel Priority: extra -Maintainer: Patrick Lecoanet +Maintainer: Herve Damiano Standards-Version: 2.3.0.0 Package: ivy-c diff --git a/debian/rules b/debian/rules index 00dfae6..d5e8861 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,8 @@ package=ivy-c -version=$(shell expr `pwd` : '.*-\([0-9.]*\)') -version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*') +VERSION=`sed -n 's/.*(\([^)]*\)).*/\1/p' changelog | head -1 | sed -n 's/\([0-9]*\)\..*/\1/p'` +MAJOR_MINOR=`sed -n 's/.*(\([^)]*\)).*/\1/p' changelog | head -1 | sed -n 's/[0-9]*\.\([0-9\.]*\).*/\1/p'` build: $(checkdir) @@ -33,7 +33,7 @@ binary-arch: checkroot build install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` - cd src && make install DESTDIR=`pwd`/../debian/tmp + cd src && make install DESTDIR=`pwd`/../debian/tmp VERSION=$(VERSION) MAJOR=$(MAJOR) MINOR=$MINOR debstd -rmdir debian/tmp/usr/include -- cgit v1.1