Changeset 7526

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/
Location:
debian
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r7441 r7526  
    22 
    33  * New upstream release. 
     4  * Build-Depend on libyaml-perl, libtest-tap-model-perl, 
     5    libtest-tap-htmlmatrix-perl, libcompress-bzip2-perl. They are needed for 
     6    smoking. 
     7  * Use smoke-pugs instead of a simple Harness test. 
     8  * Removed environment hook for not sending smoke results from debian/rules. 
     9    PUGS_BUILD_OPTS can handle that now. 
     10  * Suggest perl and spidermonkey-bin needed by -BJS and -BPerl5. 
    411 
    512 -- Florian Ragwitz <rafl@debianforum.de>  Sat,  8 Oct 2005 15:33:45 +0200 
  • debian/pugs-modules.lintian-overrides

    r6981 r7526  
     1pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/FA/t/DFA.t #!/usr/bin/pugs 
    12pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Status.pm #!/usr/bin/pugs 
    23pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Date.pm #!/usr/bin/pugs 
     
    89pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Locale/KeyedText.pm #!/usr/bin/pugs 
    910pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/URI/Escape.pm #!/usr/bin/pugs  
     11pugs-modules: script-not-executable ./usr/share/perl6/5.8/auto/pugs/perl5/lib/jspugs.pl 
     12pugs-modules: script-not-executable ./usr/share/perl6/5.8/auto/pugs/perl5/lib/pil2js.pl 
     13pugs-modules: script-not-executable ./usr/share/perl6/5.8/auto/pugs/perl5/lib/pugs-smokejs.pl 
     14pugs-modules: script-not-executable ./usr/share/perl6/5.8/auto/pugs/perl5/lib/runjs.pl 
     15pugs-modules: script-not-executable ./usr/share/perl6/5.8/auto/pugs/perl5/lib/PIL/pugs-p5.pl 
  • 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