/[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 2064 by capela, Fri Mar 12 16:02:32 2010 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    
# Line 67  binary-arch: build install Line 67  binary-arch: build install
67          dh_installchangelogs ChangeLog          dh_installchangelogs ChangeLog
68          dh_installdocs          dh_installdocs
69          dh_installexamples          dh_installexamples
70  #       dh_install          dh_install
71  #       dh_installmenu  #       dh_installmenu
72  #       dh_installdebconf        #       dh_installdebconf      
73  #       dh_installlogrotate  #       dh_installlogrotate

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

  ViewVC Help
Powered by ViewVC