[Pkg-chromium-commit] [pkg-chromium] 01/01: release 65.0.3325.74-1

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Feb 24 05:21:16 UTC 2018


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

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

commit 0417788a01df457b19eb108288909b4fc20ec846
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Feb 24 05:23:41 2018 +0000

    release 65.0.3325.74-1
---
 debian/changelog                              | 14 +++++++++++---
 debian/clean                                  |  2 --
 debian/compat                                 |  2 +-
 debian/control                                |  4 ++--
 debian/copyright                              | 17 +++++++++++------
 debian/patches/fixes/connection-message.patch |  2 +-
 debian/patches/series                         |  1 -
 debian/patches/system/gtk2.patch              | 13 -------------
 debian/rules                                  |  4 ++--
 9 files changed, 28 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 326c8bc..e489e13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,23 @@
-chromium-browser (65.0.3325.73-2) UNRELEASED; urgency=medium
+chromium-browser (65.0.3325.74-1) experimental; urgency=medium
 
+  [ Michael Gilbert ]
+  * New upstream release.
+  * Update to debhelper 11.
+  * Update standards version.
+  * Remove third_party/llvm from the upstream tarball.
+  * Drop -fno-delete-null-pointer from debian/rules, applied upstream now.
+
+  [ Riku Voipio ]
   * Fix skia build on arm64, (closes: #891062)
   * Set some armhf specific gn args to help linking
 
- -- Riku Voipio <riku.voipio at linaro.org>  Thu, 22 Feb 2018 15:59:42 +0200
+ -- Michael Gilbert <mgilbert at debian.org>  Sat, 24 Feb 2018 02:36:40 +0000
 
 chromium-browser (65.0.3325.73-1) experimental; urgency=medium
 
   * New upstream beta release.
   * Recommend libu2f-udev (closes: #890239).
-  * Add support ffmpeg 3.5 (closes: #888387).
+  * Add support for ffmpeg 4.0 (closes: #888387).
   * Remove icc_profiles from the upstream tarball.
 
  -- Michael Gilbert <mgilbert at debian.org>  Sun, 18 Feb 2018 02:22:56 +0000
diff --git a/debian/clean b/debian/clean
index b9e7838..5964e83 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,8 +1,6 @@
 debian/files
 debian/scripts/mk-origtargz
 
-pstables.h
-
 Makefile
 third_party/flot/*.js
 chrome/test/data/webui/i18n_process_css_test.html
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 9cbd2fa..0363ac8 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-chromium/pkg-chromium.git
 Homepage: http://www.chromium.org/Home
 Rules-Requires-Root: no
 Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
  python3,
  pkg-config,
  ninja-build,
@@ -84,7 +84,7 @@ Build-Depends:
  libgcrypt20-dev,
  fonts-ipafont-gothic,
  fonts-ipafont-mincho,
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 
 Package: chromium
 Architecture: i386 amd64 arm64 armhf
diff --git a/debian/copyright b/debian/copyright
index d099943..d6cdf7a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,11 +13,14 @@ Files-Excluded:
  buildtools
  tools/emacs
  tools/perf/page_sets/tough_scheduling_cases/*.min.js
- native_client/NOTICE
+ native_client*
+ android_webview
  third_party/icu
+ third_party/llvm
  third_party/libxslt
  third_party/eu-strip
  third_party/android*
+ third_party/depot_tools
  third_party/bidichecker
  third_party/flot/*.js
  third_party/yasm/source
@@ -36,6 +39,7 @@ Files-Excluded:
  base/third_party/nspr
  third_party/binutils
  v8/benchmarks/regexp.js
+ v8/third_party/eu-strip
  v8/third_party/binutils
  third_party/libxml/mac
  third_party/libxml/linux
@@ -68,19 +72,20 @@ Files-Excluded:
  third_party/libphonenumber/dist/javascript/i18n/phonenumbers/metadatalite.js
  tools/perf/page_sets/webrtc_cases/adapter.js
  third_party/pdfium/third_party/eu-strip
+ components/test/data/payments
 
 # dirs that should be removed, but the jessie package still needs them
 # third_party/harfbuzz-ng/src
 
+Files: *
+Copyright: The Chromium Authors. All rights reserved.
+License: BSD-3-clause
+
 Files: debian/*
 Copyright:
  2009-2010 Fabien Tassin <fta at ubuntu.com>
  2010-2014 Giuseppe Iuculano <iuculano at debian.org>
- 2012-2017 Michael Gilbert <mgilbert at debian.org>
-License: BSD-3-clause
-
-Files: *
-Copyright: The Chromium Authors. All rights reserved.
+ 2012-2018 Michael Gilbert <mgilbert at debian.org>
 License: BSD-3-clause
 
 Files: PRESUBMIT.py
diff --git a/debian/patches/fixes/connection-message.patch b/debian/patches/fixes/connection-message.patch
index 630fe4a..4eb0ce8 100644
--- a/debian/patches/fixes/connection-message.patch
+++ b/debian/patches/fixes/connection-message.patch
@@ -1,4 +1,4 @@
-description: suggest proxy misconfiguration when nework is unreachable
+description: suggest proxy misconfiguration when network is unreachable
 author: Michael Gilbert <mgilbert at debian.org>
 bug-debian: http://bugs.debian.org/864539
 
diff --git a/debian/patches/series b/debian/patches/series
index 111eaa6..438768a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -34,7 +34,6 @@ warnings/null-destination.patch
 
 system/icu.patch
 system/vpx.patch
-system/gtk2.patch
 system/nspr.patch
 system/lcms2.patch
 system/event.patch
diff --git a/debian/patches/system/gtk2.patch b/debian/patches/system/gtk2.patch
deleted file mode 100644
index a52fbab..0000000
--- a/debian/patches/system/gtk2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-description: add missing include needed to build with gtk2
-author: Michael Gilbert <mgilbert at debian.org>
-
---- a/chrome/browser/ui/libgtkui/gtk_ui.cc
-+++ b/chrome/browser/ui/libgtkui/gtk_ui.cc
-@@ -66,6 +66,7 @@
- 
- #if GTK_MAJOR_VERSION == 2
- #include "chrome/browser/ui/libgtkui/native_theme_gtk2.h"  // nogncheck
-+#include "chrome/browser/ui/libgtkui/nav_button_layout_manager.h"
- #elif GTK_MAJOR_VERSION == 3
- #include "chrome/browser/ui/libgtkui/native_theme_gtk3.h"         // nogncheck
- #include "chrome/browser/ui/libgtkui/nav_button_provider_gtk3.h"  // nogncheck
diff --git a/debian/rules b/debian/rules
index 86b5cb0..cb9fcab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ defines=is_clang=false clang_use_chrome_plugins=false
 # more verbose linker output
 defines+=target_extra_ldflags=\"-Wl,--stats\"
 
-# avoid error in v8's garbage collector (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=68853)
-defines+=target_extra_cxxflags=\"-fno-delete-null-pointer-checks -Wno-deprecated-declarations -Wno-dangling-else\"
+# extra flags to reduce warnings that aren't very useful
+defines+=target_extra_cxxflags=\"-Wno-deprecated-declarations -Wno-dangling-else\"
 
 # set the appropriate cpu architecture
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

-- 
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