diff options
author | Modestas Vainius <modestas@vainius.eu> | 2010-07-26 19:39:53 +0300 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2010-07-26 19:39:53 +0300 |
commit | 82ce55f22fdcaa07cdd4c625c86421ddbff1d2a2 (patch) | |
tree | 1b73124331977416a15f6ed77b46deda7811c3f4 /debian/rules | |
parent | af3d3274f29558365610a440981cf42e66a5f80f (diff) | |
download | kde4libs-82ce55f22fdcaa07cdd4c625c86421ddbff1d2a2.tar.gz |
Add 4:4.3.4-2 changes from the respective dsc.debian/4.3.4-2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 923d233..8aada4d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Ver #PLASMA_ABI=$(shell grep 'plasma-abi-' debian/libplasma3.symbols.in | head -n1 | sed 's/^.*\(plasma-abi-\S\+\).*/\1/') RUNTIME_DEPS := kdebase-runtime (>= 4:4.3.0) +DEB_CMAKE_CUSTOM_FLAGS := -DCMAKE_SKIP_RPATH=ON + DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg DEB_DBG_PACKAGE_libplasma3 := kdelibs5-dbg |