File: rules

package info (click to toggle)
trousers 0.3.14%2Bfixed1-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 9,296 kB
  • ctags: 6,418
  • sloc: ansic: 76,936; sh: 10,308; makefile: 570
file content (21 lines) | stat: -rwxr-xr-x 378 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
20
21
#!/usr/bin/make -f

export DH_VERBOSE = 1

%:
	dh ${@} --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-gui=none

override_dh_auto_install:
	dh_auto_install

override_dh_install:
	dh_install -X.la --fail-missing --sourcedir=debian/tmp

override_dh_strip:
	dh_strip --dbg-package=trousers-dbg

override_dh_installudev:
	dh_installudev -n --priority=45