File: rules

package info (click to toggle)
yagv 0.4~20171211.r234ef16%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 196 kB
  • sloc: python: 1,435; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with=python3

override_dh_fixperms:
	dh_fixperms
	chmod 0644 debian/yagv/usr/share/yagv/gcodeParser.py

override_dh_auto_install:
	dh_auto_install
	install -D -m644 debian/yagv.desktop debian/yagv/usr/share/applications/yagv.desktop