Skip to content

Debian Changelog ygraph (0.16~cvs20090218-1)

2009

ygraph (0.16~cvs20090218-1) unstable; urgency=medium

   * New upstream version 0.16, currently only available in CVS.
     + No longer uses imlib. Closes: #456139
     + Ported to Gtk+ 2.0.
   * Removed all Debian-specific patches to upstream sources:
     + [10_DESTDIR_fixes] Merged upstream.
     + [10_document_cmd_redirection] Merged upstream.
     + [10_separate_windows_fix] Merged upstream.
     + [10_no_points_fix] Merged upstream.
     + [10_reload_final_frame_fix] Merged upstream.
   * src/read_data.c: Fix label generation for datasets.
   * src/util.c, src/ygraph.c: Fix typing of various function arguments to
     silence compiler warnings.
   * src/ygraph.h: Enable broken Gtk+ functions until source is fully ported
     to Gtk+ 2.0.
   * src/ygraph.h: Add missing declarations of several convenience functions.
   * debian/control,debian/rules: Remove dpatch from packaging infrastructure.
   * debian/control: Remove build-dependency on gdk-imlib, update
     build-dependencies for GLib and Gtk+ to 2.0.
   * debian/control: Complies with version 3.8.0 of Debian policy.
   * debian/control: Slightly reworded package description. Closes: #465513
   * debian/compat,debian/control,debian/rules: Upgrade to debhelper 7.
   * debian/copyright: Document CVS download location.
   * debian/copyright: Use UTF8 encoding.
   * debian/copyright: Refer to version 2 of the GPL text.
   * debian/rules: Do not ignore errors from make distclean.
   * debian/rules: Replace obsolete "dh_clean -k" with dh_prep.
   * debian/ygraph.menu: Move section to Applications/Science/Data Analysis.

 -- Daniel Kobras <kobras@debian.org>  Thu, 19 Feb 2009 23:40:25 +0100

2008

