File: rules

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

export PYBUILD_NAME=pysynphot
export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}

%:
	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