/[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 2122 by capela, Tue Sep 14 19:46:36 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    
# Line 87  binary-arch: build install Line 92  binary-arch: build install
92          dh_fixperms -a          dh_fixperms -a
93  #       dh_perl  #       dh_perl
94  #       dh_python  #       dh_python
95          dh_makeshlibs -pliblscp          dh_makeshlibs
96          dh_installdeb -a          dh_installdeb
97          dh_shlibdeps -pliblscp          dh_shlibdeps
98          dh_gencontrol -a          dh_gencontrol
99          dh_md5sums -a          dh_md5sums
100          dh_builddeb -a          dh_builddeb
101    
102  binary: binary-indep binary-arch  binary: binary-indep binary-arch
103  .PHONY: build clean binary-indep binary-arch binary install  .PHONY: build clean binary-indep binary-arch binary install

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

  ViewVC Help
Powered by ViewVC