/[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 954 by schoenebeck, Tue Nov 28 23:36:05 2006 UTC revision 2873 by capela, Tue Apr 12 16:44:46 2016 UTC
# Line 6  Line 6 
6  # Uncomment this to turn on verbose mode.  # Uncomment this to turn on verbose mode.
7  #export DH_VERBOSE=1  #export DH_VERBOSE=1
8    
 # This is the debhelper compatibility version to use.  
 export DH_COMPAT=4  
   
9  # These are used for cross-compiling and for saving the configure script  # These are used for cross-compiling and for saving the configure script
10  # from having to guess our platform (since we know it already)  # from having to guess our platform (since we know it already)
11  DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)  DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
# Line 46  clean: Line 43  clean:
43          dh_testroot          dh_testroot
44          rm -f build-stamp          rm -f build-stamp
45    
46          $(MAKE) -f Makefile.cvs || true          $(MAKE) -f Makefile.git || true
47          chmod a+x ./configure          chmod a+x ./configure
48          ./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
49    
# Line 92  binary-arch: build install Line 89  binary-arch: build install
89          dh_fixperms -a          dh_fixperms -a
90  #       dh_perl  #       dh_perl
91  #       dh_python  #       dh_python
92          dh_makeshlibs -pliblscp          dh_makeshlibs
93          dh_installdeb -a          dh_installdeb
94          dh_shlibdeps -pliblscp          dh_shlibdeps
95          dh_gencontrol -a          dh_gencontrol
96          dh_md5sums -a          dh_md5sums
97          dh_builddeb -a          dh_builddeb
98    
99  binary: binary-indep binary-arch  binary: binary-indep binary-arch
100  .PHONY: build clean binary-indep binary-arch binary install  .PHONY: build clean binary-indep binary-arch binary install

Legend:
Removed from v.954  
changed lines
  Added in v.2873

  ViewVC Help
Powered by ViewVC