/[svn]/libgig/branches/release2_0_1/debian/rules
ViewVC logotype

Diff of /libgig/branches/release2_0_1/debian/rules

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

libgig/trunk/debian/rules revision 186 by schoenebeck, Wed Jul 7 12:03:54 2004 UTC libgig/branches/release2_0_1/debian/rules revision 647, Mon Jun 13 00:08:11 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 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
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 90  binary-arch: build install Line 99  binary-arch: build install
99          dh_makeshlibs -plibgig          dh_makeshlibs -plibgig
100          dh_installdeb -a          dh_installdeb -a
101          dh_shlibdeps -plibgig          dh_shlibdeps -plibgig
102          dh_shlibdeps -pgigtools -ldebian/tmp/usr/lib          dh_shlibdeps -pgigtools
103          dh_gencontrol -a          dh_gencontrol -a
104          dh_md5sums -a          dh_md5sums -a
105          dh_builddeb -a          dh_builddeb -a

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

  ViewVC Help
Powered by ViewVC