File: rules

package info (click to toggle)
genetic 0.1.1b-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 216 kB
  • ctags: 299
  • sloc: python: 1,042; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download | duplicates (3)
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_INSTALL_CHANGELOGS_ALL := CHANGELOG
DEB_COMPRESS_EXCLUDE := .py

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