Merge lp:~sil2100/url-dispatcher/packaging_additions into lp:url-dispatcher/13.10

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 15
Merged at revision: 15
Proposed branch: lp:~sil2100/url-dispatcher/packaging_additions
Merge into: lp:url-dispatcher/13.10
Diff against target: 42 lines (+7/-3)
2 files modified
debian/control (+5/-3)
debian/liburl-dispatcher1.symbols (+2/-0)
To merge this branch: bzr merge lp:~sil2100/url-dispatcher/packaging_additions
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+176927@code.launchpad.net

Commit message

Add symbols file, modify the package's short descriptions

Description of the change

Add symbols file, modify the package's short descriptions

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
15. By Łukasz Zemczak

Missed pre-depends

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

looking good now! thanks :)

review: Approve

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 2013-07-16 15:01:55 +0000
3+++ debian/control 2013-07-25 12:57:25 +0000
4@@ -21,10 +21,12 @@
5
6 Package: url-dispatcher
7 Architecture: any
8+Multi-Arch: same
9+Pre-Depends: ${misc:Pre-Depends},
10 Depends: upstart-app-launch,
11 ${misc:Depends},
12 ${shlibs:Depends},
13-Description: Service to allow sending of URLs and get handlers started
14+Description: service to allow sending of URLs and get handlers started
15 Allows applications to request a URL to be opened and handled by another
16 process without seeing the list of other applications on the system or
17 starting them inside its own Application Confinement.
18@@ -36,7 +38,7 @@
19 Depends: url-dispatcher (= ${binary:Version}),
20 ${misc:Depends},
21 ${shlibs:Depends},
22-Description: Tools for working with the URL Dispatcher.
23+Description: tools for working with the URL Dispatcher.
24 Allows applications to request a URL to be opened and handled by another
25 process without seeing the list of other applications on the system or
26 starting them inside its own Application Confinement.
27@@ -67,7 +69,7 @@
28 liburl-dispatcher1 (= ${binary:Version}),
29 ${misc:Depends},
30 ${shlibs:Depends},
31-Description: library for sending requests to the url dispatcher
32+Description: developer files for sending requests to the url dispatcher
33 Allows applications to request a URL to be opened and handled by another
34 process without seeing the list of other applications on the system or
35 starting them inside its own Application Confinement.
36
37=== added file 'debian/liburl-dispatcher1.symbols'
38--- debian/liburl-dispatcher1.symbols 1970-01-01 00:00:00 +0000
39+++ debian/liburl-dispatcher1.symbols 2013-07-25 12:57:25 +0000
40@@ -0,0 +1,2 @@
41+liburl-dispatcher.so.1 liburl-dispatcher1 #MINVER#
42+ url_dispatch_send@Base 0.1

Subscribers

People subscribed via source and target branches