File: rules

package info (click to toggle)
xgridfit 2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,996 kB
  • sloc: python: 1,262; xml: 466; sh: 283; makefile: 113; sed: 45
file content (12 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --with python3

override_dh_auto_build:
	dh_auto_build --no-act

override_dh_auto_install:
	dh_auto_install
	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp/ install-docs