Accepted: plplot 5.8.0-6 (source)
Ubuntu Installer
archive at ubuntu.com
Tue Feb 5 14:01:25 GMT 2008
Accepted:
OK: plplot_5.8.0.orig.tar.gz
OK: plplot_5.8.0-6.diff.gz
OK: plplot_5.8.0-6.dsc
-> Component: universe Section: math
Origin: Debian/unstable
Format: 1.7
Date: Tue, 05 Feb 2008 13:59:23 +0000
Source: plplot
Binary: plplot-bin, libplplot-fortran9, plplot9-driver-cairo, plplot9-driver-wxwidgets, plplot-doc, libcsiro0, plplot-tcl-dev, libplplot-c++9c2, plplot-tcl, libplplot9, python-plplot, octave-plplot, plplot9-driver-xwin, libplplot-dev, plplot9-driver-gd, plplot9-driver-gnome2, libplplot9-java
Architecture: source
Version: 5.8.0-6
Distribution: hardy
Urgency: low
Maintainer: Andrew Ross <andrewross at users.sourceforge.net>
Changed-By: Stephan Hermann <sh at sourcecode.de>
Closes: 396999 415303 451103 453128 456040
Changes:
plplot (5.8.0-6) unstable; urgency=low
.
[ Andrew Ross ]
* debian/rules, debian/control, debian/libplplot9.README.debian: Disable java
on arm platform. Currently java-gcj-compat-dev is out of date on that
architecture. Instead the libplplot9-java package will be empty on arm.
.
[ Rafael Laboissiere ]
* debian/control:
+ Force build-dependency on python-numpy to be >=1.0.4-4, because the
previous version had the include files installed in the wrong
directory
+ Build-depends on octave3.0-headers instead of octave2.9-headers
* debian/patches/01_check-for-octave2.9.dpatch: Adapted for also
accepting Octave 3.0
* debian/rules: Adjusted path of numpy include files, which are now in
/usr/include/numpy
.
plplot (5.8.0-5) unstable; urgency=low
.
[ Andrew Ross ]
* debian/patches/08_fix_cxx_includes: Add patch to fix the include files for
the c++ examples. This patch should ensure the examples build with gcc 4.3.
(closes: #456040)
* debian/control: Add Build-Depends-Indep section for those packages
only used in building the documentation. Reduces package dependencies
for autobuilders.
.
[ Rafael Laboissiere ]
* debian/control: Tighten build-dependency on libqhull-dev to version
equal or greater 2003.1-8 because versions previous to that one were
terribly broken.
.
plplot (5.8.0-4) unstable; urgency=low
.
* debian/rules: rewrite the rules so the documentation is only built for
binary-indep targets. This save significant time for the autobuilders.
.
plplot (5.8.0-3) unstable; urgency=low
.
[ Rafael Laboissiere ]
* debian/control:
+ Dropped the Homepage pseudo-header from the extended descriptions
+ Bumped Standards-Version to 3.7.3
.
[ Andrew Ross ]
* debian/patches/07_octave_prune_examples.dpatch: Remove example p7 from the
ctest tests for the octave bindings. Currently this test fails on alpha
in a way that fills the disk partition.
.
plplot (5.8.0-2) unstable; urgency=low
.
* debian/rules: add -VV option to ctest. Will make it easier to debug
any failed tests for auto-built packages.
* debian/patches/06_build_dir_use_physical_path.dpatch: Ensure that plplot
correctly identifies when run in the build tree, even if the path
involves symlinks.
.
plplot (5.8.0-1) unstable; urgency=low
.
* New upstream release.
* debian/rules: use cmake to get version information rather than configure.ac.
Autotools build is now obsolete.
* debian/control: correct libplplot9 suggests - correct package names are
plplot9-driver-cairo and plplot9-driver-wxwidgets.
* debian/libplplot9.README.Debian: Update to reflect changes to
octave-plplot and replacement of psttf driver with cairo driver.
* debian/patches/03_tclIndex-src-tree.dpatch: Dropped patch (applied
upstream).
* debian/patches/05_octave_documentation.dpatch: Improve the usage
documentation of octave-plplot, in particular for users of octave2.9
(closes: #453128).
.
plplot (5.8.0~RC1-3) unstable; urgency=low
.
* debian/control: Build-depends on java-gcj-compat-dev and make the
libplplot9-java package depend on java-gcj-compat. It seems that the
Java binding only work well with gcj/gij. This should fix the
autobuild failures related to the Java binding (closes: #451103)
* debian/rules: Set the appropriate JAVA_HOME according to the above.
.
plplot (5.8.0~RC1-2) unstable; urgency=low
.
* Added Cairo driver and dropped psttf driver, making the former
replace/conflict with the later
.
plplot (5.8.0~RC1-1) unstable; urgency=low
.
[ Andrew Ross ]
* New upstream release. The pstex driver is not support anymore
(closes: #415303).
* New maintainer (closes: #396999)
* debian/control, debian/rules: Fix python settings to work with
numpy rather than Numeric.
* debian/patches/01_check-for-octave2.9.dpatch: Renamed from
01_check-for-octave2.1 and adapted for octave2.9
.
[ Rafael Laboissiere ]
* debian/control:
+ Made octave-plplot depend on libplplot9, otherwise a broken symlink
may show up in /usr/share/doc
+ Build-depend on octave2.9-headers instead of octave2.1-headers.
Also, build-conflict with the later.
+ Updated description of plplot-bin package, since support for plmeta
and pstex is not enabled by default
+ Replaced the deprecated variable ${Source-Version} by
${binary:Version}
+ Added Homepage, Vcs-Svn, and Vcs-Browser fields
+ Added me as an uploader
* debian/rules:
+ Do not set the RPATH when building shared libraries
+ Set the environment variable ITCL_LIBRARY when calling ctest, such
that the examples_tcl test passes
* Added dpatches:
+ 03_tclIndex-src-tree.dpatch: Ensure tk/tclIndex is generated in the
build tree and not in the source tree
+ 04_use-mkoctfile: Build plplot_octave.oct using mkoctfile and not as
a shared library
* debian/plplot9-driver-wxwidgets.files: Move libplplotwxwidgetsd.so*
into the plplot9-driver-wxwidgets package
.
plplot (5.7.4.svn.20070523-2) unstable; urgency=low
.
* debian/control, debian/rules: Fix python packages to work with
cmake build system.
* debian/control, debian/rules: Re-enable the libplplot9-java package.
Now uses jikes / kaffe to build.
* debian/control: Tidy up dependencies and include dependencies for
building documentation from source.
* debian/libplplot9.README.Debian: Update list to describe current
packages.
.
plplot (5.7.4.svn.20070523-1) unstable; urgency=low
.
* Initial port of debian packaging files to use new cmake build system
.
plplot (5.6.1-12) unstable; urgency=low
.
* QA upload.
* Fix missing section on the plplot-bin package, causing build failures on
some (!) architectures.
Files:
9d86cc697d7b8112306ccfa4b9d02a27 9163 math optional plplot_5.8.0-6.diff.gz
63e954448b12056aeecf2b53cd97f1f5 7582217 math optional plplot_5.8.0.orig.tar.gz
0f15ec8f5bb1d9090c55a27138fd94c9 1837 math optional plplot_5.8.0-6.dsc
More information about the Hardy-changes
mailing list