Changeset 7526 for debian/rules

Show
Ignore:
Timestamp:
10/10/05 14:05:06 (3 years ago)
Author:
rafl
Message:

Debian:

  • changelog: Added changes for 6.2.10.
  • pugs-modules.lintian-overrides: Added overrides for new modules.
  • rules: clean up the source tree properly.
  • rules: don't install ./usr/share/perl6/5.8/FA/t/
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r7524 r7526  
    99endif 
    1010 
    11 PUGS_BUILD_OPTIONS = $(DEB_BUILD_OPTIONS) 
     11PUGS_BUILD_OPTS = $(DEB_BUILD_OPTIONS) 
    1212 
    1313TESTS='smoke-pugs' 
     
    2626        -test $$SKIP_TESTS || $(MAKE) $(TESTS) 
    2727        # use DEB_BUILD_OPTIONS="smoke_upload=0" to avoid uploading the smoke file automatically 
    28         for html in $(CURDIR)/smoke*.html; do \ 
     28        -for html in $(CURDIR)/smoke*.html; do \ 
    2929                ./util/smokeserv/smokeserv-client.pl $$html; \ 
    3030        done; 
     
    4040        dh_testdir 
    4141        dh_testroot 
    42         rm -f build-arch-stamp build-indep-stamp configure-stamp debian/pugs.1 debian/pugscc.1 src/Pugs/CodeGen/PIR/Prelude.hi src/Pugs/CodeGen/PIR/Prelude.o ext/Test-Builder/destroy_test.p6 smoke*.html config.yml 
     42        rm -f build-arch-stamp build-indep-stamp configure-stamp install-stamp 
    4343        -$(MAKE) realclean 
     44        rm -f debian/pugscc.1 src/Pugs/CodeGen/PIR/Prelude.hi src/Pugs/CodeGen/PIR/Prelude.o ext/Test-Builder/destroy_test.p6 smoke*.html config.yml tests.yml src/gen_prelude.hi src/gen_prelude.o src/Main.hi src/Main.o 
     45        find -name Makefile.old -exec rm -f {} \; 
    4446        dh_clean 
    4547 
     
    5052        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp 
    5153        find $(CURDIR) -exec chmod u+rw {} \; 
     54        rm -rfv ./usr/share/perl6/5.8/FA/t/ 
    5255        dh_installdirs 
    5356        dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing