File: rules

package info (click to toggle)
python-memprof 0.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 80
  • sloc: python: 338; makefile: 7; sh: 2
file content (16 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=memprof

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

override_dh_install:
	#Only install /usr/bin/mp_plot in python-memprof
	rm $(CURDIR)/debian/python3-$(PYBUILD_NAME)/usr/bin/mp_plot
	rmdir $(CURDIR)/debian/python3-$(PYBUILD_NAME)/usr/bin/
	dh_install