File: rules

package info (click to toggle)
flyspray 0.9.8-10
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 2,444 kB
  • ctags: 3,031
  • sloc: php: 17,634; sh: 301; makefile: 12
file content (23 lines) | stat: -rwxr-xr-x 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

# definitions
BASEDIR := usr/share/flyspray
SQLDIR := $(BASEDIR)/sql

# documentation
DEB_INSTALL_DOCS_ALL := docs/AUTHORS.txt docs/BUGS.txt docs/QA_CHECKLIST.txt \
                        docs/README.txt docs/TODO.txt docs/UPGRADING.txt

# changelogs
DEB_INSTALL_CHANGELOGS_ALL := docs/CHANGELOG.txt

#directories
DEB_INSTALL_DIRS_flyspray := var/spool/flyspray/attachments etc/flyspray usr/share/flyspray/htdocs

clean::
	rm -f debian/compat

binary-install/flyspray::
	chmod a+x debian/flyspray/usr/share/flyspray/*.sh