[SCM] qt5webkit packaging branch, master, updated. debian/5.3.1+dfsg-3-3-g05ec032

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sun Sep 7 12:05:36 UTC 2014


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

The following commit has been merged in the master branch:
commit 5660cfa27f6468e8df4f5e7d0b23ad669800a030
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Sep 7 16:04:43 2014 +0400

    Remove unused code from debian/rules.
---
 debian/changelog | 2 ++
 debian/rules     | 7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c70802..1d26e79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtwebkit-opensource-src (5.3.1+dfsg-4) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Remove unused code from debian/rules.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 07 Sep 2014 16:03:34 +0400
 
diff --git a/debian/rules b/debian/rules
index 0911513..58e1609 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ export QT_SELECT := qt5
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 gstab_architectures := amd64 i386 powerpc s390x
 fulldebug_architectures := none
@@ -44,12 +43,6 @@ endif
 	# Run qmake again now with the proper values.
 	qmake
 
-override_dh_auto_build-arch:
-	# This override may seem futile, but it helps us make sure that the tools
-	# needed for building the docs are built before calling them.
-	# If there's a better way, do not heasitate to tell us.
-	dh_auto_build
-
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- html_docs
 

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list