[pkg-bacula-commits] [bacula] 01/01: More strange workaround for strange Qt5.9 install strangeness

Sven Hartge hartge-guest at moszumanska.debian.org
Wed Feb 21 22:13:39 UTC 2018


This is an automated email from the git hooks/post-receive script.

hartge-guest pushed a commit to branch qt5
in repository bacula.

commit 6596634fdbd8d8bc03c55aeca5aa07356684a0ca
Author: Sven Hartge <sven at svenhartge.de>
Date:   Wed Feb 21 23:09:10 2018 +0100

    More strange workaround for strange Qt5.9 install strangeness
    
    Sourced from the Gentoo ebuild for 9.0.6-r2:
    https://gitweb.gentoo.org/repo/gentoo.git/tree/app-backup/bacula/bacula-9.0.6-r2.ebuild?id=9b8f311cb9d88f02bebc4bfb51282db4457f87d7#n166
---
 debian/changelog | 2 +-
 debian/rules     | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 30becb2..87b1252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ bacula (9.0.6-2) unstable; urgency=medium
   * Package is compatible with Policy 4.1.3.0, no changes needed
   * Switch to Qt5. (Closes: #874836)
 
- -- 
+ -- Sven Hartge <sven at svenhartge.de>  Wed, 21 Feb 2018 22:59:00 +0100
 
 bacula (9.0.6-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index c1fe028..782946a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,6 +157,12 @@ override_dh_auto_install-indep:
 override_dh_auto_configure-arch:
 	$(foreach db,$(VARIANTS),$(call db-templates-subst,$(db)))
 	autoconf -I autoconf/ -o configure autoconf/configure.in
+	# Strange workaround for strange binary path problems in Qt5.9
+	# https://gitweb.gentoo.org/repo/gentoo.git/tree/app-backup/bacula/bacula-9.0.6-r2.ebuild?id=9b8f311cb9d88f02bebc4bfb51282db4457f87d7#n166
+	mkdir src/qt-console/.libs
+	touch src/qt-console/.libs/bat
+	chmod 755 src/qt-console/.libs/bat
+	#
 	dh_auto_configure -- $(CONF_ALL)
 	debian/scripts/generate-doc-dir-to-symlink-migration create
 	debian/scripts/autopostrm create

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list