[Pkg-chromium-commit] [pkg-chromium] 01/02: release 65.0.3325.146-3

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Mar 16 01:31:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository pkg-chromium.

commit 99a7a74a8da4f7fe42291fdfeb66a532cbca77a7
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Thu Mar 15 01:20:03 2018 +0000

    release 65.0.3325.146-3
---
 debian/changelog                           |  6 ++++++
 debian/patches/fixes/incomplete-type.patch | 15 +++++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 03a1535..a7e0b9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chromium-browser (65.0.3325.146-3) unstable; urgency=medium
+
+  * Fix incomplete type build error.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sun, 11 Mar 2018 00:33:12 +0000
+
 chromium-browser (65.0.3325.146-2) unstable; urgency=medium
 
   * Fix a few gcc build warnings.
diff --git a/debian/patches/fixes/incomplete-type.patch b/debian/patches/fixes/incomplete-type.patch
new file mode 100644
index 0000000..5f100e1
--- /dev/null
+++ b/debian/patches/fixes/incomplete-type.patch
@@ -0,0 +1,15 @@
+description: need complete type for use in unique_ptr
+author: Michael Gilbert <mgilbert at debian.org>
+
+--- a/services/preferences/tracked/pref_hash_filter.h
++++ b/services/preferences/tracked/pref_hash_filter.h
+@@ -22,8 +22,8 @@
+ #include "services/preferences/tracked/hash_store_contents.h"
+ #include "services/preferences/tracked/interceptable_pref_filter.h"
+ #include "services/preferences/tracked/tracked_preference.h"
++#include "services/preferences/tracked/pref_hash_store.h"
+ 
+-class PrefHashStore;
+ class PrefService;
+ 
+ namespace base {
diff --git a/debian/patches/series b/debian/patches/series
index 1302168..0046674 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -21,6 +21,7 @@ fixes/optimize.patch
 fixes/ps-print.patch
 fixes/gpu-timeout.patch
 fixes/duplicate-name.patch
+fixes/incomplete-type.patch
 fixes/widevine-revision.patch
 fixes/connection-message.patch
 fixes/chromedriver-revision.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list