Merge lp:~mterry/unity-greeter-session-broadcast/no-lib into lp:unity-greeter-session-broadcast/13.10

Proposed by Michael Terry
Status: Merged
Approved by: Ted Gould
Approved revision: 22
Merged at revision: 23
Proposed branch: lp:~mterry/unity-greeter-session-broadcast/no-lib
Merge into: lp:unity-greeter-session-broadcast/13.10
Diff against target: 102 lines (+33/-30)
3 files modified
CMakeLists.txt (+1/-1)
debian/control (+29/-28)
debian/rules (+3/-1)
To merge this branch: bzr merge lp:~mterry/unity-greeter-session-broadcast/no-lib
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Indicator Applet Developers Pending
Review via email: mp+183249@code.launchpad.net

Commit message

Don't build or install the library right now. It's not finished and isn't used yet.

Description of the change

Don't build or install the library right now. It's not finished and isn't used yet.

Leaves code in place for future revival. Just disables it.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michael Terry (mterry) wrote :

Oh yeah, and I added a versioned upstart Depends, just for the fun.

Revision history for this message
Ted Gould (ted) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2013-08-28 16:37:47 +0000
3+++ CMakeLists.txt 2013-08-30 18:39:38 +0000
4@@ -67,7 +67,7 @@
5
6 add_subdirectory(data)
7 add_subdirectory(service)
8-add_subdirectory(libunity-greeter-session-broadcast)
9+#add_subdirectory(libunity-greeter-session-broadcast)
10
11 # TODO
12 # enable_testing()
13
14=== modified file 'debian/control'
15--- debian/control 2013-07-09 19:31:17 +0000
16+++ debian/control 2013-08-30 18:39:38 +0000
17@@ -21,7 +21,8 @@
18
19 Package: unity-greeter-session-broadcast
20 Architecture: any
21-Depends: upstart-app-launch,
22+Depends: upstart (>= 1.10),
23+ upstart-app-launch,
24 ${misc:Depends},
25 ${shlibs:Depends},
26 Description: Service to allow the greeter to communicate to sessions
27@@ -30,30 +31,30 @@
28 .
29 This package provides a service for Unity's Greeter Session Broadcast
30
31-Package: libunity-greeter-session-broadcast1
32-Section: libs
33-Architecture: any
34-Depends: ${misc:Depends},
35- ${shlibs:Depends},
36-Pre-Depends: ${misc:Pre-Depends},
37-Multi-Arch: same
38-Recommends: unity-greeter-session-broadcast (= ${binary:Version}),
39-Description: library for sending requests to the user session
40- Sends requests to the broadcast service so that they can be seen
41- by the user session.
42- .
43- This package contains shared libraries to be used by the greeter.
44-
45-Package: libunity-greeter-session-broadcast1-dev
46-Section: libdevel
47-Architecture: any
48-Depends: libglib2.0-dev,
49- libunity-greeter-session-broadcast1 (= ${binary:Version}),
50- ${misc:Depends},
51- ${shlibs:Depends},
52-Multi-Arch: same
53-Description: library for sending requests to the user session
54- Sends requests to the broadcast service so that they can be seen
55- by the user session.
56- .
57- This package contains files that are needed to build the greeter.
58+#Package: libunity-greeter-session-broadcast1
59+#Section: libs
60+#Architecture: any
61+#Depends: ${misc:Depends},
62+# ${shlibs:Depends},
63+#Pre-Depends: ${misc:Pre-Depends},
64+#Multi-Arch: same
65+#Recommends: unity-greeter-session-broadcast (= ${binary:Version}),
66+#Description: library for sending requests to the user session
67+# Sends requests to the broadcast service so that they can be seen
68+# by the user session.
69+# .
70+# This package contains shared libraries to be used by the greeter.
71+#
72+#Package: libunity-greeter-session-broadcast1-dev
73+#Section: libdevel
74+#Architecture: any
75+#Depends: libglib2.0-dev,
76+# libunity-greeter-session-broadcast1 (= ${binary:Version}),
77+# ${misc:Depends},
78+# ${shlibs:Depends},
79+#Multi-Arch: same
80+#Description: library for sending requests to the user session
81+# Sends requests to the broadcast service so that they can be seen
82+# by the user session.
83+# .
84+# This package contains files that are needed to build the greeter.
85
86=== modified file 'debian/rules'
87--- debian/rules 2013-06-27 16:36:41 +0000
88+++ debian/rules 2013-08-30 18:39:38 +0000
89@@ -2,10 +2,12 @@
90
91 export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
92 export G_MESSAGES_DEBUG=all
93-export DEBIAN_TARGET_DIR="${CURDIR}/debian/tmp"
94
95 %:
96 dh $@
97
98+override_dh_auto_install:
99+ dh_auto_install --destdir=debian/tmp
100+
101 override_dh_install:
102 dh_install --fail-missing

Subscribers

People subscribed via source and target branches