/[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 197 by schoenebeck, Mon Jul 12 19:01:07 2004 UTC revision 2095 by capela, Thu May 20 20:26:55 2010 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 45  clean: Line 46  clean:
46          dh_testroot          dh_testroot
47          rm -f build-stamp          rm -f build-stamp
48    
49            $(MAKE) -f Makefile.svn || true
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          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
54          -$(MAKE) distclean          -$(MAKE) distclean
55    

Legend:
Removed from v.197  
changed lines
  Added in v.2095

  ViewVC Help
Powered by ViewVC