File: rules

package info (click to toggle)
systemd-bootchart 234-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 844 kB
  • sloc: ansic: 8,749; xml: 490; makefile: 184; sh: 107
file content (16 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

%:
	dh $@

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

override_dh_installsystemd:
	dh_installsystemd --no-enable

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'