diff options
author | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2008-09-01 22:10:04 +0000 |
---|---|---|
committer | Ana Beatriz Guerrero Lopez <ana@debian.org> | 2008-09-01 22:10:04 +0000 |
commit | d9fde46ae1f3ef4f79e5c5894bb4b9b639dafaec (patch) | |
tree | 681e520d50a1a5f8e4b570f71a500b0472c5ffab /debian/rules | |
parent | b34aadcecacee49ceaffad39a5a7ffad5a171fd5 (diff) | |
download | kde4libs-d9fde46ae1f3ef4f79e5c5894bb4b9b639dafaec.tar.gz |
update versions in rules, no unstable and update changelogdebian/4.1.1-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index c79a20d..1816cca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,8 @@ #!/usr/bin/make -f -THIS_SHOULD_GO_TO_UNSTABLE=1 #UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') -UPSTREAMVERSION ?= 4:4.1.0 -RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.0) +UPSTREAMVERSION ?= 4:4.1.1 +RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.1) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg |