File: rules

package info (click to toggle)
raidutils 0.0.6-21
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,836 kB
  • ctags: 22,075
  • sloc: cpp: 39,795; ansic: 22,774; sh: 8,306; makefile: 21
file content (13 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --parallel --with autoreconf

WARNFLAGS = -Wall -Wno-write-strings -Wno-comments

override_dh_auto_configure:
	dh_auto_configure -- CFLAGS="$(WARNFLAGS)" CXXFLAGS="$(WARNFLAGS)"

override_dh_installchangelogs:
	dh_installchangelogs --package=raidutils -XChangeLog
	dh_installchangelogs --no-package=raidutils