Changes between Version 12 and Version 13 of waue/2009/0511


Ignore:
Timestamp:
May 12, 2009, 4:00:51 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0511

    v12 v13  
    3333#!sh
    3434#!/usr/bin/make -f
    35 
    36 
    37 
    3835export DH_VERBOSE=0
    39 
    40 
    41 
    4236all:
    43 
    44 
    45 
    4637install:
    47 
    4838        dh_testdir
    49 
    5039        dh_testroot
    51 
    5240        dh_install -Xlicense.txt
    53 
    5441        dh_installdocs
    55 
    5642        dh_installchangelogs
    57 
    5843        #dh_installexamples
    59 
    6044        dh_compress
    61 
    6245        dh_fixperms
    63 
    6446        dh_installdeb
    65 
    6647        dh_link
    67 
    6848        dh_gencontrol
    69 
    7049        dh_md5sums
    71 
    7250        dh_builddeb
    73 
    74 
    75 
    7651clean:
    77 
    7852        dh_clean
    79 
    80 
    81 
    8253binary: install
    83 
    84 
    85 
    8654build:
    87 
    8855binary-arch:
    89 
    9056binary-indep:
    91 
    92 
    9357}}}
    9458