/[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 2830 by capela, Thu Jul 23 20:54:53 2015 UTC
# Line 4  APPNAME := qsampler Line 4  APPNAME := qsampler
4  # Uncomment this to turn on verbose mode.  # Uncomment this to turn on verbose mode.
5  #export DH_VERBOSE=1  #export DH_VERBOSE=1
6    
7    export QT_SELECT=5
8    
9    
10  CFLAGS = -Wall -g  CFLAGS = -Wall -g
11    
# Line 18  configure-stamp: Line 20  configure-stamp:
20          dh_testdir          dh_testdir
21    
22          # Add here commands to configure the package.          # Add here commands to configure the package.
23          -$(MAKE) -f Makefile.svn          -$(MAKE) -f Makefile.git
24    
25          ./configure --prefix=/usr          ./configure --prefix=/usr
26          touch configure-stamp          touch configure-stamp
# Line 42  clean: Line 44  clean:
44          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
45    
46          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
47          -$(MAKE) -f Makefile.svn clean          -$(MAKE) -f Makefile.git clean
48    
49          dh_clean          dh_clean
50    
51  install: build  install: build
52          dh_testdir          dh_testdir
53          dh_testroot          dh_testroot
54          dh_clean -k          dh_clean -k
55          dh_installdirs          dh_installdirs
56    
57          # Add here commands to install the package          # Add here commands to install the package
# Line 67  binary-arch: build install Line 69  binary-arch: build install
69          dh_installchangelogs ChangeLog          dh_installchangelogs ChangeLog
70          dh_installdocs          dh_installdocs
71          dh_installexamples          dh_installexamples
72  #       dh_install          dh_install
73  #       dh_installmenu  #       dh_installmenu
74  #       dh_installdebconf        #       dh_installdebconf
75  #       dh_installlogrotate  #       dh_installlogrotate
76  #       dh_installemacsen  #       dh_installemacsen
77  #       dh_installpam  #       dh_installpam

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

  ViewVC Help
Powered by ViewVC