File: rules

package info (click to toggle)
gdpc 2.2.5-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,580 kB
  • ctags: 574
  • sloc: ansic: 5,906; makefile: 118; sh: 12
file content (14 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_clean:
	touch gdpc.o gdpc  # ugly hack to let unpatched Makefile work
	$(MAKE) clean
	dh_clean

override_dh_auto_install:
	# do nothing