diff options
author | Modestas Vainius <modax@debian.org> | 2010-02-16 01:09:09 +0000 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2010-02-16 01:09:09 +0000 |
commit | 6f54ef7244b2ff2fb882efb9f8dd2b64f7af6ce5 (patch) | |
tree | 5cc0e4f17130893abfd8288edce71d09319dfbf8 /debian/rules | |
parent | d5916bd58301c137e3cdea81e66549d80b511a8f (diff) | |
download | kde4libs-6f54ef7244b2ff2fb882efb9f8dd2b64f7af6ce5.tar.gz |
Do not fail if symbols were lost.
Otherwise it would not be practical with 29 library packages.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6907ccd..e1675c6 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ DEB_DBG_PACKAGE_ALL := kdelibs5-dbg #bump version for every new upstream version! DEB_DH_MAKESHLIBS_ARGS_libkdecore5 := -V'libkdecore5 (>= $(UPSTREAMVERSION)), $(RUNTIME_DEPS)' -DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_DH_MAKESHLIBS_ARGS_ALL := -V -u-c0 #DEB_DH_MAKESHLIBS_ARGS_libplasma3 := -V'libplasma3 (>= $(UPSTREAMVERSION)), $(PLASMA_ABI)' # remove dependencies on kdebase-runtime and phonon (the metapackage) |