Merge lp:~didrocks/location-service/clean-location-service-pkg into lp:location-service/trunk

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 17
Merged at revision: 16
Proposed branch: lp:~didrocks/location-service/clean-location-service-pkg
Merge into: lp:location-service/trunk
Diff against target: 55 lines (+19/-2)
3 files modified
debian/control (+14/-1)
debian/rules (+4/-1)
debian/ubuntu-location-service-doc.install (+1/-0)
To merge this branch: bzr merge lp:~didrocks/location-service/clean-location-service-pkg
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Sebastien Bacher Approve
Ubuntu Phablet Team Pending
Review via email: mp+173003@code.launchpad.net

Commit message

Ship a -doc package now to install the documentation. In addition to it, build in parallel as well as check for missing files.

Description of the change

Ship a -doc package now to install the documentation. In addition to it, build
in parallel as well as check for missing files.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

looks fine, thanks

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2013-06-14 07:57:07 +0000
+++ debian/control 2013-07-04 11:04:27 +0000
@@ -40,7 +40,7 @@
4040
41Package: libubuntu-location-service-dev41Package: libubuntu-location-service-dev
42Section: libdevel42Section: libdevel
43Architecture: all43Architecture: any
44Multi-Arch: foreign44Multi-Arch: foreign
45Depends: libubuntu-location-service0 (= ${binary:Version}),45Depends: libubuntu-location-service0 (= ${binary:Version}),
46 ${misc:Depends},46 ${misc:Depends},
@@ -55,7 +55,20 @@
55Multi-Arch: same55Multi-Arch: same
56Depends: ${misc:Depends},56Depends: ${misc:Depends},
57 ${shlibs:Depends},57 ${shlibs:Depends},
58 ubuntu-location-service-doc,
58Description: location service aggregating position/velocity/heading59Description: location service aggregating position/velocity/heading
59 updates and exporting them over dbus.60 updates and exporting them over dbus.
60 .61 .
61 Contains example service and client.62 Contains example service and client.
63
64Package: ubuntu-location-service-doc
65Section: doc
66Architecture: all
67Depends: ${misc:Depends},
68 ${shlibs:Depends},
69 libubuntu-location-service-dev,
70Recommends: ubuntu-location-service-examples,
71Description: location service aggregating position/velocity/heading
72 updates and exporting them over dbus.
73 .
74 Contains documentation for service and client.
6275
=== modified file 'debian/rules'
--- debian/rules 2013-06-13 13:57:38 +0000
+++ debian/rules 2013-07-04 11:04:27 +0000
@@ -14,7 +14,10 @@
14export DPKG_GENSYMBOLS_CHECK_LEVEL=414export DPKG_GENSYMBOLS_CHECK_LEVEL=4
1515
16%:16%:
17 dh $@17 dh $@ --parallel --fail-missing
18
19override_dh_install:
20 dh_install -Xubuntu-location-service.1 --fail-missing
1821
19override_dh_auto_configure:22override_dh_auto_configure:
20 dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/ubuntu-location-service23 dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/ubuntu-location-service
2124
=== added file 'debian/ubuntu-location-service-doc.install'
--- debian/ubuntu-location-service-doc.install 1970-01-01 00:00:00 +0000
+++ debian/ubuntu-location-service-doc.install 2013-07-04 11:04:27 +0000
@@ -0,0 +1,1 @@
1usr/share/LocationService/doc/html

Subscribers

People subscribed via source and target branches