debian/compat bumped to 9.

This commit is contained in:
Yves-Alexis Perez 2012-05-15 23:43:47 +02:00
parent 9b1cba045f
commit 13dcb271ea
4 changed files with 4 additions and 24 deletions

6
debian/changelog vendored
View File

@ -1,4 +1,4 @@
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
@ -9,11 +9,11 @@ midori (0.4.5-1) UNRELEASED; urgency=low
- 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

2
debian/compat vendored
View File

@ -1 +1 @@
7
9

View File

@ -1,19 +0,0 @@
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')

View File

@ -1,3 +1,2 @@
add-debian-searches
fix-libsoup-detect.patch
force-ssl-cert-verification.patch