File: rules

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

%:
	dh $@ --with python2

override_dh_auto_build:
	dh_auto_build --no-act

override_dh_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/xgridfit PREFIX=/usr install
	$(MAKE) DESTDIR=$(CURDIR)/debian/xgridfit-doc PREFIX=/usr install-docs