--- qsampler/trunk/debian/rules 2015/07/22 21:28:27 2828 +++ qsampler/trunk/debian/rules 2015/07/23 17:32:31 2829 @@ -18,9 +18,9 @@ dh_testdir # Add here commands to configure the package. - -$(MAKE) -f Makefile.git + QT_SELECT=5 $(MAKE) -f Makefile.git - ./configure --prefix=/usr + QT_SELECT=5 ./configure --prefix=/usr touch configure-stamp @@ -30,7 +30,7 @@ dh_testdir # Add here commands to compile the package. - $(MAKE) + QT_SELECT=5 $(MAKE) #docbook-to-man debian/$(APPNAME).sgml > $(APPNAME).1 @@ -42,7 +42,7 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) -f Makefile.git clean + QT_SELECT=5 $(MAKE) -f Makefile.git clean dh_clean @@ -53,7 +53,7 @@ dh_installdirs # Add here commands to install the package - $(MAKE) DESTDIR=$(CURDIR)/debian/$(APPNAME) install + QT_SELECT=5 $(MAKE) DESTDIR=$(CURDIR)/debian/$(APPNAME) install # Build architecture-independent files here.