Changeset 6794 for debian/rules

Show
Ignore:
Timestamp:
09/06/05 15:00:11 (3 years ago)
Author:
rafl
Message:

Debian:
* Added smoker.yml to be able to identify smoke results from the buildds.
* Added dpatch build-dependency.
* Adjusted rules file to work with dpatch.
* Added patches/10smoker.dpatch to change the path to smoker.yml for the build.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r6790 r6794  
    11#!/usr/bin/make -f 
     2 
     3include /usr/share/dpatch/dpatch.make 
    24 
    35ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) 
     
    1012 
    1113configure: configure-stamp 
    12 configure-stamp: 
     14configure-stamp: patch-stamp 
    1315        dh_testdir 
    1416        perl Makefile.PL INSTALLDIRS=vendor 
     
    3335        touch build-indep-stamp 
    3436 
    35 clean: 
     37clean: clean1 unpatch 
     38clean1: 
    3639        dh_testdir 
    3740        dh_testroot 
     
    103106 
    104107binary: binary-arch binary-indep 
    105 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure 
     108.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure patch unpatch clean1