File: rules

package info (click to toggle)
arandr 0.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 648 kB
  • sloc: python: 1,402; sh: 8; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	# Workaround for https://bugs.debian.org/943376
	for x in debian/arandr/usr/share/man/man*/*.gz; do gunzip $$x; done