Commit | Line | Data |
---|---|---|
2a09fb07 PHM |
1 | #!/usr/bin/make -f |
2 | include /usr/share/cdbs/1/rules/debhelper.mk | |
fb0ed6ab PHM |
3 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
4 | ||
5 | # configure simple-patchsys | |
6 | DEB_PATCHDIRS := debian/patches | |
2a09fb07 PHM |
7 | |
8 | # documentation | |
9 | DEB_INSTALL_DOCS_ALL := | |
10 | DEB_INSTALL_DOCS_php-banana := AUTHORS TODO examples/ | |
11 | ||
12 | # changelogs | |
13 | DEB_INSTALL_CHANGELOGS_ALL := | |
14 | DEB_INSTALL_CHANGELOGS_php-banana := Changelog | |
15 | ||
16 | #directories | |
17 | DEB_INSTALL_DIRS_php-banana := var/spool/banana/ | |
18 | ||
19 | install/php-banana:: | |
20 | make | |
21 | ||
22 | clean:: | |
23 | rm -f debian/compat | |
24 | make clean |