[Pkg-chromium-commit] [pkg-chromium] 02/02: release 65.0.3325.73-1
Michael Gilbert
mgilbert at moszumanska.debian.org
Tue Feb 20 02:05:57 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 075c7fc6c87c6d9fd4576633fe1327ca05abaf47
Author: Michael Gilbert <mgilbert at debian.org>
Date: Sun Feb 18 19:32:57 2018 +0000
release 65.0.3325.73-1
---
debian/changelog | 9 +++++++++
debian/clean | 5 ++++-
debian/control | 2 ++
debian/copyright | 2 +-
debian/rules | 6 +-----
5 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d75e62f..f0e55ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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).
+ * Remove icc_profiles from the upstream tarball.
+
+ -- Michael Gilbert <mgilbert at debian.org> Sun, 18 Feb 2018 02:22:56 +0000
+
chromium-browser (64.0.3282.119-2) unstable; urgency=medium
* Drop chromecast patch (closes: #884173).
diff --git a/debian/clean b/debian/clean
index 66a595f..b9e7838 100644
--- a/debian/clean
+++ b/debian/clean
@@ -9,7 +9,6 @@ chrome/test/data/webui/i18n_process_css_test.html
third_party/ffmpeg/BUILD.gn
third_party/flac/BUILD.gn
-third_party/harfbuzz-ng/BUILD.gn
base/third_party/libevent/BUILD.gn
build/secondary/third_party/libjpeg_turbo/BUILD.gn
third_party/libdrm/BUILD.gn
@@ -25,3 +24,7 @@ third_party/zlib/BUILD.gn
third_party/icu/BUILD.gn
third_party/opus/BUILD.gn
third_party/freetype/BUILD.gn
+third_party/fontconfig/BUILD.gn
+third_party/harfbuzz-ng/harfbuzz.gni
+
+build/config/freetype/freetype.gni
diff --git a/debian/control b/debian/control
index f9a6585..9cbd2fa 100644
--- a/debian/control
+++ b/debian/control
@@ -177,6 +177,8 @@ Depends:
${misc:Depends},
x11-utils,
xdg-utils,
+Recommends:
+ libu2f-udev,
Breaks:
chromium (<< ${binary:Version}),
Replaces:
diff --git a/debian/copyright b/debian/copyright
index 186e5b8..d099943 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,7 +22,7 @@ Files-Excluded:
third_party/flot/*.js
third_party/yasm/source
third_party/skia/platform_tools
- third_party/skia/resources/icc_profiles/srgb_lab_pcs.icc
+ third_party/skia/resources/icc_profiles
third_party/webgl/src/sdk
third_party/webgl/src/other
third_party/expat/files
diff --git a/debian/rules b/debian/rules
index b7ecfc0..7add743 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ defines=is_clang=false clang_use_chrome_plugins=false
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\"
+defines+=target_extra_cxxflags=\"-fno-delete-null-pointer-checks -Wno-deprecated-declarations -Wno-dangling-else\"
# set the appropriate cpu architecture
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -32,7 +32,6 @@ endif
# disabled features
defines+=is_debug=false \
- use_gconf=false \
use_ozone=false \
use_sysroot=false \
use_openh264=false \
@@ -94,10 +93,7 @@ override_dh_auto_configure:
# use system flot
for file in $(flotpaths); do ln -sf $$file third_party/flot; done
# strip out system third_party libraries
- cp third_party/freetype/src/src/psnames/pstables.h .
./debian/scripts/unbundle
- mkdir -p third_party/freetype/src/src/psnames
- mv pstables.h third_party/freetype/src/src/psnames
override_dh_auto_build-arch: out/Release/gn
./out/Release/gn gen out/Release --args="$(defines)"
--
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