File: rules

package info (click to toggle)
pymad 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 108
  • sloc: ansic: 514; python: 243; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=pymad
export PYBUILD_BEFORE_CLEAN={interpreter} ./config_unix.py --prefix=/usr

%:
	dh $@ --with=python2,python3 --buildsystem=pybuild

override_dh_strip:
	dh_strip -ppython-pymad  --dbg-package=python-pymad-dbg
	dh_strip -ppython3-pymad --dbg-package=python3-pymad-dbg