Rev 3 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 6 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | install -m644 Greylisting.pm \ |
55 | install -m644 Greylisting.pm \ |
56 | $(CURDIR)/debian/sa-exim/usr/share/perl5/Mail/SpamAssassin/Plugin/Greylisting.pm |
56 | $(CURDIR)/debian/sa-exim/usr/share/perl5/Mail/SpamAssassin/Plugin/Greylisting.pm |
57 | install -m644 greylistclean.cron \ |
57 | install -m644 greylistclean.cron \ |
58 | $(CURDIR)/debian/sa-exim/etc/cron.d/greylistclean |
58 | $(CURDIR)/debian/sa-exim/etc/cron.d/greylistclean |
59 | install -m755 greylistclean \ |
59 | install -m755 greylistclean \ |
60 | $(CURDIR)/debian/sa-exim/usr/sbin/greylistclean |
60 | $(CURDIR)/debian/sa-exim/usr/share/sa-exim/greylistclean |
61 | 61 | ||
62 | # Build architecture-independent files here. |
62 | # Build architecture-independent files here. |
63 | binary-indep: build install |
63 | binary-indep: build install |
64 | # We have nothing to do by default. |
64 | # We have nothing to do by default. |
65 | 65 | ||
Line 68... | Line 68... | ||
68 | dh_testdir |
68 | dh_testdir |
69 | dh_testroot |
69 | dh_testroot |
70 | dh_installchangelogs Changelog.html |
70 | dh_installchangelogs Changelog.html |
71 | dh_installdocs |
71 | dh_installdocs |
72 | dh_installexamples |
72 | dh_installexamples |
73 | # dh_install |
- | |
74 | # dh_installmenu |
- | |
75 | dh_installdebconf |
73 | dh_installdebconf |
76 | # dh_installlogrotate |
- | |
77 | # dh_installemacsen |
- | |
78 | # dh_installpam |
- | |
79 | # dh_installmime |
- | |
80 | # dh_installinit |
- | |
81 | # dh_installcron |
- | |
82 | # dh_installinfo |
- | |
83 | dh_installman |
74 | dh_installman |
84 | dh_link |
75 | dh_link |
85 | dh_strip |
76 | dh_strip |
86 | dh_compress |
77 | dh_compress |
87 | dh_fixperms -Xvar/spool/sa-exim |
78 | dh_fixperms -Xvar/spool/sa-exim |
88 | # dh_perl |
79 | dh_perl |
89 | # dh_python |
- | |
90 | # dh_makeshlibs |
- | |
91 | dh_installdeb |
80 | dh_installdeb |
92 | dh_shlibdeps |
81 | dh_shlibdeps |
93 | dh_gencontrol |
82 | dh_gencontrol |
94 | dh_md5sums |
83 | dh_md5sums |
95 | dh_builddeb |
84 | dh_builddeb |