Changeset 5251 for debian

Show
Ignore:
Timestamp:
07/06/05 07:55:35 (3 years ago)
Author:
rafl
svk:copy_cache_prev:
7266
Message:

* Removed debian/pugs-doc.{docs,install}
* Cleaned up debian/rules
* Install documentation in the right place
* Fixed debian/changelog

Location:
debian
Files:
2 removed
2 modified

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r5248 r5251  
    22 
    33  * New upstream version. 
     4  * Generate manpages for binaries. 
     5  * Don't install gen_prelude and extra license files. 
     6  * Make it policy compliant. 
     7  * Cleaned up debian/rules. 
    48 
    59 -- Florian Ragwitz <rafl@fsfe.org>  Wed,  6 Jul 2005 05:14:39 +0200 
  • debian/rules

    r5248 r5251  
    11#!/usr/bin/make -f 
    2 # -*- makefile -*- 
    3 # Sample debian/rules that uses debhelper. 
    4 # 
    5 # This file was originally written by Joey Hess and Craig Small. 
    6 # As a special exception, when this file is copied by dh-make into a 
    7 # dh-make output file, you may use that output file without restriction. 
    8 # This special exception was added by Craig Small in version 0.37 of dh-make. 
    9 # 
    10 # Modified to make a template file for a multi-binary package with separated 
    11 # build-arch and build-indep targets  by Bill Allombert 2001 
    12  
    13 # Uncomment this to turn on verbose mode. 
    14 #export DH_VERBOSE=1 
    15  
    16 # This has to be exported to make some magic below work. 
    17 export DH_OPTIONS 
    18  
    19  
    202 
    213CFLAGS = -Wall -g 
     
    3012configure-stamp: 
    3113        dh_testdir 
    32         # Add here commands to configure the package. 
    33  
     14        perl Makefile.PL INSTALLDIRS=vendor 
    3415        touch configure-stamp 
    3516 
    36  
    37 #Architecture  
    3817build: build-arch build-indep 
    3918 
    4019build-arch: build-arch-stamp 
    4120build-arch-stamp: configure-stamp  
    42  
    43         # Add here commands to compile the arch part of the package. 
    44         #$(MAKE)  
    45  
    46         perl Makefile.PL INSTALLDIRS=vendor 
    47 #       $(MAKE) optimized 
    48         $(MAKE) unoptimized 
     21        $(MAKE) optimized 
    4922        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/lib/pugs/run.pod $(CURDIR)/debian/pugs.1 
    5023        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 
     
    5326build-indep: build-indep-stamp 
    5427build-indep-stamp: configure-stamp  
    55  
    56         # Add here commands to compile the indep part of the package. 
    57         #$(MAKE) doc 
    58          
    5928        touch build-indep-stamp 
    6029 
     
    6332        dh_testroot 
    6433        rm -f build-arch-stamp build-indep-stamp configure-stamp debian/pugs.1 debian/pugscc.1 
    65  
    66         # Add here commands to clean up after the build process. 
    6734        -$(MAKE) realclean 
    68  
    6935        dh_clean 
    7036 
     
    7339        dh_testdir 
    7440        dh_testroot 
    75         #dh_clean -k -i  
    76         #dh_installdirs -i 
    77  
    78         # Add here commands to install the indep part of the package into 
    79         # debian/<package>-doc. 
    80         #INSTALLDOC# 
    81  
    82         dh_install -i --sourcedir=$(CURDIR)/debian/tmp 
     41        dh_installdirs 
     42        cp -r $(CURDIR)/docs/* $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/ 
     43        rm -f $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/SEEALSO 
    8344 
    8445install-arch: 
    8546        dh_testdir 
    8647        dh_testroot 
    87         #dh_clean -k -s  
    8848        dh_installdirs -s 
    89  
    90         # Add here commands to install the arch part of the package into  
    91         # debian/tmp. 
    9249        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp 
    9350        cp util/perl6.vim $(CURDIR)/debian/pugs/usr/share/vim/vim63/syntax/ 
    94  
    9551        dh_install -s --sourcedir=$(CURDIR)/debian/tmp 
    9652        rm -f $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/gen_prelude \ 
     
    10763        dh_installdocs -i 
    10864        dh_installexamples -i 
    109 #       dh_installmenu -i 
    110 #       dh_installdebconf        -i 
    111 #       dh_installlogrotate      -i 
    112 #       dh_installemacsen -i 
    113 #       dh_installpam -i 
    114 #       dh_installmime -i 
    115 #       dh_installinit -i 
    116 #       dh_installcron -i 
    117 #       dh_installinfo -i 
    11865        dh_installman -i 
    11966        dh_link -i 
     
    12168        dh_fixperms -i 
    12269        dh_strip -i 
    123 #       dh_perl -i 
    124 #       dh_python -i 
    12570        dh_makeshlibs -i 
    12671        dh_installdeb -i 
     
    13782        dh_installdocs -a 
    13883        dh_installexamples -a 
    139 #       dh_installmenu -a 
    140 #       dh_installdebconf        -a 
    141 #       dh_installlogrotate      -a 
    142 #       dh_installemacsen -a 
    143 #       dh_installpam -a 
    144 #       dh_installmime -a 
    145 #       dh_installinit -a 
    146 #       dh_installcron -a 
    147 #       dh_installinfo -a 
    14884        dh_installman -a debian/pugs.1 debian/pugscc.1 
    14985        dh_link -a 
     
    15187        dh_fixperms -a 
    15288        dh_strip -a 
    153 #       dh_perl -a 
    154 #       dh_python -a 
    15589        dh_makeshlibs -a 
    15690        dh_installdeb -a