/[svn]/qsampler/trunk/debian/rules
ViewVC logotype

Diff of /qsampler/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2669 by capela, Sun Aug 3 16:56:18 2014 UTC revision 2681 by capela, Wed Dec 24 14:23:06 2014 UTC
# Line 18  configure-stamp: Line 18  configure-stamp:
18          dh_testdir          dh_testdir
19    
20          # Add here commands to configure the package.          # Add here commands to configure the package.
21          -$(MAKE) -f Makefile.svn          -$(MAKE) -f Makefile.git
22    
23          ./configure --prefix=/usr          ./configure --prefix=/usr
24          touch configure-stamp          touch configure-stamp
# Line 42  clean: Line 42  clean:
42          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
43    
44          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
45          -$(MAKE) -f Makefile.svn clean          -$(MAKE) -f Makefile.git clean
46    
47          dh_clean          dh_clean
48    

Legend:
Removed from v.2669  
changed lines
  Added in v.2681

  ViewVC Help
Powered by ViewVC