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

Diff of /linuxsampler/trunk/debian/rules

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

revision 375 by schoenebeck, Sat Feb 12 14:00:51 2005 UTC revision 591 by flax, Tue May 31 19:33:18 2005 UTC
# Line 22  configure-stamp: Line 22  configure-stamp:
22          dh_testdir          dh_testdir
23          # Add here commands to configure the package.          # Add here commands to configure the package.
24          $(MAKE) -f Makefile.cvs          $(MAKE) -f Makefile.cvs
25            chmod a+x configure
26          ./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
27          touch configure-stamp          touch configure-stamp
28    
# Line 33  build-stamp: configure-stamp Line 34  build-stamp: configure-stamp
34    
35          # Add here commands to compile the package.          # Add here commands to compile the package.
36          $(MAKE)          $(MAKE)
37          #docbook-to-man debian/linuxsampler.sgml > linuxsampler.1          #       docbook-to-man debian/linuxsampler.sgml > linuxsampler.1
38    
39            #       $(MAKE)
40    
41          touch build-stamp          touch build-stamp
42    
# Line 79  binary-arch: build install Line 82  binary-arch: build install
82  #       dh_installinit  #       dh_installinit
83  #       dh_installcron  #       dh_installcron
84  #       dh_installinfo  #       dh_installinfo
85          dh_installman          dh_installman debian/linuxsampler.1
86          dh_link          dh_link
87          dh_strip          dh_strip
88          dh_compress          dh_compress
# Line 88  binary-arch: build install Line 91  binary-arch: build install
91  #       dh_python  #       dh_python
92  #       dh_makeshlibs  #       dh_makeshlibs
93          dh_installdeb          dh_installdeb
94          dh_shlibdeps          dh_shlibdeps # -L linuxsampler -l debian/linuxsampler/usr/lib/linuxsampler
95          dh_gencontrol          dh_gencontrol
96          dh_md5sums          dh_md5sums
97          dh_builddeb          dh_builddeb

Legend:
Removed from v.375  
changed lines
  Added in v.591

  ViewVC Help
Powered by ViewVC