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
=== modified file 'debian/control'
--- debian/control 2013-07-16 15:01:55 +0000
+++ debian/control 2013-07-25 12:57:25 +0000
@@ -21,10 +21,12 @@
2121
22Package: url-dispatcher22Package: url-dispatcher
23Architecture: any23Architecture: any
24Multi-Arch: same
25Pre-Depends: ${misc:Pre-Depends},
24Depends: upstart-app-launch,26Depends: upstart-app-launch,
25 ${misc:Depends},27 ${misc:Depends},
26 ${shlibs:Depends},28 ${shlibs:Depends},
27Description: Service to allow sending of URLs and get handlers started29Description: service to allow sending of URLs and get handlers started
28 Allows applications to request a URL to be opened and handled by another30 Allows applications to request a URL to be opened and handled by another
29 process without seeing the list of other applications on the system or31 process without seeing the list of other applications on the system or
30 starting them inside its own Application Confinement.32 starting them inside its own Application Confinement.
@@ -36,7 +38,7 @@
36Depends: url-dispatcher (= ${binary:Version}),38Depends: url-dispatcher (= ${binary:Version}),
37 ${misc:Depends},39 ${misc:Depends},
38 ${shlibs:Depends},40 ${shlibs:Depends},
39Description: Tools for working with the URL Dispatcher.41Description: tools for working with the URL Dispatcher.
40 Allows applications to request a URL to be opened and handled by another42 Allows applications to request a URL to be opened and handled by another
41 process without seeing the list of other applications on the system or43 process without seeing the list of other applications on the system or
42 starting them inside its own Application Confinement.44 starting them inside its own Application Confinement.
@@ -67,7 +69,7 @@
67 liburl-dispatcher1 (= ${binary:Version}),69 liburl-dispatcher1 (= ${binary:Version}),
68 ${misc:Depends},70 ${misc:Depends},
69 ${shlibs:Depends},71 ${shlibs:Depends},
70Description: library for sending requests to the url dispatcher72Description: developer files for sending requests to the url dispatcher
71 Allows applications to request a URL to be opened and handled by another73 Allows applications to request a URL to be opened and handled by another
72 process without seeing the list of other applications on the system or74 process without seeing the list of other applications on the system or
73 starting them inside its own Application Confinement.75 starting them inside its own Application Confinement.
7476
=== added file 'debian/liburl-dispatcher1.symbols'
--- debian/liburl-dispatcher1.symbols 1970-01-01 00:00:00 +0000
+++ debian/liburl-dispatcher1.symbols 2013-07-25 12:57:25 +0000
@@ -0,0 +1,2 @@
1liburl-dispatcher.so.1 liburl-dispatcher1 #MINVER#
2 url_dispatch_send@Base 0.1

Subscribers

People subscribed via source and target branches