[libreoffice] 01/01: fix typo in chromium build-deps: s/amd64/arm64/

Rene Engelhard rene at moszumanska.debian.org
Thu Nov 24 06:31:31 UTC 2016


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

rene pushed a commit to branch debian-experimental-5.3
in repository libreoffice.

commit 0f682d1cce2166190e32685b6b67bfbccfc3bf89
Author: Rene Engelhard <rene at debian.org>
Date:   Thu Nov 24 07:29:04 2016 +0100

    fix typo in chromium build-deps: s/amd64/arm64/
---
 changelog | 7 +++++++
 control   | 2 +-
 rules     | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 4d29fc0..1aeb7df 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:5.3.0~beta1-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - fix typo in chromium build-deps: s/amd64/arm64/
+
+ -- Rene Engelhard <rene at debian.org>  Thu, 24 Nov 2016 07:27:55 +0100
+
 libreoffice (1:5.3.0~beta1-1) experimental; urgency=medium
 
   * New upstream beta release
diff --git a/control b/control
index 7af4c24..86da66b 100644
--- a/control
+++ b/control
@@ -11,7 +11,7 @@ Build-Depends: ant (>= 1.7.0) [!hppa !ia64 !mips64 !s390 !sparc],
                binutils (>= 2.23) [mips mipsel],
                bison,
                bzip2,
-               chromium (>= 39.0.2171.71-1) [i386 amd64 armhf amd64],
+               chromium (>= 39.0.2171.71-1) [i386 amd64 armhf arm64],
                coinor-libcoinmp-dev (>= 1.7.6+dfsg1-2),
                coinor-libcoinutils-dev (>= 2.9.15-3.1),
                debhelper (>= 9.20160114),
diff --git a/rules b/rules
index c27420f..c29af67 100755
--- a/rules
+++ b/rules
@@ -1164,7 +1164,7 @@ endif
 
 ifeq "$(ENABLE_GDRIVE)" "y"
   # Google API stuff for GDrive access
-  BUILD_DEPS += , chromium (>= 39.0.2171.71-1) [i386 amd64 armhf amd64]
+  BUILD_DEPS += , chromium (>= 39.0.2171.71-1) [i386 amd64 armhf arm64]
   include /etc/chromium.d/apikeys
   CONFIGURE_FLAGS += --with-gdrive-client-id=$(GOOGLE_DEFAULT_CLIENT_ID) --with-gdrive-client-secret=$(GOOGLE_DEFAULT_CLIENT_SECRET)
 endif

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



More information about the Pkg-openoffice-commits mailing list