Changeset 20535 for debian

Show
Ignore:
Timestamp:
05/25/08 11:24:21 (8 months ago)
Author:
moritz
Message:

[pugs/debian] a few small, ugly changes to debian/ that makes
debian packages build if pugs built is fixed ;-)
(Still depends on ghc 6.6.1, which is that last ghc version that
worked for me)

Location:
debian
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r11174 r20535  
     1pugs (6.2.12-2) unstable; urgency=low 
     2 
     3  * removed parrot embedding because it is broken in upstream 
     4  * added libghc6-network-dev as build dependency 
     5 
     6 -- Moritz Lenz <mlenz@physik.uni-wuerzburg.de>  Thu,  17 May 2007 23:35:15 +0100 
     7 
    18pugs (6.2.12-1) unstable; urgency=low 
    29 
  • debian/pugs.install

    r11174 r20535  
    11usr/share/vim/* 
    2 usr/share/man/man3/Pugs::Doc::Run.3pm 
    3 usr/share/man/man3/Pugs::Doc::Hack.3pm 
    4 usr/share/man/man3/Perl6::Pugs.3pm 
    52usr/lib/perl6/* 
    63usr/bin/* 
  • debian/rules

    r11174 r20535  
    11#!/usr/bin/make -f 
    22 
    3 include /usr/share/dpatch/dpatch.make 
     3#include /usr/share/dpatch/dpatch.make 
    44 
    55ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) 
     
    1212 
    1313configure: configure-stamp 
    14 configure-stamp: patch-stamp 
     14configure-stamp:  
    1515        dh_testdir 
    16         PUGS_EMBED=perl5,parrot perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr 
     16        PUGS_EMBED=perl5 perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr 
    1717        touch configure-stamp 
    1818 
     
    2222build-arch-stamp: configure-stamp  
    2323        $(MAKE) $(CFLAGS) 
    24         -test $$SKIP_TESTS || $(MAKE) upload-smoke 
     24#       -test $$SKIP_TESTS || $(MAKE) upload-smoke 
    2525        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 
    2626        touch build-arch-stamp 
     
    3030        touch build-indep-stamp 
    3131 
    32 clean: clean1 unpatch 
     32clean: clean1  
    3333clean1: 
    3434        dh_testdir 
     
    5858        dh_testdir 
    5959        dh_testroot 
    60         rmdir --ignore-fail-on-non-empty $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/ 
     60#       rmdir --ignore-fail-on-non-empty  
     61        rm -rf $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/ 
    6162 
    6263# Build architecture independant packages using the common target. 
     
    9697 
    9798binary: binary-arch binary-indep 
    98 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure patch unpatch clean1 
     99.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure clean1