File: rules

package info (click to toggle)
gnuastro 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,744 kB
  • sloc: ansic: 107,179; sh: 7,752; makefile: 664; cpp: 9
file content (24 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all


# General (every file):
%:
	dh $@



# Add configure time options.
override_dh_auto_configure:
	dh_auto_configure --



# Extra files necessary for installation.
override_dh_installinfo:
	dh_installinfo
	mkdir -p debian/gnuastro/usr/share/info/gnuastro-figures
	cp doc/gnuastro-figures/*.png                                 \
	   debian/gnuastro/usr/share/info/gnuastro-figures