File: rules

package info (click to toggle)
minpack 19961126%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,708 kB
  • sloc: sh: 8,201; fortran: 2,400; ansic: 742; makefile: 100; awk: 13
file content (15 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	chmod +x configure	# was added by Debian patch, so had wrong permissions
	dh_auto_configure

override_dh_installdocs:
	dh_installdocs
	install -D -m 644 ex/file06 debian/minpack-dev/usr/share/doc/minpack-dev/minpack-documentation.txt