diff options
author | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2009-08-02 15:21:09 +0000 |
---|---|---|
committer | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2009-08-02 15:21:09 +0000 |
commit | 9ee5e360427adb6517ce89c73231a914a90d2fba (patch) | |
tree | 2f866ff0cd9d6dfebb16352e9932f92a7dac753f /debian/rules | |
parent | e8db779363a3b92258cee9b34a32ee30b0e19291 (diff) | |
download | kde4libs-9ee5e360427adb6517ce89c73231a914a90d2fba.tar.gz |
force to latest runtime version
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 50c255d..923d233 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') #UPSTREAMVERSION ?= 4:4.2.0 #PLASMA_ABI=$(shell grep 'plasma-abi-' debian/libplasma3.symbols.in | head -n1 | sed 's/^.*\(plasma-abi-\S\+\).*/\1/') -RUNTIME_DEPS := kdebase-runtime (>= 4:4.2.96) +RUNTIME_DEPS := kdebase-runtime (>= 4:4.3.0) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg |