diff options
author | Modestas Vainius <modax@debian.org> | 2009-01-25 00:14:12 +0000 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2009-01-25 00:14:12 +0000 |
commit | 82888fd609f4dd2e8dc8766ade0e239fb58d897b (patch) | |
tree | 685e48a8d5babcd7351d19dc1506f88aeaaeb2ee /debian/rules | |
parent | 52323875e0510be8d08969253dfb17c064c406e3 (diff) | |
download | kde4libs-82888fd609f4dd2e8dc8766ade0e239fb58d897b.tar.gz |
Update comment. Leave auto shlibs bumping ON
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 1ceed73..73ed173 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') -#UPSTREAMVERSION ?= 4:4.1.3-2 +#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.0) |