summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 677ecdef451287e23001d960a2ee5d1977369f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_build:
	# disabled

override_dh_auto_test:
	# disabled

override_dh_auto_install:
	dh_auto_install

	# removing useless files
	rm -f debian/tmp/usr/share/doc/*/CHANGELOG.txt
	rm -f debian/tmp/usr/share/doc/*/LICENSE.txt
	rm -f debian/tmp/usr/share/doc/*/VERSION.txt

override_dh_missing:
	dh_missing --fail-missing