diff options
author | Modestas Vainius <modax@debian.org> | 2009-01-25 00:12:58 +0000 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2009-01-25 00:12:58 +0000 |
commit | 52323875e0510be8d08969253dfb17c064c406e3 (patch) | |
tree | 41520f19d5414c4176fa407bf21780bd096e10ec /debian/rules | |
parent | af23292476776e2dc8892988d190e4eeef24401f (diff) | |
download | kde4libs-52323875e0510be8d08969253dfb17c064c406e3.tar.gz |
Revert debian/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index dcec080..1ceed73 100755 --- a/debian/rules +++ b/debian/rules @@ -16,8 +16,16 @@ DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(UPSTREAMVERSION)), $(RUNTIM # remove dependencies on kdebase-runtime and phonon (the metapackage) DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime -xphonon -include /usr/share/pkg-kde-tools/pkg-kde-build/1/kde4.mk -include /usr/share/pkg-kde-tools/makefiles/1/cdbs/symbolshelper.mk +include debian/cdbs/kde.mk binary-predeb/libplasma3:: echo plasma:abi-provides=$(PLASMA_ABI) >> debian/libplasma3.substvars + +binary-strip/libplasma3:: + pkgkde-symbolshelper symbolfile -p $(cdbs_curpkg) -o debian/$(cdbs_curpkg).symbols.$(DEB_HOST_ARCH) + +binary-fixup/libplasma3:: + pkgkde-symbolshelper postgensymbols -p $(cdbs_curpkg) -v + +clean:: + rm -f debian/libplasma3.symbols.$(DEB_HOST_ARCH) |