Merge lp:~ken-vandine/biometryd/packaging_cleanup into lp:biometryd

Proposed by Ken VanDine
Status: Merged
Approved by: Ken VanDine
Approved revision: 42
Merged at revision: 41
Proposed branch: lp:~ken-vandine/biometryd/packaging_cleanup
Merge into: lp:biometryd
Diff against target: 34 lines (+4/-1)
3 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/control.in (+2/-0)
debian/source/format (+0/-1)
To merge this branch: bzr merge lp:~ken-vandine/biometryd/packaging_cleanup
Reviewer Review Type Date Requested Status
Michael Terry Approve
Review via email: mp+306369@code.launchpad.net

Commit message

* Added shlibs:Depends
* Use split mode instead of native

Description of the change

* Added shlibs:Depends
* Use split mode instead of native

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Didn't test, but looks fine.

review: Approve
43. By Ken VanDine

dropped symbols file

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2016-09-21 19:16:18 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'debian/control.in'
10--- debian/control.in 2016-05-11 15:29:04 +0000
11+++ debian/control.in 2016-09-21 19:16:18 +0000
12@@ -66,6 +66,7 @@
13 Architecture: any
14 Depends: libbiometryd@BIOMETRYD_SOVERSION@ (= ${binary:Version}),
15 ${misc:Depends},
16+ ${shlibs:Depends},
17 Description: biometryd mediates/multiplexes to biometric devices - daemon/helper binaries
18 biometryd mediates and multiplexes access to biometric devices present on the system,
19 enabling applications and system components to leverage them for identification and verification
20@@ -78,6 +79,7 @@
21 Architecture: any
22 Depends: libbiometryd@BIOMETRYD_SOVERSION@ (= ${binary:Version}),
23 ${misc:Depends},
24+ ${shlibs:Depends},
25 Description: biometryd mediates/multiplexes to biometric devices - QML bindings
26 biometryd mediates and multiplexes access to biometric devices present on the system,
27 enabling applications and system components to leverage them for identification and verification
28
29=== removed directory 'debian/source'
30=== removed file 'debian/source/format'
31--- debian/source/format 2016-05-02 06:16:01 +0000
32+++ debian/source/format 1970-01-01 00:00:00 +0000
33@@ -1,1 +0,0 @@
34-3.0 (native)

Subscribers

People subscribed via source and target branches