~ubuntu-branches/ubuntu/lucid/dulwich/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-07-23 22:35:11 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090723223511-bz5uwqhyit6sfwc5
Tags: 0.3.3-1
* Run the testsuite during build.
* New upstream release.
* Avoid hard dependency on python2.4. Thanks doko for the help
  debugging this. Closes: #534758.
* Bump standards version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
include /usr/share/cdbs/1/rules/debhelper.mk
6
6
include /usr/share/cdbs/1/class/python-distutils.mk
 
7
 
 
8
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 
9
common-build-arch common-build-indep:: debian/stamp-check
 
10
debian/stamp-check: 
 
11
        $(MAKE) check
 
12
        touch $@
 
13
 
 
14
clean::
 
15
        rm -f debian/stamp-check
 
16
endif