File: rules

package info (click to toggle)
wreport 3.35-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,676 kB
  • sloc: cpp: 18,867; python: 671; makefile: 363; sh: 78
file content (11 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with python3 --without autoreconf -Smeson

override_dh_auto_install:
	dh_auto_install
	# Remove absolute build path from tag file, resulting in <path>.</path>
	sed -i -e 's@$(CURDIR)@/usr/include@g' \
		debian/tmp/usr/share/doc/wreport/libwreport.doxytags
	rm -r debian/tmp/usr/share/doc/wreport/xml