File: rules

package info (click to toggle)
python-envs 1.2.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 148 kB
  • sloc: python: 264; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#DH_VERBOSE = 1

#LC_ALL=C.UTF-8 Makes sure that it builds correctly with pbuilder

%:
	LC_ALL=C.UTF-8 dh $@ --buildsystem=pybuild

execute_after_dh_install:
	$(RM) debian/python3-envs/usr/bin/*

execute_after_dh_auto_clean:
	$(RM) -r envs.egg-info