File: rules

package info (click to toggle)
powerpc-utils 1.3.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,008 kB
  • sloc: ansic: 17,187; sh: 3,662; perl: 980; makefile: 214
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