File: rules

package info (click to toggle)
bioperl-run 1.6.9-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 29,688 kB
  • ctags: 1,839
  • sloc: perl: 27,113; xml: 587; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

ifneq (,$(DEB_MAINTAINER_MODE))
NETWORK = --network
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --install_scripts $(NETWORK)

override_dh_auto_test:
#	PATH=$$PATH:/usr/lib/emboss dh_auto_test