[SCM] qtjsbackend packaging branch, master, updated. debian/5.0.2-3-10-g28a391d

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Wed Jul 10 00:55:46 UTC 2013


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

The following commit has been merged in the master branch:
commit afc7d8ee0c4d921acae3bea7e04c67b4e8a5ade8
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Jul 9 21:52:05 2013 -0300

    Remove the private headers.
---
 debian/changelog |    1 +
 debian/rules     |    5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ae18496..6ff4e7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qtjsbackend-opensource-src (5.1.0-1) UNRELEASED; urgency=low
   * Bump Qt build dependencies to 5.1.0~.
   * Remove libqt5v8-5-private-dev. So far no part of Qt seems to be using it.
     Can be re added later if needed.
+    - Delete the files in the dh_auto_install override.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 28 Apr 2013 15:54:45 +0200
 
diff --git a/debian/rules b/debian/rules
index 531b968..080d030 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
@@ -20,6 +22,9 @@ override_dh_auto_install:
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
+	# Remove private stuff we are not shipping.
+	rm -rfv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/QtV8/private/
+
 override_dh_install:
 	dh_install --fail-missing
 

-- 
qtjsbackend packaging



More information about the pkg-kde-commits mailing list