File: rules

package info (click to toggle)
displaycal-py3 3.9.10-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 28,460 kB
  • sloc: python: 110,844; javascript: 11,540; ansic: 1,124; xml: 643; sh: 257; makefile: 115
file content (20 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

%:
	dh $@ -Spybuild --with quilt



override_dh_auto_install:
	dh_auto_install --destdir=debian/displaycal

execute_after_dh_auto_install:
	rm debian/displaycal/usr/share/doc/displaycal/CHANGES.html

override_dh_clean:
	dh_clean MANIFEST.in INSTALLED_FILES DisplayCAL.egg-info/*

	-rm -rf dist

#override_dh_compress:
#	dh_compress -XREADME.html