File: rules

package info (click to toggle)
powerpc-utils 1.3.2-1.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,696 kB
  • sloc: ansic: 15,865; sh: 3,098; perl: 1,770; makefile: 182
file content (16 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf --parallel

# Remove non-FHS doc directory installed by upstream Makefile:
override_dh_auto_install:
	dh_auto_install
	rm -rf debian/tmp/usr/share/doc/packages
	# snap is only useful on RHEL/SLES:
	rm debian/tmp/usr/sbin/snap
	rm debian/tmp/usr/share/man/man8/snap.8