From cf43dae52ee2da59592ce80983cc84b5da378033 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Mon, 21 Mar 2016 21:23:28 +0100 Subject: Move qtchooser configuration files from libqt5core5a to qtchooser itself. Bump qtchooser dependency for qt5-qmake and qtbase5-dev-tools. Closes: #818536. --- debian/rules | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 2353a8d..6546949 100755 --- a/debian/rules +++ b/debian/rules @@ -252,16 +252,8 @@ endif find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \ -exec perl -pi -e "s, -L$(CURDIR)/?\S+,,g" {} \; - # Add a configuration for qtchooser - mkdir -p $(CURDIR)/debian/tmp/usr/share/qtchooser - echo "/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin" > $(CURDIR)/debian/tmp/usr/share/qtchooser/qt5-$(DEB_HOST_MULTIARCH).conf - echo "/usr/lib/$(DEB_HOST_MULTIARCH)" >> $(CURDIR)/debian/tmp/usr/share/qtchooser/qt5-$(DEB_HOST_MULTIARCH).conf - - # Ship 5.conf and qt5.conf for this arch, and a default.conf. - # 5.conf makes calling qtchooser prettier. + # Configuration file for qt5-default package mkdir -p $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser - ln -s /usr/share/qtchooser/qt5-$(DEB_HOST_MULTIARCH).conf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser/5.conf - ln -s /usr/share/qtchooser/qt5-$(DEB_HOST_MULTIARCH).conf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser/qt5.conf ln -s /usr/share/qtchooser/qt5-$(DEB_HOST_MULTIARCH).conf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser/default.conf # Remove leftover directories -- cgit v1.2.3