summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordamiano1999-04-13 12:52:01 +0000
committerdamiano1999-04-13 12:52:01 +0000
commit86c181645c75d53f23228d46d131fb34dc5a4b59 (patch)
treef0e63fdf308e58a15a1b02f4ae4852a40a99fcc8 /debian
parent65e33804443228d98fdf408f01f975f1bfbc3a90 (diff)
downloadivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.zip
ivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.tar.gz
ivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.tar.bz2
ivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.tar.xz
Ajout de fichiers de documentation
Diffstat (limited to 'debian')
-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
6 files changed, 24 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