--- qsampler/trunk/debian/rules 2010/03/12 16:02:32 2064 +++ qsampler/trunk/debian/rules 2015/07/23 20:54:53 2830 @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export QT_SELECT=5 + CFLAGS = -Wall -g @@ -18,7 +20,7 @@ dh_testdir # Add here commands to configure the package. - -$(MAKE) -f Makefile.svn + -$(MAKE) -f Makefile.git ./configure --prefix=/usr touch configure-stamp @@ -42,14 +44,14 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) -f Makefile.svn clean + -$(MAKE) -f Makefile.git clean - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs # Add here commands to install the package @@ -67,9 +69,9 @@ dh_installchangelogs ChangeLog dh_installdocs dh_installexamples -# dh_install + dh_install # dh_installmenu -# dh_installdebconf +# dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam