Changeset 11174 for debian

Show
Ignore:
Timestamp:
07/05/06 03:11:25 (2 years ago)
Author:
rafl
Message:

r175@ata: rafl | 2006-07-05 03:11:42 +0200

  • Only use rpath if the build dir where the rpath points to really exists. r176@ata: rafl | 2006-07-05 03:12:51 +0200
  • Some debian/ updates towards 6.2.12 packages. r177@ata: rafl | 2006-07-05 03:14:25 +0200
  • Remove some obsolete files in debian/.
Location:
debian
Files:
3 removed
8 modified

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r8897 r11174  
    1 pugs (6.2.11-1) unstable; urgency=low 
     1pugs (6.2.12-1) unstable; urgency=low 
    22 
    3   * New upstream release. 
    4  
    5  -- Florian Ragwitz <rafl@debian.org>  Tue, 31 Jan 2006 08:32:01 +0100 
    6  
    7 pugs (6.2.10-5) unstable; urgency=low 
    8  
     3  * New upstream version (Closes: #351945). 
    94  * Added libghc6-plugins-dev build dependency to enable haskell eval support. 
    105  * Added libparrot-dev build dependency to enable runtime evaluation of 
    116    parrot code as well as the parrot backend for running Perl 6 code 
    12     (-BParrot) 
     7    (-BPIR) 
    138  * Removed dependency to pugs from pugs-modules to remove a circular 
    149    dependnecy (Closes: #340022). 
    1510  * Use (= ${Source-Version}) instead of (>= ${Source-Version}) in the 
    1611    dependency from pugs to pugs-modules. 
    17   * Backported some recent changes for Makefile.PL from svn to the last 
    18     release so that pugs will work well with parrot. This involved removing 
    19     Makefile.PL changes from the 30cabal patch. 
    20   * Changed my Maintainer address. 
     12  * Use my @debian.org address for the Maintainer field. 
     13  * I'm not sure if pugs still builds with ghc-cvs. Removing the 
     14    build-dependency therefor. 
     15  * Recompile against ghc6 6.4.2, thus bump up the versioned build-dependency. 
     16  * Use the new upload-smoke target in debian/rules. 
     17  * Re-add perl6.vim (Closes: #343565). 
     18  * Remove libghc6-pugs-dev. 
     19  * Bump up Standards version to 3.7.2. 
    2120 
    22  -- Florian Ragwitz <rafl@debian.org>  Sun, 20 Nov 2005 15:00:55 +0100 
     21 -- Florian Ragwitz <rafl@debian.org>  Wed,  5 Jul 2006 03:00:20 +0200 
    2322 
    2423pugs (6.2.10-4) unstable; urgency=low 
  • debian/control

    r8897 r11174  
    33Priority: optional 
    44Maintainer: Florian Ragwitz <rafl@debianforum.de> 
    5 Build-Depends: debhelper (>= 4.0.0), dpatch, ghc6 (>= 6.4.1), libghc6-plugins-dev, perl, libperl-dev, libparrot-dev, libwww-perl, libyaml-perl, libtest-tap-model-perl, libtest-tap-htmlmatrix-perl, libcompress-bzip2-perl 
    6 Standards-Version: 3.6.2 
     5Build-Depends: debhelper (>= 4.0.0), dpatch, ghc6 (>= 6.4.2), libghc6-plugins-dev (>= 0.9.10-3), perl, libperl-dev, libparrot-dev (>= 0.4.4-1), libwww-perl, libyaml-perl, libtest-tap-model-perl, libtest-tap-htmlmatrix-perl, libcompress-bzip2-perl 
     6Standards-Version: 3.7.2 
    77 
    88Package: pugs 
     
    3838 . 
    3939 This package contains architecture independent pugs modules. 
    40  
    41 Package: libghc6-pugs-dev 
    42 Architecture: any 
    43 Depends: ghc6 (>= 6.4.1), ghc6 (<< 6.4.1-999), perl 
    44 Description: Pugs haskell interface 
    45  Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 
    46  the full Perl 6 specification, as detailed in the Synopses at 
    47  http://dev.perl.org/perl6/synopsis/ 
    48  . 
    49  Homepage: http://pugscode.org/ 
    50  . 
    51  This package contains everything necessary to use pugs directly from haskell 
    52  code. 
  • debian/copyright

    r8123 r11174  
    44It was downloaded from  http://pugscode.org/ 
    55 
    6 Copyright Holder: Copyright 2005, Audrey Tang. 
     6Copyright Holder: Copyright 2005-2006, Audrey Tang. 
    77 
    88License: 
  • debian/pugs-modules.lintian-overrides

    r7526 r11174  
    1 pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/FA/t/DFA.t #!/usr/bin/pugs 
     1pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Relation.pm #!/usr/bin/pugs 
     2pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/D.pm #!/usr/bin/pugs 
     3pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta.pm #!/usr/bin/pugs 
    24pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Status.pm #!/usr/bin/pugs 
    35pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Date.pm #!/usr/bin/pugs 
    46pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Request.pm #!/usr/bin/pugs 
     7pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Query.pm #!/usr/bin/pugs 
    58pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Cookies.pm #!/usr/bin/pugs 
    6 pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Query.pm #!/usr/bin/pugs 
    79pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Response.pm #!/usr/bin/pugs 
    810pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/HTTP/Request/CGI.pm #!/usr/bin/pugs 
    911pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Locale/KeyedText.pm #!/usr/bin/pugs 
    10 pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/URI/Escape.pm #!/usr/bin/pugs  
     12pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Locale/KeyedText/L/en.pm #!/usr/bin/pugs 
     13pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Relation/Example.pm #!/usr/bin/pugs 
     14pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Model.pm #!/usr/bin/pugs 
     15pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Shell.pm #!/usr/bin/pugs 
     16pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Validator.pm #!/usr/bin/pugs 
     17pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Engine/Example.pm #!/usr/bin/pugs 
     18pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Engine/Example/L/en.pm #!/usr/bin/pugs 
     19pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Model/L/en.pm #!/usr/bin/pugs 
     20pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Validator/L/en.pm #!/usr/bin/pugs 
     21pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/Shell/L/en.pm #!/usr/bin/pugs 
     22pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Rosetta/L/en.pm #!/usr/bin/pugs 
     23pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Test/Pil.pm #!/usr/bin/pugs 
     24pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/Test/PIL/Bootstrap.pm #!/usr/bin/pugs 
     25pugs-modules: unusual-interpreter ./usr/share/perl6/5.8/URI/Escape.pm #!/usr/bin/pugs 
    1126pugs-modules: script-not-executable ./usr/share/perl6/5.8/auto/pugs/perl5/lib/jspugs.pl 
    1227pugs-modules: script-not-executable ./usr/share/perl6/5.8/auto/pugs/perl5/lib/pil2js.pl 
  • debian/pugs.dirs

    r5257 r11174  
    1 usr/share/vim/vim63/syntax/ 
     1usr/share/vim/addons/syntax 
  • debian/pugs.install

    r10898 r11174  
    11usr/share/vim/* 
     2usr/share/man/man3/Pugs::Doc::Run.3pm 
    23usr/share/man/man3/Pugs::Doc::Hack.3pm 
    3 usr/share/man/man3/Pugs::Doc::Run.3pm 
    44usr/share/man/man3/Perl6::Pugs.3pm 
    55usr/lib/perl6/* 
  • debian/rules

    r8897 r11174  
    1111PUGS_BUILD_OPTS = $(DEB_BUILD_OPTIONS) 
    1212 
    13 TESTS='smoke-pugs' 
    14  
    1513configure: configure-stamp 
    1614configure-stamp: patch-stamp 
    1715        dh_testdir 
    18         PUGS_EMBED=perl5,parrot perl Makefile.PL INSTALLDIRS=vendor DESTDIR=/usr/lib/haskell-packages/ghc6/ 
     16        PUGS_EMBED=perl5,parrot perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr 
    1917        touch configure-stamp 
    2018 
     
    2422build-arch-stamp: configure-stamp  
    2523        $(MAKE) $(CFLAGS) 
    26         -test $$SKIP_TESTS || $(MAKE) $(TESTS) 
    27         -for html in $(CURDIR)/smoke*.html; do \ 
    28                 ./util/smokeserv/smokeserv-client.pl $$html; \ 
    29         done 
     24        -test $$SKIP_TESTS || $(MAKE) upload-smoke 
    3025        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 
    3126        touch build-arch-stamp 
     
    4136        rm -f build-arch-stamp build-indep-stamp configure-stamp install-stamp 
    4237        -$(MAKE) realclean 
    43         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 
    44         find -name Makefile.old -exec rm -f {} \; 
     38        rm -f debian/pugscc.1 
    4539        dh_clean 
    4640 
     
    5044        dh_testroot 
    5145        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp 
    52         find $(CURDIR) -exec chmod u+rw {} \; 
    5346        dh_installdirs 
    5447        dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing 
     
    6053        cp $(CURDIR)/debian/pugs-modules.lintian-overrides $(CURDIR)/debian/pugs-modules/usr/share/lintian/overrides/pugs-modules 
    6154        cp -r $(CURDIR)/docs/* $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/ 
    62         cp util/perl6.vim $(CURDIR)/debian/pugs/usr/share/vim/vim63/syntax/ 
    63         rm -f $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/SEEALSO 
     55        cp util/perl6.vim $(CURDIR)/debian/pugs/usr/share/vim/addons/syntax 
    6456 
    6557install-arch: install-stamp 
    6658        dh_testdir 
    6759        dh_testroot 
    68         cp .installed-pkg-config $(CURDIR)/debian/libghc6-pugs-dev/usr/lib/haskell-packages/ghc6/lib/Pugs-6.2.11/installed-pkg-config 
    69         rm -f $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/gen_prelude \ 
    70         $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/Pugs/Rule/LICENSE \ 
    71         $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/RRegex/LICENSE \ 
    72         $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/pcre/LICENCE \ 
    73         $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/syck/COPYING 
    7460        rmdir --ignore-fail-on-non-empty $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/ 
    7561 
     
    8167        dh_installdocs -i 
    8268        dh_installexamples -i examples/* 
    83         rm -f $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/examples/hop6/LICENSE.txt 
    8469        find $(CURDIR)/debian/pugs-doc/ -type f -size 0 -exec rm -f {} \; 
    8570        dh_installman -i 
  • debian/smoker.yml

    r7524 r11174  
    44# anonymity, just omit them. 
    55name: Florian Ragwitz (Debian builds) 
    6 email: florian.ragwitz@s2004.tu-chemnitz.de 
     6email: rafl@debian.org 
    77smoke_upload: 1