File: debian.rules

package info (click to toggle)
gridsite 3.0.0~20180202git2fdbc6f-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,424 kB
  • sloc: ansic: 16,195; perl: 1,183; makefile: 525; sh: 414; xml: 252
file content (13 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

-include /usr/share/dpkg/buildflags.mk

override_dh_auto_build:
	\$(MAKE) -C src prefix=/usr build gridsite-delegation.cgi htproxyput \\
		CFLAGS=\"\$(CFLAGS) \$(CPPFLAGS)\" LDFLAGS=\"\$(LDFLAGS)\"

override_dh_auto_install:
	\$(MAKE) -C src prefix=/usr httpd_name=apache2 DESTDIR=\$(shell pwd)/debian/tmp install install-ws post-install-debian

%:
	dh -Smakefile -Dsrc --dbg-package=gridsite-dbg \$@