summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.debian6
-rw-r--r--debian/changelog14
-rw-r--r--debian/control2
-rw-r--r--debian/dirs2
-rw-r--r--debian/files2
-rwxr-xr-xdebian/rules4
-rw-r--r--doc/BUGS3
-rw-r--r--doc/ChangeLog0
-rw-r--r--doc/NEWS0
-rw-r--r--doc/README2
-rw-r--r--doc/TODO0
11 files changed, 29 insertions, 6 deletions
diff --git a/debian/README.debian b/debian/README.debian
index 914da39..a1c3815 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -2,5 +2,9 @@ ivy-perl for DEBIAN
----------------------
Comments regarding the Package
+This package depends on only one version of perl-tk which is perl-tk 402.004,
+because ivy-perl doesn't run correctly with further versions (800).
+Also, we didn't use Makefile to build this package because Makefile
+was written with a redhat directory tree in mind (ie site_perl location).
-Daniel Etienne <etienne@cena.dgac.fr>, Thu, 10 Dec 1998 17:20:51 +0100
+Hervé Damiano <damiano@cenatoulouse.dgac.fr>, Thu, 10 Dec 1998 17:20:51 +0100
diff --git a/debian/changelog b/debian/changelog
index 9fdb0a0..f8b7f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ivy-perl (3.1-2) unstable; urgency=low
+
+ * Ajout des fichiers de doc.
+
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Tue, 13 Apr 1999 11:58:55 +0200
+
+ivy-perl (3.1-1) unstable; urgency=low
+
+ * Correction de bug dans l'envoie de regexps
+
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Mon, 29 Mar 1999 15:19:30 +0200
+
ivy-perl (3.0-1) unstable; urgency=low
* nouveau nom du package perl : Bus => Ivy
@@ -6,7 +18,7 @@ ivy-perl (3.0-1) unstable; urgency=low
* Le répertoire d'installation est /usr/lib/perl5
* Il s'agit maintenant d'un paquetage indépendant de l'architecture
- -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Thu, 11 Feb 1999 17:20:51 +0100
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Thu, 11 Feb 1999 17:20:51 +0100
ivy-perl (1.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 86cf7e4..48b79d7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: ivy-perl
Section: devel
Priority: extra
-Maintainer: Daniel Etienne <etienne@cena.dgac.fr>
+Maintainer: Hervé Damiano <damiano@cenatoulouse.dgac.fr>
Standards-Version: 2.3.0.0
Package: ivy-perl
diff --git a/debian/dirs b/debian/dirs
index 92105be..43d4c4a 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1 +1,3 @@
usr/lib/perl5
+usr/doc/ivy-perl
+usr/man/man1
diff --git a/debian/files b/debian/files
index 1e65f2c..3664e4c 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-ivy-perl_3.0-1_all.deb devel extra
+ivy-perl_3.1-2_all.deb devel extra
diff --git a/debian/rules b/debian/rules
index 27227a5..37f46df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,10 @@ binary-indep: checkroot build
-rm -rf debian/tmp
install -d debian/tmp
cd debian/tmp && install -d `cat ../dirs`
- cp src/Ivy.pm debian/tmp/usr/lib/perl5
+ install -m 644 src/Ivy.pm debian/tmp/usr/lib/perl5
# Must have debmake installed for this to work. Otherwise please copy
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
- debstd ChangeLog NEWS README TODO
+ debstd doc/*.html doc/BUGS doc/NEWS doc/TODO doc/ChangeLog doc/README
dpkg-gencontrol
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp
diff --git a/doc/BUGS b/doc/BUGS
new file mode 100644
index 0000000..0b2d794
--- /dev/null
+++ b/doc/BUGS
@@ -0,0 +1,3 @@
+This version is only compatible with perl-tk 402-004.
+It does not work with perl-tk 400.202 (fileId event problem)
+It does not work with perl-tk_800.011 (remove file descriptor problem)
diff --git a/doc/ChangeLog b/doc/ChangeLog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/doc/ChangeLog
diff --git a/doc/NEWS b/doc/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/doc/NEWS
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000..d81112b
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,2 @@
+See ivy-perl man and html page in /usr/doc/ivy-perl for
+more documentation
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/doc/TODO