File: rules

package info (click to toggle)
gfal2-util 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 508 kB
  • sloc: python: 1,990; sh: 103; makefile: 90; xml: 24
file content (19 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_build:
	python3 setup.py build

override_dh_auto_install:
	python3 setup.py install \
	    --root $(CURDIR)/debian/tmp \
	    --install-layout deb

override_dh_auto_clean:
	rm -rf build gfal2_util.egg-info

override_dh_python3:
	dh_python3 -V -