releasing version 2.44
[filters.git] / debian / rules
CommitLineData
7e3afbba 1#!/usr/bin/make -f
ab9cf876 2
7e3afbba 3build: build-stamp
f49da801 4build-stamp:
5 dh_testdir
6 $(MAKE)
7 $(MAKE) samples
8 touch build-stamp
7e3afbba 9
f49da801 10clean:
11 dh_testdir
12 dh_testroot
13 rm -f build-stamp
69f437c9 14 $(MAKE) clean
f49da801 15 dh_clean
7e3afbba 16
7e3afbba 17binary-indep: build
7e3afbba 18
7e3afbba 19binary-arch: build
f49da801 20 dh_testdir
21 dh_testroot
22 dh_clean -k
23 dh_installdirs
ab9cf876 24 $(MAKE) PREFIX=debian/filters install
bc19f2cf 25 dh_installdocs README SAMPLES ky00te.dir/README.ky00te
f49da801 26 dh_installchangelogs
27 dh_strip
28 dh_compress
29 dh_fixperms
f49da801 30 dh_installdeb
31 dh_shlibdeps
32 dh_gencontrol
f49da801 33 dh_md5sums
34 dh_builddeb
7e3afbba 35
090569ec 36# Not intended for use by anyone except the author.
37announcedir:
38 @echo ${HOME}/src/joeywiki/code/filters/news
5b25ff5f 39
7e3afbba 40binary: binary-indep binary-arch
f49da801 41.PHONY: build clean binary-indep binary-arch binary
This page took 0.011342 seconds and 4 git commands to generate.