|
Revision 2248, 2.5 kB
(checked in by benjamin, 6 months ago)
|
procmail_builder now working on sqw-1.4.9 and alternc-0.9.8 with register_globals=off
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
configure: configure-stamp |
|---|
| 10 |
configure-stamp: |
|---|
| 11 |
dh_testdir |
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
touch configure-stamp |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
build: build-stamp |
|---|
| 18 |
|
|---|
| 19 |
build-stamp: configure-stamp |
|---|
| 20 |
dh_testdir |
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
./dopo.sh |
|---|
| 24 |
|
|---|
| 25 |
touch build-stamp |
|---|
| 26 |
|
|---|
| 27 |
clean: |
|---|
| 28 |
dh_testdir |
|---|
| 29 |
dh_testroot |
|---|
| 30 |
rm -f build-stamp configure-stamp |
|---|
| 31 |
|
|---|
| 32 |
dh_clean |
|---|
| 33 |
|
|---|
| 34 |
install: build |
|---|
| 35 |
dh_testdir |
|---|
| 36 |
dh_testroot |
|---|
| 37 |
dh_clean -k |
|---|
| 38 |
dh_installdirs |
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
cp procmail_add.php procmail_opt.php setup.php config.php debian/alternc-procmail/usr/share/squirrelmail/plugins/procmail_builder/ |
|---|
| 49 |
chown -R 33.33 debian/alternc-procmail/usr/share/squirrelmail/plugins/procmail_builder/ |
|---|
| 50 |
cp m_procmail.php procmailrc.default debian/alternc-procmail/var/alternc/bureau/class/procmail_builder/ |
|---|
| 51 |
cp -R locales debian/alternc-procmail/var/alternc/bureau/ |
|---|
| 52 |
find debian/alternc-procmail/ -name CVS -depth -exec rm {} -rf \; |
|---|
| 53 |
find debian/alternc-procmail/ -name .svn -depth -exec rm {} -rf \; |
|---|
| 54 |
chown -R 33.33 debian/alternc-procmail/var/alternc/bureau/ debian/alternc-procmail/usr/share/squirrelmail/plugins/ |
|---|
| 55 |
|
|---|
| 56 |
|
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 |
binary-indep: build install |
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 |
binary-arch: build install |
|---|
| 65 |
dh_testdir |
|---|
| 66 |
dh_testroot |
|---|
| 67 |
|
|---|
| 68 |
dh_installdocs |
|---|
| 69 |
dh_installexamples |
|---|
| 70 |
dh_installmenu |
|---|
| 71 |
|
|---|
| 72 |
|
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 |
|
|---|
| 76 |
dh_installcron |
|---|
| 77 |
dh_installman |
|---|
| 78 |
dh_installinfo |
|---|
| 79 |
|
|---|
| 80 |
dh_installchangelogs |
|---|
| 81 |
dh_link |
|---|
| 82 |
dh_strip |
|---|
| 83 |
dh_compress |
|---|
| 84 |
dh_fixperms |
|---|
| 85 |
|
|---|
| 86 |
dh_installdeb |
|---|
| 87 |
|
|---|
| 88 |
dh_shlibdeps |
|---|
| 89 |
dh_gencontrol |
|---|
| 90 |
dh_md5sums |
|---|
| 91 |
dh_builddeb |
|---|
| 92 |
|
|---|
| 93 |
binary: binary-indep binary-arch |
|---|
| 94 |
.PHONY: build clean binary-indep binary-arch binary install configure |
|---|