File: rules

package info (click to toggle)
rotix 0.83-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 281; sh: 152; makefile: 62
file content (13 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	./configure --prefix=/usr --mandir=/usr/share/man --i18n=1

override_dh_auto_build:
	dh_auto_build --buildsystem=makefile

override_dh_auto_clean:
	[ ! -f Makefile.settings ] || dh_auto_clean