summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e5722a..c232649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ivy-c (3.1-1) unstable; urgency=low
+
+ * src/Makefile : Add links for shared libs
+ * Add default MAJOR and MINOR
+ * Making ivyprobe ivy-3.0 compliant
+ * Bug correction which appears at ivy closing
+ * add doc files
+
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Tue, 13 Apr 1999 15:19:17 +0200
+
ivy-c (3.0-1) unstable; urgency=low
* new api : see documentation
diff --git a/debian/control b/debian/control
index 8ceda36..0fe8e95 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Description: Bus logiciel PII.
Package: ivy-c-dev
Architecture: any
-Depends: ivy-c, libc6-dev, xlib6g-dev
+Depends: ivy-c (= 3.1-1), libc6-dev, xlib6g-dev
Provides: ivy-c-dev
Conflicts: ivy-c-dev
Description: Bus logiciel PII.
diff --git a/debian/rules b/debian/rules
index ac3b1dc..40c7f3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ binary-arch: checkroot build
cd src && make install PREFIX=`pwd`/../debian/tmp MAJOR=$(MAJOR) MINOR=$(MINOR)
- debstd -p
+ debstd -p doc/*.html doc/ChangeLog doc/NEWS doc/TODO doc/BUGS doc/README
-rmdir debian/tmp/usr/include
dpkg-gencontrol -p$(package)