File: rules

package info (click to toggle)
circos 0.69.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 65,120 kB
  • sloc: perl: 15,905; sh: 57; makefile: 9
file content (20 lines) | stat: -rwxr-xr-x 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for circos

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

%:
	dh $@ 


override_dh_install:
	dh_install
	# Update circos relative path to absolute debian paths
	find debian/circos -type f | xargs sed -i 's/include etc/include \/usr\/share\/circos\/etc/g'
	find debian/circos -type f | xargs sed -i 's/include fonts/include \/usr\/share\/circos\/fonts/g'
	find debian/circos -type f | xargs sed -i 's/include tiles/include \/usr\/share\/circos\/tiles/g'

override_dh_installman:
	pod2man bin/circos > $(CURDIR)/debian/circos/usr/share/man/man1/circos.1