Dodatna prilagodba paketa, izbacene neke od funkcionalnosti.
[squirrelmail-change-pass-cn.git] / debian / rules
1 #!/usr/bin/make -f
2
3 PACKAGE = $(shell dh_listpackages)
4 TMP     = $(CURDIR)/debian/$(PACKAGE)
5
6 build:
7
8 clean:
9         dh_testdir
10         dh_testroot
11         dh_clean
12         rm -f install-stamp
13
14 install: build install-stamp
15 install-stamp:
16         dh_testdir
17         dh_testroot
18         dh_clean
19         touch install-stamp
20
21 binary-arch: build install
22
23 binary-indep: build install
24         dh_testdir
25         dh_testroot
26         dh_installdocs
27         dh_installchangelogs
28         dh_link
29         dh_compress
30         dh_fixperms
31         dh_installdeb
32         dh_shlibdeps
33         dh_gencontrol
34         dh_md5sums
35         dh_builddeb
36
37 binary: binary-indep binary-arch