File: rules

package info (click to toggle)
metaphlan2 2.6.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72,684 kB
  • ctags: 351
  • sloc: python: 4,352; sh: 26; makefile: 7
file content (18 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@  --with python2

override_dh_auto_build:
	dh_auto_build
	pandoc -s --from markdown --to html README.md > README.html

override_dh_installchangelogs:
	dh_installchangelogs changeset.txt

#override_dh_fixperms:
#	dh_fixperms
#	chmod +x debian/*/usr/share/metaphlan2/strainer_tutorial/*.sh
#	chmod -x debian/*/usr/share/metaphlan2/strainer_src/*.ini