File: rules

package info (click to toggle)
apache-upload-progress-module 0.2%2Bgit20220203.4467d50-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 176 kB
  • sloc: ansic: 1,394; makefile: 44
file content (14 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

CFLAGS = -DCACHE_FILENAME=\\\"/var/cache/apache2/upload_progress_cache\\\"

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with apache2

override_dh_auto_install:
	echo "Just let dh_install handle the installation."

override_dh_auto_build:
	dh_auto_build -- module