rutilt (0.18-0ubuntu4) precise; urgency=low

  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.

 -- Adam Conrad <adconrad@0c3.net>  Fri, 02 Dec 2011 21:19:08 -0700

rutilt (0.18-0ubuntu3) oneiric; urgency=low

  * debian/patches/003_remove_mutable: Remove 'mutable' specifier from
    reference, which is non-standard-conformant (LP: #832763).

 -- Colin Watson <cjwatson@ubuntu.com>  Sat, 10 Sep 2011 01:30:44 +0100

rutilt (0.18-0ubuntu2) natty; urgency=low

  * debian/patches/002_fix_ftbfs_binutils-gold: Fix FTBFS binutils-gold
    by adding X11 library in Makefile. (LP: #706785, Closes: #556332)

 -- Mahyuddin Susanto <udienz@ubuntu.com>  Mon, 24 Jan 2011 22:05:11 +0700

rutilt (0.18-0ubuntu1) intrepid; urgency=low

  * New upstream release
    - bug fix only: no need for a FFe
    - update copyright date in debian/copyright
    - remove all patches, now applied upstream
  * Change of upstream web site:
    - update watch file and add get-orig-source target in debian/rules
      watch file doesn't download correctly but is kept for UEHS checks
      (Thanks to B. Hutchings for the watch file)
    - Change upstream location in debian/copyright
    - Change Homepage in debian/control
  * No change bump to Standards-Version 3.8.0
  * Remove useless call to dh_installdirs in debian/rules
  * Update package copyright date in debian/copyright
  * Update packager email in debian/copyright
  * Add patch 001_fix_kde4_helper:
    modify helper script so that it works for kde4 too
    patch based on Armin Berres <trigger@space-based.de> patch
    see Debian BTS http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460483

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Sun, 07 Sep 2008 16:11:22 +0200

rutilt (0.16-0ubuntu2) intrepid; urgency=low

  * Bump debhelper version (see Bug #464228)
  * Add patch 004_fix_includes from Debian/B. Hutchings:
    Fix package FTBFS with gcc 4.3 (see Bug #456092)
  * No change bump to Standards-Version 3.7.3

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Wed, 14 May 2008 15:56:28 +0200

rutilt (0.16-0ubuntu1) hardy; urgency=low

  * New upstream release
  * Add entry in debian/NEWS about this update breaking existing
    profiles
  * debian/rules:
    - add dh_icons call
    - change optimization level from -O to -O3
    - use new configure.sh --version option instead of patching Makefile_cst
    - use new configure.sh --cflags option instead of patching configure.sh
  * Remove debian/manpages and debian/rutilt_helper.1 (provided upstream)
  * Remove all patches, now applied upstream or obsolete
  * Add patch 001_fix_helper:
    - fix helper script for users with both kde and gde
    - add sux for users with no gde or kde
  * Add patch 002_fix_parse: fix upstream script not including correctly
    options with multiple parameters
  * Add patch 003_fix_icon: remove icon extension in accordance with
    freedesktop Icon Theme Specification
  * Add debian/menu and debian/rutilt.xpm menu icon
  * Move homepage from Description to separate header

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Tue, 11 Dec 2007 21:29:26 +0100

rutilt (0.15-0ubuntu7) hardy; urgency=low

  * Revised 018_up_and_down.diff (LP: #164058) :
    remove the change to configuration code that would bring the interface
    down before setting ESSID, as this is not necessary and does not work
    with all drivers (notably the r73 one).
    Thanks to Debian/Ben Hutchings.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Thu, 22 Nov 2007 10:18:58 +0100

rutilt (0.15-0ubuntu6) hardy; urgency=low

  * Add following patches from Debian/Ben Hutchings:
    - 018_up_and_down.diff: improve reliability with "legacy" drivers
    - 019_fix_ap_address.diff
    - 020_fix_refresh_rate_crash.diff (LP: #155498)
  * Refreshed line numbers in patches:
    001_fix_desktop.diff
    003_fix_ELF_location.diff

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Tue, 23 Oct 2007 17:53:28 +0200

rutilt (0.15-0ubuntu5) gutsy; urgency=low

  * Change dpatch 10_fix_desktop.dpatch to 001_fix_desktop.diff
  * Change dpatch 20_fix_install.dpatch to 002_fix_install.diff
  * Change dpatch 30_fix_ELF_location.dpatch to 003_fix_ELF_location.diff
  * Change dpatch 40_fix_CFLAGS.dpatch to 010_fix_cflags.diff
  * Change dpatch 60_fix_about_comment.dpatch to 016_fix_about_comment.diff
  * Add patch 004_fix_ctype_usage.diff from Debian/Ben Hutchings:
    fixes incorrect use of C library character type functions
  * Add patch 005_fix_extraction_checks.diff from Debian/Ben Hutchings:
    fixes error handling in some string parsing code
  * Add patch 006_fix_temporary_c_str.diff from Debian/Ben Hutchings:
    fixes use of c_str() on a temporary object which will be destroyed
  * Add patch 007_fix_buffer_lengths.diff from Debian/Ben Hutchings:
    fixes a couple of buffer length mismatches (not exploitable)
  * Add patch 008_fix_row_toggled.diff from Debian/Ben Hutchings:
    should fix row selection where there are more than 10 rows in a table
  * Add patch 011_fix_trayicon_toggle.diff from Debian/Ben Hutchings:
    fixes showing the tray icon after it's been hidden (GtkPlug bug?)
  * Add patch 012_fix_set_ip.diff from Debian/Ben Hutchings:
    - makes set_ip.sh use pkill rather than a fragile kill/ps combination
    - removes bogus use of dhcpd (that's a DHCP *server*, not a client)
  * Add patch 013_fix_install_failure.diff from Debian/Ben Hutchings:
    makes "make install" fail if rutilt is missing
  * Add patch 014_make_dialogs_transient.diff from Debian/Ben Hutchings
    makes various dialogs transient for the main window; this is useful
    for some window managers
  * Change patch 50_change_version.dpatch with 017_change_version.diff
    from Debian/Ben Hutchings:
    change hardcoded version to VERSION macro
  * debian/rules
    - Change patch system to quilt
    - Change configure.sh option --force to --kernel_sources=/usr:
      makes configure.sh look in /usr/include/linux/wireless.h
    - Add VERSION macro to automatically pass version to executables
      Thanks to Ben Hutchings
  * debian/control:
    - Change Build-Depends from dpatch to quilt

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 12 Oct 2007 23:32:47 +0200

rutilt (0.15-0ubuntu4) gutsy; urgency=low

  * Add space before Homepage: entry in debian/control
  * Change XSBC-Original-Maintainer email to <norsetto@ubuntu.com>
  * Remove unused CFLAGS from debian/rules
  * Add patch 40_fix_CFLAGS.dpatch:
    - Change hardcoded compiler options in accordance to Debian policy
      requirements:
      + remove -s: Remove all symbol table from the executable
      + add -g: Produce debugging information
    - Change optimisation level (fix sigsegv when changing interface):
      + change -O3 to -O
  * Add patch 50_change_version.dpatch:
    - Add -0ubuntu4 to displayed version number
  * Add patch 60_fix_about_comment.dpatch:
    - Fix about dialog comment being cut
  * Add the removal of unnecessary files in the clean target

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Sat, 06 Oct 2007 15:29:41 +0200

rutilt (0.15-0ubuntu3) gutsy; urgency=low

  * Fix FTBFS on powerpc, sparc, lpia and ia64 (LP: #138904)

 -- Cesare Tirabassi <cesare.tirabassi@gmail.com>  Tue, 11 Sep 2007 16:24:37 +0200

rutilt (0.15-0ubuntu2) gutsy; urgency=low

  * Fix build failure if running kernel doesn't match headers
  * Update rutilt_helper manual page
  * Change Build-Depends on kernel headers from hardcoded version
    to linux-headers-generic (>= 2.6.22)

 -- Cesare Tirabassi <cesare.tirabassi@gmail.com>  Tue, 11 Sep 2007 13:31:50 +0200

rutilt (0.15-0ubuntu1) gutsy; urgency=low

  * First release (LP: #137390)

 -- Cesare Tirabassi <cesare.tirabassi@gmail.com>  Tue, 04 Sep 2007 17:20:52 +0200
