releasing version 0.2
[jelmer/etckeeper.git] / debian / rules
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
13 binary-indep: build
14         dh_testdir
15         dh_testroot
16         dh_clean -k
17         $(MAKE) install PREFIX=debian/etckeeper
18         dh_installdocs README TODO
19         dh_installexamples
20         dh_installchangelogs
21         dh_compress
22         dh_fixperms
23         dh_installdebconf
24         dh_installdeb
25         dh_gencontrol
26         dh_md5sums
27         dh_builddeb
28
29 # Not intended for use by anyone except the author.
30 announcedir:
31         @echo ${HOME}/src/joeywiki/code/etckeeper/news
32
33 binary: binary-indep binary-arch
34 .PHONY: build clean binary-indep binary-arch binary