File: rules

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

export PYBUILD_NAME=swiglpk
export PYBUILD_BEFORE_TEST=cp -v {dir}/test_swiglpk.py {build_dir}
export PYBUILD_AFTER_TEST=rm -v {build_dir}/test_swiglpk.py
export LC_ALL=C.UTF-8

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	while read garbage; \
	do \
		find -name "$$garbage" -delete; \
	done < .gitignore