File: rules

package info (click to toggle)
soya-doc 0.9-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,092 kB
  • ctags: 432
  • sloc: python: 1,690; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes

include /usr/share/cdbs/1/rules/debhelper.mk


binary-install/python-soya-doc::
	find debian/python-soya-doc/usr/share/ -type f ! -name "*.py" -exec chmod -R a-x {} \;
	chmod a+x debian/python-soya-doc/usr/share/doc/python-soya-doc/tutorial/buggy.py
	find debian/python-soya-doc -name ".arch-ids" -depth -exec rm -rf {} \;