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

Diff of /liblscp/trunk/debian/rules

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

revision 480 by flax, Sun Mar 20 14:46:17 2005 UTC revision 598 by flax, Thu Jun 2 07:50:53 2005 UTC
# Line 25  endif Line 25  endif
25  config.status: configure  config.status: configure
26          dh_testdir          dh_testdir
27          # Add here commands to configure the package.          # Add here commands to configure the package.
28            chmod a+x ./configure
29          ./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
30    
31    
# Line 46  clean: Line 47  clean:
47          rm -f build-stamp          rm -f build-stamp
48    
49          $(MAKE) -f Makefile.cvs          $(MAKE) -f Makefile.cvs
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          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
52    
53          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.

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

  ViewVC Help
Powered by ViewVC