File: rules

package info (click to toggle)
gammapy 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,540 kB
  • sloc: python: 39,795; makefile: 239; javascript: 78; sh: 41
file content (13 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=gammapy
export LC_ALL=C.UTF-8
export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}

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

override_dh_fixperms:
	dh_fixperms
	chmod a-x debian/python3-gammapy/usr/share/doc/python3-gammapy/examples/*.py