File: rules

package info (click to toggle)
pylons 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,320 kB
  • sloc: python: 4,681; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_DISABLE=test

%:
	dh $@ --with python2 --buildsystem pybuild

override_dh_fixperms:
	dh_fixperms
	find debian/python-pylons/usr/share/ -type f -perm 755 | xargs -r chmod 644