File: rules

package info (click to toggle)
usbauth-notifier 1.0.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: ansic: 382; makefile: 29; sh: 24
file content (19 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

%:
	dh $@

override_dh_missing:
	dh_missing --fail-missing

override_dh_fixperms:
	dh_fixperms
	find debian -name '*90usbauth-notifier' -exec chmod 0644 {} +

override_dh_clean:
	dh_clean
	find -name "stamp-po" | xargs rm -rf
	find -name "*.gmo" | xargs rm -rf