summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2015-12-29 22:19:06 +0300
committerDmitry Shachnev <mitya57@gmail.com>2015-12-29 22:19:06 +0300
commit09116b6b10bd1a0202ccebfee9dc1745300a4ce8 (patch)
tree31ac7a707dcfe433f06416ff1304ac122dfdf4ec /debian/rules
parent498e82c739575fddcbdad6cd402465ae71cb869f (diff)
downloadqtbase-09116b6b10bd1a0202ccebfee9dc1745300a4ce8.tar.gz
Add a patch to remove useless check for D-Bus presense on configure time.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index d3bb4de..0e5d076 100755
--- a/debian/rules
+++ b/debian/rules
@@ -223,12 +223,12 @@ endif
override_dh_auto_build-arch:
# Bootstrap corelibs in order to be able to build the helper tools to
# regenerate some upstream-provided files.
- cd $(CURDIR)/src; ../bin/qmake; dbus-run-session make sub-corelib
+ cd $(CURDIR)/src; ../bin/qmake; make sub-corelib
# Add here the code to generate the helpers and then the headers.
sh debian/generateTLDs.sh
# Clean up the compiled code and start again.
- cd $(CURDIR)/src; dbus-run-session make distclean
- dbus-run-session make clean
+ cd $(CURDIR)/src; make distclean
+ make clean
dh_auto_build
override_dh_auto_install-arch: