Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r7526 r7798 1 pugs (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 9 pugs (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 15 pugs (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 1 22 pugs (6.2.10-1) unstable; urgency=low 2 23 -
debian/control
r7758 r7798 19 19 Package: pugs-doc 20 20 Architecture: all 21 Description: pugs documentation21 Description: Pugs documentation 22 22 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 23 23 the full Perl 6 specification, as detailed in the Synopses at -
debian/copyright
r7640 r7798 124 124 125 125 THE 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 126 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 127 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 127 128 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 128 129 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -
debian/libghc6-pugs-dev.postinst
r7441 r7798 1 1 #!/bin/sh 2 2 3 GHC=ghc-6.4 3 GHC=ghc-6.4.1 4 4 VERSION=6.2.10 5 5 -
debian/libghc6-pugs-dev.prerm
r7441 r7798 1 1 #!/bin/sh 2 2 3 GHC=ghc-6.4 3 GHC=ghc-6.4.1 4 4 VERSION=6.2.10 5 5 -
debian/rules
r7759 r7798 25 25 $(MAKE) $(CFLAGS) 26 26 -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 28 30 pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 29 31 touch build-arch-stamp
