summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordamiano1998-12-22 17:19:28 +0000
committerdamiano1998-12-22 17:19:28 +0000
commit82bada47316b25fb6c3755680414f32884caf0e5 (patch)
tree50764649139750a6483cc2d26b54667f1912d00a /debian
parent575471fc017dcbccfc767d062facb61ca5835c5a (diff)
downloadivy-c-82bada47316b25fb6c3755680414f32884caf0e5.zip
ivy-c-82bada47316b25fb6c3755680414f32884caf0e5.tar.gz
ivy-c-82bada47316b25fb6c3755680414f32884caf0e5.tar.bz2
ivy-c-82bada47316b25fb6c3755680414f32884caf0e5.tar.xz
Debianisation des sources de la version de Stéphane C
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules6
3 files changed, 12 insertions, 5 deletions
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 <damiano@cenatoulouse.dgac.fr> 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 <lecoanet@cena.dgac.fr>
+Maintainer: Herve Damiano <damiano@cenatoulouse.dgac.fr>
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