~ubuntu-langpack/langpack-o-matic/main

« back to all changes in this revision

Viewing changes to skel-support/debian/rules

  • Committer: martin at piware
  • Date: 2006-03-31 16:41:18 UTC
  • Revision ID: martin@piware.de-20060331164118-52f2fc52123bd727
state for breezy final

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
# Uncomment this to turn on verbose mode.
 
4
#export DH_VERBOSE=1
 
5
 
 
6
build: 
 
7
        dh_testdir
 
8
 
 
9
clean: 
 
10
        dh_testdir
 
11
        dh_testroot
 
12
        dh_clean
 
13
 
 
14
binary-arch:
 
15
 
 
16
binary-indep: 
 
17
        dh_testdir
 
18
        dh_testroot
 
19
 
 
20
        dh_installdocs -i
 
21
        dh_installchangelogs -i
 
22
        dh_compress -i
 
23
        dh_fixperms -i
 
24
        dh_installdeb -i
 
25
        dh_gencontrol -i
 
26
        dh_md5sums -i
 
27
        dh_builddeb -i
 
28
 
 
29
binary: binary-arch binary-indep
 
30
 
 
31
.PHONY: build clean binary-indep binary-arch binary