Comment 12 for bug 185959

Revision history for this message
Stephan RĂ¼gamer (sruegamer) wrote :

Needs a sync:

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

 -- Rafael Laboissiere <email address hidden> Mon, 24 Dec 2007 00:06:08 +0100

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.

 -- Rafael Laboissiere <email address hidden> Fri, 14 Dec 2007 12:12:21 +0100

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.

 -- Andrew Ross <email address hidden> Mon, 10 Dec 2007 20:33:28 +0000

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.

 -- Rafael Laboissiere <email address hidden> Fri, 07 Dec 2007 20:20:49 +0100

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.

 -- Andrew Ross <email address hidden> Mon, 03 Dec 2007 10:57:54 +0000

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).

 -- Andrew Ross <email address hidden> Fri, 30 Nov 2007 17:47:54 +0000

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.

 -- Rafael Laboissiere <email address hidden> Wed, 14 Nov 2007 23:51:54 +0100

plplot (5.8.0~RC1-2) unstable; urgency=low

  * Added Cairo driver and dropped psttf driver, making the former
    replace/conflict with the later

 -- Rafael Laboissiere <email address hidden> Wed, 31 Oct 2007 22:20:25 +0100

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

 -- Rafael Laboissiere <email address hidden> Mon, 29 Oct 2007 17:06:13 +0100

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.

 -- Andrew Ross <email address hidden> Tue, 19 Jun 2007 08:35:59 +0100

plplot (5.7.4.svn.20070523-1) unstable; urgency=low

  * Initial port of debian packaging files to use new cmake build system

 -- Andrew Ross <email address hidden> Wed, 23 May 2007 13:35:43 +0100

plplot (5.6.1-12) unstable; urgency=low

  * QA upload.
  * Fix missing section on the plplot-bin package, causing build failures on
    some (!) architectures.

 -- Steve Langasek <email address hidden> Wed, 03 Oct 2007 11:32:21 -0700