/[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 952 by schoenebeck, Tue Jul 19 15:51:19 2005 UTC revision 953 by schoenebeck, Tue Nov 28 23:17:38 2006 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          $(MAKE) -f Makefile.cvs || true
25          chmod a+x configure          chmod a+x configure
26          ./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
27          touch configure-stamp          touch configure-stamp
# Line 48  clean: Line 48  clean:
48          dh_testroot          dh_testroot
49          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
50    
51          -$(MAKE) -f Makefile.cvs          -$(MAKE) -f Makefile.cvs || true
52          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
53          chmod a+x configure          chmod a+x configure
54          ./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

Legend:
Removed from v.952  
changed lines
  Added in v.953

  ViewVC Help
Powered by ViewVC