diff options
author | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2008-09-25 22:27:51 +0000 |
---|---|---|
committer | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2008-09-25 22:27:51 +0000 |
commit | 5b5ce59aeb7042a43011bc6f234cc06d98503e60 (patch) | |
tree | fe02cd4f7a67e769f0ae22844ea7151ead632c72 /debian/rules | |
parent | 950f41272f8cc5f92893ee3093e017b97afbe788 (diff) | |
download | kde4libs-5b5ce59aeb7042a43011bc6f234cc06d98503e60.tar.gz |
and this too
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 1816cca..5b9801f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,8 @@ #!/usr/bin/make -f #UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') -UPSTREAMVERSION ?= 4:4.1.1 -RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.1) +UPSTREAMVERSION ?= 4:4.1.2 +RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.2) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg |