~ubuntu-branches/ubuntu/precise/bioperl/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-01-27 22:48:22 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100127224822-ebot4qbrjxcv38au
Tags: 1.6.1-1ubuntu1
* Merge from Debian testing, remaining changes:
  - disable tests, they produce a FTBFS trying to access the network 
    during run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
ifneq (,$(DEB_MAINTAINER_MODE))
 
4
NETWORK = --network
 
5
endif
 
6
 
3
7
build: build-stamp
4
8
build-stamp:
5
9
        dh_testdir
6
 
        perl Build.PL < /dev/null # non-interactive, uses defaults
 
10
        perl Build.PL $(NETWORK) < /dev/null # non-interactive, uses defaults
7
11
        ./Build
8
12
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
9
13
#       ./Build test