/[svn]/linuxsampler/trunk/debian/rules
ViewVC logotype

Diff of /linuxsampler/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 598 by flax, Tue May 31 19:33:18 2005 UTC revision 599 by flax, Thu Jun 2 08:33:40 2005 UTC
# Line 45  clean: Line 45  clean:
45          dh_testroot          dh_testroot
46          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
47    
48            -$(MAKE) -f Makefile.cvs
49          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
50            chmod a+x configure
51            ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
52    
53          -$(MAKE) distclean          -$(MAKE) distclean
         -$(MAKE) -f Makefile.cvs clean  
54    
55          dh_clean          dh_clean
56    
# Line 82  binary-arch: build install Line 85  binary-arch: build install
85  #       dh_installinit  #       dh_installinit
86  #       dh_installcron  #       dh_installcron
87  #       dh_installinfo  #       dh_installinfo
88          dh_installman debian/linuxsampler.1          dh_installman man/linuxsampler.1.in
89          dh_link          dh_link
90          dh_strip          dh_strip
91          dh_compress          dh_compress

Legend:
Removed from v.598  
changed lines
  Added in v.599

  ViewVC Help
Powered by ViewVC