File: rules

package info (click to toggle)
lxctl 0.3.1%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 404 kB
  • sloc: perl: 2,656; makefile: 35
file content (16 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_build:
	# disabled

override_dh_builddeb:
	dh_builddeb -- -Zxz -z9

override_dh_fixperms:
	dh_fixperms

	chmod 0644 debian/lxctl/etc/lxctl/lxctl.yaml
	chmod 0644 debian/lxctl/etc/bash_completion.d/*