File: rules

package info (click to toggle)
nvram-wakeup 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,976 kB
  • ctags: 221
  • sloc: ansic: 1,944; sh: 300; ruby: 190; makefile: 101
file content (15 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

DEB_INSTALL_CHANGELOGS_ALL = HISTORY

#
# TODO: This breaks DEB_BUILD_OPTIONS,
# Better hardcode the essential compiler switches in the upstream source
# instead of making them overrideable in user overridable variables like
# CFLAGS!
#
DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)