diff -Nru how-can-i-help-0.7/bin/how-can-i-help how-can-i-help-0.7.1/bin/how-can-i-help
--- how-can-i-help-0.7/bin/how-can-i-help	2013-10-17 15:39:19.000000000 +0200
+++ how-can-i-help-0.7.1/bin/how-can-i-help	2013-10-21 13:07:03.000000000 +0200
@@ -109,6 +109,7 @@
 
 helpitems_filtered = []
 helpitems.each do |hi|
+  next if packages.nil?
   next if (not $all) and seen.include?(hi['hash'])
   if hi['type'] == 'wnpp'
     if packages & hi['packages'] != []
diff -Nru how-can-i-help-0.7/debian/changelog how-can-i-help-0.7.1/debian/changelog
--- how-can-i-help-0.7/debian/changelog	2013-10-17 15:37:43.000000000 +0200
+++ how-can-i-help-0.7.1/debian/changelog	2013-10-21 13:06:28.000000000 +0200
@@ -1,12 +1,13 @@
-how-can-i-help (0.7) UNRELEASED; urgency=low
+how-can-i-help (0.7.1) UNRELEASED; urgency=low
 
   * Non-maintainer upload.
   * Adding the support of proxy. You can either use the "HTTP_PROXY"
     environment variable or use the --http-proxy command-line argument. The
     --http-proxy command line argument overwrites the HTTP_PROXY environment
     variable. (closes: #726403)
+  * Adding a next if package.nil? (closes: #726344)
 
- -- Joseph HERLANT <herlantj@gmail.com>  Thu, 17 Oct 2013 13:48:38 +0200
+ -- Joseph HERLANT <joseph.herlant@IFWD2011.vlreu.vlrad.loc>  Mon, 21 Oct 2013 13:04:50 +0200
 
 how-can-i-help (0.6) unstable; urgency=low
 
