File: rules

package info (click to toggle)
cwiid 0.6.91-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,780 kB
  • sloc: ansic: 7,742; python: 259; makefile: 258; lex: 176; yacc: 73; awk: 16
file content (13 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with python3 --system pybuild


override_dh_auto_configure:
	# satisfy bhlc
	./configure --disable-ldconfig --prefix=/usr --sysconfdir=/etc $(shell dpkg-buildflags --export=configure)

override_dh_auto_clean:
	rm -rf python/cwiid.egg-info
	dh_auto_clean