File: rules

package info (click to toggle)
dosfstools 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,744 kB
  • sloc: ansic: 6,619; sh: 4,937; makefile: 219
file content (19 lines) | stat: -rwxr-xr-x 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- --sbindir=/sbin --enable-compat-symlinks

override_dh_auto_install:
	dh_auto_install

	# Removing useless files
	rm -f debian/tmp/usr/share/doc/dosfstools/ChangeLog
	rm -f debian/tmp/usr/share/doc/dosfstools/COPYING

override_dh_strip:
	dh_strip --ddeb-migration='dosfstools-dbg (<< 3.99.0~)'