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

Diff of /libgig/trunk/debian/rules

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

revision 186 by schoenebeck, Wed Jul 7 12:03:54 2004 UTC revision 1953 by schoenebeck, Thu Jul 30 08:16:02 2009 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 38  build-stamp:  config.status Line 39  build-stamp:  config.status
39          # the build should fail if the tests are not successful          # the build should fail if the tests are not successful
40          #$(MAKE) check          #$(MAKE) check
41    
42            # generate Doxygen API documentation
43            $(MAKE) docs
44    
45          touch build-stamp          touch build-stamp
46    
47  clean:  clean:
# Line 45  clean: Line 49  clean:
49          dh_testroot          dh_testroot
50          rm -f build-stamp          rm -f build-stamp
51    
52            $(MAKE) -f Makefile.cvs || true
53            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
55    
56    
57          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
58          -$(MAKE) distclean          -$(MAKE) distclean
59    
# Line 81  binary-arch: build install Line 90  binary-arch: build install
90  #       dh_installcron  #       dh_installcron
91  #       dh_installinfo  #       dh_installinfo
92          dh_installman          dh_installman
93  #       dh_link          dh_link
94          dh_strip -a  #       dh_strip -a
95          dh_compress -a          dh_compress -a
96          dh_fixperms -a          dh_fixperms -a
97  #       dh_perl  #       dh_perl
98  #       dh_python  #       dh_python
99          dh_makeshlibs -plibgig          dh_makeshlibs
100          dh_installdeb -a          dh_installdeb
101          dh_shlibdeps -plibgig          dh_shlibdeps
102          dh_shlibdeps -pgigtools -ldebian/tmp/usr/lib          dh_gencontrol
103          dh_gencontrol -a          dh_md5sums
104          dh_md5sums -a          dh_builddeb
         dh_builddeb -a  
105    
106  binary: binary-indep binary-arch  binary: binary-indep binary-arch
107  .PHONY: build clean binary-indep binary-arch binary install  .PHONY: build clean binary-indep binary-arch binary install

Legend:
Removed from v.186  
changed lines
  Added in v.1953

  ViewVC Help
Powered by ViewVC