Changeset 7798 for debian/rules

Show
Ignore:
Timestamp:
10/31/05 22:47:56 (3 years ago)
Author:
rafl
Message:

r18858@ata: rafl | 2005-10-30 02:36:30 +0200
Debian:

  • Updated changelog up to 6.2.10-4.
  • Use Pugs instead of pugs in package descriptions everywhere.
  • Fixed a format error in copyright.
  • Adjusted prerm and postinst scripts fir libghc6-pugs-dev to use ghc 6.4.1.
  • Added some smoke uploading code again.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r7759 r7798  
    2525        $(MAKE) $(CFLAGS) 
    2626        -test $$SKIP_TESTS || $(MAKE) $(TESTS) 
    27         # use DEB_BUILD_OPTIONS="smoke_upload=0" to avoid uploading the smoke file automatically 
     27        -for html in $(CURDIR)/smoke*.html; do \ 
     28                ./util/smokeserv/smokeserv-client.pl $$html; \ 
     29        done 
    2830        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 
    2931        touch build-arch-stamp