[SCM] qt5webkit packaging branch, experimental, updated. debian/5.6.0-rc+dfsg-1-2-g15011a1

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Mar 6 19:32:19 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=15011a1

The following commit has been merged in the experimental branch:
commit 15011a13598a91c5706e856d66b6c19fc5e24728
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Mar 6 15:28:40 2016 +0300

    Explicitly specify Makefile for building docs.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e263f7c..2504304 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtwebkit-opensource-src (5.6.0~rc+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Explicitly specify Makefile for building docs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 06 Mar 2016 15:26:56 +0300
 
diff --git a/debian/rules b/debian/rules
index a427c2e..bb038cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ endif
 	/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/syncqt.pl Source -version 5.6.0
 
 override_dh_auto_build-indep:
-	dh_auto_build -- docs
+	dh_auto_build -- -CSource -fMakefile.api docs
 
 override_dh_auto_install-arch:
 	make install INSTALL_ROOT=$(CURDIR)/debian/tmp
@@ -78,7 +78,7 @@ override_dh_auto_install-arch:
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 override_dh_auto_install-indep:
-	dh_auto_build -- -f Source/Makefile.api INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
+	dh_auto_build -- -CSource -fMakefile.api INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 
 override_dh_install:
 	dh_install --fail-missing

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list