[plplot] 14/68: Import Debian changes 5.6.0-1
Ole Streicher
olebole at moszumanska.debian.org
Mon Jul 10 07:38:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch master
in repository plplot.
commit 541b3781358340e4423a8e97edd2aa2a935b9526
Merge: b16f5d0 740cde4
Author: Rafael Laboissiere <rafael at debian.org>
Date: Sun May 7 20:09:16 2006 +0200
Import Debian changes 5.6.0-1
plplot (5.6.0-1) unstable; urgency=low
* New upstream release:
- New language binding for Java (package libplplot9-java, which was
already in version 5.5.3-1, uploaded to experimental)
- New drivers:
+ Gnome Canvas Widget (packages python-plplot-gnome2 and
python-plplot-gnome2 (which were already in version 5.5.3-1,
uploaded to experimental)
+ wxWidgets tool kit (package plplot9-driver-wxwidgets)
+ PostScript with Unicode support (package plplot9-driver-psttf)
* debian/control:
- Bumped Standards-Version to 3.7.2 (no changes needed)
- Build-Depends on liblasi-dev (>= 1.0.5-2) and libwxgtk2.6-dev
- Updated build dependency on libgcj4-dev to libgcj6-dev
(closes: #333785)
- octave-plplot suggests the xwin driver package (closes: #358323)
* debian/patches/50_simplelist-in-man-page: Removed patch (applied
upstream)
plplot (5.3.1-11) unstable; urgency=low
* debian/rules: the plplot-doc package has now its own /usr/share/doc
directory (really closes: #361781)
* debian/control: Removed dependency of plplot-doc on libplplot9
plplot (5.3.1-10) unstable; urgency=low
* debian/control: Made the dependency of plplot-doc on libplplot9
unversioned (closes: #361781)
plplot (5.3.1-9+b1) unstable; urgency=low
* Binary-only non-maintainer upload for i386; no source changes.
* Rebuild against libhdf5-1.6.5
pplplot (5.3.1-9) unstable; urgency=low
* Recompiled against latest version of libc6. PLplot does not cause
Octave to crash anymore (closes: #351734).
plplot (5.3.1-8) unstable; urgency=low
* Due to the gnome1 -> gnome2 transition in sid, the plplot9-driver-gnome
package is removed. The experimental release of plplot (5.5.3)
already contains the gcw driver, which replaces the gnome driver.
plplot (5.3.1-7) unstable; urgency=low
* Build-depends on gfortran instead of g77. This should get around a
build failure on the ia64 architecture.
plplot (5.3.1-6) unstable; urgency=low
* This version will *_really_* complete the C++ ABI transition. I forgot
to do it for the libplplot-c++9 package, which is now called
libplplot-c++9c2. Most of the changes come from the Ubuntu patch
(thanks to Stephan Hermann <sh at sourcecode.de>):
+ debian/control: adjusted packagename, conflicts/replaces, dependencies
+ debian/rules: adjusted packagename
+ debian/libplplot-c++9c2.files: renamed and edited to new packagename
plplot (5.3.1-5) unstable; urgency=low
* First build with gcc/g++ 4.0. This should complete the C++ ABI
transition for the octave-plplot package (closes: #328198).
* debian/rules: Avoid compilation problem of unrecognized type
'__builtin_va_list' when building the Octave binding
(closes: #274359). I am fixing this bug using the hack of setting the
CC variable of the Makefile, instead applying the patch suggested by
Kaare Hviid <ukh_at_id.cbs.dk>, because otherwise I would have to run
automake/libtool/autoconf to build the package. Lame, But It Works (TM).
* debian/control: Upgraded Standards-Version to 3.6.2 (no changes needed).
* debian/copyright: New FSF address.
* debian/patches/50_simplelist-in-man-page.dpatch: Added patch to fix
processing of plcol0.3plplot man page.
AUTHORS | 2 +-
INSTALL | 222 +-
Makefile.in | 41 +-
README.release | 293 +-
aclocal.m4 | 2057 +-
bindings/Makefile.in | 41 +-
bindings/c++/Makefile.in | 23 +-
bindings/c++/plstream.cc | 236 +-
bindings/c++/plstream.h | 104 +-
bindings/f77/Makefile.in | 23 +-
bindings/gnome2/Makefile.in | 43 +-
bindings/gnome2/README | 75 +
bindings/gnome2/lib/Makefile.in | 23 +-
bindings/gnome2/lib/gcw-lib.c | 54 +-
bindings/gnome2/lib/plplotcanvas.c | 462 +-
bindings/gnome2/python/Makefile.am | 22 +-
bindings/gnome2/python/Makefile.in | 58 +-
bindings/gnome2/python/README | 95 +
bindings/gnome2/python/cplplotcanvas.c | 624 +-
bindings/gnome2/python/cplplotcanvas.override | 141 +-
bindings/gnome2/python/gcw.c | 79 +
bindings/gnome2/python/gcw.defs | 106 +
.../python/{plplotcanvas.py => gcw.override} | 59 +-
bindings/gnome2/python/gcwmodule.c | 257 +-
bindings/gnome2/python/plplotcanvas.defs | 1033 +-
bindings/gnome2/python/plplotcanvas.py | 20 +-
bindings/java/Makefile.am | 4 +-
bindings/java/Makefile.in | 27 +-
bindings/java/PLStream.java | 89 +-
bindings/java/SWIGTYPE_p_p_char.java | 2 +-
bindings/java/plplotjavac.i | 112 +
bindings/java/plplotjavac.java | 20 +-
bindings/java/plplotjavacConstants.java | 11 +-
bindings/java/plplotjavacJNI.java | 29 +-
bindings/java/plplotjavac_wrap.c | 337 +-
bindings/octave/Makefile.am | 2 +-
bindings/octave/Makefile.in | 45 +-
bindings/octave/PLplot/Makefile.in | 41 +-
bindings/octave/PLplot/support/Makefile.in | 21 +-
bindings/octave/demos/Makefile.in | 21 +-
bindings/octave/misc/Makefile.in | 21 +-
bindings/octave/plplot_octave.h.in | 3 +-
bindings/octave/plplot_octave_txt/plbin.txt | 26 +-
bindings/octave/plplot_octave_txt/plcol0.txt | 12 +-
bindings/octave/plplot_octave_txt/plhist.txt | 27 +-
bindings/octave/plplot_octave_txt/plmap.txt | 50 +
bindings/octave/plplot_octave_txt/plmeridians.txt | 47 +
bindings/python/Makefile.in | 23 +-
bindings/python/plplotc.py | 19 +-
bindings/python/plplotcmodule.i | 1 +
bindings/python/plplotcmodule_p_double.c | 4749 +-
bindings/python/plplotcmodule_p_single.c | 4755 +-
bindings/swig-support/plplotcapi.i | 39 +-
bindings/tcl/Makefile.in | 23 +-
bindings/tk/Makefile.in | 23 +-
bindings/tk/PLXWin.itk | 4 +-
bindings/tk/Pltkwin.tcl | 4 +-
cf/Makefile.in | 21 +-
cf/ac_python_devel.m4 | 239 +-
cf/acinclude.m4 | 12 +-
cf/c++.ac | 12 +-
cf/compile | 10 +-
cf/config.guess | 552 +-
cf/config.sub | 93 +-
cf/depcomp | 60 +-
cf/drivers-init.ac | 2 +
cf/f77.ac | 15 +
cf/gd.ac | 5 +-
cf/install-sh | 6 +-
cf/libtool.ac | 17 +
cf/ltmain.sh | 1271 +-
cf/missing | 23 +-
cf/psttf.ac | 58 +
cf/python.ac | 5 +-
cf/unicode.ac | 3 +-
cf/wxwidgets.ac | 78 +
config.h.in | 12 +
configure | 7938 +--
configure.ac | 9 +-
data/Makefile.in | 21 +-
debian/changelog | 124 +-
debian/compat | 1 +
debian/control | 56 +-
debian/copyright | 5 +-
debian/libplplot-c++9.files | 2 -
debian/libplplot-c++9c2.files | 2 +
debian/lintian.overrides | 8 +
debian/patches/00list | 1 -
debian/plplot-doc.files | 3 -
debian/plplot9-driver-gnome.files | 4 +
debian/plplot9-driver-psttf.files | 2 +
debian/plplot9-driver-wxwidgets.files | 4 +
debian/rules | 41 +-
debian/upload-debs.pl | 12 +-
doc/Makefile.in | 41 +-
doc/docbook/Makefile.in | 41 +-
doc/docbook/bin/api2man.pl.in | 16 +-
doc/docbook/src/HTML-MANIFEST | 11 +-
doc/docbook/src/MAN-MANIFEST | 2 +
doc/docbook/src/Makefile.in | 21 +-
doc/docbook/src/advanced.html | 4 +-
doc/docbook/src/advanced.xml | 29 +-
doc/docbook/src/api-c.html | 6 +-
doc/docbook/src/api-c.xml | 5 +-
doc/docbook/src/api-compat.html | 20 +-
doc/docbook/src/api-fortran.html | 6 +-
doc/docbook/src/api-obsolete.html | 12 +-
doc/docbook/src/api.html | 22 +-
doc/docbook/src/api.xml | 419 +-
doc/docbook/src/aqt-driver.html | 10 +-
doc/docbook/src/bibliography.html | 20 +-
doc/docbook/src/c.html | 10 +-
doc/docbook/src/characters.html | 31 +-
doc/docbook/src/contour-plots.html | 10 +-
doc/docbook/src/copyrights.html | 27 +-
doc/docbook/src/cplusplus.html | 4 +-
doc/docbook/src/credits.html | 6 +-
doc/docbook/src/deploying.html | 12 +-
doc/docbook/src/drawing.html | 12 +-
doc/docbook/src/drivers.xml | 54 +
doc/docbook/src/extended-wish.html | 4 +-
doc/docbook/src/fortran.html | 6 +-
doc/docbook/src/freetype-notes.html | 10 +-
doc/docbook/src/gcw-driver.html | 4 +-
doc/docbook/src/gd-driver.html | 6 +-
doc/docbook/src/gui.html | 20 +-
doc/docbook/src/index.html | 39 +-
doc/docbook/src/intro.xml | 21 +-
doc/docbook/src/labelling.html | 2 +-
doc/docbook/src/os-notes.html | 8 +-
doc/docbook/src/output-drivers.html | 14 +-
doc/docbook/src/{p146.html => p148.html} | 2 +-
doc/docbook/src/{p2415.html => p2432.html} | 2 +-
doc/docbook/src/{p3208.html => p3225.html} | 2 +-
doc/docbook/src/perl.html | 4 +-
doc/docbook/src/pl_setcontlabelformat.3plplot | 2 +-
doc/docbook/src/pl_setcontlabelparam.3plplot | 2 +-
doc/docbook/src/pl_setcontlabelparam.html | 2 +-
doc/docbook/src/plabort.html | 2 +-
doc/docbook/src/pladv.3plplot | 2 +-
doc/docbook/src/pladv.html | 2 +-
doc/docbook/src/plaxes.3plplot | 2 +-
doc/docbook/src/plaxes.html | 2 +-
doc/docbook/src/plbin.3plplot | 14 +-
doc/docbook/src/plbin.html | 105 +-
doc/docbook/src/plbop.3plplot | 2 +-
doc/docbook/src/plbop.html | 2 +-
doc/docbook/src/plbox.3plplot | 2 +-
doc/docbook/src/plbox.html | 2 +-
doc/docbook/src/plbox3.3plplot | 2 +-
doc/docbook/src/plbox3.html | 2 +-
doc/docbook/src/plcalc_world.3plplot | 2 +-
doc/docbook/src/plcalc_world.html | 2 +-
doc/docbook/src/plclear.3plplot | 2 +-
doc/docbook/src/plclear.html | 2 +-
doc/docbook/src/plcol.html | 2 +-
doc/docbook/src/plcol0.3plplot | 58 +-
doc/docbook/src/plcol0.html | 2 +-
doc/docbook/src/plcol1.3plplot | 2 +-
doc/docbook/src/plcol1.html | 2 +-
doc/docbook/src/plcon1.html | 2 +-
doc/docbook/src/plcon2.html | 2 +-
doc/docbook/src/plcont.3plplot | 2 +-
doc/docbook/src/plcont.html | 2 +-
doc/docbook/src/plcontfortran.html | 2 +-
doc/docbook/src/plcpstrm.3plplot | 2 +-
doc/docbook/src/plcpstrm.html | 2 +-
doc/docbook/src/plend.3plplot | 2 +-
doc/docbook/src/plend.html | 2 +-
doc/docbook/src/plend1.3plplot | 2 +-
doc/docbook/src/plend1.html | 2 +-
doc/docbook/src/plenv.3plplot | 2 +-
doc/docbook/src/plenv.html | 2 +-
doc/docbook/src/plenv0.3plplot | 2 +-
doc/docbook/src/plenv0.html | 2 +-
doc/docbook/src/pleop.3plplot | 2 +-
doc/docbook/src/pleop.html | 2 +-
doc/docbook/src/plerrx.3plplot | 2 +-
doc/docbook/src/plerrx.html | 2 +-
doc/docbook/src/plerry.3plplot | 2 +-
doc/docbook/src/plerry.html | 2 +-
doc/docbook/src/plexit.html | 2 +-
doc/docbook/src/plfamadv.3plplot | 2 +-
doc/docbook/src/plfamadv.html | 2 +-
doc/docbook/src/plfill.3plplot | 2 +-
doc/docbook/src/plfill.html | 2 +-
doc/docbook/src/plfill3.3plplot | 2 +-
doc/docbook/src/plfill3.html | 2 +-
doc/docbook/src/plflush.3plplot | 2 +-
doc/docbook/src/plflush.html | 2 +-
doc/docbook/src/plfont.3plplot | 2 +-
doc/docbook/src/plfont.html | 2 +-
doc/docbook/src/plfontld.3plplot | 2 +-
doc/docbook/src/plfontld.html | 2 +-
doc/docbook/src/plgchr.3plplot | 2 +-
doc/docbook/src/plgchr.html | 2 +-
doc/docbook/src/plgcol0.3plplot | 2 +-
doc/docbook/src/plgcol0.html | 2 +-
doc/docbook/src/plgcolbg.3plplot | 2 +-
doc/docbook/src/plgcolbg.html | 2 +-
doc/docbook/src/plgcompression.3plplot | 2 +-
doc/docbook/src/plgcompression.html | 2 +-
doc/docbook/src/plgdev.3plplot | 2 +-
doc/docbook/src/plgdev.html | 2 +-
doc/docbook/src/plgdidev.3plplot | 2 +-
doc/docbook/src/plgdidev.html | 2 +-
doc/docbook/src/plgdiori.3plplot | 2 +-
doc/docbook/src/plgdiori.html | 2 +-
doc/docbook/src/plgdiplt.3plplot | 2 +-
doc/docbook/src/plgdiplt.html | 2 +-
doc/docbook/src/plgfam.3plplot | 2 +-
doc/docbook/src/plgfam.html | 2 +-
doc/docbook/src/plgfci.3plplot | 2 +-
doc/docbook/src/plgfci.html | 2 +-
doc/docbook/src/plgfile.html | 2 +-
doc/docbook/src/plgfnam.3plplot | 2 +-
doc/docbook/src/plgfnam.html | 2 +-
doc/docbook/src/plglevel.3plplot | 2 +-
doc/docbook/src/plglevel.html | 2 +-
doc/docbook/src/plgpage.3plplot | 2 +-
doc/docbook/src/plgpage.html | 2 +-
doc/docbook/src/plgra.3plplot | 2 +-
doc/docbook/src/plgra.html | 2 +-
doc/docbook/src/plgriddata.3plplot | 2 +-
doc/docbook/src/plgriddata.html | 2 +-
doc/docbook/src/plgspa.3plplot | 2 +-
doc/docbook/src/plgspa.html | 2 +-
doc/docbook/src/plgstrm.3plplot | 2 +-
doc/docbook/src/plgstrm.html | 2 +-
doc/docbook/src/plgver.3plplot | 2 +-
doc/docbook/src/plgver.html | 2 +-
doc/docbook/src/plgvpd.3plplot | 2 +-
doc/docbook/src/plgvpd.html | 2 +-
doc/docbook/src/plgvpw.3plplot | 2 +-
doc/docbook/src/plgvpw.html | 2 +-
doc/docbook/src/plgxax.3plplot | 2 +-
doc/docbook/src/plgxax.html | 2 +-
doc/docbook/src/plgyax.3plplot | 2 +-
doc/docbook/src/plgyax.html | 2 +-
doc/docbook/src/plgzax.3plplot | 2 +-
doc/docbook/src/plgzax.html | 2 +-
doc/docbook/src/plhist.3plplot | 15 +-
doc/docbook/src/plhist.html | 104 +-
doc/docbook/src/plhls.html | 2 +-
doc/docbook/src/plhls_rgb.html | 2 +-
doc/docbook/src/plhlsrgb.3plplot | 2 +-
doc/docbook/src/plhlsrgb.html | 2 +-
doc/docbook/src/plinit.3plplot | 2 +-
doc/docbook/src/plinit.html | 2 +-
doc/docbook/src/pljoin.3plplot | 2 +-
doc/docbook/src/pljoin.html | 2 +-
doc/docbook/src/pllab.3plplot | 2 +-
doc/docbook/src/pllab.html | 2 +-
doc/docbook/src/pllightsource.3plplot | 2 +-
doc/docbook/src/pllightsource.html | 2 +-
doc/docbook/src/plline.3plplot | 2 +-
doc/docbook/src/plline.html | 2 +-
doc/docbook/src/plline3.3plplot | 2 +-
doc/docbook/src/plline3.html | 2 +-
doc/docbook/src/pllsty.3plplot | 2 +-
doc/docbook/src/pllsty.html | 14 +-
doc/docbook/src/plmap.3plplot | 41 +
doc/docbook/src/plmap.html | 335 +
doc/docbook/src/plmeridians.3plplot | 40 +
doc/docbook/src/{plhist.html => plmeridians.html} | 212 +-
doc/docbook/src/plmesh.3plplot | 2 +-
doc/docbook/src/plmesh.html | 14 +-
doc/docbook/src/plmeshc.3plplot | 2 +-
doc/docbook/src/plmeshc.html | 2 +-
doc/docbook/src/plmeshfortran.html | 2 +-
doc/docbook/src/plmkstrm.3plplot | 2 +-
doc/docbook/src/plmkstrm.html | 2 +-
doc/docbook/src/plmtex.3plplot | 2 +-
doc/docbook/src/plmtex.html | 2 +-
doc/docbook/src/plot3d.3plplot | 2 +-
doc/docbook/src/plot3d.html | 2 +-
doc/docbook/src/plot3dc.3plplot | 2 +-
doc/docbook/src/plot3dc.html | 2 +-
doc/docbook/src/plot3dfortran.html | 2 +-
doc/docbook/src/plp_getinitdriverlist.html | 2 +-
doc/docbook/src/plpage.html | 2 +-
doc/docbook/src/plparseopts.3plplot | 2 +-
doc/docbook/src/plparseopts.html | 2 +-
doc/docbook/src/plparseoptsfortran.html | 2 +-
doc/docbook/src/plpat.3plplot | 2 +-
doc/docbook/src/plpat.html | 2 +-
doc/docbook/src/plplot-5.5.3.ps.gz | Bin 587437 -> 0 bytes
.../src/{plplot-5.5.3.dvi => plplot-5.6.0.dvi} | Bin 2793276 -> 2835272 bytes
.../{plplot-5.5.3.jadetex => plplot-5.6.0.jadetex} | 26127 +++----
.../src/{plplot-5.5.3.pdf => plplot-5.6.0.pdf} | 67416 ++++++++++---------
doc/docbook/src/plplot-5.6.0.ps.gz | Bin 0 -> 595447 bytes
doc/docbook/src/plplot.3plplot | 6 +-
doc/docbook/src/plplotdoc.info | 604 +-
doc/docbook/src/plplotdoc.info-1 | 203 +-
doc/docbook/src/plplotdoc.info-2 | 364 +-
doc/docbook/src/plplotdoc.texi | 327 +-
doc/docbook/src/plplotdoc.txml | 318 +-
doc/docbook/src/plplotdoc.xml-info | 4 +-
doc/docbook/src/plpoin.3plplot | 2 +-
doc/docbook/src/plpoin.html | 2 +-
doc/docbook/src/plpoin3.3plplot | 2 +-
doc/docbook/src/plpoin3.html | 2 +-
doc/docbook/src/plpoly3.3plplot | 2 +-
doc/docbook/src/plpoly3.html | 2 +-
doc/docbook/src/plprec.3plplot | 2 +-
doc/docbook/src/plprec.html | 2 +-
doc/docbook/src/plpsty.3plplot | 2 +-
doc/docbook/src/plpsty.html | 2 +-
doc/docbook/src/plptex.3plplot | 2 +-
doc/docbook/src/plptex.html | 2 +-
doc/docbook/src/plreplot.3plplot | 2 +-
doc/docbook/src/plreplot.html | 2 +-
doc/docbook/src/plrgb.html | 2 +-
doc/docbook/src/plrgb1.html | 2 +-
doc/docbook/src/plrgbhls.3plplot | 2 +-
doc/docbook/src/plrgbhls.html | 2 +-
doc/docbook/src/plsabort.html | 2 +-
doc/docbook/src/plschr.3plplot | 2 +-
doc/docbook/src/plschr.html | 2 +-
doc/docbook/src/plscmap0.3plplot | 2 +-
doc/docbook/src/plscmap0.html | 2 +-
doc/docbook/src/plscmap0n.3plplot | 2 +-
doc/docbook/src/plscmap0n.html | 2 +-
doc/docbook/src/plscmap1.3plplot | 2 +-
doc/docbook/src/plscmap1.html | 2 +-
doc/docbook/src/plscmap1l.3plplot | 2 +-
doc/docbook/src/plscmap1l.html | 4 +-
doc/docbook/src/plscmap1n.3plplot | 2 +-
doc/docbook/src/plscmap1n.html | 2 +-
doc/docbook/src/plscol0.3plplot | 2 +-
doc/docbook/src/plscol0.html | 2 +-
doc/docbook/src/plscolbg.3plplot | 2 +-
doc/docbook/src/plscolbg.html | 2 +-
doc/docbook/src/plscolor.3plplot | 2 +-
doc/docbook/src/plscolor.html | 2 +-
doc/docbook/src/plscompression.3plplot | 2 +-
doc/docbook/src/plscompression.html | 2 +-
doc/docbook/src/plsdev.3plplot | 2 +-
doc/docbook/src/plsdev.html | 2 +-
doc/docbook/src/plsdidev.3plplot | 2 +-
doc/docbook/src/plsdidev.html | 2 +-
doc/docbook/src/plsdimap.3plplot | 2 +-
doc/docbook/src/plsdimap.html | 2 +-
doc/docbook/src/plsdiori.3plplot | 2 +-
doc/docbook/src/plsdiori.html | 2 +-
doc/docbook/src/plsdiplt.3plplot | 2 +-
doc/docbook/src/plsdiplt.html | 2 +-
doc/docbook/src/plsdiplz.3plplot | 2 +-
doc/docbook/src/plsdiplz.html | 2 +-
doc/docbook/src/plsesc.3plplot | 2 +-
doc/docbook/src/plsesc.html | 2 +-
doc/docbook/src/plsescfortran.html | 2 +-
doc/docbook/src/plsetopt.3plplot | 2 +-
doc/docbook/src/plsetopt.html | 2 +-
doc/docbook/src/plsexit.html | 2 +-
doc/docbook/src/plsfam.3plplot | 2 +-
doc/docbook/src/plsfam.html | 2 +-
doc/docbook/src/plsfci.3plplot | 2 +-
doc/docbook/src/plsfci.html | 2 +-
doc/docbook/src/plsfile.html | 7 +-
doc/docbook/src/plsfnam.3plplot | 2 +-
doc/docbook/src/plsfnam.html | 2 +-
doc/docbook/src/plshade.3plplot | 2 +-
doc/docbook/src/plshade.html | 2 +-
doc/docbook/src/plshade1.3plplot | 2 +-
doc/docbook/src/plshade1.html | 2 +-
doc/docbook/src/plshades.3plplot | 2 +-
doc/docbook/src/plshades.html | 2 +-
doc/docbook/src/plsmaj.3plplot | 2 +-
doc/docbook/src/plsmaj.html | 2 +-
doc/docbook/src/plsmem.3plplot | 2 +-
doc/docbook/src/plsmem.html | 2 +-
doc/docbook/src/plsmin.3plplot | 2 +-
doc/docbook/src/plsmin.html | 2 +-
doc/docbook/src/plsori.3plplot | 2 +-
doc/docbook/src/plsori.html | 2 +-
doc/docbook/src/plspage.3plplot | 2 +-
doc/docbook/src/plspage.html | 2 +-
doc/docbook/src/plspause.3plplot | 2 +-
doc/docbook/src/plspause.html | 2 +-
doc/docbook/src/plsstrm.3plplot | 2 +-
doc/docbook/src/plsstrm.html | 2 +-
doc/docbook/src/plssub.3plplot | 2 +-
doc/docbook/src/plssub.html | 2 +-
doc/docbook/src/plssym.3plplot | 2 +-
doc/docbook/src/plssym.html | 2 +-
doc/docbook/src/plstar.3plplot | 2 +-
doc/docbook/src/plstar.html | 2 +-
doc/docbook/src/plstart.3plplot | 2 +-
doc/docbook/src/plstart.html | 2 +-
doc/docbook/src/plstripa.3plplot | 2 +-
doc/docbook/src/plstripa.html | 2 +-
doc/docbook/src/plstripc.3plplot | 2 +-
doc/docbook/src/plstripc.html | 2 +-
doc/docbook/src/plstripd.3plplot | 2 +-
doc/docbook/src/plstripd.html | 2 +-
doc/docbook/src/plstyl.3plplot | 2 +-
doc/docbook/src/plstyl.html | 2 +-
doc/docbook/src/plsurf3d.3plplot | 2 +-
doc/docbook/src/plsurf3d.html | 2 +-
doc/docbook/src/plsvect.3plplot | 2 +-
doc/docbook/src/plsvect.html | 2 +-
doc/docbook/src/plsvpa.3plplot | 2 +-
doc/docbook/src/plsvpa.html | 2 +-
doc/docbook/src/plsxax.3plplot | 2 +-
doc/docbook/src/plsxax.html | 2 +-
doc/docbook/src/plsyax.3plplot | 2 +-
doc/docbook/src/plsyax.html | 2 +-
doc/docbook/src/plsym.3plplot | 2 +-
doc/docbook/src/plsym.html | 2 +-
doc/docbook/src/plszax.3plplot | 2 +-
doc/docbook/src/plszax.html | 2 +-
doc/docbook/src/pltext.3plplot | 2 +-
doc/docbook/src/pltext.html | 2 +-
doc/docbook/src/pltr0.html | 2 +-
doc/docbook/src/pltr1.html | 2 +-
doc/docbook/src/pltr2.html | 2 +-
doc/docbook/src/plvasp.3plplot | 2 +-
doc/docbook/src/plvasp.html | 2 +-
doc/docbook/src/plvec0.html | 2 +-
doc/docbook/src/plvec1.html | 2 +-
doc/docbook/src/plvec2.html | 2 +-
doc/docbook/src/plvect.3plplot | 2 +-
doc/docbook/src/plvect.html | 2 +-
doc/docbook/src/plvectfortran.html | 2 +-
doc/docbook/src/plvpas.3plplot | 2 +-
doc/docbook/src/plvpas.html | 2 +-
doc/docbook/src/plvpor.3plplot | 2 +-
doc/docbook/src/plvpor.html | 2 +-
doc/docbook/src/plvsta.3plplot | 2 +-
doc/docbook/src/plvsta.html | 2 +-
doc/docbook/src/plw3d.3plplot | 2 +-
doc/docbook/src/plw3d.html | 2 +-
doc/docbook/src/plwid.3plplot | 2 +-
doc/docbook/src/plwid.html | 2 +-
doc/docbook/src/plwind.3plplot | 2 +-
doc/docbook/src/plwind.html | 2 +-
doc/docbook/src/plxormod.3plplot | 2 +-
doc/docbook/src/plxormod.html | 2 +-
doc/docbook/src/python.html | 10 +-
doc/docbook/src/scales.html | 2 +-
doc/docbook/src/simple.html | 10 +-
doc/docbook/src/tcl.html | 4 +-
doc/docbook/src/wxwidgets-driver.html | 205 +
doc/docbook/src/x-drivers.html | 9 +-
doc/docbook/src/{x11240.html => x11424.html} | 2 +-
drivers/Makefile.am | 33 +-
drivers/Makefile.in | 142 +-
drivers/README.wxwidgets | 241 +
drivers/aqt.c | 394 +-
drivers/gcw.c | 57 +-
drivers/psttf.cc | 1116 +
drivers/wingcc.c | 191 +-
drivers/wxwidgets.cpp | 1099 +
examples/Makefile.in | 41 +-
examples/c++/Makefile.am | 1 +
examples/c++/Makefile.in | 24 +-
examples/c++/plc++demos.h | 19 +
examples/c++/x01.cc | 21 +-
examples/c++/x01cc.cc | 18 +-
examples/c++/x02.cc | 7 +-
examples/c++/x03.cc | 7 +-
examples/c++/x04.cc | 7 +-
examples/c++/x05.cc | 7 +-
examples/c++/x06.cc | 7 +-
examples/c++/x07.cc | 7 +-
examples/c++/x08.cc | 15 +-
examples/c++/x09.cc | 7 +-
examples/c++/x10.cc | 7 +-
examples/c++/x11.cc | 15 +-
examples/c++/x12.cc | 7 +-
examples/c++/x13.cc | 7 +-
examples/c++/x14.cc | 9 +-
examples/c++/x15.cc | 11 +-
examples/c++/x16.cc | 19 +-
examples/c++/x17.cc | 14 +-
examples/c++/x18.cc | 9 +-
examples/c++/x19.cc | 7 +-
examples/c++/x20.cc | 28 +-
examples/c++/x21.cc | 11 +-
examples/c++/x22.cc | 13 +-
examples/c++/x23.cc | 5 +-
examples/c++/x24.cc | 9 +-
examples/c/Makefile.am | 7 +-
examples/c/Makefile.in | 49 +-
examples/c/plcdemos.h | 7 +-
examples/c/plplotcanvas_animation.c | 32 +-
examples/c/plplotcanvas_demo.c | 26 +-
examples/c/x01c.c | 4 +-
examples/c/x03c.c | 4 +-
examples/c/x04c.c | 4 +-
examples/c/x05c.c | 4 +-
examples/c/x08c.c | 4 +-
examples/c/x09c.c | 14 +-
examples/c/x13c.c | 12 +-
examples/c/x14c.c | 6 +-
examples/c/x16c.c | 12 +-
examples/c/x17c.c | 11 +-
examples/c/x18c.c | 8 +-
examples/c/x19c.c | 6 +-
examples/c/x20c.c | 12 +-
examples/c/x21c.c | 9 +-
examples/c/x22c.c | 11 +-
examples/c/x23c.c | 2 +-
examples/c/x24c.c | 8 +-
examples/c/x25c.c | 121 +
examples/f77/Makefile.am | 14 +-
examples/f77/Makefile.in | 48 +-
examples/f77/x23f.fm4 | 244 +
examples/java/Makefile.am | 4 +-
examples/java/Makefile.in | 25 +-
examples/java/x01.java | 51 +-
examples/java/x02.java | 4 +-
examples/java/x03.java | 4 +-
examples/java/x04.java | 4 +-
examples/java/x05.java | 6 +-
examples/java/x06.java | 4 +-
examples/java/x07.java | 6 +-
examples/java/x08.java | 18 +-
examples/java/x09.java | 4 +-
examples/java/x10.java | 4 +-
examples/java/x11.java | 18 +-
examples/java/x12.java | 4 +-
examples/java/x13.java | 4 +-
examples/java/x14.java | 6 +-
examples/java/x15.java | 8 +-
examples/java/x16.java | 4 +-
examples/java/x18.java | 4 +-
examples/java/x22.java | 10 +-
examples/java/x23.java | 4 +-
examples/perl/Makefile.am | 20 +-
examples/perl/Makefile.in | 33 +-
examples/perl/x24.pl | 6 +-
examples/python/Makefile.am | 4 +-
examples/python/Makefile.in | 25 +-
examples/python/plplotcanvas_animation.py | 30 +-
examples/python/plplotcanvas_demo.py | 28 +-
examples/{perl/Makefile.am => python/x24} | 63 +-
examples/python/xw24.py | 147 +
examples/tcl/Makefile.in | 21 +-
examples/tk/Makefile.in | 23 +-
fonts/Makefile.in | 21 +-
fonts/plhershey-unicode-gen.c | 16 +-
include/Makefile.in | 23 +-
include/drivers.h | 6 +-
include/gcw.h | 2 +
include/plConfig.h.in | 8 +-
include/plDevs.h.in | 5 +-
include/plcore.h | 10 +-
include/plfci-truetype.h | 60 +-
include/plfci-type1.h | 60 +-
include/plfreetype.h | 23 +-
include/plplot.h | 75 +-
include/plplotP.h | 7 +-
include/plplotcanvas.h | 325 +-
include/plstrm.h | 26 +-
include/ps.h | 10 +
lib/Makefile.in | 41 +-
lib/csa/Makefile.in | 23 +-
lib/csa/nan.h | 2 +-
lib/nn/Makefile.in | 23 +-
libltdl/COPYING.LIB | 51 +-
libltdl/Makefile.am | 21 +-
libltdl/Makefile.in | 38 +-
libltdl/{aclocal.m4 => acinclude.m4} | 2755 +-
libltdl/aclocal.m4 | 6790 +-
libltdl/config.guess | 560 +-
libltdl/config.sub | 113 +-
libltdl/configure | 6601 +-
libltdl/configure.ac | 7 +-
libltdl/install-sh | 282 +-
libltdl/ltdl.c | 103 +-
libltdl/ltdl.h | 4 +-
libltdl/ltmain.sh | 1271 +-
libltdl/missing | 77 +-
pkgcfg/Makefile.in | 21 +-
scripts/Makefile.in | 21 +-
scripts/htdocs-gen_plot-examples.sh | 16 +-
scripts/make-cvs-tarball.sh | 4 +-
src/Makefile.in | 23 +-
src/plargs.c | 4 +-
src/plcont.c | 12 +-
src/plcore.c | 131 +-
src/plfreetype.c | 263 +-
src/plline.c | 17 +-
src/plshade.c | 40 +-
src/plsym.c | 14 +-
sys/win32/msdev/Examples/Examples.mak | 46 +-
sys/win32/msdev/INSTALL.TXT | 368 +-
sys/win32/msdev/README.TXT | 151 +-
sys/win32/msdev/UNICODE_WIN.TXT | 53 +
sys/win32/msdev/configure.bat | 25 +
sys/win32/msdev/configure.tcl | 1023 +-
sys/win32/msdev/jim/AUTHORS | 30 +
sys/win32/msdev/jim/BUGS | 6 +
sys/win32/msdev/jim/ChangeLog | 1155 +
sys/win32/msdev/jim/LICENSE | 181 +
sys/win32/msdev/jim/Makefile.vc | 124 +
sys/win32/msdev/jim/README | 276 +
sys/win32/msdev/jim/TODO | 101 +
sys/win32/msdev/jim/jim-aio.c | 351 +
sys/win32/msdev/jim/jim.c | 11748 ++++
sys/win32/msdev/jim/jim.h | 933 +
sys/win32/msdev/jim/jimsh.c | 166 +
sys/win32/msdev/makefile | 371 +-
sys/win32/msdev/makefile.in | 393 +-
sys/win32/msdev/plplib/plplib.mak | 2 +-
.../msdev/plplib/{plplib.mak => plplib.mak.in} | 940 +-
sys/win32/msdev/runinstall.bat | 1 +
sys/win32/msdev/src/plplot.h | 4 +-
sys/win32/msdev/src/plstub.cpp | 2 +-
sys/win32/msdev/src/win3.cpp | 408 +-
test/Makefile.in | 21 +-
test/plplot-test.sh.in | 6 +-
test/test_c.sh.in | 2 +-
test/test_cxx.sh.in | 4 +-
test/test_f77.sh.in | 8 +-
test/test_java.sh.in | 2 +-
test/test_octave.sh.in | 4 +-
test/test_perl.sh.in | 2 +-
test/test_python.sh.in | 2 +-
test/test_tcl.sh.in | 1 +
utils/Makefile.in | 23 +-
623 files changed, 95999 insertions(+), 73480 deletions(-)
diff --cc debian/changelog
index c8a6f97,0000000..c2883e7
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,1280 -1,0 +1,1360 @@@
++plplot (5.6.0-1) unstable; urgency=low
++
++ * New upstream release:
++ - New language binding for Java (package libplplot9-java, which was
++ already in version 5.5.3-1, uploaded to experimental)
++ - New drivers:
++ + Gnome Canvas Widget (packages python-plplot-gnome2 and
++ python-plplot-gnome2 (which were already in version 5.5.3-1,
++ uploaded to experimental)
++ + wxWidgets tool kit (package plplot9-driver-wxwidgets)
++ + PostScript with Unicode support (package plplot9-driver-psttf)
++ * debian/control:
++ - Bumped Standards-Version to 3.7.2 (no changes needed)
++ - Build-Depends on liblasi-dev (>= 1.0.5-2) and libwxgtk2.6-dev
++ - Updated build dependency on libgcj4-dev to libgcj6-dev
++ (closes: #333785)
++ - octave-plplot suggests the xwin driver package (closes: #358323)
++ * debian/patches/50_simplelist-in-man-page: Removed patch (applied
++ upstream)
++
++ -- Rafael Laboissiere <rafael at debian.org> Sun, 7 May 2006 20:09:16 +0200
++
++plplot (5.3.1-11) unstable; urgency=low
++
++ * debian/rules: the plplot-doc package has now its own /usr/share/doc
++ directory (really closes: #361781)
++ * debian/control: Removed dependency of plplot-doc on libplplot9
++
++ -- Rafael Laboissiere <rafael at debian.org> Wed, 12 Apr 2006 16:11:00 +0200
++
++plplot (5.3.1-10) unstable; urgency=low
++
++ * debian/control: Made the dependency of plplot-doc on libplplot9
++ unversioned (closes: #361781)
++
++ -- Rafael Laboissiere <rafael at debian.org> Tue, 11 Apr 2006 17:38:13 +0200
++
++plplot (5.3.1-9+b1) unstable; urgency=low
++
++ * Binary-only non-maintainer upload for i386; no source changes.
++ * Rebuild against libhdf5-1.6.5
++
++ -- Debian/i386 Build Daemon <buildd_i386-cyberhq> Wed, 5 Apr 2006 23:47:20 -0700
++
++pplplot (5.3.1-9) unstable; urgency=low
++
++ * Recompiled against latest version of libc6. PLplot does not cause
++ Octave to crash anymore (closes: #351734).
++
++ -- Rafael Laboissiere <rafael at debian.org> Wed, 8 Mar 2006 11:27:30 +0100
++
++plplot (5.3.1-8) unstable; urgency=low
++
++ * Due to the gnome1 -> gnome2 transition in sid, the plplot9-driver-gnome
++ package is removed. The experimental release of plplot (5.5.3)
++ already contains the gcw driver, which replaces the gnome driver.
++
++ -- Rafael Laboissiere <rafael at debian.org> Tue, 27 Sep 2005 09:34:01 +0200
++
++plplot (5.3.1-7) unstable; urgency=low
++
++ * Build-depends on gfortran instead of g77. This should get around a
++ build failure on the ia64 architecture.
++
++ -- Rafael Laboissiere <rafael at debian.org> Tue, 27 Sep 2005 00:11:33 +0200
++
++plplot (5.3.1-6) unstable; urgency=low
++
++ * This version will *_really_* complete the C++ ABI transition. I forgot
++ to do it for the libplplot-c++9 package, which is now called
++ libplplot-c++9c2. Most of the changes come from the Ubuntu patch
++ (thanks to Stephan Hermann <sh at sourcecode.de>):
++
++ + debian/control: adjusted packagename, conflicts/replaces, dependencies
++ + debian/rules: adjusted packagename
++ + debian/libplplot-c++9c2.files: renamed and edited to new packagename
++
++ -- Rafael Laboissiere <rafael at debian.org> Sun, 18 Sep 2005 14:51:55 +0200
++
++plplot (5.3.1-5) unstable; urgency=low
++
++ * First build with gcc/g++ 4.0. This should complete the C++ ABI
++ transition for the octave-plplot package (closes: #328198).
++
++ * debian/rules: Avoid compilation problem of unrecognized type
++ '__builtin_va_list' when building the Octave binding
++ (closes: #274359). I am fixing this bug using the hack of setting the
++ CC variable of the Makefile, instead applying the patch suggested by
++ Kaare Hviid <ukh_at_id.cbs.dk>, because otherwise I would have to run
++ automake/libtool/autoconf to build the package. Lame, But It Works (TM).
++
++ * debian/control: Upgraded Standards-Version to 3.6.2 (no changes needed).
++
++ * debian/copyright: New FSF address.
++
++ * debian/patches/50_simplelist-in-man-page.dpatch: Added patch to fix
++ processing of plcol0.3plplot man page.
++
++ -- Rafael Laboissiere <rafael at debian.org> Fri, 16 Sep 2005 22:46:28 +0200
++
+plplot (5.5.3-1) experimental; urgency=low
+
+ * New uspstream release (development branch, hence the upload to
+ experimental).
+ * The plplot9-driver-gnome package is replaced by plplot9-driver-gnome2,
+ which contain the new gcw driver and the liplplpotgnome2 libary.
+ * The new package python-plplot-gnome2 contains the glue code for using
+ libplplotgnome2 with Python.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 3 May 2005 09:15:10 +0200
+
+plplot (5.3.1-4) unstable; urgency=low
+
+ * debian/rules: Added --with-freefont option to configure
+ * debian/control:
+ - plplot9-driver-gd recommends now the ttf-freefont package
+ - libplplot-dev depends on libplplot-c++9, avoiding broken link
+ /usr/lib/libplplotcxxd.so (closes: #303830)
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 9 Apr 2005 11:03:11 +0200
+
- plplot (5.3.1.cvs.20040822-0.sarge.1) unstable; urgency=low
-
- * Build on Debian testing (NOT OFFICIALLY RELEASED!).
-
- -- Rafael Laboissiere <rafael at debian.org> Sun, 22 Aug 2004 20:56:09 +0200
-
- plplot (5.3.1.cvs-1) unstable; urgency=low
-
- * New upstream release (DEBIAN PACKAGES NOT YET RELEASED!!!). A Java
- binding package is created (libplplot9-java).
- * debian/libplplot9-java.files: New dh_movefiles file containing the files
- for the Java package.
- * debian/rules: Enable java build. Give option --enable-java to configure
- and use variable $(javasetup) to specify the --with-java-home option when
- building the package with kaffe
- * debian/control: Add Java releated packages to Build-Depends. Create
- entry for the libplplot9-java binary package.
-
- -- Rafael Laboissiere <rafael at debian.org> Fri, 2 Jul 2004 18:12:40 +0200
-
+plplot (5.3.1-3) unstable; urgency=low
+
+ * Rebuild against Octave 2.1.66
+ * debian/control:
+ - Build-depends on octave2.1-headers (>= 2.1.65)
+ - Fixed typo in description of libcsiro0 package (closes: #284381)
+ - Made the libplplot9 package suggest all the driver packages,
+ including plplot-tcl, which contains the Tk driver (closes: #285193)
+ - Droped several dependencies on libplplot9 (= ${Source-Version}),
+ which were causing lintian to complain
+ * debian-rules:
+ - Include defs.make and use octave-depends command
+ - Droped manual setting of octave-plplot.substvars
+ - Use OCTDIR to install plplot_octave.oct
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 25 Feb 2005 13:36:26 +0100
+
+plplot (5.3.1-2) unstable; urgency=low
+
+ * Rebuilt against Octave 2.1.64.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 4 Dec 2004 16:57:04 +0100
+
+plplot (5.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 25 Jun 2004 10:15:00 +0200
+
+plplot (5.3.0.rc2.5.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules: Removed old code for architecture-specific exclusion of
+ the octave-plplot package.
+ * debian/struct_contain.m: Removed this file, since it has been
+ included upstream.
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 18 Jun 2004 07:52:54 +0200
+
+plplot (5.3.0.rc1.5.3.1-5) unstable; urgency=low
+
+ * debian/control: Make the build-dependencies on atlas/lapack specific
+ to the arm and m68k architectures.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 17 Jun 2004 16:13:55 +0200
+
+plplot (5.3.0.rc1.5.3.1-4) unstable; urgency=low
+
+ * debian/control: Refine the build-dependencies on atlas/lapack to make
+ the package build from source on m68k and arm.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 17 Jun 2004 13:12:04 +0200
+
+plplot (5.3.0.rc1.5.3.1-3) unstable; urgency=low
+
+ * debian/control: Added build-dependency on atlas3-base-dev. For some
+ obscure reason, plplot is FTBFS on the architectures ia64, s390,
+ sparc, powerpc, hppa, and mipsel, because neither atlas3-base-dev nor
+ lapack3-dev are automatically installed. This should be the case, due
+ to the build-dependency on octave2.1.-headers. I will keep
+ atlas3-base-dev in Build-Depends until the problem is fixed.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 17 Jun 2004 10:51:07 +0200
+
+plplot (5.3.0.rc1.5.3.1-2) unstable; urgency=low
+
+ * debian/control: Added dependency on libplplot3-dev to libplplot-dev.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 16 Jun 2004 17:46:23 +0200
+
+plplot (5.3.0.rc1.5.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches: Removed all Octave patches, since they have been
+ applied upstream.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 14 Jun 2004 20:40:46 +0200
+
+plplot (5.3.0.cvs.20040520-0.sarge.2) unstable; urgency=low
+
+ * debian/control: Add dpendencies to libplplot9 (= ${Source-Version}),
+ to all packages besides libplplot9 itself. The package is now Lintian
+ clean.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 31 May 2004 23:36:20 +0200
+
+plplot (5.3.0.cvs.20040520-0.sarge.1) unstable; urgency=low
+
+ * Built for Debian testing (a.k.a. sarge).
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 20 May 2004 11:13:47 +0200
+
+plplot (5.3.0.cvs.20040520-1) unstable; urgency=low
+
+ * New CVS tarball upstream release
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 20 May 2004 11:09:21 +0200
+
+plplot (5.3.0.cvs.20040517-0.sarge.1) unstable; urgency=low
+
+ * Built for Debian testing (a.k.a. sarge).
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 17 May 2004 11:32:45 +0200
+
+plplot (5.3.0.cvs.20040517-1) unstable; urgency=low
+
+ * New CVS tarball upstream release.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 17 May 2004 10:05:37 +0200
+
+plplot (5.3.0.cvs.20040430-3) unstable; urgency=low
+
+ * debian/patches/octave-2.1.53-demos.dpatch: Added patches for Octave
+ demos x13c.m, x14c.m, and x17c.m. The whole set of examples for
+ the Octave bindings work now with Octave version 2.1.57.
+ * debian/patches/warn-empty-list-elements.dpatch: Added patches for
+ shade.m and __pl_contour.m. The demos p*.m work now with Octave
+ version 2.1.57 (except demos p6.m, p17.m, and p20.m).
+ * debian/rules (install-stamp): Install the file
+ debian/struct_contains.m before the calls to dh_movefiles, such that
+ struct_contains.m really goes into the octave-plplot package.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 11 May 2004 10:08:11 +0200
+
+plplot (5.3.0.cvs.20040430-2) unstable; urgency=low
+
+ * debian/patches/warn-empty-list-elements.dpatch,
+ debian/patches/warn-fortran-indexing.dpatch: Added patches for making
+ the Octave binding working with Octave 2.1.57.
+ * debian/struct_contains.m: New file which override Octave's one when
+ toggle_plplot_use is issued.
+ * debian/rules: Install debian/struct_contains.m in
+ /usr/share/plplot_octave.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 8 May 2004 19:22:58 +0200
+
+plplot (5.3.0.cvs.20040430-1) unstable; urgency=low
+
+ * debian/control:
+ - Removed build-dependency on g++-3.3 | g++-3.2, since g++ is a
+ build-essential package (closes: #244007).
+ - Use build-dependencies on libx11-dev, libxext-dev, and libxi-dev
+ instead of on xlibs-dev, since this later is now a transition
+ package (after the XFree86 4.3.0 package reorganization in Debian).
+ * Build in unstable, so that the octave-plplot package gets
+ the right dependency on libhdf5 (closes: #246297).
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 8 May 2004 12:15:29 +0200
+
+plplot (5.3.0.cvs.20040324-2) unstable; urgency=low
+
+ * Patched the configure script to avoid stderr messages to interfere with
+ the Octave configuration. This may fix the recurrent buildd failures
+ on the m68k architecture.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 31 Mar 2004 21:23:06 +0200
+
+plplot (5.3.0.cvs.20040324-1) unstable; urgency=low
+
+ * New cvs snapshot upstream release.
+ * debian/control: Removed build-conflict on f2c and fort77. Added
+ fort77 build-dependency for the m68k architecture. This should fix
+ the problem of building from source for m68k, since mkoctfile
+ apparently needs the f2c library for linking *.oct files on that
+ architecture.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 25 Mar 2004 07:15:54 +0100
+
+plplot (5.3.0.cvs.20040303-1) unstable; urgency=low
+
+ * New cvs snapshot upstream release.
+ * Reorganization of the packages to avoid potential problems with future
+ upgradings of the PLplot libary soversion. Since libplplotcxxd,
+ libcsirocsa, and libcsironn have different soversion numbers
+ upstream, they are separated from the main libplplot9.
+ * debian/control:
+ - In the description of libplplot9, updated contents of package.
+ - libplplot-c++9: New package.
+ - libcsiro0: New package.
+ * debian/libplplot-c++9.files: New file.
+ * debian/libcsiro.files: New file.
+ * debian/rules: create symlinks for /usr/share/doc/lib{plplot-c++9,csiro}
+ to /usr/share/doc/libplplot9.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 10 Mar 2004 23:39:13 +0100
+
+plplot (5.3.0-5) unstable; urgency=low
+
+ * Remove the programs in /usr/bin from the libplplot9 package and put
+ them into the new package plplot-bin. This will avoid future
+ conflicts when the soversion of the library will be incremented.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 28 Feb 2004 14:24:56 +0100
+
+plplot (5.3.0-4) unstable; urgency=low
+
+ * debian/control: Made libplplot9 conflict with the old plplot package
+ (<< 5). This allows a smooth upgrade from stable to testing/unstable
+ by avoiding the overwriting of the file /usr/bin/pltek
+ (closes: #235252).
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 28 Feb 2004 08:24:33 +0100
+
+plplot (5.3.0-3) unstable; urgency=low
+
+ * Get Octave bindings to work with octave2.1-2.1.53, the version
+ available in unstable. Using dpatch for that.
+ * debian/rules:
+ - Include dpatch.make.
+ - Targets build and clean depend on patch and unpatch, respectively.
+ * debian/control:
+ - Build-Depends on dpatch.
+ - Drop alternative build-dependency to octave2.0-headers and force
+ versioned dependency on octave2.1-headers (>= 2.1.54-2)
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 19 Feb 2004 21:23:50 +0100
+
+plplot (5.3.0-2) unstable; urgency=low
+
+ * debian/control: Removed build-dependency on libhdf5-serial-dev, since
+ it will be included in the build-dependencies of octave2.1-headers
+ (version 2.1.53-3).
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 3 Feb 2004 15:02:04 +0100
+
+plplot (5.3.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 29 Jan 2004 16:37:54 +0100
+
+plplot (5.2.1.rc2.5.3.0-1) unstable; urgency=low
+
+ * Second release candiate tarball for version 5.3.0.
+ * debian/control: Removed most of the Conflicts/Replaces/Provides
+ fields, since they where legacies from the libplplot5 packages. The
+ libplplot9 and libplplot5 still cannot co-exist (although this is
+ only of theoretical interest, since there are no other packages in
+ Debian that depend on libplplot5).
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 22 Jan 2004 23:13:45 +0100
+
+plplot (5.2.1.rc1.5.3.0-1) unstable; urgency=low
+
+ * New cvs snapshot upstream release (first release candidate for 5.3.0
+ release)
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 18 Jan 2004 11:43:27 +0100
+
+plplot (5.2.1.cvs.20040115-3) unstable; urgency=low
+
+ * scripts/get-dependency-libs.sh: Applied upstream CVS patch for finding
+ library files in .libs directories in the build tree.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 15 Jan 2004 10:16:32 +0100
+
+plplot (5.2.1.cvs.20040115-2) unstable; urgency=low
+
+ * bindings/octave/PLplot/toggle_plplot_use.m,
+ bindings/octave/PLplot/plplot_octave_path.m.in:
+ Applied patch from upstream CVS to fix problems related to Octave
+ 2.1.52.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 15 Jan 2004 09:31:21 +0100
+
+plplot (5.2.1.cvs.20040115-1) unstable; urgency=low
+
+ * debian/control:
+ - Made Build-Conflicts on libplplot5 unversioned.
+ - Removed from Build-Depends and Build-Conflicts the m68k specificities
+ related to g77, fort77, and f2c. This is a try to get around a
+ FTBFS on the m68k architecture. Also, requires g++-3.3 | g++-3.2
+ instead of only g++-3.2.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 15 Jan 2004 06:30:51 +0100
+
+plplot (5.2.1.cvs.20040104-1) unstable; urgency=low
+
+ * debian/control: Added pkg-config to build-dependencies and to
+ libplplot-dev Recommends:.
+ * debian/rules:
+ - Added option --with-pkg-config to configure command.
+ - Set environment variable PKG_CONFIG_ENV to " " when calling
+ condfigure. This allows a cleaner line when launching make fro
+ the installed examples/* directories, since setting PKG_CONFIG_PATH is
+ not necessary in Debian.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 3 Jan 2004 20:24:53 +0100
+
+plplot (5.2.1.cvs.20031231-1) unstable; urgency=low
+
+ * New cvs snapshot upstream release
+ * debian/control: Changed section of packages libplplot9,
+ plplot9-driver-gd, plplot9-driver-gnome, and plplot9-driver-xwin to
+ libs (was math before) in order to comply with overrides of
+ debian-installer.
+ * debian/plplot-tcl.files: Include directories and files
+ usr/share/plplot*/*tcl
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 31 Dec 2003 14:12:22 +0100
+
+plplot (5.2.1.cvs.20031228-1) unstable; urgency=low
+
+ * New cvs snapshot upstream release
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 28 Dec 2003 22:33:41 +0100
+
+plplot (5.2.1.cvs.20031227-1) unstable; urgency=low
+
+ * New cvs snapshot upstream release.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 27 Dec 2003 01:52:55 +0100
+
+plplot (5.2.1.cvs.20031226-1) unstable; urgency=low
+
+ * New cvs snapshot upstream release.
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 26 Dec 2003 16:48:05 +0100
+
+plplot (5.2.1.cvs.20031030-2) unstable; urgency=low
+
+ * debian/rules: Call configure with --enable-static, such that the
+ lib*.a files will be present in the *-dev packages (closes: #224550).
+ * debian/control: Changed architecture of packages libplplot-dev and
+ plplot-tcl-dev from "all" to "any", because of the *.a files included.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 20 Dec 2003 17:48:52 +0100
+
+plplot (5.2.1.cvs.20031030-1) unstable; urgency=low
+
+ * Preparation for the next upstream version, which changed the soversion
+ of the PLplot library. Changed all the references to libplplot5 to
+ libplplot9. Affected files:
+ - debian/control
+ - debian/libplplot-dev.files
+ - debian/octave-plplot.files
+ - debian/plplot-doc.doc-base
+ - debian/plplot-doc.files
+ - debian/plplot-tcl-dev.files
+ - debian/python-plplot.files
+ - debian/rules
+ - debian/libplplot9.README.Debian (new)
+ - debian/libplplot9.files (new)
+ * In order to avoid backward incompatibilities withe the release of
+ libplplot9, the driver module packages have now versioned names:
+ - plplot9-driver-gd
+ - plplot9-driver-xwin
+ - plplot9-driver-gnome
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 30 Oct 2003 09:37:15 +0100
+
+plplot (5.2.1.cvs.20031027-3) unstable; urgency=low
+
+ * debian/rules:
+ - Added symlinks /usr/lib/lib{nn,csa}.so.0, such that this release of
+ the libplplot5 package does not break binary compatiblity with previous
+ released versions of PLplot (closes: #217895). This is an interim
+ solution. Probably, the upstream authors will have to change the
+ soversion or revert the changing of names of the libscsiro{nn,csa}
+ libraries in order to get the problem cleanly fixed.
+ - Call configure with --disable-java, since enable_java has been made
+ the default in the upstream configure.ac.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 28 Oct 2003 13:45:21 +0100
+
+plplot (5.2.1.cvs.20031027-2) unstable; urgency=low
+
+ * debian/libplplot-dev.files: Added README.pkg-config file.
+ * debian/libplplot5.README.Debian: Fixed typos.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 27 Oct 2003 11:44:16 +0100
+
+plplot (5.2.1.cvs.20031027-1) unstable; urgency=low
+
+ * New CVS snapshot upstream release. This release is actually quite
+ close to the latest Debian 5.2.1-21, since I have been tracking CVS
+ developments since the upstream release 5.2.1. One of biggest
+ advantages of this move is the enourmous reduction in the size of the
+ diff.gz file:
+
+ du -b plplot*diff*
+ 2686036 ../plplot_5.2.1-21.diff.gz
+ 10198 ../plplot_5.2.1.cvs.20031027-1.diff.gz
+
+ This huge difference is due to the patched documentation file and the
+ necessity of an uuencoded file for the Debian packages.
+
+ * debian/rules: Removed all manipulations (targets "build" and
+ "clean") related to the plplot-5.2.1-new-doc.tar.gz.uu file, which is
+ not included in the source package anymore. Also, added flag -k to
+ make distclean.
+
+ * debian/control: Removed build-dependency on sharutils.
+
+ * debian/libplplot5.README.Debian: Added note about pkg-config support.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 27 Oct 2003 09:50:09 +0100
+
+plplot (5.2.1-21) unstable; urgency=low
+
+ * sysloc.in: Applied patch from upstream CVS that assigns an unversioned
+ path to OCTAVE_OCT_DIR.
+ * debian/rules:
+ - Loosen the restriction on the Octave version dependency, now that
+ OCTAVE_OCT_DIR is unversioned.
+ - Configure with --with-pthreads, such that the xwin driver refreshes
+ the plot when the window is moved or re-exposed.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 20 Oct 2003 10:42:55 +0200
+
+plplot (5.2.1-20) unstable; urgency=low
+
+ * Following a suggestion of Matthias Klose <doko at cs.tu-berlin.de>, the
+ libltdl library shipped with the upstream sources is not compiled
+ anymore as a convenience library:
+ - Patched configure.ac and Makefile.am from upstream CVS. The
+ configure option --with-ltdlsystem is now implemented, which allows
+ the use of the installed libltdl library.
+ - debian/control: Build-depends on libltdl3-dev.
+ - debian/rules: Call configure with option --with-ltdlsystem.
+ * debian/control:
+ - Fixed description of libplplot-dev package.
+ - Bumped the build-dependency on debhelper to version 4.1.67, since we
+ are using dh_python (thanks again to Matthias Klose for pointing
+ this out).
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 17 Oct 2003 08:25:49 +0200
+
+plplot (5.2.1-19) unstable; urgency=low
+
+ * configure.ac: Added upstream patch from the CVS repository to avoid
+ problems when using the variable $max_cmd_len in the libtool script.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 16 Sep 2003 12:37:48 +0200
+
+plplot (5.2.1-18) unstable; urgency=low
+
+ * debian/rules: Use dh_python to correctly generate python version
+ dependencies in debian/python-plplot.substvars. This will guarantee
+ clean upgrades (closes: #207314).
+ * Regenerated configuration files with latest versions of the autotools in
+ Debian sid (automake 1.7.7 and libtool 1.5).
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 15 Sep 2003 10:21:09 +0200
+
+plplot (5.2.1-17) unstable; urgency=low
+
+ * Rebuilt against the new python2.3-dev itcl/itk 3.2 and iwidgets4
+ packages.
+ * debian/control:
+ - Bumped Standards-Version to 3.6.1.
+ - Bumped build-dependencies to python2.3, itcl3, and itk3.
+ - plplot-tcl depends now on iwidgets4.
+ * sysloc.in, configure.ac: Using patched version from CVS upstream with
+ fixes in the Python configuration and in the list of include
+ directories to find files itcl.h and itk.h.
+ * Used new CVS upstream version of the documentation files with
+ legacy license statement removed. A uuencoded tarball
+ debian/plplot-5.2.1-new-do.tar.gz.uu is included, which forced the
+ inclusion of sharutils in Build-Depends. Code have been added to
+ debian/rules to unpack the new files in this tarball. The plplot-doc
+ package is now DFSG compliant (closes: #202761).
+ * utils/plrender.c: Patched from CVS upstream. From the commit log:
+ Comment out call to plSetInternalOpt which uses the tcl_cmd option
+ that has been disabled in plargs.c. This fix solves the plrender
+ memory management problems and the crashes associated with plrender
+ and device tk.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 25 Aug 2003 02:01:19 +0200
+
+plplot (5.2.1-16) unstable; urgency=low
+
+ * Disallow Build-Conflicts on f2c and fort77 for m68k.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 9 Jul 2003 23:29:46 +0200
+
+plplot (5.2.1-15) unstable; urgency=low
+
+ * Added build-dependency on fort77 for the m68k to match the
+ build-dependencies of the octave2.1_2.1.50-2 package.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 8 Jul 2003 02:00:34 +0200
+
+plplot (5.2.1-14) unstable; urgency=low
+
+ * Rebuilt with new octave2.1 package (2.1.50-1), such that the
+ octave-plplot has the correct dependencies in unstable.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 3 Jul 2003 11:01:24 +0200
+
+plplot (5.2.1-13) unstable; urgency=low
+
+ * Use new upstream version of sysloc.in, with better
+ AC_MSG_CHECKING/AC_MSG_RESULT settings for the Octave checks. This
+ will help in interpreting the buildd logs for some architectures for
+ which the building is failing.
+ * debian/control: Added build-dependency on g++-3.2, since its path is
+ hardcoded in /usr/bin/mkoctfile for some architectures.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 3 Jun 2003 23:20:16 +0200
+
+plplot (5.2.1-12) unstable; urgency=low
+
+ * Enable building of octave-plplot for all architectures. The octave2.1
+ package (version 2.1.49-3*) is working now in all 11 architectures of
+ Debian sarge. Hopefully, PLplot will now make its way into testing.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 3 Jun 2003 10:49:11 +0200
+
+plplot (5.2.1-11) unstable; urgency=low
+
+ * debian/control: Added arm to the list of excluded architectures of
+ package octave2.*-header in Build-Depends.
+ * debian/rules: Exclude building of Octave bindings for the arm
+ architecture.
+ * (N.B.: I am currently excluding the building of the octave-plplot for
+ four architectures: hppa, powerpc, m68k, and arm. I will revisit this
+ decision later when octave2.1 will work again for these
+ architectures.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 22 May 2003 22:50:37 +0200
+
+plplot (5.2.1-10) unstable; urgency=low
+
+ * debian/control: Added m68k to the list of excluded architectures of
+ package octave2.*-header in Build-Depends. Added dependency on
+ python-numeric to package python-plplot.
+ * debian/rules: Exclude building of Octave bindings for m68k
+ architecture.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 22 May 2003 11:26:52 +0200
+
+plplot (5.2.1-9) unstable; urgency=low
+
+ * debian/control: Restored "Architecture: any" for the octave-plplot
+ package. Excluded build-dependencies on octave for the hppa and
+ powerpc architectures.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 12 May 2003 18:30:23 +0200
+
+plplot (5.2.1-8) unstable; urgency=low
+
+ * Rebuilt using octave 2.1.48.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 8 May 2003 14:33:18 +0200
+
+plplot (5.2.1-7) unstable; urgency=low
+
+ * debian/rules: Correctly changed some rule dependencies to *-stamp,
+ since the config target was being unnecessarily executed twice during
+ the package building.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 7 May 2003 08:42:27 +0200
+
+plplot (5.2.1-6) unstable; urgency=low
+
+ * debian/rules: Added conditional exclusion of the octave-plplot package
+ to the dh_gencontrol and dh_builddeb commands.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 6 May 2003 21:29:56 +0200
+
+plplot (5.2.1-5) unstable; urgency=low
+
+ * debian/rules: Added variable octave_mvf to control exclusion of
+ package octave-plplot in dh_movefiles command.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 6 May 2003 16:59:52 +0200
+
+plplot (5.2.1-4) unstable; urgency=low
+
+ * Exclude architectures hppa and powerpc from the building of the
+ octave-plplot package (in debian/control). There are now variables
+ octave_cfg and octave_pkg in debian/rules to control this.
+ * debian/control: Changed description to comply with the Best Packaging
+ Practices of the Debian Developer's Reference.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 6 May 2003 11:03:40 +0200
+
+plplot (5.2.1-3) unstable; urgency=low
+
+ * Fixed AC_MSG_CHECKING for the Octave prefix in sysloc.in (upstream
+ file). Also, added the lacking file doc/docbook/docbook.m4 from
+ upstream CVS and regenerated configure with autoconf.
+ * debian/rules: In clean rule, "make distclean" instead of "make clean".
+ * Copied new top-level Makefile.am and Makefile.in from upstream CVS.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 3 May 2003 08:54:18 +0200
+
+plplot (5.2.1-2) unstable; urgency=low
+
+ * debian/control: Removed the explicit build-dependencies on libpng-dev,
+ libjpeg-dev, and libfreetype-dev, since they are declared as
+ dependencies of libgd2-dev. This is an attempt to fix the libpng
+ incompatibility between libgd2-dev and libgnome-dev. Also, fixed a typo
+ in the Build-Conflicts field.
+
+ * debian/rules: Remove config.sub and config.guess in clean rule.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 29 Apr 2003 13:42:34 +0200
+
+plplot (5.2.1-1) unstable; urgency=low
+
+ * New stable upstream release.
+ * debian/control: Removed warnings about experimental aspect of the
+ packages in the Description fields (closes: #189499).
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 20 Apr 2003 23:18:09 +0200
+
+plplot (5.2.0.cvs.20030415-1) unstable; urgency=low
+
+ * Built with new CVS sources.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 13 Apr 2003 23:03:01 +0200
+
+plplot (5.2.0.cvs.20030411-1) unstable; urgency=low
+
+ * Built with new CVS sources.
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 11 Apr 2003 09:51:08 +0200
+
+plplot (5.2.0.cvs.20030403-1) unstable; urgency=low
+
+ * Built with new CVS sources.
+ * Added build depends on autotools-dev and let debian/rules update
+ config.sub and config.guess.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 3 Apr 2003 16:52:17 +0200
+
+plplot (5.2.0.cvs.20030401-1) unstable; urgency=low
+
+ * Built with new CVS sources.
+ * debian/control: Added build-dependency on matwrap. Changed sections of
+ libplplot-dev and python-plplot to libdevel and python.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 31 Mar 2003 21:33:38 +0200
+
+plplot (5.2.0.cvs.20030325-1) unstable; urgency=low
+
+ * Built with new CVS sources: The problem with the non-numerical version
+ number in pkgIndex.tcl has been fixed (closes: #185677).
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 25 Mar 2003 15:34:25 +0100
+
+plplot (5.2.0.cvs.20030320-1) unstable; urgency=low
+
+ * Built with new CVS sources: configure has now new options for
+ controlling configuration and building of the Docbook documentation.
+ This should generated less warning messages in the autobuilders.
+ * debian/control: Bumped Standards-Version to 3.5.9. Added
+ libxml-parser-perl and libxml-dom-perl to Build-Depends, since these
+ Perl modules are needed for the Octave bindings.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 20 Mar 2003 09:27:35 +0100
+
+plplot (5.2.0.cvs.20030319-1) unstable; urgency=low
+
+ * Built with new CVS sources: Since my last upload, there has been only
+ improvements in the Octave bindings.
+ * debian/control: Set Priority: extra for plplot-tcl-dev, such that
+ debcheck will not complain. Also, changed the order of
+ octave2.1-headers and octave2.0-headers in Build-Depends. This will
+ probably make the autobuilders to install the more recent version of
+ Octave and fix the build problems.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 19 Mar 2003 08:31:30 +0100
+
+plplot (5.2.0.cvs.20030317-1) unstable; urgency=low
+
+ * Built with new CVS sources: fixes in the Octave bindings and in the
+ Docbook documentation. The configure script does not choke anymore if
+ the swig program is not available (closes: #184694, closes: #183947).
+ * Fixed the mess with the Python version. Now, both Python 2.1 and 2.2
+ are accepted and the dependency field of package python-plplot is
+ obtained through the substvar ${python:Depends}, which is set in the
+ rule config of debian/rules.
+ * PLplot installs now the .oct file in a versioned directory. The
+ correct dependency of octave-plplot is now obtained through the
+ substvar ${octave:Depends (closes: #183913).
+ * debian/control:
+ - Added dependencies on libqhull-dev and libfreetype6-dev to
+ libplplot-dev, such that the examples will compile.
+ - Removed build-dependency to xlib6g-dev.
+ * debian/rules added --enable-smart-ac-output option to configure, to
+ avoid needless recompilation of the documentation.
+ * Moved the plplot_libtool script from libplplot5 into libplplot-dev.
+ * The ntk driver is now correctly put in the plplot-tcl package, instead
+ of libplplot5. This was forcing the erroneous dependency of
+ libplplot5 on Tcl/Tk 8.3. Shame on me!
+ * debian/control: Added build-dependencies to libpng3-dev and
+ libjpeg62-dev, such that plplot-gd is built correctly.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 16 Mar 2003 15:09:45 +0100
+
+plplot (5.2.0.cvs.20030307-1) unstable; urgency=low
+
+ * Built with new CVS sources: there are slight improvements in the Octave
+ bindings, regarding the user function toggle_plplot_use.
+ * debian/control:
+ - Changed some Priority and Section headers to match the override
+ file in the Debian repository, such that the package upload will
+ be accepted (hopefully).
+ - Added m4 to Build-Depends.
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 7 Mar 2003 09:47:22 +0100
+
+plplot (5.2.0.cvs.20030306-1) unstable; urgency=low
+
+ * Built with new CVS sources:
+ - The new API plgriddata has been added, as well as the nn and csa
+ libraries.
+ - The pkg-config files changed place.
+ - Xwin driver is now Pthreaded.
+ - Patch to plsym.c allowing vertical text in the bottom and top axes.
+ * debian/rules: Removing debian/files for lintian cleanness. After
+ installation, the dvi form of the documentation is deleted.
+ * debian/plplot-doc.files: Added the .ps.gz documentation file.
+ * debian/control: For plplot-doc, added Conlicts: relationship to
+ libplplot5, since the .ps.gz have been moved. Improved description
+ for the plplot-doc package.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 5 Mar 2003 14:47:07 +0100
+
+plplot (5.2.0.cvs.20030301-1) unstable; urgency=low
+
+ * Built with new CVS sources. Fixed gnome driver, which was plotting
+ extraneous text on the canvas. Also, the Octave initalization file is
+ fixed now, and use_plplot really works.
+ * debian/libplplot-dev.files: Added /usr/lib/pkgconfig dir.
+ * debian/control: Removed optional dependencies on octave2.0, since the
+ octave-plplot package is built for Octave 2.1 and the .oct file will not
+ work with 2.0.
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 28 Feb 2003 19:40:23 +0100
+
+plplot (5.2.0.cvs.20030227-2) unstable; urgency=low
+
+ * This is the first release of this cvs snapshot series to the Debian
+ unstable repository (closes: #101264).
+ * A big thanks to David Schleef, who has acted as interim maintainer
+ (and made a great job) while I have been unavailable.
+ * Many bugs that have been around for ages are fixed in this
+ release:
+ - The plplot-tcl package depends on tcl8.3 and tk8.3 (closes: #117186).
+ - The octave-plplot package is totally new and has been integrated
+ into the upstream sources of PLplot (closes: #91308). Octave
+ bindings are working correctly now (closes: #158446). In
+ particular, the plplot_octave-demo.m script works fine (closes: #69710).
+ - use_plplot.m works correctly now (closes: #181875, closes: #74908),
+ and all the files are found in the LOADPATH of Octave (closes: #179224).
+ - Python examples should run now, thanks to the new dynamic drivers
+ scheme (closes: #92150).
+ - All PLplot manpages have proper whatis entries nows (closes: #100867).
+ - Dependences on tk8.3-dev have been dropped (closes: #167412).
+ - Build failure on sparc, due to bad c++ command line options should
+ be fixed now (it was already in David's NMU, closes: #86880).
+ - Packages should be fully installable in unstable (closes: #161569).
+ - "octave2.1-headers | octave2.0-headers" have been added to
+ Build-Depends, so that octave-plplot can be built from source
+ (closes: 117708).
+ - Packages build correctly on m68k (fixed in David's NMU,
+ closes: #159807).
+ - A problem in setting up octave2.1 has been fixed in Dirk
+ Eddelbuettel's NMU (closes: #123700).
+ - There is no plplot-bin package anymore. Also, there is no
+ dependency on nonexistent ghostscript package (closes: #136358).
+ - The build failure due to a wrong Python directory has been fixed
+ (closes: #159811).
+ * debian/control: Added warning message telling that the packages are
+ experimental.
+ * plplot-doc.prerm: Calling install-info with the correct number of
+ arguments (closes: #182509).
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 28 Feb 2003 18:52:55 +0100
+
+plplot (5.2.0.cvs.20030227-1) unstable; urgency=low
+
+ * Built with new CVS sources. Many DocBook related configuration
+ problems have been fixed.
+ * debian/rules: Added config-stamp creation to avoid double run of
+ configure. Run configure with --enable-docbook now.
+ * debian/plplot-doc.prerm: Added file.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 27 Feb 2003 23:19:45 +0100
+
+plplot (5.2.0.cvs.20030225-1) unstable; urgency=low
+
+ * Built with new CVS sources. Some rpath problems have been fixed, so
+ that the package is Lintian clean as regard the rpath.
+ * Created new package plplot-tcl-dev.
+ * debian/rules: Give option --without-rpath to configure.
+ * debian/control: Removed dependencies on packages necessary for
+ compiling the DocBook documentation, since they will be available in
+ the upstream distribution tarball.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 25 Feb 2003 14:05:53 +0100
+
+plplot (5.2.0.cvs.20030224-1) unstable; urgency=low
+
+ * Built with new CVS sources. The info files and man pages are now
+ included in the plplot-doc package. There is also a new PLplot driver
+ (mem).
+ * debian/control: Added Build-Dependencies to Perl modules needed to
+ generate the info form of documentation from the Docbook sources.
+ Added build-dependency to libfreetype6-dev. Added plplot-xwin
+ dependency to plplot-tcl.
+ * debian/plplot-doc.files: Added paths for info and man.
+ * debian/rules: Give options --infodir and --with-freetype to
+ configure.
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 24 Feb 2003 16:36:52 +0100
+
+plplot (5.2.0.cvs.20030219-1) unstable; urgency=low
+
+ * Built with new CVS sources. The plplot_octave.oct file is installed
+ in localoctfiledir, instead of octfiledir. This avoids the versioned
+ installation directory.
+ * debian/control: octave-plplot does not depend anymore on a specific
+ version of Octave.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 19 Feb 2003 12:06:33 +0100
+
+plplot (5.2.0.cvs.20030218-2) unstable; urgency=low
+
+ * Something was strangely broken with the inclusion of files in the
+ plplot-doc pacakge, probably related to an extraneous config.cache
+ file. Fixed now.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 18 Feb 2003 21:37:44 +0100
+
+plplot (5.2.0.cvs.20030218-1) unstable; urgency=low
+
+ * Built with new CVS sources, with improved installation of Octave files.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 18 Feb 2003 18:08:44 +0100
+
+plplot (5.2.0.cvs.20030217-1) unstable; urgency=low
+
+ * Built with new CVS sources.
+ * debian/rules:
+ - Removed hacks for getting the Octave files correctly installed,
+ since this is fixed in CVS now.
+ - Added command to remove config.log and config.status files. This
+ makes lintian happy.
+ * debian/octave-plplot.files: Included usr/share/doc/libplplot5/*.octave
+
+ -- Rafael Laboissiere <rafael at debian.org> Mon, 17 Feb 2003 18:34:29 +0100
+
+plplot (5.2.0.cvs.20030214-1) unstable; urgency=low
+
+ * New upstream release, built directly from the CVS sources.
+ * These packages are still experimental and are provided to help the
+ preparation to the next upstream release (probably 5.2.1).
+ * There has been a huge reorganization of the packages, thanks to the new
+ dynamical loading of driver modules. There has been too many changes to
+ report here.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 16 Feb 2003 21:16:34 +0100
+
+plplot (5.1.0-1.1) unstable; urgency=low
+
+ * Non-Maintainer Upload
+ * Update for python-2.2 (Closes: #159807, #159811, #161569)
+ # reenable plplot-python on all architectures
+ * change Recommends: ghostscript (Closes: #136358)
+ * Depend on autoconf-2.13, since scripts are broken for 2.50
+
+ -- David Schleef <ds at schleef.org> Fri, 11 Oct 2002 13:25:28 -0700
+
+plplot (5.1.0-1) unstable; urgency=low
+
+ * Non-Maintainer Upload
+ * New upstream version (Closes: #101264)
+ * handle changing of name of libplmatrixd to libtclmatrixd. Since
+ this library is only used by libplplotd, it is not a ABI change.
+ libtclmatrixd should probably be in a separate directory or linked
+ directly with libplplotd -- this needs to be coordinated with
+ upstream, and may also be moot once this packaged is changed to
+ use loadable modules for the drivers.
+
+ -- David Schleef <ds at schleef.org> Thu, 15 Aug 2002 18:31:37 -0700
+
+plplot (5.0.2-1.1) unstable; urgency=low
+
+ * NMU
+ * Fix hppa build problems. Closes: #141723
+ * Remove 'potato' from version number.
+
+ -- LaMont Jones <lamont at debian.org> Sun, 7 Apr 2002 21:22:06 -0600
+
+plplot (5.0.2-0.potato.3.2) unstable; urgency=low
+
+ * Non-Maintainer Upload
+ * debian/control, debian/rules: plplot indirectly Build-Depends
+ on lapack to build python-plplot. Since lapack is only available
+ on a few architectures, this causes problems building the other
+ packages on all architectures. Fixed to Build-Depend and build
+ python-plplot only on working architectures.
+
+ -- David Schleef <ds at schleef.org> Fri, 15 Mar 2002 20:49:18 -0500
+
+plplot (5.0.2-0.potato.3.1) unstable; urgency=low
+
+ * Non-Maintainer Upload
+ * Fix build dependencies (Closes: #92344, #98119, #102014)
+ * cf/syslog.in: backport configure rules for tcl/itcl and python2.1
+ (fixes new build problems)
+ * debian/control: add dependencies to plplot-dev (Closes: #101392)
+ * remove use of {} globbing in debian/rules (Closes: #101259)
+ * debian/changelog: removed emacs settings
+ * debian/control: change the tk/tcl build dependencies to 8.3
+ * debian/*: update for python2.1
+ * debian/control: fix python dependencies to coorespond to policy
+ * debian/control: remove dependency on itk3.1, since it's added by
+ ${shlibs:Depends}
+ * debian/*.shlibs: Added shlibs files
+ Note: the libplmatrix entry in plplot-tcl.shlibs specifies
+ plplot-xwin, but plplot-xwin doesn't actually have the
+ library. This is ok, since it should only be used by
+ libplplotd.so.
+ * Fixed packages interdependencies and added ${shlibs:Depends}
+ where appropriate
+ * Fixed postinst, prerm scripts to use debhelper
+
+ -- David Schleef <ds at schleef.org> Sun, 17 Feb 2002 18:51:57 -0800
+
+plplot (5.0.2-0.potato.3) unstable; urgency=low
+
+ * debian/control: Made plplot-common conflict and replace plplot <<
+ 5.0.2, because plplot-common took over plplot's FAQ file. Thanks to
+ Jim LewisMoss <dres at mindspring.com> (closes: #90846).
+ * Removed some useless debian/*.dirs files, particularly
+ plplot-tcl.dirs, which was creating a wrong directory
+ /usr/lib/plplot5.0.1 (!).
+ * Added more build dependencies, based on the buildd report on Sparc.
+ Also, patched cf/sysloc.in to have configure finding the file tcl.h.
+ Thanks to Ben Collins <bcollins at debian.org> (closes: #91228).
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Mon, 26 Mar 2001 17:34:01 +0200
+
+plplot (5.0.2-0.potato.2) unstable; urgency=low
+
+ * Removed a extraneous file in the upstream directory.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Thu, 22 Mar 2001 16:47:49 +0100
+
+plplot (5.0.2-0.potato.1) unstable; urgency=low
+
+ * New upstream release.
+ * Backported patch from CVS for using fseek/ftell everywhere to
+ eliminate non-portable behavior (closes: #86512).
+ * Changes in the upstream configuration file for making the installation
+ relocatable. This will be hopefully integrated upstream in the next
+ release of PLplot, and the Debian diff file will be reduced to files
+ in the debian/ directory.
+ * debian/plplot-doc.doc-base, debian/plplot-doc.files: Added files.
+ * debian/plplot-doc.postinst: Added file for installing info files.
+ * Added html, pdf, ps, and info forms of the PLplot manual to the
+ plplot-doc package.
+ * debian/plplot-dev.files: Added man pages generated from the DocBook
+ API documentation.
+ * debian/rules: Added commands for installing files into the plplot-doc
+ and plplot-dev packages.
+ * debian/control: Make plplot-doc conflict with plplot << 5. This is
+ because of the info files.
+ * debian/plplot-*.README.Debian: Updated.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Thu, 22 Mar 2001 14:14:35 +0100
+
+plplot (5.0.1-0.potato.5) unstable; urgency=low
+
+ * debian/control: Changed section of plplot-dev to devel (to avoid mail
+ notification sent by dinstall, that overrides my choice). Made
+ plplot-tcl depend on iwidgets3.1 (which is needed to run example
+ tk02).
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Mon, 19 Feb 2001 12:29:25 +0100
+
+plplot (5.0.1-0.potato.4) unstable; urgency=low
+
+ * debian/rules: Excluding examples/ dir from list of compressible files
+ by dh_compress.
+ Make x16.py non-executable, since it is lacking the initial #! line.
+ Give explicit -l options for dh_shlibdeps for packages plplot-tcl and
+ plplot-xwin. This will avoid the wrong dependencies that were being
+ generated.
+ * debian/control: Build-depends on iTcl. This will make the plplot-tcl
+ package [incr Tcl]-able. This is needed to run the tk/tk01 and
+ tk/tk04 examples (thanks to Alan Irwin <irwin at beluga.phys.uvic.ca> for
+ pointing this out). Also, made plplot-tcl depend on itk3.1.
+ * examples/c/plcdemos.h: Removed #definition of PL_DOUBLE, as it is
+ already done by plConfig.h.
+ * cf/sysloc.in: Added /usr/include/itcl3.1/generic to incdirs_default.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Thu, 15 Feb 2001 13:47:16 +0100
+
+plplot (5.0.1-0.potato.3) unstable; urgency=low
+
+ * debian/control: Make plplot-common conflict with older version of
+ plplot. This makes a smooth upgrade.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Tue, 13 Feb 2001 12:53:09 +0100
+
+plplot (5.0.1-0.potato.2) unstable; urgency=low
+
+ * debian/control: Better descriptions for plplot-c++ and plplot-common
+ (thanks to Alan Irwin <irwin at beluga.phys.uvic.ca>). Added "Replaces:"
+ fields to plplot-xwin and plplot-tcl. The dependencies now are
+ simplified thanks to the use of a virtual package plplot-lib.
+ * debian/plplot-doc.files: Removed file.
+ * debian/plplot-dev.files: Addded usr/include. This will put the header
+ files into plplot-dev (thanks again to Alan).
+ * Created new package plplot-bin with pltek, plpr and plm2gif, which
+ were before in plplot-common. This was causing circular dependency
+ problems.
+ * debian/plplot-common.files: Get some files that were wrongly going
+ into the "empty" package plplot.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Tue, 13 Feb 2001 12:21:20 +0100
+
+plplot (5.0.1-0.potato.1) unstable; urgency=low
+
+ * New upstream release. Starting with version 5.0.0, PLplot entered a
+ new development phase. The project is now hosted at SourceForge
+ (http://plplot.sourceforge.net) and the current Debian maintainer is
+ also involved with upstream development.
+ * This release works with potato (hence the release number).
+ * There has been an overall reorganisation of the packages. There is
+ now a package called plplot-common, containing the data files.
+ plplot-xwin and plplot-tcl are both exclusive and contain the shared
+ libs. plplot-c++ has the C++ bindings shared lib. python-plplot is
+ working with Python 1.5 and has been reintroduced. plplot-doc is for
+ now just a boilerplate package, waiting for the DocBook docs to be
+ introduced in PLplot 5.0.2.
+ * Prompt flush for pltcl is working now (closes: #58273).
+ * debian/control:
+ - Upgraded Standards-Version to 3.1.0.
+ - Added Build-Depends.
+ - Forced conflict between plplot and plplot-tcl packages.
+ - New descriptions for packages plplot-dev and plplot-doc to reflect
+ the fact that examples go into plplot-dev and plplot-doc is just a
+ placeholder for future inclusion of the documentation in DocBook
+ format.
+ - Updated URL location of the PLplpot website.
+ - Reintroduced entry for python-plplot. Updated its dependency on
+ plplot-tcl.
+ * debian/postinst: Place "exit 0" at the right place, allowing debhelper
+ added code to be executed (closes: #77997). Also, removed code for
+ installing info manual. In the future, this will go in pakcage
+ plplot-doc.
+ * debian/rules: Major rewrite to reflect the new features of upstream
+ build and install. The main novelty here is the capability of
+ doing make install with another $prefix than that used for building.
+ * debian/*.{docs,files}: Heavily modified to reflect the new upstream
+ version.
+ * debian/control-python, debian/fix-tk-path.pl, debian/postrm,
+ debian/python-exec-header, debian/python-plplot.postinst.debhelper,
+ debian/python-plplot.prerm.debhelper: Removed files.
+ * debian/plplot-980407-plplot-980407-new.patch: Removed this obsolete
+ file.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Mon, 12 Feb 2001 16:51:09 +0100
+
+plplot (4.99j-11) frozen unstable; urgency=low
+
+ * Added --disable-linuxvga to configure options fixing an important bug
+ report (closes: #65216).
+ * The lib*tk files are moved to the right package now (plplot-tcl).
+ This fixes the unnecessary dependency of the bare library package
+ (plplot) on the TCl/Tk libraries.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Wed, 7 Jun 2000 18:00:18 +0200
+
+plplot (4.99j-10) unstable; urgency=low
+
+ * debian/rules:
+ - Using option --without-f2c with ./configure. This should avoid the
+ build problems when the package f2c (which provides /usr/bin/fc) is
+ installed (closes: #30944).
+ - Erase empty dir usr/share/doc/examples after dh_movefiles. This
+ prevents the plplot from having junk in it.
+ * debian/control: Excluded problematic package python-plplot. Created
+ file debian/control-pyhton for easy reversal in the future (closes:
+ #33150).
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Mon, 8 Nov 1999 12:17:27 +0100
+
+plplot (4.99j-9) unstable; urgency=low
+
+ * Added "#define PLPLOT_DOUBLE" to plcdemos.h. This will allow
+ compilation of the examples, due to the lacking of `PLPLOT_DOUBLE'
+ definition (Closes: #49120, #36993). Also added a note in
+ plplot-dev.README.Debian indicating how to compile correctly.
+ * FHS compliant.
+ * Upgraded to Standards-Version 3.0.1 (requires debhelper >= 2.0.68).
+ * debian/copyright: Right location for the LGPL.
+ * cf/sysconf.in: Added `SHLIB_F77FLAGS="-fpic -fPIC"'.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Sat, 6 Nov 1999 21:01:13 +0100
+
+plplot (4.99j-8) frozen unstable; urgency=low
+
+ * Recompiled with new release of libc6 (cf discussion in debian-devel
+ starting at
+ http://www.debian.org/Lists-Archives/debian-devel-9812/msg00998.html).
+ * Changed LDC in cf/sysconf.in to F77 (link with gcc complains because
+ it is lacking symbols from g77).
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Fri, 11 Dec 1998 22:20:08 +0100
+
- plplot (4.99j-7) frozen unstable; urgency=low, closes=29694 29704
++plplot (4.99j-7) frozen unstable; urgency=low
+
+ * Set Conflicts relationship because files were moved around in the
+ latest release (Fixes Bug#29694, reported by Francesco Potorti`
+ <F.Potorti at cnuce.cnr.it>).
+ * Rebuilt to fix bogus dependency on tkstep8.0 (closes Bug#29704
+ reported by Matthias Klose <doko at cs.tu-berlin.de>)
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Thu, 19 Nov 1998 16:33:24 +0100
+
- plplot (4.99j-6) frozen unstable; urgency=low, closes=28534
++plplot (4.99j-6) frozen unstable; urgency=low
+
+ * Uploading to frozen and unstable. (The previous release, 4.99j-5, was
+ rejected and I never reuploaded it.)
+ * Revamped debian/rules with use of variables for the debian dirs.
+ * Corrected typo in plplot-dev.README (closes Bug#28534).
+ * No compression of executable exemples in package plplot-doc.
+ * Fixed paths only for tk* scripts under /usr/doc/plplot/examples/tk.
+ * Fixed permission for plcolor.tcl and tkdemos.tcl.
+ * Fixed path for script x16.py (in plplot-doc).
+ * Moved library files libMatrix and libplplotdtk from plplot-tcl to
+ plplot.
+ * Moved info file from the plplot-doc package to the base package
+ plplot: this is the only documentation availalbe for the PLplot API.
+ * Fixed typo ("\*") in debhelper compress files.
+ * Fixed the problem related to the naming of shared libraries.
+ * Improved "Description:" fields in debian/control:
+ - Added "a scientific library" to first line (as suggested by
+ Christopher J. Fearnley <cjf at I21.com>).
+ - Included URL of PLplot homepage for each package.
+ * dh_shlibdeps does not act on package python-plplot.
+ * postinst and postrm test now for its argument.
+ * Rewrote README.Debian files.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Fri, 13 Nov 1998 03:02:34 +0100
+
+plplot (4.99j-5) unstable; urgency=low
+
+ * Build with patch from Joao Cardoso <jcardoso at inescn.pt> for Octave
+ interface. The patch file is included in the debian/ directory.
+ * The orig.tar.gz and the diff.gz files were absent from 4.99j-4
+ upload. This is corrected now (bug reported by Paul Slootman
+ <paul at wau.mis.ah.nl>).
+ * Corrected sed expression for fixing the #! path in Python scripts
+ * Corrected bug in debian/compress file which was causing compression of
+ executable scripts under usr/doc/plplot/examples.
+ * Created plplot-tcl.postinst with a call to ldconfig, as plplot-tcl
+ includes shared libraries.
+ * Links to the shared library are now Policy compliant, i.e. their names
+ have only one number after .so.
+ * debain/shlibs.local is renamed to debian/shlibs, and
+ debian/plplot-tcl.shlibs is created.
+ * The scripts installed under usr/lib/tcl8.0/plplot/ should not be
+ executable.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Wed, 14 Oct 1998 16:42:08 +0200
+
+plplot (4.99j-4) unstable; urgency=low
+
+ * debian/fix-tk-path.pl script is chmod'd in debian/rules files: now
+ fixes really first part of Bug#26935. Fix suggested by Paul Slootman
+ <paul at wau.mis.ah.nl>.
+ * debian/control: plplot-doc architecture is now "all" and is compiled
+ in the binary-indep section of debian/rules (suggested by
+ Paul Slootman <paul at wau.mis.ah.nl>). In order to do that, big changes
+ in debian/rules were done. Hope I did not screw things up.
+ * debian/rules: Corrected hideous bug in chmod mode switches: "chmod -x"
+ should be "chmod +x".
+ * Corrected some typos in debian/control, debian/copyright.
+ * cf/pkg_tcl.in: put number version in libMatrix.so (changed
+ README.Debian to document the fix).
+ * Moved libMatrix.so and libMatrix.a to plplot-dev package.
+ * Moved libMatrix.so.* and libplplotdtk.so.* to plplot-tcl package, and
+ made plplot-dev depend on plplot-tcl (changed debian/control file to
+ reflect the changes).
+ * I just realized that the upstream Python support works only with
+ python-1.4. I will fix this in the next release.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Tue, 13 Oct 1998 20:00:06 +0200
+
+plplot (4.99j-3) unstable; urgency=low
+
+ * debian/rules: fixing Python path for python scripts is done now with a
+ sed command (get rid of debian/fix-python-path.pl). Suggested by
+ Matthias Klose <doko at cs.tu-berlin.de>.
+ * Change in upstream file utils/pltek.c: gcc 2.7.2.3 deprecates the use
+ of gets
+ * Corrected file debian/plplot-dev.files, in order to have the files
+ libMatrix.* included in the right package (plplot).
+ * Make plplot conflict with plplot-dev for versions previous to this
+ one, because of the move of libMatrix.*.
+ * Changed mode of debian/fix-tk-path.pl script to executable (fixes
+ first part of Bug#26935).
+ * Building is now done entirely under debian/tmp (fixes second part of
+ Bug#26935).
+ * Buildning now `with double' instead of `with float', as required for
+ the PLplot Octave interface. Also, all instances of `libplotf*' were
+ changed to `libplotd*' (in debian/rules and in debian/*.files).
+ * /usr/lib/libplplotdtk.so.* files moved to the plplot package (they were
+ in plplot-tcl): this fixes the problem of installing the plplot-dev
+ package with a dangling symlink.
+ * Removed file debian/dirs, which had no function at all.
+ * Tcl/Tk and Python scripts under /usr/doc/plplot/examples are now
+ executable.
+ * fix-tk-path.pl: corrected "/example/" -> "/examples/"
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Mon, 12 Oct 1998 15:20:26 +0200
+
+plplot (4.99j-2) unstable; urgency=low
+
+ * Using debhelper 0.93 : README.Debian files are installed automatically
+ by dh_installdocs
+ * Fixed some problems found by Matthias Klose <doko at cs.tu-berlin.de>.
+ Danke Matthias!
+ * Corrected typo in fix-pytho-path.pl, that made all python examples
+ have size equal to zero.
+ * examples/Makefile has now correct references to /usr directories
+ * Scripts under /usr/doc/plplot/examples are no more compressed
+ * Tk scripts under /usr/doc/examples/tk have now the right path after
+ `#!'
+ * Added dependency python-tk to python-plplot
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Mon, 22 Jun 1998 21:53:26 +0200
+
+plplot (4.99j-1) experimental; urgency=low
+
+ * Initial Release.
+
+ -- Rafael Laboissiere <rafael at icp.inpg.fr> Sat, 13 Jun 1998 00:50:50 +0200
+
diff --cc debian/compat
index 0000000,0000000..b8626c4
new file mode 100644
--- /dev/null
+++ b/debian/compat
@@@ -1,0 -1,0 +1,1 @@@
++4
diff --cc debian/control
index 40566c7,0000000..829087c
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,204 -1,0 +1,224 @@@
+Source: plplot
+Section: math
+Priority: optional
+Maintainer: Rafael Laboissiere <rafael at debian.org>
- Standards-Version: 3.6.1
- Build-Depends: debhelper (>= 4.1.67), tcl8.4-dev, tk8.4-dev, itcl3-dev, libx11-dev, libxext-dev, libxi-dev, g77, fort77 [m68k], itk3-dev, python-numeric | python2.3-numeric, python-dev | python2.3-dev, octave2.1-headers (>= 2.1.65), libgd2-noxpm-dev | libgd2-xpm-dev, libgnome-dev, m4, perl, libqhull-dev, libxml-parser-perl, libxml-dom-perl, matwrap, autotools-dev, libltdl3-dev, pkg-config, dpatch, atlas3-base-dev [!arm !m68k], refblas3-dev [arm m68k], lapack3-dev [arm m68k], libgcj4-dev [...]
++Standards-Version: 3.7.2
++Build-Depends: debhelper (>= 4.1.67), tcl8.4-dev, tk8.4-dev, itcl3-dev,
++ libx11-dev, libxext-dev, libxi-dev, gfortran, itk3-dev, python-dev,
++ octave2.1-headers (>= 2.1.65), libgd2-noxpm-dev | libgd2-xpm-dev,
++ libgnome2-dev, libgnomeprintui2.2-dev, libgnomeui-dev, m4, libqhull-dev,
++ libxml-parser-perl, libxml-dom-perl, matwrap, autotools-dev,
++ libltdl3-dev, pkg-config, dpatch, atlas3-base-dev [!arm !m68k],
++ refblas3-dev [arm m68k], lapack3-dev [arm m68k], python-gtk2-dev,
++ libgcj6-dev | kaffe-dev | libsablevm1-dev, gcj | java-compiler,
++ fastjar | kaffe, liblasi-dev (>= 1.0.5-2), libwxgtk2.6-dev,
++ python-gnome2-dev
+Build-Conflicts: libplplot5
+
+Package: libplplot9
+Architecture: any
+Section: libs
+Conflicts: libplplot5, plplot (<< 5)
+Depends: ${shlibs:Depends}
- Suggests: plplot9-driver-xwin, plplot9-driver-gnome2, plplot9-driver-gd, plplot-tcl
++Suggests: plplot9-driver-xwin, plplot9-driver-gnome2, plplot9-driver-gd,
++ plplot-tcl
+Description: Scientific plotting library
+ PLplot is relatively small, portable, freely distributable, and is rich
+ enough to satisfy most users. It has a wide range of plot types including
+ line (linear, log), contour, 3D, fill, and almost 1000 characters
+ (including Greek and mathematical) in its extended font set. The package
+ is designed to make it easy to quickly get graphical output; only a
+ handful of function calls is typically required. For more advanced use,
+ virtually all aspects of plotting are configurable.
+ .
+ This package contains the PLplot libraries for C and Fortran77, as
+ well as the necessary data files.
+ .
+ Homepage: http://www.plplot.org
+
+Package: libplplot-dev
+Architecture: any
+Section: libdevel
+Recommends: pkg-config
- Depends: libplplot9 (= ${Source-Version}), libplplot-c++9 (= ${Source-Version}), libqhull-dev, libfreetype6-dev, libltdl3-dev, plplot9-driver-gnome2
++Depends: libplplot9 (= ${Source-Version}), libqhull-dev, libfreetype6-dev,
++ libltdl3-dev, libplplot-c++9c2 (= ${Source-Version}), plplot9-driver-gnome2
+Description: Scientific plotting library (development files)
+ This package contains all that is needed for doing development in C, C++,
+ and Fortran with PLplot, a scientific plotting library. Examples of
+ programs for these languages are also included. For development in
+ Tcl/Tk, Python, and Octave, install the plplot-tcl, python-plplot,
+ and octave-plplot packages, respectively.
+ .
+ Homepage: http://www.plplot.org
+
- Package: libplplot-c++9
++Package: libplplot-c++9c2
+Architecture: any
+Section: libs
- Conflicts: libplplot5
++Conflicts: libplplot5, libplplot-c++9
++Replaces: libplplot-c++9
+Depends: ${shlibs:Depends}
+Description: Scientific plotting library
+ This package contains the C++ binding for PLplot, a scientific plotting
+ library.
+ .
+ Homepage: http://www.plplot.org
+
+Package: libcsiro0
+Architecture: any
+Section: libs
+Conflicts: libplplot5, libplplot9 (<< 5.3.0.cvs.20040303)
+Depends: libplplot9 (= ${Source-Version}), ${shlibs:Depends}
+Description: Scientific plotting library
+ This package contains two libraries developed by Pavel Sakov, from the
+ CSIRO Marine Research, used in geometry applications:
+ .
+ * libcsirocsa: bivariate Cubic Spline Approximation library
+ * libcsironn: Natural Neighbours interpolation library
+ .
+ The source code for these libraries are part of the plplot source
+ package.
+ .
+ Homepage: http://www.plplot.org
+
+Package: plplot-bin
+Architecture: any
+Section:
+Conflicts: libplplot9 (<= 5.3.0-4), plplot (<< 5)
+Depends: ${shlibs:Depends}
+Description: Scientific plotting library (utilities)
+ This package contains the following utilities associated with PLplot,
+ a scientific plotting library:
+ .
+ plrender - render a PLplot metafile
+ pltek - review a Tektronix vector file
+ plm2gif - converts PLplot metafiles to GIF files
+ plpr - converts PLplot metafile to something the printer will
+ understand
+ pstex2eps - Generate EPS file from PLplot pstex driver
+ .
+ Homepage: http://www.plplot.org
+
+Package: plplot9-driver-xwin
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Conflicts: plplot-lib, plplot (<< 5)
+Description: Scientific plotting library (X11 driver)
+ This package provides the X11 driver module for PLplot, a scientific
+ plotting library.
+ .
+ Homepage: http://www.plplot.org
+
+Package: plplot9-driver-gnome2
+Architecture: any
+Section: libs
+Depends: libplplot9, ${shlibs:Depends}
+Conflicts: plplot9-driver-gnome
+Replaces: plplot9-driver-gnome
+Description: Scientific plotting library (Gnome Canvas Widget driver)
+ This package provides the Gnome Canvas Widget driver module for PLplot, a
+ scientific plotting library. This package replaces the (now deprecated)
+ plplot9-driver-gnome package.
+ .
+ Homepage: http://www.plplot.org
+
++Package: plplot9-driver-psttf
++Architecture: any
++Section: libs
++Depends: libplplot9, ${shlibs:Depends}
++Description: Scientific plotting library (PostScript with Unicode support)
++ This package provides the PostScript driver module with Unicode
++ support for PLplot, a scientific plotting library.
++ .
++ Homepage: http://www.plplot.org
++
++Package: plplot9-driver-wxwidgets
++Architecture: any
++Section: libs
++Depends: libplplot9, ${shlibs:Depends}
++Description: Scientific plotting library (wxWidgets driver)
++ This package provides the wxWidgets driver module for PLplot, a
++ scientific plotting library.
++ .
++ Homepage: http://www.plplot.org
++
+Package: plplot-tcl
+Architecture: any
+Priority: extra
+Depends: plplot9-driver-xwin, iwidgets4, ${shlibs:Depends}
+Description: Tcl/Tk support for PLplot, a plotting library
+ This package contains the Tcl/Tk support for PLplot, a scientific
+ plotting library: shared libraries, Tcl modules, the Tk driver, and
+ some programs for interactive use of PLplot (plserver and pltcl).
+ Also included is the utility program plrender to render PLplot
+ metafiles.
+ .
+ Homepage: http://www.plplot.org
+
+Package: plplot-tcl-dev
+Architecture: any
+Priority: extra
+Depends: libplplot9 (= ${Source-Version}), plplot-tcl
+Conflicts: plplot-tcl (<= 5.2.0.cvs.20030224-1)
+Description: Tcl/Tk development support for PLplot, a plotting library
+ This package contains the necessary files to do development in Tcl/Tk
+ with PLplot, a scientific plotting library: header files, shared
+ libraries links, and examples.
+ .
+ Homepage: http://www.plplot.org
+
+Package: plplot9-driver-gd
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Recommends: ttf-freefont
+Description: Scientific plotting library (GD driver)
+ This package provides the GD driver module for PLplot, a scientific plotting
+ library. It allows the generation of PNG and JPEG files directly from
+ PLplot programs.
+ .
+ Homepage: http://www.plplot.org
+
+Package: python-plplot
+Architecture: any
+Section: python
+Depends: ${shlibs:Depends}, ${python:Depends}, python-numeric
+Description: Python support for PLplot, a plotting library
+ This package contains the library plmodule.so for gluing the PLplot
+ scientific plotting library into Python applications. Examples are also
+ provided.
+ .
+ Homepage: http://www.plplot.org
+
- Package: python-plplot-gnome2
- Architecture: any
- Section: python
- Depends: ${shlibs:Depends}, libplplot9, python-plplot
- Description: Python support for PLplot, a plotting library
- This package allows the use of the plplotcanvas widget in the PLplot
- scientific plotting library Python applications. Examples are also
- provided.
- .
- Homepage: http://www.plplot.org
-
+Package: octave-plplot
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${octave:Depends}
+Description: Octave support for PLplot, a plotting library
+ This package contains the Octave bindings for PLplot, a scientific plotting
+ library. It provides an almost drop-in replacement for the traditional
+ Gnuplot graphical interface in Octave. Examples are also provided.
+ .
+ Homepage: http://www.plplot.org
+
+Package: plplot-doc
+Architecture: all
+Section: doc
- Depends: libplplot9 (= ${Source-Version})
+Suggests: libplplot-dev
+Description: Documentation for PLplot, a plotting library
+ This package contains the HTML, PDF, PostScript and info forms of the
+ PLplot documentation. It also contains the man pages for the API
+ functions.
+ .
+ Homepage: http://www.plplot.org
+
+Package: libplplot9-java
+Architecture: any
+Section: libs
+Depends: gcj-3.4 | java1-runtime | java2-runtime, ${shlibs:Depends}
+Recommends: gcj-3.4 | java-compiler
+Description: Java binding for PLplot, a plotting library
+ This package contains the Java binding for PLplot, a plotting library.
+ .
+ Homepage: http://www.plplot.org
+
diff --cc debian/copyright
index cb823ee,0000000..8aab3f2
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,132 -1,0 +1,131 @@@
+This package was debianized by Rafael Laboissiere rafael at debian.org on
+Sun Feb 16 18:44:55 CET 2003
+
+It was downloaded from:
+
+ http://sourceforge.net/project/showfiles.php?group_id=2915
+
+Several files were backported from the CVS sources available at:
+
+ http://sourceforge.net/cvs/?group_id=2915
+
+Below is the copyright notice that comes with the source distribution
+(reference to the location of LGPL text in the Debian system was
+added):
+
+
+Copyright (from file "Copyright" in the pristine source distributions;
+added text for the Debian package are between brackets):
+
+The PLplot package may be distributed under the following terms:
+
+ This library 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 library 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 library; if not, write to the Free
- Software Foundation, Inc. [59 Temple Place - Suite 330, Boston, MA
- 02110-1301, USA.]
++ License along with this library; if not, write to the Free Software
++ Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+The text of this license is given in the file COPYING.LIB in the
+distribution directory. [In Debian systems, see the file
+/usr/share/common-licenses/LGPL.] Exceptions are noted below.
+
+The intent behind distributing PLplot under the LGPL is to ensure that it
+continues to evolve in a positive way, while remaining freely
+distributable. The package is considered a "library" even though there
+are associated programs, such as plrender, pltek, plserver, and pltcl.
+The ties between these programs and the library are so great that I
+consider them as part of the library, so distribution under the terms of
+the LGPL makes sense. Software developers are allowed and encouraged to
+use PLplot as an integral part of their product, even a commercial
+product. Under the conditions of the LGPL, however, the PLplot source
+code must remain freely available, including any modifications you make to
+it (if you distribute a program based on the modified library). Please
+read the full license for more info.
+
+
+Additional Copyrights
+---------------------
+
+The startup code used in argument handling (utils/plrender.c and
+src/plargs.c) is partially derived from "xterm.c" of the X11R5
+distribution, and its copyright is reproduced here:
+
+******************************************************************************
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
+and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
+
+ All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the names of Digital or MIT not be
+used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+******************************************************************************
+
+The documentation files are distributed under the following license terms:
+
+ DocBook documentation for the PLplot Library
+
+Copyright (C) 1994 Geoffrey Furnish and Maurice LeBrun
+Copyright (C) 1999, 2000, 2001, 2003 Alan W. Irwin and Rafael Laboissiere,
+Copyright (C) 2003 Joao Cardoso
+
+License terms:
+
+ ===========================================================================
+
+ Redistribution and use in source (XML DocBook) and "compiled" forms
+ (HTML, PDF, PostScript, DVI, TeXinfo and so forth) with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code (XML DocBook) must retain the
+ above copyright notice, this list of conditions and the following
+ disclaimer as the first lines of this file unmodified.
+
+ 2. Redistributions in compiled form (transformed to other DTDs,
+ converted to HTML, PDF, PostScript, and other formats) must
+ reproduce the above copyright notice, this list of conditions and
+ the following disclaimer in the documentation and/or other
+ materials provided with the distribution.
+
+ Important: THIS DOCUMENTATION IS PROVIDED BY THE PLPLOT PROJECT "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PLPLOT PROJECT BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ ===========================================================================
+
+
+Any file that is explicitly marked as "public domain" is free from any
+restriction on distribution.
+
+Any file that has a explicit copyright notice may be distributed under
+the terms of both the LGPL and whatever stated conditions accompany the
+copyright.
diff --cc debian/libplplot-c++9c2.files
index 0000000,0000000..842cff2
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-c++9c2.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/libplplotcxxd.so.*
++usr/share/doc/libplplot-c++9c2
diff --cc debian/lintian.overrides
index 0000000,0000000..5a73277
new file mode 100644
--- /dev/null
+++ b/debian/lintian.overrides
@@@ -1,0 -1,0 +1,8 @@@
++E: python-plplot: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
++E: plplot9-driver-xwin: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
++E: plplot9-driver-gnome: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
++E: plplot9-driver-gd: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
++E: plplot-tcl: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
++E: plplot-bin: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
++E: octave-plplot: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
++E: libplplot-c++9: package-has-a-duplicate-relation depends: libplplot9 (= 5.3.0.cvs.20040520-0.sarge.2), libplplot9 (>= 5.3.0.cvs.20040520)
diff --cc debian/plplot-doc.files
index f4f9766,0000000..dd0d1d6
mode 100644,000000..100644
--- a/debian/plplot-doc.files
+++ b/debian/plplot-doc.files
@@@ -1,7 -1,0 +1,4 @@@
+usr/share/doc/plplot-doc
- usr/share/doc/libplplot9/html
- usr/share/doc/libplplot9/*.pdf
- usr/share/doc/libplplot9/*.ps.gz
+usr/share/man/man3
+usr/share/info
+
diff --cc debian/plplot9-driver-gnome.files
index 0000000,0000000..df60a3f
new file mode 100644
--- /dev/null
+++ b/debian/plplot9-driver-gnome.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/plplot*/driversd/gnome.*
++usr/share/doc/plplot9-driver-gnome
++
++
diff --cc debian/plplot9-driver-psttf.files
index 0000000,0000000..fb3ab41
new file mode 100644
--- /dev/null
+++ b/debian/plplot9-driver-psttf.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/plplot*/driversd/psttf*
++usr/share/doc/plplot9-driver-psttf
diff --cc debian/plplot9-driver-wxwidgets.files
index 0000000,0000000..e793304
new file mode 100644
--- /dev/null
+++ b/debian/plplot9-driver-wxwidgets.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/plplot*/driversd/wxwidgets.*
++usr/share/doc/plplot9-driver-wxwidgets
++
++
diff --cc debian/rules
index f26c4b1,0000000..e500075
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,144 -1,0 +1,153 @@@
+#!/usr/bin/make -f
+# -*- Makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# This version is for a hypothetical package that builds an
+# architecture-dependant package, as well as an architecture-independant
+# package.
+# Modified by Rafael Laboissiere <rafael at debian.org> on 1998/06/12
+# for the plplot package
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
- export DH_COMPAT=4
-
+include /usr/share/octave/debian/defs.make
+
+version := $(shell perl debian/get-upstream-version.pl < configure.ac)
+libpkg := libplplot9
++docpkg := plplot-doc
+debbase := $(shell pwd)/debian
+debtmp := $(debbase)/tmp
+debusr := $(debtmp)/usr
+deblib := $(debusr)/lib
+debshr := $(debusr)/share
+debdoc := $(debshr)/doc
+debinfo := $(debshr)/info
+debex := $(debshr)/plplot$(version)/examples
+
+javasetup := $(shell \
+ if test ! -f /usr/include/jni.h \
+ -a -f /usr/lib/kaffe/include/jni.h ; then \
+ echo --with-java-home=/usr/lib/kaffe ; \
+ fi)
+
+include /usr/share/dpatch/dpatch.make
+
+autotools: autotools-stamp
+autotools-stamp:
+ -rm -f config.sub config.guess
+ ln -s /usr/share/misc/config.sub config.sub
+ ln -s /usr/share/misc/config.guess config.guess
+ touch autotools-stamp
+
+config: config-stamp
+config-stamp: autotools-stamp
- PKG_CONFIG_ENV=" " \
- ./configure --prefix=/usr --mandir=/usr/share/man --enable-tcl \
- --enable-tk --enable-gd --enable-dyndrivers \
- --enable-static --enable-python --with-pkg-config \
- --enable-gcw --with-double --disable-linuxvga \
- --infodir=/usr/share/info --with-freetype \
- --without-rpath --with-prebuiltdoc --enable-java \
- $(javasetup) --with-pthreads --with-ltdlsystem \
- --with-freefont
++ PKG_CONFIG_ENV=" " \
++ ./configure --prefix=/usr --mandir=/usr/share/man \
++ --infodir=/usr/share/info --with-pkg-config \
++ --without-rpath --with-prebuiltdoc \
++ --with-pthreads --with-ltdlsystem \
++ --disable-linuxvga --enable-psttf \
++ --enable-psttfc $(javasetup)
+ touch config-stamp
+
+build: build-stamp
+build-stamp: patch config-stamp
+ dh_testdir
++ # The hack below is to go around a bug in matwrap that was
++ # preventing the Octave binding to compile with g++ 4.0
++ ( cd lib ; $(MAKE) )
++ ( cd src ; $(MAKE) )
++ ( cd bindings/octave ; \
++ $(MAKE) CC="gcc -D__builtin_va_list=void" plplot_octave.oct )
+ $(MAKE)
+ touch build-stamp
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp install-stamp config-stamp autotools-stamp \
+ patch-stamp debian/files
+ -$(MAKE) -k distclean
+ rm -f config.sub config.guess
+ find . -name config.log -o -name config.status | xargs rm -f
+ rm -f Makefile
+ rm -rf $(debbase)/$(libpkg)
+ dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+
+ make DESTDIR=$(debtmp) OCTAVE_OCT_DIR=$(OCTDIR) install
+
+ rm -f $(debtmp)/usr/bin/plplot-config
+
+ ( cd $(debdoc)/plplot ; \
+ rm -f COPYING.LIB *.dvi ; \
+ mv ChangeLog changelog )
+ mv $(debdoc)/plplot $(debdoc)/$(libpkg)
++ mkdir -p $(debdoc)/$(docpkg)
++ (cd $(debdoc)/$(libpkg) ; mv html *.pdf *.ps.gz $(debdoc)/$(docpkg))
+ mv $(debex) $(debdoc)/$(libpkg)
+
- for i in `grep ^Package: debian/control | grep -v libplplot9$$ \
- | sed 's/Package: //'` ; do \
- ln -s $(libpkg) $(debdoc)/$$i ; \
++ for i in libplplot-dev plplot-tcl plplot-tcl-dev \
++ plplot9-driver-gd plplot9-driver-xwin octave-plplot \
++ python-plplot plplot-bin libplplot-c++9c2 \
++ libcsiro0 plplot9-driver-gnome2 libplplot9-java \
++ plplot9-driver-wxwidgets plplot9-driver-psttf ; do \
++ ln -s $(libpkg) $(debdoc)/$$i ; \
+ done
+
+ dh_movefiles -a --no-package=$(libpkg) --no-package=libplplot-dev \
- --no-package=plplot-bin --no-package=python-plplot
++ --no-package=plplot-bin --no-package=python-plplot
+ dh_movefiles -i
+ dh_movefiles --package=python-plplot
+ dh_movefiles --package=libplplot-dev
+ dh_movefiles --package=plplot-bin
+ dh_movefiles --package=$(libpkg)
+
+ touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installdirs -i
- dh_installdocs --package=plplot-doc --exclude=copyright
++ dh_installdocs --package=$(docpkg)
++ dh_installchangelogs --package=$(docpkg)
+ dh_compress -i --exclude=.pdf
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+binary-arch: build install
+ dh_testdir -a
+ dh_testroot -a
+ dh_installdirs -a
+
+ dh_installdocs --package=$(libpkg)
+ dh_installchangelogs --package=$(libpkg)
+
+ dh_python
+ dh_strip -a
+ dh_compress -a -Xexamples/
+ dh_fixperms -a
+ dh_makeshlibs -V -a
+ dh_shlibdeps -a -L $(libpkg) \
+ -l $(debbase)/$(libpkg)/usr/lib:$(debbase)/plplot-tcl/usr/lib
+ octave-depends --package=octave-plplot
+ dh_installdeb -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+source diff:
+ @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary config autotools \
+ patch unpatch
diff --cc debian/upload-debs.pl
index c2d8ffe,0000000..974de32
mode 100644,000000..100644
--- a/debian/upload-debs.pl
+++ b/debian/upload-debs.pl
@@@ -1,208 -1,0 +1,206 @@@
+#!/usr/bin/perl -w
+#
+# Upload the deb files for PLplot to the plplot.sf.net web site
+#
+# Copyright (C) 2004 Rafael Laboissiere
+#
+# This script is part of PLplot
+#
+# PLplot 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; version 2 of the License.
+#
+# PLplot 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 PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+sub env_default {
+ my $envvar = shift;
+ my $default = shift;
+ $value = defined $ENV{$envvar} ? $ENV{$envvar} : $default;
+ eval qq{\$$envvar = "$value"};
+}
+
+env_default ("WWW_USER", "rlaboiss");
+env_default ("HOST", "shell.sf.net");
+env_default ("WWW_HOST", "plplot.sf.net");
+env_default ("WWW_DIR", "/home/groups/p/pl/plplot/htdocs");
+env_default ("APT_DIR", "debian");
+env_default ("GPGKEY", "0x4A5D72FE");
+
+$debver = `cat /etc/debian_version`;
+chomp $debver;
+
- env_default ("DEBIAN_VERSION", $debver);
-
-
+$md5sum = "md5sum.txt";
+$md5sum_asc = "$md5sum.asc";
+
- system "dpkg-scanpackages . /dev/null | gzip -c >| Packages.gz";
- system "dpkg-scansources . /dev/null | gzip -c >| Sources.gz";
++system "touch override";
++system "dpkg-scanpackages . override | gzip -c > Packages.gz";
++system "dpkg-scansources . override | gzip -c > Sources.gz";
+
+ at files = ("Release")
+ if -f "Release";
+ at files = (@files, "Packages.gz", "Sources.gz");
+ at desc = ();
+%sources = ();
+%pkgs = ();
+for $i (split ("\n\n", `gunzip -c Packages.gz`)) {
+ $i =~ /Package:\s*([^\s]+)/;
+ $n = $1;
+ chomp $n;
+ $i =~ /Version:\s*(\d+:)*([^\s]+)/;
+ $v = $2;
+ chomp $v;
+ $pkgs{$n} = $v;
+ $txt = "$n.txt";
+ open (DESC, "> $txt");
+ print DESC $i;
+ close DESC;
+ push (@desc, $txt);
+ $src = ($i =~ /Source: (.*)/) ? $1 : $n;
+ if (not defined $sources{$src}) {
+ $sources{$src} = 1;
+ open (CHG, (glob "${src}_$v*.changes")[0]);
+ while (<CHG>) {
+ @f = split (" ", $_);
+ if ((scalar @f == 5) and ($f[0] =~ /[a-f\d]{32}/)) {
+ push (@files, $f[4]);
+ }
+ }
+ }
+}
+
+open (CSUM, "> $md5sum");
+print CSUM map {`md5sum $_`} @files;
+close CSUM;
+unlink $md5sum_asc;
+system
+ "gpg --armor --detach-sign --default-key $GPGKEY --output $md5sum_asc $md5sum";
+
+$index = "index.html";
+open (INDEX, "> $index");
+
+print INDEX <<EOF
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
- <title>Apt-getable repository for PLplot (Debian $DEBIAN_VERSION)</title>
++<title>Apt-getable repository for PLplot (Debian version $debver)</title>
+<style type="text/css">
+ body { color: black; background-color: white; }
+ h1 { font-size: 1.5em; border-bottom: solid black 1px;
+ color: #005a9c; }
+ dt { font-size: 1.1em; font-weight: bold;
+ color: rgb(136,0,0);
+ margin-top: 1em; margin-bottom: 0.5em; }
+ code { color: inherit; background-color: #e0e0e0; }
+ table.pkg { border-collapse: collapse;
+ border-spacing: 0px;
+ border: solid #a0a0a0 1px; }
+ table.footer { border-top: solid black 1px; font-size: 0.8em; }
+ td.pkg { border: solid #a0a0a0 1px;
+ padding: 4px; }
+ th.pkg { border: solid #a0a0a0 1px;
+ color: white; background-color: #a0a0a0;
+ padding: 4px; }
+</style>
+</head>
+<body>
- <h1>Apt-getable Repository for PLplot (Debian $DEBIAN_VERSION)</h1>
++<h1>Apt-getable Repository for PLplot (Debian version $debver)</h1>
+<dl>
+<dt> Available packages: </dt>
+<dd>
+<table class="pkg">
+<tr><th class="pkg">name</th><th class="pkg">version</th></tr>
+EOF
+;
+
+foreach $p (sort keys %pkgs) {
+print "$p\n";
+ print INDEX <<EOF
+<tr><td class="pkg"><a href="$p.txt">$p</a></td>
+<td class="pkg">$pkgs{$p}</td></tr>
+EOF
+;
+}
+
+print INDEX <<EOF
+</table>
+</dd>
+<dt> /etc/apt/sources.list lines: </dt>
+
+<dd>
+<code>deb http://$WWW_HOST/$APT_DIR ./ </code>
+<br/>
+<code>deb-src http://$WWW_HOST/$APT_DIR ./</code>
+</dd>
+
+<dt> Files: </dt>
+<dd>
+EOF
+;
+
+print INDEX map {
+ $size = `du -bh $_`;
+ chomp $size;
+ $size =~ s/\s*([\dMKk]+)\s+.*/$1/;
+ $size .= " bytes" if not ($size =~ /[MKk]/);
+ "<a href=\"$_\">$_</a> ($size)\n <br/>";
+} @files;
+
+$fingerprint = `gpg --list-keys --fingerprint $GPGKEY | grep fingerprint`;
+
+print INDEX <<EOF
+</dd>
+<dt> Checksums file: </dt>
+<dd>
+<a href="$md5sum">$md5sum</a>
+(<a href="$md5sum_asc">detached GPG signature</a> signed with key
+<a
+href="http://wwwkeys.pgp.net:11371/pks/lookup?op=index&search=$GPGKEY">$GPGKEY</a>)
+</dd>
+<dd>$fingerprint</dd>
+</dl>
+<p></p>
+<table class="footer" width="100%">
+<tr><td align="left">Last updated
+EOF
+;
+
+print INDEX `date '+%Y-%m-%d %H:%M%z'`;
+
+print INDEX <<EOF
+</td>
+<td align="right">
+ <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0!</a>
+
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a>
+</td>
+</tr>
+</table>
+</body>
+</html>
+EOF
+;
+
+close (INDEX);
+
+$pdir = "$WWW_DIR/$APT_DIR";
+$ssh_cmd = "ssh $WWW_USER\@$HOST";
+
+system "$ssh_cmd rm -rf $pdir";
+system "$ssh_cmd mkdir -p $pdir";
+
+system ("scp $index $md5sum $md5sum_asc " . join (" ", @files)
+ . " " . join (" ", @desc) . " $WWW_USER\@$HOST:$pdir");
+
+system "$ssh_cmd chgrp -R plplot $pdir";
+system "$ssh_cmd chmod -R g=u $pdir";
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git
More information about the debian-science-commits
mailing list