~easypeasy-maintainers/easypeasy-project/ubiquity

« back to all changes in this revision

Viewing changes to d-i/source/kboot-installer/debian/rules

  • Committer: Jon Ramvi
  • Date: 2009-07-10 16:08:35 UTC
  • Revision ID: jon@geteasypeasy.com-20090710160835-ltb4mkc3qg31p0mo
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /usr/bin/make -f
 
2
 
 
3
build:
 
4
        dh_testdir
 
5
 
 
6
clean:
 
7
        dh_testdir
 
8
        dh_testroot
 
9
        dh_clean
 
10
 
 
11
binary-arch: build
 
12
        dh_testdir
 
13
        dh_testroot
 
14
        dh_clean -k
 
15
        dh_installdirs
 
16
        dh_install
 
17
        dh_installdebconf
 
18
        dh_installdeb
 
19
        dh_gencontrol
 
20
        dh_builddeb
 
21
 
 
22
binary-indep: build
 
23
 
 
24
binary: binary-arch binary-indep
 
25
 
 
26
.PHONY: build clean binary-arch binary-indep binary