File: rules

package info (click to toggle)
mate-dock-applet 21.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 840 kB
  • sloc: python: 6,997; xml: 202; makefile: 142; sh: 13
file content (14 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libdir=/usr/lib --with-gtk3

execute_after_dh_auto_install:
	rm -Rf debian/mate-dock-applet/usr/lib/mate-applets/mate-dock-applet/__pycache__/

execute_after_dh_fixperms:
	chmod +x debian/mate-dock-applet/usr/lib/mate-applets/mate-dock-applet/*.py