diff options
author | Rohan Garg <rohan@kde.org> | 2014-08-08 16:17:07 +0200 |
---|---|---|
committer | Rohan Garg <rohan@kde.org> | 2014-08-08 16:17:07 +0200 |
commit | 30b25428938c1c3f1b0025451c4c8ca135fc43b8 (patch) | |
tree | 52d5ee264f9a2cd84af428588593f13afb6eb346 | |
parent | 53d62fe60d65f32e2f819f6046eaefce2d047a56 (diff) | |
download | pkg-kde-tools-30b25428938c1c3f1b0025451c4c8ca135fc43b8.tar.gz |
Make sure we don't link to libkdeinit5_ explicitly
-rw-r--r-- | perllib/Debian/Debhelper/Sequence/kf5.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/Debian/Debhelper/Sequence/kf5.pm b/perllib/Debian/Debhelper/Sequence/kf5.pm index 60c33e7..566d977 100644 --- a/perllib/Debian/Debhelper/Sequence/kf5.pm +++ b/perllib/Debian/Debhelper/Sequence/kf5.pm @@ -32,6 +32,9 @@ add_command_options("dh_auto_test", "--buildsystem=kf5"); add_command_options("dh_auto_install", "--buildsystem=kf5"); add_command_options("dh_auto_clean", "--buildsystem=kf5"); +# Omit libkdeinit5_* from dh_makeshlibs by default +add_command_options("dh_makeshlibs", "-Xusr/lib/libkdeinit5_*"); + # Exclude kf5 documentation from dh_compress by default add_command_options("dh_compress", qw(-X.dcl -X.docbook -X-license -X.tag -X.sty -X.el)); |