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 | |
parent | 950f41272f8cc5f92893ee3093e017b97afbe788 (diff) | |
download | kde4libs-5b5ce59aeb7042a43011bc6f234cc06d98503e60.tar.gz |
and this too
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 22d59d6..b057c60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ kde4libs (4:4.1.2-0) UNRELEASED; urgency=low * New upstream release. + * Update UPSTREAMVERSION to 4.1.2 in debian/rules. -- Ana Beatriz Guerrero Lopez <ana@debian.org> Thu, 25 Sep 2008 22:59:33 +0200 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 |