Commit Graph

176 Commits

Author SHA1 Message Date
Sergio Durigan Junior 7a890f5dad Update changelog for 0.5.11-2 release 2015-09-18 15:29:44 -04:00
Sergio Durigan Junior 2826d650dc Remove "Force SSL verification" patch
The patch "force-ssl-cert-verification.patch" was mistakenly included
in the last Midori release; this cased a regression because the user
cannot access a website that has a self-signed SSL/TLS certificate
anymore.  This change removes the patch and allows the user to trust
self-signed certificates again.

Closes: #799337
2015-09-18 15:24:04 -04:00
Sergio Durigan Junior 732e898e6e Update changelog for 0.5.11-1 release 2015-09-15 12:38:05 -04:00
Sergio Durigan Junior 7e2916f0ea Rewrite manpage
The old manpage was too simple and did not cover many of the options
supported by Midori on the command line.  Fixed that by rewriting it
almost completely, including many missing options, updating dates and
author, and improving the formatting.
2015-09-15 12:37:45 -04:00
Sergio Durigan Junior 91090b3e92 Adding shlibs and lintian-overrides files
Due to the way libraries (i.e., plugins) are built by Midori (without
a proper SONAME), it is necessary (or at least recommended) to provide
a shlibs file that contains trustworthy information about the
libraries being installed on the system.

Unfortunately, it is also necessary to provide a lintian-overrides
file in order to silence some lintian warnings (mostly about the
shlibs mentioned above).  We'll have to work with upstream in order to
solve this problem.

Another lintian error that needed to be silenced was related to the
data/midori.swf file, present at the original tarball.  This file is
used just for testing (i.e., it is not installed in the system), and
is actually generated using the png2swf utility (from the swftools
package), which means it can be verified.
2015-09-15 12:37:45 -04:00
Sergio Durigan Junior 7fa139b241 Revamp build system (use cmake instead of waf)
- Update debian/rules, removing old stuff (from waf) and adding new,
  simpler rules for the cmake-based build.

- Update debian/control, listing the new package maintainer and
  reviewed dependencies.

- Delete debian/waf-unpack file.

- Rename debian/config/{Debian,Ubuntu}.h files to
  debian/config/{Debian,Ubuntu}.conf.

With this change, it is now unnecessary to create a DFSG-modified
version of the package, because Waf is not used as the build system
anymore (for more details, see Bug 645191).

It is possible to build the package now, but it still has some lintian
warnings that will be fixed in the following changes.

Closes: #663185
Closes: #758103
Closes: #787878
2015-09-15 12:00:58 -04:00
Sergio Durigan Junior a84927af41 Update debian/patches for the new Midori version (0.5.11). 2015-09-11 20:49:27 -04:00
Sergio Durigan Junior a5c70e7b08 Updating section names on debian/gbp.conf 2015-09-11 20:46:28 -04:00
Sergio Durigan Junior 6121e4d3ef Changing gbp.conf to not override the default tag name for releases. 2015-09-11 20:46:25 -04:00
Andres Salomon 597a50019b Merge branch 'nmu-0.2'
Conflicts:
	debian/changelog
	debian/rules
2015-06-27 20:52:24 -07:00
Andres Salomon ab72120436 Import Debian patch 0.4.3+dfsg-0.2 2015-06-27 20:26:39 -07:00
Yves-Alexis Perez 2d27f4a46f remove myself from uploaders. 2014-03-09 10:11:28 +01:00
Ryan Niebur a92607d4fb Improve dh_auto_clean target in d/rules to handle some leftover files from quilt and waf 2013-10-23 21:06:12 -07:00
Ryan Niebur cd6899f136 add new Build-Dep on libzeitgeist-dev 2013-10-23 21:01:10 -07:00
Ryan Niebur 3c395daddb refreshed patches 2013-10-23 20:56:05 -07:00
Ryan Niebur 5aa73dea25 new upstream version, including the waf unpack changes made thanks to the NMU by Koichi Akabe 2013-10-23 20:46:24 -07:00
Ryan Niebur f5a8cd23ac bump version with +dfsg suffix 2013-10-23 20:45:40 -07:00
Ryan Niebur f5457c8c6a put files back after the merge to allow proper upgrade to new upstream version 2013-10-23 20:44:53 -07:00
Ryan Niebur 14564ce6cc Merge branch 'wip' 2013-10-23 20:29:10 -07:00
Koichi Akabe a9def3c602 Imported Debian patch 0.4.3+dfsg-0.1 2013-10-23 20:26:27 -07:00
Ryan Niebur 60d455a553 add a gbp.conf that I think might work with the existing use of this repository 2013-10-23 20:26:16 -07:00
Yves-Alexis Perez 194aab3473 update homepage address. 2012-08-29 15:33:00 +02:00
Yves-Alexis Perez 13dcb271ea debian/compat bumped to 9. 2012-05-15 23:43:47 +02:00
Yves-Alexis Perez ee57ca1056 force-ssl-cert-verification added, set ssl-strict to TRUE so connections are not done if the ssl certificate can't be trusted. 2012-05-08 15:42:14 +02:00
Yves-Alexis Perez fd5d3ee02c fix libsoup detection 2012-04-17 23:07:00 +02:00
Yves-Alexis Perez 73c6fc5068 upload 2012-04-14 14:51:11 +02:00
Yves-Alexis Perez da4f15e9bb don't repack waf for now 2012-04-14 14:47:18 +02:00
Yves-Alexis Perez 23b89cca6b rebuild waf script
* debian/rules:
  - rebuild waf script before using it.                       closes: #645191
2012-03-15 11:06:51 +01:00
Yves-Alexis Perez b104b685da add bug # 2012-03-08 23:58:56 +01:00
Yves-Alexis Perez ca25b39213 debian/midori.maintscript:
* debian/midori.maintscript:
  - handle the /etc/xdg/midori/extensions/libadblock.so removal there.
2012-03-08 23:57:16 +01:00
Yves-Alexis Perez 794c71685c New upstream release.
* New upstream release.
* debian/control:
  - update standards version to 3.9.3.
2012-03-08 23:48:54 +01:00
Yves-Alexis Perez 9050091b93 remove old maintainer scripts 2012-02-14 08:02:42 +01:00
Yves-Alexis Perez fd63447c9c Apply patch from Colin Watson to improve conffile handling, using new debhelper features. closes: #659773 2012-02-14 08:02:30 +01:00
Yves-Alexis Perez 01615716d0 upload
Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
2011-12-19 00:29:07 +01:00
Yves-Alexis Perez b284fe9fbb New upstream release. 2011-12-18 14:57:46 +01:00
Yves-Alexis Perez ea12e9290a upload
Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
2011-11-14 20:56:20 +01:00
Yves-Alexis Perez 4067754ef0 handle /etc/xdg/midori/extensions/libadblock.so removal at postinst
Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
2011-11-14 14:26:09 +01:00
Yves-Alexis Perez 4db20c930e * debian/midori.{preinst,postinst,postrm}:
- handle adblock configuration file rename.
2011-11-14 13:08:47 +01:00
Yves-Alexis Perez adb6a6a703 New upstream release. 2011-11-14 11:31:51 +01:00
Yves-Alexis Perez 8aa2d2afd9 * debian/control:
- update libwebkitgtk-dev build-dep to 1.4.3
* As a side effect, the rebuild against webkit 1.6.1 fix midori crashing
  because of missing webkit_web_view_get_selected_text()      closes: #646198
2011-10-22 22:03:26 +02:00
Yves-Alexis Perez bfc7c9ddb1 upload to unstable
Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
2011-10-10 08:27:42 +02:00
Yves-Alexis Perez 377c67bbeb drop mootools.js rules
* debian/rules:
  - don't remove mootools.js since it's not even shipped anymore.
2011-10-10 08:24:41 +02:00
Yves-Alexis Perez c47e9b14cf correctly clear private data on quit when asked. closes: #644658 2011-10-10 07:45:29 +02:00
Yves-Alexis Perez f1443cd760 fix middle click on back/forward button. closes: #644840 2011-10-10 07:39:49 +02:00
Yves-Alexis Perez d72521fd63 drop libjs-mootools
* debian/control:
  - drop libjs-mootools from depends, it's not needed anymore.
2011-10-10 07:37:45 +02:00
Yves-Alexis Perez b7592032c4 drop patch included upstream
* debian/patches:
  - 0001-Fix-for-Bug-819688 dropped, included upstream.
2011-10-10 07:35:13 +02:00
Yves-Alexis Perez d3e42c12f8 New upstream release. 2011-10-10 07:34:12 +02:00
Yves-Alexis Perez bd8492b5c0 upload
Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
2011-09-06 09:35:20 +02:00
Yves-Alexis Perez 1b3bda9a17 * debian/patches:
- 0001-Fix-for-Bug-819688 added, correctly restore tab panel when needed.
2011-09-06 09:30:31 +02:00
Yves-Alexis Perez b7fae5ebe9 upload
Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
2011-08-02 09:57:41 +02:00