File: rules

package info (click to toggle)
systemd-bootchart 231-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 996 kB
  • ctags: 1,624
  • sloc: ansic: 11,642; xml: 476; makefile: 202; sh: 79
file content (13 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

%:
	dh $@ --with autoreconf --parallel

override_dh_auto_configure:
	dh_auto_configure -- --with-rootprefix=/ --with-rootlibdir=/lib

override_dh_auto_install:
	dh_auto_install
	# fix paths in manpages
	find debian/systemd-bootchart/usr/share/man/ -type f | xargs sed -ri 's_/usr(/lib/systemd/system|/lib[^/]|/lib/[^a-z])_\1_g'