diff options
author | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2009-01-22 01:17:37 +0000 |
---|---|---|
committer | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2009-01-22 01:17:37 +0000 |
commit | dd62c7a0bfd55051329bc737c6966898be528b7c (patch) | |
tree | 04e086d35e7e33d24ec692d16bb0108fb904263e /debian/rules | |
parent | 734bf07e0d383b5b51cc2c3415b9c6cd701bb939 (diff) | |
download | kde4libs-dd62c7a0bfd55051329bc737c6966898be528b7c.tar.gz |
updating 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 31e17ad..1ceed73 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ 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+svn897816) +RUNTIME_DEPS := kdebase-runtime (>= 4:4.2.0) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg |