File: rules

package info (click to toggle)
dispcalgui 2.5.0.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,252 kB
  • ctags: 4,242
  • sloc: python: 56,766; ansic: 774; xml: 281; sh: 233; makefile: 148
file content (14 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with python2 --builddirectory=build

override_dh_install:
	rm -rf debian/dispcalgui/etc/udev

	dh_install

override_dh_clean:
	dh_clean MANIFEST.in INSTALLED_FILES

	-rm -rf dist