Walter Lapchynski has proposed merging ~wxl/kubuntu-packaging/+git/kcoreaddons:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kcoreaddons:kubuntu_unstable.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~wxl/kubuntu-packaging/+git/kcoreaddons/+merge/311868 To deal with http://kci.pangea.pub/job/zesty_unstable_kcoreaddons/26/parsed_console/ * re: debhelper-but-no-misc-depends, add ${misc:Depends} to libkf5coreaddons-dev in debian/control * re: extra-license-file, add not-installed to remove usr/share/kf5/licenses/* -- Your team Kubuntu Packagers is requested to review the proposed merge of ~wxl/kubuntu-packaging/+git/kcoreaddons:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kcoreaddons:kubuntu_unstable.
diff --git a/debian/changelog b/debian/changelog index 737244a..6d694c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ kcoreaddons (5.27.0-1ubuntu1) UNRELEASED; urgency=medium [ Simon Quigley ] * Merge from Debian + [ Walter Lapchynski ] + * Added not-installed to remove additional license locations + -- Clive Johnston <[email protected]> Sun, 16 Oct 2016 21:47:51 +0100 kcoreaddons (5.27.0-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 7242372..1ba1e6b 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Section: libdevel Depends: libkf5coreaddons-bin-dev (= ${binary:Version}), libkf5coreaddons5 (= ${binary:Version}), qtbase5-dev (>= 5.6.1~), - ${shlibs:Depends} + ${shlibs:Depends}, ${misc:Depends} Breaks: libkf5service-dev (<= 5.2.0) Replaces: libkf5service-dev (<= 5.2.0) Description: KDE Frameworks 5 addons to QtCore - development files diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..efd9f67 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1 @@ +usr/share/kf5/licenses/*
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
