/[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 2829 by capela, Thu Jul 23 17:32:31 2015 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          QT_SELECT=5 $(MAKE) -f Makefile.git          -$(MAKE) -f Makefile.git
24    
25          QT_SELECT=5 ./configure --prefix=/usr          ./configure --prefix=/usr
26          touch configure-stamp          touch configure-stamp
27    
28    
# Line 30  build-stamp: configure-stamp Line 32  build-stamp: configure-stamp
32          dh_testdir          dh_testdir
33    
34          # Add here commands to compile the package.          # Add here commands to compile the package.
35          QT_SELECT=5 $(MAKE)          $(MAKE)
36    
37          #docbook-to-man debian/$(APPNAME).sgml > $(APPNAME).1          #docbook-to-man debian/$(APPNAME).sgml > $(APPNAME).1
38    
# 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          QT_SELECT=5 $(MAKE) -f Makefile.git 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
58          QT_SELECT=5 $(MAKE) DESTDIR=$(CURDIR)/debian/$(APPNAME) install          $(MAKE) DESTDIR=$(CURDIR)/debian/$(APPNAME) install
59    
60    
61  # Build architecture-independent files here.  # Build architecture-independent files here.
# Line 69  binary-arch: build install Line 71  binary-arch: build install
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.2829  
changed lines
  Added in v.2830

  ViewVC Help
Powered by ViewVC