Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLES:s390x
hardware:RC-Model:Unstable
qgroundcontrol
debian.rules
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.rules of Package qgroundcontrol
#!/usr/bin/make -f # -*- makefile -*- export QT_SELECT := qt5 # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 %: dh $@ configure: configure-stamp configure-stamp: dh_testdir echo $(PWD) mkdir build cd build && qtchooser -qt=5 -run-tool=qmake ../qgroundcontrol.pro touch configure-stamp override_dh_auto_configure: build: build-stamp build-stamp: configure dh_testdir cd build && make touch $@ install: build dh_testdir dh_testroot dh_clean -k dh_installdirs cd build && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/$(APPNAME) install binary-indep: build install # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_install dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor