File: rules

package info (click to toggle)
ion 3.2.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,768 kB
  • ctags: 11,049
  • sloc: ansic: 141,798; sh: 22,848; makefile: 7,818; python: 1,638; sql: 311; perl: 197; awk: 178; xml: 50; java: 19
file content (31 lines) | stat: -rwxr-xr-x 773 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_build:
	pod2man -s 1 -c "ION tools without man pages" debian/ion-tools.pod debian/ion-tools.1
	dh_auto_build

# Remove ionstart.awk from ion-doc package. It is essential for
# ion scripts and will be shiped with them in the ion package.
# The file is already included in ion.install
override_dh_install:
	dh_install -pion
ifneq (,$(findstring ion-doc, $(shell dh_listpackages)))
	dh_install -pion-doc
	rm -f debian/ion-doc/usr/share/ion/ionstart.awk
endif
	dh_install --remaining-packages

override_dh_auto_test:

override_dh_clean:
	dh_clean -Xautom4te.cache

override_dh_installchangelogs:
	dh_installchangelogs -k release-notes.txt

get-orig-source:
	uscan --force-download