diff options
author | Modestas Vainius <modax@debian.org> | 2009-01-25 00:08:47 +0000 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2009-01-25 00:08:47 +0000 |
commit | af23292476776e2dc8892988d190e4eeef24401f (patch) | |
tree | 99de876f3261f5aad542b5bd8577f0a251dd185d /debian/rules | |
parent | 2f3c967171163da10022ecdd9d7bc5648286cd1d (diff) | |
download | kde4libs-af23292476776e2dc8892988d190e4eeef24401f.tar.gz |
Cosmetic
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules index 1ceed73..dcec080 100755 --- a/debian/rules +++ b/debian/rules @@ -16,16 +16,8 @@ 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 debian/cdbs/kde.mk +include /usr/share/pkg-kde-tools/pkg-kde-build/1/kde4.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/symbolshelper.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) |