Changeset 7798

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.
Location:
debian
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r7526 r7798  
     1pugs (6.2.10-4) unstable; urgency=low 
     2 
     3  * Renamed 30includedirs.dpatch to 30cabal.dpatch and added some more changes 
     4    that should make installing libghc6-pugs-dev finally work. 
     5  * Removed libghc6-plugins-dev build-dep. It isn't in sid yet anyway. 
     6 
     7 -- Florian Ragwitz <rafl@debianforum.de>  Tue, 25 Oct 2005 15:38:48 +0200 
     8 
     9pugs (6.2.10-3) unstable; urgency=low 
     10 
     11  * Adjusted ghc version in libghc6-pugs-dev postinst/prerm. 
     12 
     13 -- Florian Ragwitz <rafl@debianforum.de>  Sun, 23 Oct 2005 12:12:22 +0200 
     14 
     15pugs (6.2.10-2) unstable; urgency=low 
     16 
     17  * Recompile against ghc 6.4.1. 
     18  * Added build-dep to libghc6-plugins-dev to enable haskell eval support. 
     19 
     20 -- Florian Ragwitz <rafl@debianforum.de>  Sun, 16 Oct 2005 16:59:24 +0200 
     21 
    122pugs (6.2.10-1) unstable; urgency=low 
    223 
  • debian/control

    r7758 r7798  
    1919Package: pugs-doc 
    2020Architecture: all 
    21 Description: pugs documentation 
     21Description: Pugs documentation 
    2222 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 
    2323 the full Perl 6 specification, as detailed in the Synopses at 
  • debian/copyright

    r7640 r7798  
    124124    
    125125THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
    126 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,                                                                         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
     126IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     127FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
    127128THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER  
    128129IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
  • debian/libghc6-pugs-dev.postinst

    r7441 r7798  
    11#!/bin/sh 
    22 
    3 GHC=ghc-6.4 
     3GHC=ghc-6.4.1 
    44VERSION=6.2.10 
    55 
  • debian/libghc6-pugs-dev.prerm

    r7441 r7798  
    11#!/bin/sh 
    22 
    3 GHC=ghc-6.4 
     3GHC=ghc-6.4.1 
    44VERSION=6.2.10 
    55 
  • 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