File: rules

package info (click to toggle)
eumdac 3.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 716 kB
  • sloc: python: 7,325; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=eumdac
export PYBUILD_TEST_PYTEST = 1

%:
	dh $@ --buildsystem=pybuild

# This assumes the package is installed
manpage:
	help2man --no-info eumdac --name="EUMETSAT Data Access Client"> debian/eumdac.1