From 64089dca388f5a9a8235a94b4372763875132219 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 2 Feb 2000 14:01:15 +0000 Subject: Passage en Zinc --- debian/README.debian | 2 +- debian/changelog | 6 ++++++ debian/control | 33 +++++++++++++++++---------------- debian/copyright | 19 ++++++++++++++++--- debian/dirs | 4 ++-- debian/rules | 14 +++++++------- debian/zinc-perl.files | 4 ++-- debian/zinc-python.postinst | 2 +- debian/zinc-python.prerm | 2 +- 9 files changed, 53 insertions(+), 33 deletions(-) (limited to 'debian') diff --git a/debian/README.debian b/debian/README.debian index 949f104..4e2e06c 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,4 +1,4 @@ -xradar for DEBIAN +zinc for DEBIAN ---------------------- Comments regarding the Package diff --git a/debian/changelog b/debian/changelog index 5f4f76f..3f114ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zinc-tk (3.1.9) unstable; urgency=low + + * Passage du nom radar au nom zinc. + + -- Patrick Lecoanet Mon, 31 Jan 2000 14:27:56 +0100 + xradar3-tk (3.1.8) unstable; urgency=low * Fin de réalisation de ToArea pour Curve. diff --git a/debian/control b/debian/control index 284540a..b0c5e76 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,28 @@ -Source: xradar3-tk +Source: zinc-tk Section: devel Priority: extra Maintainer: Patrick Lecoanet Standards-Version: 2.3.0.0 -Package: xradar3-tk +Package: zinc-tk Architecture: i386 Depends: tk8.0 (>= 8.0.4-2) -Provides: xradar-tk -Conflicts: xradar-dev, xradar3-dev -Description: The Tk radar widget. - Radar Widget incarnation for the Tk toolkit. +Provides: zinc-tk +Conflicts: xradar3-tk +Description: The Tk Zinc widget. + Zinc Widget for the Tk toolkit. -Package: xradar3-perl +Package: zinc-perl Architecture: i386 -Depends: perl-tk (>= 800.011), xradar3-tk (= ${Source-Version}) -Provides: xradar-perl -Conflicts: xradar-perl -Description: perl-tk variant of the Tk radar widget. - perl-tk variant of the Tk radar widget. +Depends: perl-tk (>= 800.011), zinc-tk (= ${Source-Version}) +Provides: zinc-perl +Conflicts: xradar3-perl +Description: perl-tk variant of the Tk Zinc widget. + perl-tk variant of the Tk Zinc widget. -Package: python-xradar3 +Package: zinc-python Architecture: all -Depends: python-tk, xradar3-tk (= ${Source-Version}) -Description: python interface to the xradar Tk widget. - python interface to the xradar Tk widget. +Depends: python-tk, zinc-tk (= ${Source-Version}) +Conflicts: python-xradar3 +Description: python interface to the Zinc Tk widget. + python interface to the Zinc Tk widget. diff --git a/debian/copyright b/debian/copyright index c6bee55..01e7f1d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,21 @@ This package was debianized by Patrick Lecoanet lecoanet@cena.dgac.fr on Wed, 25 Feb 1998 14:11:43 +0100. -It was downloaded from - Copyright: - + Copyright (c) 1993 - 1999 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 + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This code is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + 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. + diff --git a/debian/dirs b/debian/dirs index 92d2448..f0eabeb 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,5 +1,5 @@ usr/lib/python1.5/site-packages -usr/doc/xradar3-tk/examples -usr/doc/xradar3-perl/examples +usr/doc/zinc-tk/examples +usr/doc/zinc-perl/examples usr/include usr/man/man3 diff --git a/debian/rules b/debian/rules index 5ab6bd4..80451a2 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ build: # which reserves one register; thus, without -fPIC we get more efficient # code). # - $(MAKE) -f Makefile tkradar ptkradar doc + $(MAKE) -f Makefile tkzinc ptkzinc doc touch build clean: @@ -41,14 +41,14 @@ binary-arch: checkroot build -rm -f debian/tmp/usr/lib/perl5/i386-linux/5.004/perllocal.pod - install -m644 Perl/t/radar.pl debian/tmp/usr/doc/xradar3-perl/examples - install -m644 test/*.tcl test/*.pl debian/tmp/usr/doc/xradar3-tk/examples + install -m644 Perl/t/zinc.pl debian/tmp/usr/doc/zinc-perl/examples + install -m644 test/*.tcl test/*.pl debian/tmp/usr/doc/zinc-tk/examples - install -m644 Python/Radar.py debian/tmp/usr/lib/python1.5/site-packages/ + install -m644 Python/Zinc.py debian/tmp/usr/lib/python1.5/site-packages/ - debstd -m ChangeLog muwr.tex refman.tex refman.ps - -rm -Rf debian/tmp/usr/doc/xradar3-perl debian/tmp/usr/lib/perl5 - dpkg-gencontrol -pxradar3-tk + debstd -m doc/muwr.tex doc/refman.tex doc/refman.ps + -rm -Rf debian/tmp/usr/doc/zinc-perl debian/tmp/usr/lib/perl5 + dpkg-gencontrol -pzinc-tk chown -R root.root debian/tmp chmod -R go=rX debian/tmp dpkg --build debian/tmp .. diff --git a/debian/zinc-perl.files b/debian/zinc-perl.files index da1d3a4..aa4c9ed 100644 --- a/debian/zinc-perl.files +++ b/debian/zinc-perl.files @@ -1,3 +1,3 @@ -usr/lib/libptkradar3.1.so +usr/lib/libptkzinc3.1.so usr/lib/perl5 -usr/doc/xradar3-perl/examples +usr/doc/zinc-perl/examples diff --git a/debian/zinc-python.postinst b/debian/zinc-python.postinst index 8e6fcbb..66670a3 100644 --- a/debian/zinc-python.postinst +++ b/debian/zinc-python.postinst @@ -4,7 +4,7 @@ # Written by Gregor Hoffleit # -NAME=python-xradar3 +NAME=zinc-python DIRLIST="/usr/lib/python1.5/site-packages" case "$1" in diff --git a/debian/zinc-python.prerm b/debian/zinc-python.prerm index caac61f..42efba6 100644 --- a/debian/zinc-python.prerm +++ b/debian/zinc-python.prerm @@ -4,7 +4,7 @@ # Written by Gregor Hoffleit # -NAME=python-xradar3 +NAME=zinc-python dpkg --listfiles $NAME | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | -- cgit v1.1