~charlesk/url-dispatcher/fix-ftbfs-when-build-type-not-set

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Source: url-dispatcher
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: click-dev,
               cmake,
               dbus-test-runner,
               debhelper (>= 9),
               dh-autoreconf,
               gtester2xunit,
               intltool,
               libclick-0.4-dev,
               libdbus-1-dev,
               libdbustest1-dev (>= 14.04.0),
               libglib2.0-dev,
               libjson-glib-dev,
               libgtest-dev,
               libsqlite3-dev,
               libubuntu-app-launch2-dev (>= 0.5),
               python3,
               python3-dbusmock,
               python3-fixtures,
               python3-nose,
               python3-testtools,
               sqlite3,
               upstart,
Standards-Version: 3.9.4
Homepage: http://launchpad.net/url-dispatcher
# If you aren't a member of ~indicator-applet-developers but need to upload
# packaging changes, just go ahead.  ~indicator-applet-developers will notice
# and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/url-dispatcher/trunk.13.10
Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/url-dispatcher/trunk.13.10/files

Package: url-dispatcher
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: service to allow sending of URLs and get handlers started
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package provides a service for the URL Dispatcher

Package: url-dispatcher-tools
Architecture: any
Depends: url-dispatcher (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: tools for working with the URL Dispatcher.
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package provides tools for working with the URL Dispatcher.

Package: liburl-dispatcher1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
         ${shlibs:Depends},
Suggests: url-dispatcher (= ${binary:Version}),
Description: library for sending requests to the url dispatcher
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package contains shared libraries to be used by applications.

Package: liburl-dispatcher1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libglib2.0-dev,
         liburl-dispatcher1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: developer files for sending requests to the url dispatcher
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package contains files that are needed to build applications.

Package: url-dispatcher-testability
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-dbusmock,
         python3-dbus,
Description: A fake URL dispatcher for use in testing.