From b0a9ff3dfa02da05a64e806dbdaff0309de40c2a Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Sun, 12 Aug 2018 17:00:09 +0000 Subject: [PATCH] Ship Google API key --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index a5685e2..9a96fcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ minitube (2.9-1) UNRELEASED; urgency=medium * Switch priority to optional as extra is deprecated * Update AppStream data * Drop cdbs and switch to DH 11 + * Ship Google API key (Closes: #852601) -- Jakob Haufe Sat, 11 Aug 2018 17:28:13 +0000 diff --git a/debian/rules b/debian/rules index 212d162..dcbf4c1 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,9 @@ export QT_SELECT=qt5 %: dh $@ +override_dh_auto_configure:: + dh_auto_configure -- DEFINES+=APP_GOOGLE_API_KEY=AIzaSyC9EDpL8xpx_EcAbTbn66wbMwMzqzSI3MM + override_dh_auto_install:: dh_auto_install --destdir=debian/tmp -- 2.39.2