File: rules

package info (click to toggle)
pompem 0.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 200 kB
  • sloc: python: 481; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE = 1

DIR2FIX=$(CURDIR)/debian/pompem/usr/share/pompem

%:
	dh $@

override_dh_fixperms:
	find $(DIR2FIX) -type f -name '*.py' -exec chmod +x {} \;
	dh_fixperms