diff options
| author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2012-07-18 13:28:31 +0200 |
|---|---|---|
| committer | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2012-07-18 13:28:31 +0200 |
| commit | d0be15221e0d6910dbfd6c28c905960ce07c05e0 (patch) | |
| tree | 9593494fa66b16effe5d07c2ec428d3e5ac750c8 /debian/rules | |
| parent | 0d5e73edfd4cb0c7a5eaf175837a18060276e9fe (diff) | |
We don't need the libunity-protocol-private0 dependency. Also simplified the sed expression for path extraction.
(bzr r55.10.2)
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index bb54de6fc..00977741e 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ CFLAGS=$(shell echo $$CFLAGS | sed -e 's/\-Wall//') CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/core/abiversion.h ) NUX_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+NUX_ABIVERSION[[:space:]]+//p' /usr/include/Nux-3.0/Nux/ABI.h ) -LIBUNITY_PRIVATE := $(shell pkg-config --libs-only-L unity-protocol-private | sed -e 's/^.*-L\(.*\)/\1/' ) +LIBUNITY_PRIVATE := $(shell pkg-config --libs-only-L unity-protocol-private | sed -e 's/-L\(.*\)/\1/' ) override_dh_quilt_patch: dh_quilt_patch |
