File: rules

package info (click to toggle)
powerpc-utils 1.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: ansic: 18,548; sh: 4,697; perl: 980; makefile: 239
file content (19 lines) | stat: -rwxr-xr-x 455 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-werror

# 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