Changeset 6695

Show
Ignore:
Timestamp:
09/04/05 22:15:43 (3 years ago)
Author:
rafl
Message:

* smoke instead of smoke-all when building the Debian package.
* pugs suggests pugs-doc.
* Clean smoke html files properly.

Location:
debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • debian/control

    r6028 r6695  
    99Architecture: any 
    1010Depends: ${shlibs:Depends}, pugs-modules (>= ${Source-Version}) 
     11Suggests: pugs-doc 
    1112Description: A Perl 6 Implementation 
    1213 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 
  • debian/rules

    r6687 r6695  
    77endif 
    88 
    9 TESTS='smoke-all' 
     9TESTS='smoke' 
    1010 
    1111configure: configure-stamp 
     
    3636        dh_testdir 
    3737        dh_testroot 
    38         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 
     38        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 
    3939        -$(MAKE) realclean 
    4040        dh_clean