ygraph (0.15-3.1) unstable; urgency=low

   * Non-maintainer upload.
   * Removed config.status config.h config.log stamp-h1 po/stamp-po Makefile
     during clean. Avoids a failure when built two times in a row. Thanks go to
     Luis Rodrigo Gallardo Cruz for the patch.
     (Closes: #424088).

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sun, 13 Jan 2008 13:08:02 +0100

2006

ygraph (0.15-3) unstable; urgency=low

   * debian/control: Complies with version 3.7.2 of Debian policy.
   * debian/copyright: Update FSF address.
   * debian/rules, debian/ygraph.desktop: Provide users with a desktop menu
     entry for ygraph. Thanks to Phil Bull and Ming Hua. Closes: #396673

 -- Daniel Kobras <kobras@debian.org>  Mon, 6 Nov 2006 14:07:18 +0100

2005

ygraph (0.15-2) unstable; urgency=medium

   * Added patches:
     + [10_reload_final_frame_fix] New.
       Don't leave a stray final frame when reloading data from a running
       simulation.
   * debian/control: Replace obsolete gdk-imlib1-dev with gdk-imlib11-dev
     in build dependencies.
   * debian/control: Complies with Debian policy 3.6.2.

 -- Daniel Kobras <kobras@debian.org>  Sat, 8 Oct 2005 16:17:39 +0200

2004

ygraph (0.15-1) unstable; urgency=low

   * New upstream version.
   * Added patches:
     + [10_separate_windows_fix]
       Fix endless busy loop when using -s option.
     + [10_no_points_fix]
       Make command line option -p work.
   * Removed patches:
     + [10_clean_must_be_local] Merged upstream.
     + [10_colormap_range_fix] Merged upstream.
   * Updated patches:
     + [10_DESTDIR_fixes]
       Updated to new upstream version.
   * debian/ygraph.menu: Add ygraph to Debian menus.
   * debian/copyright: Add upstream co-author, and update download
     locations.
   * debian/control: Bump standards version.

 -- Daniel Kobras <kobras@debian.org>  Fri, 24 Sep 2004 17:31:44 +0200

ygraph (0.14+0.15rc2-1) unstable; urgency=medium

   * New upstream version 0.15rc2.
   * Added patches:
     + [10_document_cmd_redirection] New.
       Document command redirection using '<' as a filename prefix.
       Closes: #200822
   * Removed patches:
     + [10_CVS20030611] Obsolete.
     + [11_CVS-patch_fixup] Obsolete.
     + [11_disable_help] Fixed upstream.
     + [20_fix_segv_without_plot_wins] Fixed upstream.
     + [20_read_from_stdin] Fixed upstream.
     + [20_string_to_range_fix] Fixed upstream.
   * debian/control: Build-depend on libtiff4-dev by default.
     Closes: #262818
   * debian/ygraph.docs: Do not try to install TODO, was removed upstream.

 -- Daniel Kobras <kobras@debian.org>  Mon, 2 Aug 2004 15:57:38 +0200

2003

ygraph (0.14-4) unstable; urgency=low

   * [20_fix_segv_without_plot_wins.dpatch] Prevent segfaults when clicking
     on any of the ygraph buttons without an open plot window.
     Closes: #200821
   * [20_read_from_stdin.dpatch] 'ygraph -- -' reads data from stdin.
     Addresss the original request in #200822, but not the more nifty
     features suggested in the discussion. Bug remains open therefore.

 -- Daniel Kobras <kobras@debian.org>  Thu, 17 Jul 2003 10:49:50 +0200

ygraph (0.14-3) unstable; urgency=low

   * First upload to Debian archives. Closes: #197141
   * debian/control, debian/rules: Convert to dpatch scheme.
   * [10_DESTDIR_fixes.dpatch] Converted previous .diff.gz to dpatch.
   * [10_clean_must_be_local.dpatch] Move custom clean target to
     clean-local so it isn't shadowed by default automake target.
   * [10_CVS20030611.dpatch, 11_CVS-patch_fixup.dpatch] Sync with upstream
     CVS as of 2003-06-11:
     + Can handle bz2-compressed files.
     + Grok gnuplot-like syntax '< foo' to read from foo via a pipe.
     + Add help dialog.
     + Fix several mem leaks all over the place.
     + Various fixes for compiler warnings.
     + Fix out-of-bounds coordinates when zooming.
     + Fix help output for -l option.
     + New command line options --frame_integrate, --time_integrate,
       --font_size_factor.
     + Support '#' as comment delimiter.
   * [11_disable_help.dpatch] Disable help dialog as it isn't useful yet.
   * debian/control: CVS version needs additional build-dep libbz2-dev.
   * debian/rules, debian/ygraph.manpages, debian/ygraph.examples: Only
     install executable via upstream makefile. Use debhelper to install
     those parts of the documentation that make sense for a package.
   * [20_string_to_range_fix.dpatch] Fix reference to uninitialized
     variable in string_to_range.
   * [10_colormap_range_fix.dpatch] Fix calculation of pixel index in
     color_set_rgb.
   * debian/control: Bump standards version to 3.5.10.
   * debian/control: List more features in long description.

 -- Daniel Kobras <kobras@debian.org>  Sat, 14 Jun 2003 17:38:55 +0200

ygraph (0.14-2) local; urgency=low

   * debian/control: Fixed formatting of description.
   * debian/rules: Upstream copyright.gz is not needed, we ship a custom
     version.

 -- Daniel Kobras <kobras@debian.org>  Thu, 13 Feb 2003 15:52:08 +0100

ygraph (0.14-1) local; urgency=low

   * Initial Release.
   * Makefile.*, doc/Makefile.*: Tell install-data-local target to obey
     DESTDIR. Properly.
   * debian/rules: Clean up autogenerated doc/ygraph.1, doc/index.html,
     and doc/manpage.refs.

 -- Daniel Kobras <kobras@debian.org>  Thu, 13 Feb 2003 14:25:39 +0100