summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet1999-05-03 09:27:18 +0000
committerlecoanet1999-05-03 09:27:18 +0000
commitc1b5f8a67f11e445d2c94f851bd1aa18e40676d0 (patch)
tree8572f08db824fe2e985f8264ff7b2035eeb9bbd0 /debian
parent333590c44e0c66bd4a791cfd810126eaf3a56312 (diff)
downloadivy-c-c1b5f8a67f11e445d2c94f851bd1aa18e40676d0.zip
ivy-c-c1b5f8a67f11e445d2c94f851bd1aa18e40676d0.tar.gz
ivy-c-c1b5f8a67f11e445d2c94f851bd1aa18e40676d0.tar.bz2
ivy-c-c1b5f8a67f11e445d2c94f851bd1aa18e40676d0.tar.xz
Ajout d'une règle interdisant la cohabitation avec ivy-tcl
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules8
3 files changed, 17 insertions, 4 deletions
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 <lecoanet@cena.dgac.fr> Mon, 3 May 1999 11:18:10 +0200
+
+ivy-c (3.1-2) unstable; urgency=low
+
+ * Added support for ivytcl library.
+
+ -- Patrick Lecoanet <lecoanet@cena.dgac.fr> 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`