File: rules

package info (click to toggle)
freeboard 1.1.0%2Bdfsg.1-5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,512 kB
  • sloc: javascript: 40,335; makefile: 6; sh: 4
file content (14 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with linktree,apache2

override_dh_auto_configure:
	find $(CURDIR) -name '*.html' -exec chmod a-x {} \;
	find $(CURDIR) -name '*.json' -exec chmod a-x {} \;
	dh_auto_configure