File: rules

package info (click to toggle)
pysynphot 0.9.12%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 36,112 kB
  • sloc: python: 80,442; csh: 349; makefile: 221; ansic: 94
file content (17 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export PYBUILD_NAME=pysynphot

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

override_dh_gencontrol-indep:
	dh_gencontrol
	sed "s/Installed-Size:.*/Installed-Size: 1737300/" -i debian/synphot-data/DEBIAN/control

override_dh_auto_test:
	true # Tests need external data files that are not available here.

override_dh_shlibdeps:
	dh_shlibdeps
	dh_numpy3