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

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Jan 17 05:44:52 UTC 2016


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

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

commit becb1fa8f845d4c1d1c11e46391aa3879fb399ff
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sun Jan 17 05:44:19 2016 +0000

    release 47.0.2526.111-1
---
 debian/changelog | 11 +++++++++++
 debian/control   | 18 +++---------------
 debian/rules     |  8 +++++---
 3 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 717ee85..4c73521 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+chromium-browser (47.0.2526.111-1) unstable; urgency=medium
+
+  * New upstream stable release:
+    - Removes native_client/toolchain files introduced in the previous upstream
+      version (closes: #807973)
+  * Drop libssl-dev build dependency.
+  * Migrate to dbgsym debug packages.
+  * Recommend fonts-liberation (closes: #808106).
+
+ -- Michael Gilbert <mgilbert at debian.org>  Tue, 29 Dec 2015 02:45:48 +0000
+
 chromium-browser (47.0.2526.80-3) unstable; urgency=medium
 
   * Drop change to the fullscreen UI (closes: #808076).
diff --git a/debian/control b/debian/control
index 5172532..4344ee7 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,6 @@ Build-Depends:
  libxss-dev,
  libelf-dev,
  libvpx-dev,
- libssl-dev,
  libpci-dev,
  libcap-dev,
  libdrm-dev,
@@ -65,6 +64,7 @@ Build-Depends:
  libavcodec-dev,
  libavformat-dev,
  libasound2-dev,
+ libsqlite3-dev,
  libjsoncpp-dev,
  libspeechd-dev,
  libminizip-dev,
@@ -91,6 +91,8 @@ Depends:
  ${shlibs:Depends},
  x11-utils,
  xdg-utils,
+Recommends:
+ fonts-liberation,
 Suggests:
  chromium-l10n,
 Provides:
@@ -104,20 +106,6 @@ Description: web browser
  .
  This package contains the web browser component.
 
-Package: chromium-dbg
-Architecture: i386 amd64
-Section: debug
-Priority: extra
-Built-Using: ${Built-Using}
-Depends:
- ${misc:Depends},
- chromium (= ${binary:Version}),
-Description: web browser - debugging symbols
- A web browser that aims to build a safer, faster, and more stable internet
- browsing experience.
- .
- This package contains the debugging symbols.
-
 Package: chromium-l10n
 Architecture: all
 Section: localization
diff --git a/debian/rules b/debian/rules
index 8e6e008..87f6e8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,9 +76,9 @@ defines+=use_system_icu=0 \
          #icu_use_data_file_flag=0 \
          #want_separate_host_toolset=0 \
 
-# embedded libraries (0 is the default, so just making some notes about the issues)
+# some notes about embedded libraries
 #  use_system_libusb=0 requires modified source that exposes libusb_interrupt_handle_event api
-#  use_system_libvpx=0 requires modified source that exposes different api
+#  use_system_libvpx=0 need to run unbundler
 #  use_system_sqlite=0 build fails
 #  can't use system nss since net/third_party/nss is heavily patched
 #  can't use system ots (open text *summarizer*) since that's not google's ots (open text *sanitizer*)
@@ -121,6 +121,7 @@ override_dh_auto_build-indep:
 
 override_dh_auto_install-arch:
 	dh_auto_install
+	# create /etc/chromium.d README file
 	echo "Any files placed in this directory will be sourced prior to executing chromium." \
 	    > debian/chromium/etc/chromium.d/README
 	# update launcher script with build information
@@ -139,7 +140,8 @@ override_dh_fixperms:
 	dh_fixperms --exclude chrome-sandbox
 
 override_dh_strip:
-	dh_strip --dbg-package chromium-dbg
+	# this line can be removed once stretch is released
+	dh_strip --ddeb-migration='chromium-dbg (<< 47.0.2526.80-4~)'
 
 override_dh_gencontrol:
 	dh_gencontrol -- -VBuilt-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libjs-jquery libjs-jquery-flot)"

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