File: rules

package info (click to toggle)
swiglpk 4.65.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,072 kB
  • sloc: python: 1,433; sh: 55; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=swiglpk
export LC_ALL=C.UTF-8

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

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