Merge lp:~sil2100/location-service/gps-arm64 into lp:location-service/trunk

Proposed by Łukasz Zemczak
Status: Needs review
Proposed branch: lp:~sil2100/location-service/gps-arm64
Merge into: lp:location-service/trunk
Diff against target: 54 lines (+6/-5)
4 files modified
debian/bileto_pre_release_hook (+1/-0)
debian/control (+2/-2)
debian/control.in (+2/-2)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~sil2100/location-service/gps-arm64
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+306483@code.launchpad.net

Commit message

Enable gps provider on arm64.

Description of the change

To post a comment you must log in.
Revision history for this message
Scott Sweeny (ssweeny) wrote :

FYI I've already put these changes into a silo:
https://bileto.ubuntu.com/#/ticket/1922

Unmerged revisions

275. By Łukasz Zemczak

Enable gps provider on arm64.

274. By Launchpad Translations on behalf of phablet-team

Launchpad automatic translations update.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/bileto_pre_release_hook' (properties changed: +x to -x)
2--- debian/bileto_pre_release_hook 2016-04-12 06:33:54 +0000
3+++ debian/bileto_pre_release_hook 2016-09-22 15:00:08 +0000
4@@ -69,6 +69,7 @@
5 process "$dir/libubuntu-location-service-dev.install.in" >"$dir/libubuntu-location-service-dev.install"
6
7 ln -vsf "libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.with-gps" "$dir/libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.amd64"
8+ln -vsf "libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.with-gps" "$dir/libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.arm64"
9 ln -vsf "libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.with-gps" "$dir/libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.armhf"
10 ln -vsf "libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.with-gps" "$dir/libubuntu-location-service${UBUNTU_LOCATION_SERVICE_SOVERSION}.install.i386"
11
12
13=== modified file 'debian/control'
14--- debian/control 2016-04-05 17:16:02 +0000
15+++ debian/control 2016-09-22 15:00:08 +0000
16@@ -29,8 +29,8 @@
17 libnet-cpp-dev,
18 libprocess-cpp-dev,
19 libtrust-store-dev,
20- libubuntu-platform-hardware-api-headers [!arm64 !ppc64el !powerpc],
21- libubuntu-platform-hardware-api-dev [!arm64 !ppc64el !powerpc],
22+ libubuntu-platform-hardware-api-headers [!ppc64el !powerpc],
23+ libubuntu-platform-hardware-api-dev [!ppc64el !powerpc],
24 libproperties-cpp-dev,
25 lsb-release,
26 trust-store-bin,
27
28=== modified file 'debian/control.in'
29--- debian/control.in 2016-03-11 11:01:55 +0000
30+++ debian/control.in 2016-09-22 15:00:08 +0000
31@@ -24,8 +24,8 @@
32 libnet-cpp-dev,
33 libprocess-cpp-dev,
34 libtrust-store-dev,
35- libubuntu-platform-hardware-api-headers [!arm64 !ppc64el !powerpc],
36- libubuntu-platform-hardware-api-dev [!arm64 !ppc64el !powerpc],
37+ libubuntu-platform-hardware-api-headers [!ppc64el !powerpc],
38+ libubuntu-platform-hardware-api-dev [!ppc64el !powerpc],
39 libproperties-cpp-dev,
40 lsb-release,
41 trust-store-bin,
42
43=== modified file 'debian/rules'
44--- debian/rules 2016-04-05 17:26:56 +0000
45+++ debian/rules 2016-09-22 15:00:08 +0000
46@@ -27,7 +27,7 @@
47 minor=$(shell echo $(full_version) | cut -d'.' -f2)
48 patch=$(shell echo $(full_version) | cut -d'.' -f3)
49
50-ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el powerpc arm64))
51+ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el powerpc))
52 LOCATION_SERVICE_ENABLE_GPS_PROVIDER = OFF
53 else
54 LOCATION_SERVICE_ENABLE_GPS_PROVIDER = ON

Subscribers

People subscribed via source and target branches