From 22b3f683453a64443ded4ce655c3cf5cd25761c0 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 27 Sep 2000 14:45:09 +0000 Subject: *** empty log message *** --- debian/changelog | 9 +++++++++ debian/copyright | 5 +++-- debian/rules | 14 ++++++++++++-- 3 files changed, 24 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 71b0fd8..869679e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +zinc-tk (3.1.19) unstable; urgency=low + + * Plus de doc. + + * Ajout de deux attributs à l'item Track afin de permettre une colorisation + différenciée des positions passée et de la position courante. + + -- Patrick Lecoanet Wed, 27 Sep 2000 10:58:01 +0200 + zinc-tk (3.1.18) unstable; urgency=low * Correction de bugs: fuite de mémoire, segmentation au démarrage diff --git a/debian/copyright b/debian/copyright index c441be1..003cc9c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Wed, 25 Feb 1998 14:11:43 +0100. Copyright: - Copyright (c) 1993 - 1999 CENA, Patrick Lecoanet -- + Copyright (c) 1993 - 2000 CENA, Patrick Lecoanet -- This code is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,7 +17,8 @@ Copyright: You should have received a copy of the GNU Library General Public License along with this code; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + MA 02111-1307, USA. GPC is under the following copyright: diff --git a/debian/rules b/debian/rules index 223ba81..c26b58a 100755 --- a/debian/rules +++ b/debian/rules @@ -49,14 +49,24 @@ binary-arch: checkroot build 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 + gzip -9 debian/tmp/usr/share/doc/zinc-perl/changelog + find debian/tmp/usr/lib/perl5 -type f -name .packlist | xargs rm -f 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 + gzip -9 debian/tmp/usr/share/doc/zinc-python/changelog - debstd -m -c doc/muwr.tex doc/refman.tex doc/refman.ps + strip --strip-unneeded debian/tmp/usr/lib/tkzinc3.1.so + strip --strip-unneeded debian/tmp/usr/lib/libom.so + strip --strip-unneeded debian/tmp/usr/lib/libgpc.so + strip --strip-unneeded debian/tmp/usr/lib/libptkzinc3.1.so + + debstd -m -c -s doc/muwr.tex doc/refman.tex doc/refman.ps + dh_compress -Xrefman.ps + dh_md5sums -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 + dpkg-gencontrol -isp -pzinc-tk chown -R root.root debian/tmp chmod -R go=rX debian/tmp dpkg --build debian/tmp .. -- cgit v1.1