From c1b5f8a67f11e445d2c94f851bd1aa18e40676d0 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 3 May 1999 09:27:18 +0000 Subject: Ajout d'une règle interdisant la cohabitation avec ivy-tcl --- debian/changelog | 12 ++++++++++++ debian/control | 1 + debian/rules | 8 ++++---- 3 files changed, 17 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c232649..7c335b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ivy-c (3.1-3) unstable; urgency=low + + * Added a conflict rule to prevent collision with ivy-tcl + + -- Patrick Lecoanet Mon, 3 May 1999 11:18:10 +0200 + +ivy-c (3.1-2) unstable; urgency=low + + * Added support for ivytcl library. + + -- Patrick Lecoanet Wed, 28 Apr 1999 12:59:58 +0200 + ivy-c (3.1-1) unstable; urgency=low * src/Makefile : Add links for shared libs diff --git a/debian/control b/debian/control index 0fe8e95..3c6be60 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Standards-Version: 2.3.0.0 Package: ivy-c Architecture: any Depends: ${shlibs:Depends} +Conflicts: ivy-tcl Description: Bus logiciel PII. Bus logiciel PII. Fichiers de runtime. diff --git a/debian/rules b/debian/rules index 2529da7..5ae94cd 100755 --- a/debian/rules +++ b/debian/rules @@ -12,28 +12,28 @@ CVS_TAG := V$(shell echo -n $(VERSION) | sed -n 's/\./_/gp') build: $(checkdir) - $(checkversion) +# $(checkversion) cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR) touch build clean: $(checkdir) - $(checkversion) +# $(checkversion) -rm -f build -rm -rf debian/tmp `find debian/* -type d ! -name CVS` debian/files* core -rm -f debian/*substvars binary-indep: checkroot build $(checkdir) - $(checkversion) +# $(checkversion) # 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) - $(checkversion) +# $(checkversion) -rm -rf debian/tmp `find debian/* -type d ! -name CVS` install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` -- cgit v1.1