/[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 2829 by capela, Thu Jul 23 17:32:31 2015 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          QT_SELECT=5 $(MAKE) -f Makefile.git
22    
23          ./configure --prefix=/usr          QT_SELECT=5 ./configure --prefix=/usr
24          touch configure-stamp          touch configure-stamp
25    
26    
# Line 30  build-stamp: configure-stamp Line 30  build-stamp: configure-stamp
30          dh_testdir          dh_testdir
31    
32          # Add here commands to compile the package.          # Add here commands to compile the package.
33          $(MAKE)          QT_SELECT=5 $(MAKE)
34    
35          #docbook-to-man debian/$(APPNAME).sgml > $(APPNAME).1          #docbook-to-man debian/$(APPNAME).sgml > $(APPNAME).1
36    
# 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          QT_SELECT=5 $(MAKE) -f Makefile.git clean
46    
47          dh_clean          dh_clean
48    
# Line 53  install: build Line 53  install: build
53          dh_installdirs          dh_installdirs
54    
55          # Add here commands to install the package          # Add here commands to install the package
56          $(MAKE) DESTDIR=$(CURDIR)/debian/$(APPNAME) install          QT_SELECT=5 $(MAKE) DESTDIR=$(CURDIR)/debian/$(APPNAME) install
57    
58    
59  # Build architecture-independent files here.  # Build architecture-independent files here.
# 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.2829

  ViewVC Help
Powered by ViewVC