File: rules

package info (click to toggle)
displaycal 3.7.1.4-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 21,228 kB
  • sloc: python: 87,742; ansic: 1,102; xml: 643; sh: 263; makefile: 150
file content (28 lines) | stat: -rwxr-xr-x 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/make -f

%:
	dh $@ --with python2 -Spybuild



override_dh_auto_install:
	dh_auto_install --destdir=debian/displaycal

	rm -rf debian/displaycal/etc/udev/

#override_dh_install:

#	dh_install

override_dh_missing:
	dh_missing --fail-missing

override_dh_clean:
	dh_clean MANIFEST.in INSTALLED_FILES

	find -name RealDisplaySizeMM.so | xargs -r rm 

	-rm -rf dist

override_dh_compress:
	dh_compress -XREADME.html