--- qsampler/trunk/debian/rules 2014/08/03 16:56:18 2669 +++ qsampler/trunk/debian/rules 2014/12/24 14:23:06 2681 @@ -18,7 +18,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,7 +42,7 @@ 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