File: rules

package info (click to toggle)
acpitool 0.5.1-4
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 712 kB
  • sloc: sh: 3,366; cpp: 2,494; makefile: 20
file content (21 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh ${@} --with quilt

override_dh_auto_clean:
	dh_auto_clean

	rm -f config.guess config.sub

override_dh_auto_configure:
	cp -f /usr/share/misc/config.guess .
	cp -f /usr/share/misc/config.sub .

	dh_auto_configure

override_dh_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/acpitool install

override_dh_strip:
	dh_strip --dbg-package=acpitool-dbg