Changeset 6598 for debian

Show
Ignore:
Timestamp:
08/30/05 23:43:49 (3 years ago)
Author:
rafl
Message:

* Added possibility to skip tests when building the Debian package.
* Remove empty files from the pugs-doc package.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r5587 r6598  
    2020build-arch-stamp: configure-stamp  
    2121        $(MAKE) optimized 
    22         -$(MAKE) test 
     22        -test ($$SKIP_TESTS) || $(MAKE) test 
    2323        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/lib/pugs/run.pod $(CURDIR)/debian/pugs.1 
    2424        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 
     
    4444        cp -r $(CURDIR)/docs/* $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/ 
    4545        rm -f $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/SEEALSO 
     46        find $(CURDIR)/debian/pugs-doc/ -type f -size 0 -exec rm -f {} \; 
    4647 
    4748install-arch: