gnomeradio (1.8-2ubuntu5) quantal; urgency=low

  * Updated debian/patches/gnomeradio-gtk_grid.patch: Redesigned
    "Gnomeradio Settings" dialog to become more productive.
  * Updated debian/patches/gnomeradio-record_information.patch: Fix information
    in message dialog. 
  * Updated debian/patches/gnomeradio-keyboard_shortcuts.patch: Group function
    "key_press_event" in gui.c.
  * debian/patches/gnomeradio-non_modal.patch: Set "Gnomeradio recording status"
    dialog to non-modal to enable interaction with volume control in main
    window. (LP: #1029472)

 -- POJAR GEORGE <geoubuntu@gmail.com>  Tue, 24 Jul 2012 20:33:09 +0000

gnomeradio (1.8-2ubuntu4) quantal; urgency=low

  * debian/patches/gnomeradio-keyboard_shortcuts.patch: Added a new keyboard
    shortcut 's' to stop recording. (LP: #1026417)
  * debian/patches/gnomeradio-keycode_mapping.patch: Use current keycode mapping
    in default lirc keyname.

 -- POJAR GEORGE <geoubuntu@gmail.com>  Thu, 19 Jul 2012 01:18:31 +0000

gnomeradio (1.8-2ubuntu3) quantal; urgency=low

  * debian/patches/gnomeradio-g_thread_init_deprecation.patch: Fix obsolete
    g_thread_init(). (LP: #1013383)
  * debian/patches/gnomeradio-gtk_grid.patch: Port to GtkGrid from deprecated
    GtkTable. (LP: #1018398)
  * gnomeradio-record_information.patch: Redesigned
    'Gnomeradio recording status' window to show more recording information.
    (LP: #1019981)

 -- POJAR GEORGE <geoubuntu@gmail.com>  Mon, 02 Jul 2012 20:54:09 +0000

gnomeradio (1.8-2ubuntu2) quantal; urgency=low

  * debian/patches/gnomeradio-ngettext.patch: Adds ngettext support for messages
    strings. (LP: #980633)
  * debian/patches/gnomeradio-help.patch: Fixed frecquency value step in manual
    chapter "Usage/Frequency". (LP: #980652)
  * debian/patches/gnomeradio-prefs.patch: Switched from a GtkButton to a
    GtkFileChooserButton, instead of fidling around with the dialog.
  * debian/patches/gnomeradio-function.patch: Added a new function, so that
    lirc.c doesn't touch the internals of gui.c anymore.
  * debian/patches/gnomeradio-license.patch: Added license dialog and website
    label to "About Gnomeradio" dialog. (LP: #997473)
  * debian/patches/gnomeradio-record.patch: Changed audio source from osssrc to
    autoaudiosrc that automatically detects an appropriate audio source to use.
    (LP: #1004761)
  * Updated debian/patches/gnomeradio-v4l2.patch to fix the tooltip typo, use
    "dev/radio0" (the official name of the radio device). (LP: #1005127) 
  * debian/gnomeradio.sgml: Fixed ending tag mismatch.
  * Switch to debhelper compat level v8.

 -- POJAR GEORGE <geoubuntu@gmail.com>  Tue, 12 Jun 2012 11:44:06 -0400

gnomeradio (1.8-2ubuntu1) precise; urgency=low

  * debian/patches/gnomeradio-volume_button.patch: replace BaconVolumeButton
    with GtkVolumeButton (LP: #957867)
  * debian/patches/gnomeradio-gtk3.patch: resolve build warnings about is used
    deprecated GTK 3 API (LP: #954993)
  * debian/patches/gnomeradio-draw_signal.patch: fixed problems with GTK 3
    events and signals (LP: #955462)
  * debian/patches/gnomeradio-gstreamer.patch: use standard gstreamer functions
    to parse a description
  * debian/patches/gnomeradio-v4l2.patch: changed defaults autodetection driver
    for using v4l2 (LP: #958030)
  * debian/patches/gnomeradio-lirc.patch: add a lirc command "toggle visible"
  * debian/control: update to starndards-version 3.9.3, changes needed
    + modify Maintainer value to match the Debian Maintainer Field specification
    + moved project homepage field from description to new location.
    + add suggests field: lirc-x 

 -- POJAR GEORGE <geoubuntu@gmail.com>  Mon, 19 Mar 2012 08:17:36 +0100

gnomeradio (1.8-2) unstable; urgency=low

  [ Michael Biebl ]
  * Pull patches from Fedora to make gnomeradio compile against GTK 3 and
    gnome-media-profiles 3.0. (Closes: #645577)
  * Don't patch configure directly, but use dh-autoreconf to update the build
    system.
  * Update build dependencies.
  * Use dpkg source format 3.0 (quilt).

  [ Francesco Namuri ]
  * debian/rules: added DEB_CONFIGURE_SCRIPT_ENV to pass -lm to configure
    script, avoid compilation problems with binutils-gold. 
  * debian/control: bumped to 3.9.2 no changes needed. 
  * added debian/patches/fix_gnome_radio_gui.patch to fix bug in gui.c 
    gnome_radio_gui function causing a blank main gtk window.

 -- Francesco Namuri <francesco@namuri.it>  Sun, 13 Nov 2011 17:01:29 +0100

gnomeradio (1.8-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/patches/hardening-format-security.diff: Closes: #642974.
  * debian/menu: section="Applications/TV and Radio".  Closes: #564225.
  * debian/control: Build-Depends: libv4l-dev
    and debian/patches/videodev.diff: Closes: #621969.

 -- Bart Martens <bartm@debian.org>  Fri, 30 Sep 2011 19:54:02 +0200

gnomeradio (1.8-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/: removed useless GLib_threading, trayicon.c,
    fix_missing_description_in_gnomeradio.xml, prefs.c patches; now they
    are implemented by the author.
  * debian/control: Standards-Version updated to 3.8.0, no changes needed.

 -- Francesco Namuri <francesco@namuri.it>  Wed, 12 Nov 2008 19:10:25 +0100

gnomeradio (1.7-6) unstable; urgency=low

  * debian/changelog: sync with the one from ubuntu.
  * debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
    version of the patch, now it's the right one that Cesare Tirabassi
    has included in the ubuntu's package. (Closes: #468796, #462891)

 -- Francesco Namuri <francesco@namuri.it>  Mon, 12 May 2008 00:36:27 +0200

gnomeradio (1.7-5ubuntu1) intrepid; urgency=low

  * modified debian/patches/prefs.c.patch so that assertion is not
    failed too. (LP: #197257)
    Patch from http://bugzilla.gnome.org/attachment.cgi?id=104558
    by Francesco Namuri.
  * Modify Maintainer value to match the DebianMaintainerField
    specification.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Sat, 03 May 2008 21:33:27 +0200

gnomeradio (1.7-5) unstable; urgency=low

  * added debian/patches/prefs.c.patch to avoid crashes when modifies a preset
    label. (Closes: #462891)
  * debian/control: updated to starndards-version 3.7.3.
  * debian/control: moved project homepage field from description to the
    correct location.

 -- Francesco Namuri <francesco@namuri.it>  Tue, 05 Feb 2008 22:44:34 +0100

gnomeradio (1.7-4) unstable; urgency=low

  * debian/menu: some style fixes.
  * debian/patches/fix_missing_description_in_gnomeradio.xml.patch: fixed
    wrong application entity. (Closes: #445892)

 -- Francesco Namuri <francesco@namuri.it>  Tue, 09 Oct 2007 11:35:03 +0200

gnomeradio (1.7-3) unstable; urgency=low

  * added debian/patches/GLib_threading.patch to fix: GStreamer-WARNING:
    GLib threading system has not been initialised yet (Closes: #444119)
  * added debian/patches/gnomeradio.desktop.patch to fix invalid category in
    desktop file.
  * debian/menu: updated to fit with new hierarchy.
  * debian/control: added build-dep on patchutils, fixed typo.

 -- Francesco Namuri <francesco@namuri.it>  Sun, 07 Oct 2007 19:44:40 +0200

gnomeradio (1.7-2) unstable; urgency=low

  * added debian/patches/trayicon.c.patch to fix: egg_tray_icon_new() 
    implicitly converted to pointer (Closes: #433235)

 -- Francesco Namuri <francesco@namuri.it>  Mon, 16 Jul 2007 00:45:44 +0200

gnomeradio (1.7-1) unstable; urgency=low

  * Initial release. (Closes: #422553: ITP: gnomeradio -- FM-radio tuner
    for the GNOME desktop - Debian Bug report logs)
  * debian/control: changed Standards-Version to 3.7.2
  * debian/control: added build-dep on libgnome-media-dev,
    libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, gnome-doc-utils,
    imagemagick
  * debian/control: updated build-depends on debhelper (>= 5)
  * debian/compat: changed to 5
  * removed debian/patches/radio-device-file.patch
  * added debian/patches/fix_missing_description_in_gnomeradio.xml.patch to
    fix missing description in help/C/gnomeradio.xml
  * debian/copyright: added some copyright/license informations
  * added debian menu entry
  * debian/rules: added --disable-scrollkeeper to configure flags to avoid
    inclusion of scroolkeeper XML files in /var/lib/scrollpkeeper in the deb,
    added a rule to convert icon from png to xpm
  * added debian/gnomeradio.install to install xpm icon
  * added debian/watch

 -- Francesco Namuri <francesco@namuri.it>  Mon, 07 May 2007 00:27:11 +0200

gnomeradio (1.6-0ubuntu3) dapper; urgency=low

  * Added homepage url to the description in debian/control
  * Added debian/patches/radio-device-file.patch:
    change default location of the radio device file from
    /dev/radio to /dev/radio0
  * Changed debian/rules to include simple patchsys

 -- Moritz Breit <mail@mobr.de>  Wed, 18 Jan 2006 17:21:34 +0100

gnomeradio (1.6-0ubuntu2) breezy; urgency=low

  * Rebuild with the new cairo version

 -- Sebastien Bacher <seb128@canonical.com>  Thu, 18 Aug 2005 17:19:18 +0000

gnomeradio (1.6-0ubuntu1) breezy; urgency=low

  * Initial release

 -- Moritz Breit <mail@mobr.de>  Sun, 31 Jul 2005 16:08:57 +0200

