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

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 41625281d9c182af68aaca84e09f905eb6e853a1
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Thu Mar 15 01:41:07 2018 +0000

    release 65.0.3325.146-4
---
 debian/changelog                            |  6 ++++++
 debian/patches/fixes/incomplete-type.patch  | 15 ---------------
 debian/patches/fixes/incomplete-types.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series                       |  2 +-
 4 files changed, 36 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a7e0b9c..a77969c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chromium-browser (65.0.3325.146-4) unstable; urgency=medium
+
+  * Fix another incomplete type build error (closes: #892891).
+
+ -- Michael Gilbert <mgilbert at debian.org>  Thu, 15 Mar 2018 01:22:51 +0000
+
 chromium-browser (65.0.3325.146-3) unstable; urgency=medium
 
   * Fix incomplete type build error.
diff --git a/debian/patches/fixes/incomplete-type.patch b/debian/patches/fixes/incomplete-type.patch
deleted file mode 100644
index 5f100e1..0000000
--- a/debian/patches/fixes/incomplete-type.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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/fixes/incomplete-types.patch b/debian/patches/fixes/incomplete-types.patch
new file mode 100644
index 0000000..49ba459
--- /dev/null
+++ b/debian/patches/fixes/incomplete-types.patch
@@ -0,0 +1,29 @@
+description: gcc requires complete definition when types are used 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 {
+--- a/components/policy/core/browser/browser_policy_connector_base.h
++++ b/components/policy/core/browser/browser_policy_connector_base.h
+@@ -15,10 +15,10 @@
+ #include "components/policy/core/common/schema.h"
+ #include "components/policy/core/common/schema_registry.h"
+ #include "components/policy/policy_export.h"
++#include "components/policy/core/common/configuration_policy_provider.h"
+ 
+ namespace policy {
+ 
+-class ConfigurationPolicyProvider;
+ class PolicyService;
+ class PolicyServiceImpl;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0046674..c7a0b23 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -21,7 +21,7 @@ fixes/optimize.patch
 fixes/ps-print.patch
 fixes/gpu-timeout.patch
 fixes/duplicate-name.patch
-fixes/incomplete-type.patch
+fixes/incomplete-types.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