how-can-i-help (7) unstable; urgency=medium

  * Minor update to a TODO file.
  * Gracefully exit when there is a problem with $HOME. Closes: #746780
  * Reported links use https instead of http. Closes: #755425
  * how-can-i-help will now use tracker.d.o instead of old PTS interface.
    Closes: #756834
  * how-can-i-help will always exit with a return code 0. Closes: #747490

 -- Tomasz Nitecki <tnnn@tnnn.pl>  Fri, 29 Aug 2014 17:19:07 -0700

how-can-i-help (6) unstable; urgency=medium

  [ Tomasz Nitecki ]
  * If an error occurs while trying to download data file it is now correctly
    attributed to how-can-i-help. Closes: #740677

  [ Lucas Nussbaum ]
  * Use dir.home instead of ENV['HOME']. This raises an exception if the HOME
    directory could not be found. Closes: #741326

 -- Lucas Nussbaum <lucas@debian.org>  Wed, 12 Mar 2014 16:43:49 +0100

how-can-i-help (5) unstable; urgency=medium

  [ Holger Levsen ]
  * Lower versioned depends on ruby-debian and ruby-json so that backporting
    the package requires no changes. Thanks to <igor80@free.fr>.
    (Closes: #738826)

  [ Antonio Terceiro ]
  * Fix call to `dpkg -l` with C.UTF-8 locale
  * Add space between blocks of opportunities

  [ Tomasz Nitecki ]
  * Added an option to hide some types of opportunities. Closes: #738169
  * Added an option to list opportunities in all packages. Closes: #738170
    Patch from Matt Kraai <kraai@ftbfs.org>

 -- Tomasz Nitecki <tnnn@tnnn.pl>  Thu, 27 Feb 2014 20:48:27 +0100

how-can-i-help (4) unstable; urgency=medium

  * Add support for listing RFS bugs. Closes: #731510

 -- Lucas Nussbaum <lucas@debian.org>  Mon, 03 Feb 2014 22:16:08 +0100

how-can-i-help (3) unstable; urgency=medium

  * Add support for listing testing autoremovals.
  * Sort all information using sorting orders that try
    to make sense.
  * Add a (undocumented) -v option. Closes: #735915.

 -- Lucas Nussbaum <lucas@debian.org>  Sun, 19 Jan 2014 11:24:13 +0100

how-can-i-help (2) unstable; urgency=high

  * Drop alternative dependency on ruby-interpreter, and add versioned
    dependencies to limit future problems due to the switching between Ruby
    releases. Closes: #734156

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 04 Jan 2014 17:23:48 +0100

how-can-i-help (1) unstable; urgency=low

  [ Christophe Siraut ]
  * Fix WNPP description.
  * Remove obsolete sudo instructions.

  [ Lucas Nussbaum ]
  * Also look at RFH bugs. Closes: #730293
  * Another attempt at fixing the WNPP description.
  * Reduce gem2deb build-dep to 0.3.0. Closes: #728655
  * Bump Standards-Version to 3.9.5. No changes needed.

 -- Lucas Nussbaum <lucas@debian.org>  Fri, 29 Nov 2013 11:44:11 +0100

how-can-i-help (0.9) unstable; urgency=low

  * Avoid using Dir.home as it is ruby1.9-specific. Future uploads
    should really be tested with all ruby versions. Closes: #728356

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 31 Oct 2013 08:54:34 +0100

how-can-i-help (0.8) unstable; urgency=low

  * Document how to run how-can-i-help in a cronjob. Closes: #720981.
    Thanks to Joseph Herlant for the help, and to Christophe Siraut for
    the review!

 -- Lucas Nussbaum <lucas@debian.org>  Wed, 30 Oct 2013 20:46:41 +0100

how-can-i-help (0.7) unstable; urgency=low

  [ Christophe Siraut ]
  * Support providing a list of additional packages. Closes: #720982 
  * Remove non-root differentiation. Closes: #720980
  * Cache opportunities list. Closes: #720985 

  [ Arthur de Jong ]
  * Remove data directory op purge (Closes: #722594)
  
  [ Lucas Nussbaum ]
  * Adding the support of proxy, honoring the http_proxy environment
    variable. Patch from Joseph Herlant <herlantj@gmail.com>.
    Closes: #726403
  * List packages removed from testing. Closes: #725819.
  * Also remove datadir on upgrade, as its content now lives in the user
    home directory.

 -- Lucas Nussbaum <lucas@debian.org>  Tue, 29 Oct 2013 22:19:16 +0100

how-can-i-help (0.6) unstable; urgency=low

  * Add --quiet option. Contributes to fixing #720981.

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 12 Sep 2013 09:03:27 +0200

how-can-i-help (0.5) unstable; urgency=low

  [ Paul Wise ]
  * Correct the comment in the apt configuration file

  [ Lucas Nussbaum ]
  * Upload to unstable.

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 12 Sep 2013 08:18:17 +0200

how-can-i-help (0.4) experimental; urgency=low

  [ Holger Levsen ]
  * Add manpage, thus add asciidoc to build-depends.

  [ Lucas Nussbaum ]
  * Force encoding of output of 'dpkg -l' to UTF-8. It seems that
    dpkg -l outputs UTF-8 even when the locale is a non-UTF-8
    one (e.g. C), which breaks with Ruby 1.9. Closes: #720928
  * Document how to generate the manpage in debian/rules, and
    drop asciidoc from build-depends. a2x actually requires a
    whole docbook installation (200+ MB).

 -- Lucas Nussbaum <lucas@debian.org>  Mon, 26 Aug 2013 18:12:35 +0200

how-can-i-help (0.3) experimental; urgency=low

  * Test for existence of /usr/bin/how-can-i-help in the APT hook,
    in case the package was removed but not purged, or in case purge
    is in progress. Thanks to Shawn Landden for reporting.
    Closes: #720857

 -- Lucas Nussbaum <lucas@debian.org>  Sun, 25 Aug 2013 21:16:42 +0200

how-can-i-help (0.2) experimental; urgency=low

  * Use the production URL to list opportunities, not the debugging one.

 -- Lucas Nussbaum <lucas@debian.org>  Sun, 25 Aug 2013 19:22:44 +0200

how-can-i-help (0.1) experimental; urgency=low

  * Initial release.

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 24 Aug 2013 17:29:45 +0200
