[Apt-listbugs-commits] [apt-listbugs] 01/02: fix crash after HTML bug lists
Francesco Poli
frx-guest at moszumanska.debian.org
Sat Jun 4 10:16:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
frx-guest pushed a commit to branch master
in repository apt-listbugs.
commit 870cfadc06f04859491c3705b78e1ffa8c9b091f
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date: Fri Jun 3 13:08:38 2016 +0200
fix crash after HTML bug lists
Requiring fcntl is apparently needed: I wonder why it has worked
for a long time in the past without this explicit require...
---
debian/changelog | 1 +
lib/aptlistbugs/logic.rb | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 82a8f46..5ad153c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ apt-listbugs (0.1.18) UNRELEASED; urgency=medium
version is treated as if it were the corresponding official Debian
package version (Closes: #822265)
* updated Japanese translation, thanks to "victory"!
+ * fixed a crash occurring after displaying the HTML bug lists
-- Francesco Poli (wintermute) <invernomuto at paranoici.org> Mon, 10 Aug 2015 22:42:49 +0200
diff --git a/lib/aptlistbugs/logic.rb b/lib/aptlistbugs/logic.rb
index 38e7bf0..44b9598 100644
--- a/lib/aptlistbugs/logic.rb
+++ b/lib/aptlistbugs/logic.rb
@@ -33,6 +33,7 @@ require 'thread'
require 'tempfile'
require 'gettext'
require 'rss/maker'
+require 'fcntl'
require 'aptlistbugs/debian/apt_preferences'
include GetText
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git
More information about the Apt-listbugs-commits
mailing list