File: rules

package info (click to toggle)
cpulimit 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: ansic: 995; makefile: 45; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# no tests
override_dh_auto_test:

override_dh_auto_install:
	PREFIX=$(TMP)/usr dh_auto_install