-midori (0.4.5-1) UNRELEASED; urgency=low
+midori (0.4.6-1) UNRELEASED; urgency=low
* New upstream release.
* Apply patch from Colin Watson to improve conffile handling, using new
- handle the /etc/xdg/midori/extensions/libadblock.so removal there.
closes: #660303
* debian/patches:
- - fix-libsoup detection added.
- force-ssl-cert-verification added, set ssl-strict to TRUE so connections
are not done if the ssl certificate can't be trusted.
+ * debian/compat bumped to 9.
- -- Yves-Alexis Perez <corsac@debian.org> Sat, 14 Apr 2012 14:47:59 +0200
+ -- Yves-Alexis Perez <corsac@debian.org> Tue, 15 May 2012 23:31:12 +0200
midori (0.4.3-1) unstable; urgency=low
+++ /dev/null
-diff --git a/wscript b/wscript
-index db74324..c7a0c87 100644
---- a/wscript
-+++ b/wscript
-@@ -260,11 +260,11 @@ def configure (conf):
- check_pkg ('libsoup-2.4', '2.27.90')
- conf.define ('LIBSOUP_VERSION', conf.check_cfg (modversion='libsoup-2.4'))
- if check_version (conf.env['LIBSOUP_VERSION'], 2, 29, 3):
-- conf.define ('LIBSOUP_2_29_3', 1)
-+ conf.define ('HAVE_LIBSOUP_2_29_3', 1)
- if check_version (conf.env['LIBSOUP_VERSION'], 2, 29, 91):
-- conf.define ('LIBSOUP_2_29_91', 1)
-+ conf.define ('HAVE_LIBSOUP_2_29_91', 1)
- if check_version (conf.env['LIBSOUP_VERSION'], 2, 37, 1):
-- conf.define ('LIBSOUP_2_37_1', 1)
-+ conf.define ('HAVE_LIBSOUP_2_37_1', 1)
- check_pkg ('libxml-2.0', '2.6')
- check_pkg ('sqlite3', '3.0', True, var='SQLITE')
-