diff options
author | Sune Vuorela <sune@debian.org> | 2009-01-25 15:14:24 +0000 |
---|---|---|
committer | Sune Vuorela <sune@debian.org> | 2009-01-25 15:14:24 +0000 |
commit | a2e3f6e232e0af154457fc33118a96722e9320ac (patch) | |
tree | 9dabdb9cf7a007eb5291a598206cc82b40fbc229 /debian/rules | |
parent | a8f483a80b8c33d2ebea97427ae9d866a194b90a (diff) | |
download | kde4libs-a2e3f6e232e0af154457fc33118a96722e9320ac.tar.gz |
Remove plasma abi handling. It is expected to be stable now.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 8f86fed..9a57a34 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') #UPSTREAMVERSION ?= 4:4.2.0 -PLASMA_ABI=$(shell grep 'plasma-abi-' debian/libplasma3.symbols.in | head -n1 | sed 's/^.*\(plasma-abi-\S\+\).*/\1/') +#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) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg @@ -18,5 +18,5 @@ DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime -xphonon include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk -binary-predeb/libplasma3:: - echo plasma:abi-provides=$(PLASMA_ABI) >> debian/libplasma3.substvars +#binary-predeb/libplasma3:: +# echo plasma:abi-provides=$(PLASMA_ABI) >> debian/libplasma3.substvars |