From c70cfef49bbc955db2b28fe2966b34f97a79f9b6 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Fri, 30 Aug 2013 14:38:23 -0400 Subject: Don't build/install the library right now --- CMakeLists.txt | 2 +- debian/control | 57 +++++++++++++++++++++++++++++---------------------------- debian/rules | 4 +++- 3 files changed, 33 insertions(+), 30 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97d6cad..0c530f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -fPIC") add_subdirectory(data) add_subdirectory(service) -add_subdirectory(libunity-greeter-session-broadcast) +#add_subdirectory(libunity-greeter-session-broadcast) # TODO # enable_testing() diff --git a/debian/control b/debian/control index f24aefd..7acd168 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,8 @@ Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/unity-greet Package: unity-greeter-session-broadcast Architecture: any -Depends: upstart-app-launch, +Depends: upstart (>= 1.10), + upstart-app-launch, ${misc:Depends}, ${shlibs:Depends}, Description: Service to allow the greeter to communicate to sessions @@ -30,30 +31,30 @@ Description: Service to allow the greeter to communicate to sessions . This package provides a service for Unity's Greeter Session Broadcast -Package: libunity-greeter-session-broadcast1 -Section: libs -Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends}, -Pre-Depends: ${misc:Pre-Depends}, -Multi-Arch: same -Recommends: unity-greeter-session-broadcast (= ${binary:Version}), -Description: library for sending requests to the user session - Sends requests to the broadcast service so that they can be seen - by the user session. - . - This package contains shared libraries to be used by the greeter. - -Package: libunity-greeter-session-broadcast1-dev -Section: libdevel -Architecture: any -Depends: libglib2.0-dev, - libunity-greeter-session-broadcast1 (= ${binary:Version}), - ${misc:Depends}, - ${shlibs:Depends}, -Multi-Arch: same -Description: library for sending requests to the user session - Sends requests to the broadcast service so that they can be seen - by the user session. - . - This package contains files that are needed to build the greeter. +#Package: libunity-greeter-session-broadcast1 +#Section: libs +#Architecture: any +#Depends: ${misc:Depends}, +# ${shlibs:Depends}, +#Pre-Depends: ${misc:Pre-Depends}, +#Multi-Arch: same +#Recommends: unity-greeter-session-broadcast (= ${binary:Version}), +#Description: library for sending requests to the user session +# Sends requests to the broadcast service so that they can be seen +# by the user session. +# . +# This package contains shared libraries to be used by the greeter. +# +#Package: libunity-greeter-session-broadcast1-dev +#Section: libdevel +#Architecture: any +#Depends: libglib2.0-dev, +# libunity-greeter-session-broadcast1 (= ${binary:Version}), +# ${misc:Depends}, +# ${shlibs:Depends}, +#Multi-Arch: same +#Description: library for sending requests to the user session +# Sends requests to the broadcast service so that they can be seen +# by the user session. +# . +# This package contains files that are needed to build the greeter. diff --git a/debian/rules b/debian/rules index b0a68e1..621e27b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,12 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 export G_MESSAGES_DEBUG=all -export DEBIAN_TARGET_DIR="${CURDIR}/debian/tmp" %: dh $@ +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + override_dh_install: dh_install --fail-missing -- cgit v1.2.3