aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2000-08-31 13:56:07 +0000
committerlecoanet2000-08-31 13:56:07 +0000
commit1d99c7a59740097297601fc7b3d937e240727fc6 (patch)
tree275d1a45547244c3e80fdd7900f090a5807fa403
parent259501c1383ee23821a1f0ac7ff200af7b9860db (diff)
downloadtkzinc-1d99c7a59740097297601fc7b3d937e240727fc6.zip
tkzinc-1d99c7a59740097297601fc7b3d937e240727fc6.tar.gz
tkzinc-1d99c7a59740097297601fc7b3d937e240727fc6.tar.bz2
tkzinc-1d99c7a59740097297601fc7b3d937e240727fc6.tar.xz
Rearrangement des fichiers copyright et changelog et suppression des repertoires inutiles dans zinc-tk
-rw-r--r--debian/changelog7
-rw-r--r--debian/dirs1
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/zinc-perl.files2
4 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 78c900c..71b0fd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+zinc-tk (3.1.18) unstable; urgency=low
+
+ * Correction de bugs: fuite de mémoire, segmentation au démarrage
+ alors que le pointeur est dans la fenêtre.
+
+ -- Patrick Lecoanet <lecoanet@cena.dgac.fr> Thu, 29 Jun 2000 14:55:44 +0200
+
zinc-tk (3.1.17) unstable; urgency=low
* MODIFICATIONS INCOMPATIBLES: find atpoint est remplacée par
diff --git a/debian/dirs b/debian/dirs
index 32f4376..90f33ad 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -3,4 +3,3 @@ usr/share/doc/zinc-tk/examples
usr/share/doc/zinc-perl/examples
usr/share/doc/zinc-python
usr/include
-usr/man/man3
diff --git a/debian/rules b/debian/rules
index 26fbef9..223ba81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,15 +44,18 @@ binary-arch: checkroot build
$(MAKE) install prefix=`pwd`/debian/tmp/usr INSTALL_PERL=pure_install
- install -m644 Perl/t/zinc.t debian/tmp/usr/share/doc/zinc-perl/examples
-install -m644 test/*.tcl test/*.pl test/*.gif test/*.png test/*.xpm test/*.xbm debian/tmp/usr/share/doc/zinc-tk/examples
+
+ install -m644 Perl/t/zinc.t debian/tmp/usr/share/doc/zinc-perl/examples
install -m644 debian/copyright debian/tmp/usr/share/doc/zinc-perl
+ install -m644 debian/changelog debian/tmp/usr/share/doc/zinc-perl
install -m644 Python/Zinc.py debian/tmp/usr/lib/python1.5/site-packages/
install -m644 debian/copyright debian/tmp/usr/share/doc/zinc-python
+ install -m644 debian/changelog debian/tmp/usr/share/doc/zinc-python
debstd -m -c doc/muwr.tex doc/refman.tex doc/refman.ps
- -rm -Rf debian/tmp/usr/doc/zinc-perl debian/tmp/usr/lib/perl5
+ -rm -Rf debian/tmp/usr/share/doc/zinc-perl debian/tmp/usr/share/doc/zinc-python debian/tmp/usr/lib/perl5 debian/tmp/usr/lib/python1.5
dpkg-gencontrol -pzinc-tk
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp
diff --git a/debian/zinc-perl.files b/debian/zinc-perl.files
index 67a4abf..d113693 100644
--- a/debian/zinc-perl.files
+++ b/debian/zinc-perl.files
@@ -1,3 +1,3 @@
usr/lib/libptkzinc3.1.so
usr/lib/perl5
-usr/share/doc/zinc-perl/examples
+usr/share/doc/zinc-perl