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 (28 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/make -f
# -*- makefile -*-

-include /usr/share/dpkg/buildflags.mk

CFLAGS += $(CPPFLAGS)
CXXFLAGS += $(CPPFLAGS)

export CFLAGS CXXFLAGS LDFLAGS

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure

override_dh_auto_build:
	python setup.py build

override_dh_install:
	dh_auto_install

override_dh_auto_clean:
	dh_auto_clean

override_dh_auto_test:
	python test/functional/test_all.py