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
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-08-28 16:37:47 +0000
+++ CMakeLists.txt 2013-08-30 18:39:38 +0000
@@ -67,7 +67,7 @@
6767
68add_subdirectory(data)68add_subdirectory(data)
69add_subdirectory(service)69add_subdirectory(service)
70add_subdirectory(libunity-greeter-session-broadcast)70#add_subdirectory(libunity-greeter-session-broadcast)
7171
72# TODO72# TODO
73# enable_testing()73# enable_testing()
7474
=== modified file 'debian/control'
--- debian/control 2013-07-09 19:31:17 +0000
+++ debian/control 2013-08-30 18:39:38 +0000
@@ -21,7 +21,8 @@
2121
22Package: unity-greeter-session-broadcast22Package: unity-greeter-session-broadcast
23Architecture: any23Architecture: any
24Depends: upstart-app-launch,24Depends: upstart (>= 1.10),
25 upstart-app-launch,
25 ${misc:Depends},26 ${misc:Depends},
26 ${shlibs:Depends},27 ${shlibs:Depends},
27Description: Service to allow the greeter to communicate to sessions28Description: Service to allow the greeter to communicate to sessions
@@ -30,30 +31,30 @@
30 .31 .
31 This package provides a service for Unity's Greeter Session Broadcast32 This package provides a service for Unity's Greeter Session Broadcast
3233
33Package: libunity-greeter-session-broadcast134#Package: libunity-greeter-session-broadcast1
34Section: libs35#Section: libs
35Architecture: any36#Architecture: any
36Depends: ${misc:Depends},37#Depends: ${misc:Depends},
37 ${shlibs:Depends},38# ${shlibs:Depends},
38Pre-Depends: ${misc:Pre-Depends},39#Pre-Depends: ${misc:Pre-Depends},
39Multi-Arch: same40#Multi-Arch: same
40Recommends: unity-greeter-session-broadcast (= ${binary:Version}),41#Recommends: unity-greeter-session-broadcast (= ${binary:Version}),
41Description: library for sending requests to the user session42#Description: library for sending requests to the user session
42 Sends requests to the broadcast service so that they can be seen43# Sends requests to the broadcast service so that they can be seen
43 by the user session.44# by the user session.
44 .45# .
45 This package contains shared libraries to be used by the greeter.46# This package contains shared libraries to be used by the greeter.
4647#
47Package: libunity-greeter-session-broadcast1-dev48#Package: libunity-greeter-session-broadcast1-dev
48Section: libdevel49#Section: libdevel
49Architecture: any50#Architecture: any
50Depends: libglib2.0-dev,51#Depends: libglib2.0-dev,
51 libunity-greeter-session-broadcast1 (= ${binary:Version}),52# libunity-greeter-session-broadcast1 (= ${binary:Version}),
52 ${misc:Depends},53# ${misc:Depends},
53 ${shlibs:Depends},54# ${shlibs:Depends},
54Multi-Arch: same55#Multi-Arch: same
55Description: library for sending requests to the user session56#Description: library for sending requests to the user session
56 Sends requests to the broadcast service so that they can be seen57# Sends requests to the broadcast service so that they can be seen
57 by the user session.58# by the user session.
58 .59# .
59 This package contains files that are needed to build the greeter.60# This package contains files that are needed to build the greeter.
6061
=== modified file 'debian/rules'
--- debian/rules 2013-06-27 16:36:41 +0000
+++ debian/rules 2013-08-30 18:39:38 +0000
@@ -2,10 +2,12 @@
22
3export DPKG_GENSYMBOLS_CHECK_LEVEL = 43export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
4export G_MESSAGES_DEBUG=all4export G_MESSAGES_DEBUG=all
5export DEBIAN_TARGET_DIR="${CURDIR}/debian/tmp"
65
7%:6%:
8 dh $@7 dh $@
98
9override_dh_auto_install:
10 dh_auto_install --destdir=debian/tmp
11
10override_dh_install:12override_dh_install:
11 dh_install --fail-missing13 dh_install --fail-missing

Subscribers

People subscribed via source and target branches