File: rules

package info (click to toggle)
wcslib 5.16-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,488 kB
  • ctags: 15,924
  • sloc: ansic: 30,968; lex: 7,902; fortran: 6,608; sh: 3,572; sed: 447; pascal: 153; makefile: 12
file content (22 lines) | stat: -rwxr-xr-x 464 bytes parent folder | download | duplicates (4)
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
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh  $@ --with autoreconf,autotools_dev

override_dh_auto_clean:
	[ ! -e makedefs ] || dh_auto_clean

override_dh_autoreconf:
	AUTOHEADER=true dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --docdir=$$\{prefix\}/share/doc/wcslib-doc

override_dh_install:
	dh_install -Xjquery.js

override_dh_installchangelogs:
	dh_installchangelogs CHANGES