diff options
author | Modestas Vainius <modax@debian.org> | 2008-12-17 11:35:59 +0000 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2008-12-17 11:35:59 +0000 |
commit | 0cbe00c13d94df643ff25f066abe8bbe151d79e6 (patch) | |
tree | a501fe6d5c5f5ebc607745742101acb471c2f5cd /debian/rules | |
parent | 895b43b21eaf36b483cf06d38d02a1f64f891d40 (diff) | |
download | kde4libs-0cbe00c13d94df643ff25f066abe8bbe151d79e6.tar.gz |
newer kdelibs snapshot
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 2ea0db8..31e17ad 100755 --- a/debian/rules +++ b/debian/rules @@ -3,14 +3,12 @@ UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') #UPSTREAMVERSION ?= 4:4.1.3-2 PLASMA_ABI=$(shell grep 'plasma-abi-' debian/libplasma3.symbols.in | head -n1 | sed 's/^.*\(plasma-abi-\S\+\).*/\1/') -RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.85) +RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.85+svn897816) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg DEB_DBG_PACKAGE_libplasma3 := kdelibs5-dbg -DEB_CMAKE_EXTRA_FLAGS += -DKDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT=on - #bump version for every new upstream version! DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(UPSTREAMVERSION)), $(RUNTIME_DEPS)' #DEB_DH_MAKESHLIBS_ARGS_libplasma3 := -V'libplasma3 (>= $(UPSTREAMVERSION)), $(PLASMA_ABI)' |