File: rules

package info (click to toggle)
utf8-migration-tool 0.5.4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 192 kB
  • ctags: 129
  • sloc: python: 828; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#
# CDBS debian/rules for upgrade-system
# Martin-Eric Racine <q-funk@iki.fi>
#
DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/python-distutils.mk
DEB_PYTHON_SETUP_CMD := pylib/configure.py
common-binary-post-install-indep:: list-missing
#EOF