File: rules

package info (click to toggle)
telepathy-python 0.15.19-2.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,332 kB
  • ctags: 406
  • sloc: xml: 27,760; python: 2,511; sh: 715; makefile: 114
file content (14 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_AUTO_CLEANUP_RCS            := yes
DEB_COMPRESS_EXCLUDE_ALL        := .py

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-module.mk

# List any files which are not installed
include /usr/share/cdbs/1/rules/utils.mk
common-binary-post-install-arch:: list-missing

include $(CURDIR)/debian/update-patches.mk