[SCM] qtbase packaging branch, experimental, updated. debian/5.8.0+dfsg-1-8-gd2643de
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Feb 11 09:32:27 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=a5c1363
The following commit has been merged in the experimental branch:
commit a5c1363a4e77fc7257ab6cd978643a6857bcac45
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Feb 10 18:56:49 2017 +0300
Do not override dh_installdocs anymore.
LGPL_EXCEPTION.txt is included in the copyright file.
---
debian/changelog | 2 ++
debian/rules | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8d2909b..49793d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ qtbase-opensource-src (5.8.0+dfsg-2) UNRELEASED; urgency=medium
* Do not install QtGlxSupport library on armel and armhf, it is not
built when opengles2 is in use.
* Mark QtInputSupport as linux-only, because it needs libinput.
+ * Do not override dh_installdocs anymore. LGPL_EXCEPTION.txt is included
+ in the copyright file.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 10 Feb 2017 16:46:27 +0300
diff --git a/debian/rules b/debian/rules
index 8678fce..05e313b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -273,9 +273,6 @@ override_dh_auto_install-indep:
override_dh_install:
dh_install --fail-missing
-override_dh_installdocs:
- dh_installdocs --all LGPL_EXCEPTION.txt
-
override_dh_installchangelogs:
if [ -f $(upstream_changes) ] ; then \
dh_installchangelogs $(upstream_changes); \
--
qtbase packaging
More information about the pkg-kde-commits
mailing list