File: rules

package info (click to toggle)
bioperl-run 1.6.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 29,288 kB
  • sloc: perl: 27,112; xml: 587; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 249 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 $@ --with quilt

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

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