Merge lp:~sil2100/ubuntu-download-manager/fix_deps into lp:ubuntu-download-manager

Proposed by Łukasz Zemczak
Status: Merged
Merged at revision: 238
Proposed branch: lp:~sil2100/ubuntu-download-manager/fix_deps
Merge into: lp:ubuntu-download-manager
Diff against target: 85 lines (+12/-9)
2 files modified
debian/control (+11/-8)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~sil2100/ubuntu-download-manager/fix_deps
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+206536@code.launchpad.net

Commit message

Fix dependencies for the -dev packages, and then fix some minor packaging issues

Description of the change

Fix dependencies for the -dev packages, and then fix some minor packaging issues

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

looks good, thanks!

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-02-10 20:49:03 +0000
3+++ debian/control 2014-02-14 17:39:12 +0000
4@@ -10,7 +10,7 @@
5 libqt5sql5-sqlite,
6 libnih-dbus-dev,
7 libgoogle-glog-dev,
8- dbus-test-runner
9+ dbus-test-runner,
10 Maintainer: Manuel de la Peña <manuel.delapena@canonical.com>
11 Standards-Version: 3.9.5
12 Homepage: https://launchpad.net/ubuntu-system-image
13@@ -29,19 +29,21 @@
14 Description: Ubuntu Download Manager - shared common library
15 Ubuntu Download Manager performs downloads from a centralized location.
16 .
17- This package includes the common shared library between the client lib and and the service lib.
18+ This package includes the common shared library between the client lib and the
19+ service lib.
20
21 Package: libubuntu-download-manager-common-dev
22 Section: libdevel
23 Architecture: any
24 Depends: libubuntu-download-manager-common0 (= ${binary:Version}),
25+ qtbase5-dev,
26 ${shlibs:Depends},
27 ${misc:Depends}
28 Breaks: ubuntu-download-manager-common-dev
29 Replaces: ubuntu-download-manager-common-dev
30 Description: QT library for Ubuntu Download Manager - development files
31- .
32- This package contains the common headers shared between the client library and the daemon library.
33+ This package contains the common headers shared between the client library and
34+ the daemon library.
35
36 Package: libubuntu-download-manager-priv0
37 Section: libs
38@@ -51,7 +53,7 @@
39 libubuntu-download-manager-common0 (= ${binary:Version}),
40 Breaks: ubuntu-download-manager-priv1
41 Replaces: ubuntu-download-manager-priv1
42-Description: Ubuntu Download Manager - shared library
43+Description: Ubuntu Download Manager - shared private library
44 Ubuntu Download Manager performs downloads from a centralized location.
45 .
46 This package includes the private shared library.
47@@ -64,7 +66,7 @@
48 libubuntu-download-manager-common0 (= ${binary:Version}),
49 Breaks: ubuntu-download-manager-client1
50 Replaces: ubuntu-download-manager-client1
51-Description: Ubuntu Download Manager - shared library
52+Description: Ubuntu Download Manager - shared public library
53 Ubuntu Download Manager performs downloads from a centralized location.
54 .
55 This package includes the public shared library.
56@@ -74,13 +76,14 @@
57 Architecture: any
58 Depends: libubuntu-download-manager-common-dev (= ${binary:Version}),
59 libubuntu-download-manager-client0 (= ${binary:Version}),
60+ qtbase5-dev,
61 ${shlibs:Depends},
62 ${misc:Depends}
63 Breaks: ubuntu-download-manager-client-dev
64 Replaces: ubuntu-download-manager-client-dev
65 Description: QT library for Ubuntu Download Manager - development files
66- .
67- This package contains the header that can be used to allow an application use the Ubuntu Download Manager client library.
68+ This package contains the header that can be used to allow an application use
69+ the Ubuntu Download Manager client library.
70
71 Package: ubuntu-download-manager
72 Section: net
73
74=== modified file 'debian/rules'
75--- debian/rules 2013-07-19 13:45:16 +0000
76+++ debian/rules 2014-02-14 17:39:12 +0000
77@@ -2,7 +2,7 @@
78 # -*- makefile -*-
79
80 # Uncomment this to turn on verbose mode.
81-export DH_VERBOSE=1
82+#export DH_VERBOSE=1
83 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
84
85 dh_auto_install:

Subscribers

People subscribed via source and target branches