File: rules

package info (click to toggle)
coinutils 2.10.14%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,616 kB
  • ctags: 4,390
  • sloc: cpp: 70,771; sh: 8,785; makefile: 279
file content (22 lines) | stat: -rwxr-xr-x 537 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autotools_dev --without autoreconf

override_dh_auto_build:
	dh_auto_build
	make doxydoc
	$(RM) doxydoc/html/*.md5 doxydoc/html/*.dot doxydoc/html/*.map
	$(RM) doxydoc/html/jquery.js
	ln -s /usr/share/javascript/jquery/jquery.js doxydoc/html

override_dh_auto_configure:
	dh_auto_configure -- --enable-static --enable-dot --enable-dependency-linking

override_dh_auto_install:
	dh_auto_install
	$(RM) debian/tmp/usr/share/coin/doc/CoinUtils/LICENSE