diff options
author | Modestas Vainius <modax@debian.org> | 2008-11-16 23:04:06 +0000 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2008-11-16 23:04:06 +0000 |
commit | 42022f101a949dd1b0cb2572a9bdec85d51dce42 (patch) | |
tree | 761b695184017f90bdcb1aa50ffcb8b656051f45 /debian/rules | |
parent | 87b7707ad21c83ef27d33480ce894868ecde94d2 (diff) | |
download | kde4libs-42022f101a949dd1b0cb2572a9bdec85d51dce42.tar.gz |
Initial kdelibs 4.1.73+svn packaging.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 57ea977..1adb424 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,9 @@ #!/usr/bin/make -f -#UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') -UPSTREAMVERSION ?= 4:4.1.3-2 -RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.3) +UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') +#UPSTREAMVERSION ?= 4:4.1.3-2 +PLASMA_ABI=plasma-abi-4.2-1 +RUNTIME_DEPS := kdebase-runtime (>= 4:4.1.73) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg @@ -11,8 +12,12 @@ DEB_CMAKE_EXTRA_FLAGS += -DKDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT=on #bump version for every new upstream version! DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(UPSTREAMVERSION)), $(RUNTIME_DEPS)' +DEB_DH_MAKESHLIBS_ARGS_libplasma3 := -V'libplasma3 (>= $(UPSTREAMVERSION)), $(PLASMA_ABI)' # remove dependencies on kdebase-runtime and phonon (the metapackage) DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime -xphonon include debian/cdbs/kde.mk + +binary-predeb/libplasma3:: + echo plasma:abi-provides=$(PLASMA_ABI) >> debian/libplasma3.substvars |