File: rules

package info (click to toggle)
ipband 0.8.1-5.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 452 kB
  • sloc: ansic: 4,377; makefile: 118; sh: 108
file content (14 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_BUILD_MAINT_OPTIONS

CPPFLAGS += -DDATE="\"$(shell dpkg-parsechangelog -S Date | cut -d' ' -f1-4)\""

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	# Upstream is setting everything to executables.
	chmod a-x debian/ipband/usr/share/doc/ipband/examples/styles.css