File: rules

package info (click to toggle)
dosfstools 3.0.13-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 408 kB
  • sloc: ansic: 4,328; makefile: 73; sh: 17
file content (19 lines) | stat: -rwxr-xr-x 371 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

%:
	dh ${@}

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/dosfstools PREFIX=/usr SBINDIR=/sbin

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

override_dh_auto_test:
	# disabled

override_dh_builddeb:
	dh_builddeb -- -Zxz -z9

override_dh_strip:
	dh_strip --dbg-package=dosfstools-dbg