diff options
author | Modestas Vainius <modax@debian.org> | 2009-01-25 11:42:14 +0000 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2009-01-25 11:42:14 +0000 |
commit | a8f483a80b8c33d2ebea97427ae9d866a194b90a (patch) | |
tree | 2170576819c7b1c7d41d169fa766d3564428aed3 /debian/rules | |
parent | 82888fd609f4dd2e8dc8766ade0e239fb58d897b (diff) | |
download | kde4libs-a8f483a80b8c33d2ebea97427ae9d866a194b90a.tar.gz |
This a huge commit which migrates all internal debian/cdbs "users" (with the
exception of kgraphviewer, what is this anyway?) in branches/kde4.2/packages
from the debian/cdbs to the one provided by pkg-kde-tools >= 0.4 at
/usr/share/pkg-kde-tools/qt-kde-team. pkg-kde-tools 0.4.0 has just been
uploaded to experimental, but compatible version is available in kdetrunk in
the meantime.
After this update, all debian/cdbs svn:externals will become non-existant and
should (not really sure) show up as ? in svn status output. Then you can delete
them with something like:
svn status | grep '^?.*debian/cdbs' | awk '{print $2}' (preview)
svn status | grep '^?.*debian/cdbs' | awk '{print $2}' | xargs rm -rf
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules index 73ed173..8f86fed 100755 --- a/debian/rules +++ b/debian/rules @@ -16,16 +16,7 @@ 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/qt-kde-team/1/debian-qt-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) |