File: rules

package info (click to toggle)
cerealizer 0.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 108 kB
  • ctags: 244
  • sloc: python: 635; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/rules/debhelper.mk
DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk


DEB_COMPRESS_EXCLUDE := .py


binary-install/$(DEB_PYTHON_MODULE_PACKAGE)::
	find debian/$(cdbs_curpkg)/usr/share/ -type f -exec chmod -R a-x {} \;