/[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 2681 by capela, Wed Dec 24 14:23:06 2014 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.git          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.git 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.

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

  ViewVC Help
Powered by ViewVC