File: rules

package info (click to toggle)
lua-markdown 0.32-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 196 kB
  • ctags: 102
  • sloc: makefile: 13; sh: 7
file content (17 lines) | stat: -rwxr-xr-x 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk

DEB_DESTDIR=$(shell pwd)/debian/tmp

DEB_MAKE_BUILD_TARGET := all -f Makefile.Debian
DEB_MAKE_CHECK_TARGET := test -f Makefile.Debian
DEB_MAKE_CLEAN_TARGET := clean -f Makefile.Debian
DEB_MAKE_INSTALL_TARGET := install -f Makefile.Debian DESTDIR=$(DEB_DESTDIR)
DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR)
pre-build::
	lua5.1-policy-apply
clean::
	lua5.1-policy-apply --reverse