/[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 698 by schoenebeck, Tue Jul 19 15:51:19 2005 UTC revision 1220 by schoenebeck, Tue Jun 5 15:55:05 2007 UTC
# Line 21  configure: configure-stamp Line 21  configure: configure-stamp
21  configure-stamp:  configure-stamp:
22          dh_testdir          dh_testdir
23          # Add here commands to configure the package.          # Add here commands to configure the package.
24          $(MAKE) -f Makefile.cvs          if [ -e Makefile.cvs ] ; then \
25                $(MAKE) -f Makefile.cvs; \
26            fi
27          chmod a+x configure          chmod a+x configure
28          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
29          touch configure-stamp          touch configure-stamp
# Line 48  clean: Line 50  clean:
50          dh_testroot          dh_testroot
51          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
52    
53          -$(MAKE) -f Makefile.cvs          if [ -e Makefile.cvs ] ; then \
54                $(MAKE) -f Makefile.cvs; \
55            fi;
56          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
57          chmod a+x configure          chmod a+x configure
58          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
# Line 91  binary-arch: build install Line 95  binary-arch: build install
95  #       dh_installinfo  #       dh_installinfo
96          dh_installman man/linuxsampler.1          dh_installman man/linuxsampler.1
97          dh_link          dh_link
98          dh_strip  #       dh_strip
99          dh_compress          dh_compress
100          dh_fixperms          dh_fixperms
101  #       dh_perl  #       dh_perl

Legend:
Removed from v.698  
changed lines
  Added in v.1220

  ViewVC Help
Powered by ViewVC