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

Diff of /qsampler/trunk/debian/rules

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

revision 413 by schoenebeck, Mon Feb 28 22:19:07 2005 UTC revision 606 by flax, Fri Jun 3 12:12:02 2005 UTC
# Line 28  config.status: Line 28  config.status:
28          dh_testdir          dh_testdir
29          # Add here commands to configure the package.          # Add here commands to configure the package.
30          $(MAKE) -f Makefile.cvs          $(MAKE) -f Makefile.cvs
31            chmod a+x configure
32          CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
33    
34    
# Line 48  clean: Line 49  clean:
49          rm -f build-stamp          rm -f build-stamp
50    
51          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
52            -$(MAKE) -f Makefile.cvs
53            chmod a+x configure
54          -$(MAKE) distclean          -$(MAKE) distclean
         -$(MAKE) -f Makefile.cvs clean  
55  ifneq "$(wildcard /usr/share/misc/config.sub)" ""  ifneq "$(wildcard /usr/share/misc/config.sub)" ""
56          cp -f /usr/share/misc/config.sub config.sub          cp -f /usr/share/misc/config.sub config.sub
57  endif  endif
# Line 91  binary-arch: build install Line 93  binary-arch: build install
93  #       dh_installinit  #       dh_installinit
94  #       dh_installcron  #       dh_installcron
95  #       dh_installinfo  #       dh_installinfo
96          dh_installman          dh_installman debian/qsampler.1
97          dh_link          dh_link
98          dh_strip          dh_strip
99          dh_compress          dh_compress

Legend:
Removed from v.413  
changed lines
  Added in v.606

  ViewVC Help
Powered by ViewVC