~bzr/ubuntu/karmic/bzr-gtk/bzr-ppa

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Max Bowsher
  • Date: 2011-02-04 22:58:36 UTC
  • mfrom: (0.1.674 maverick)
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: maxb@f2s.com-20110204225836-ohftrz72glsdrdhg
Tags: 0.99.1+bzr705-1~bazaar1~lucid1
MergeĀ 0.99.1+bzr705

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
DEB_PYTHON_SYSTEM=pycentral
4
4
DEB_DH_INSTALL_ARGS=--list-missing
5
5
 
 
6
pre-build::
 
7
        [ ! -d .bzr ] || python setup.py build_credits
 
8
 
 
9
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 
10
common-post-build-indep::
 
11
        BZR_PLUGINS_AT=gtk@$(CURDIR) xvfb-run /usr/bin/bzr selftest -s bp.gtk
 
12
endif
 
13
 
6
14
include /usr/share/cdbs/1/rules/debhelper.mk
7
15
include /usr/share/cdbs/1/class/python-distutils.mk