~ubuntu-branches/ubuntu/vivid/tryton-modules-carrier-percentage/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Mathias Behrle
  • Date: 2014-04-24 15:26:59 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140424152659-8jj1drhcdx9hjidz
Tags: 3.2.0-1
* Removing  LC_ALL=C.UTF-8 as build environment.
* Merging upstream version 3.2.0.
* Updating copyright.
* Bumping minimal required Python version to 2.7.
* Updating gbp.conf for usage of upstream tarball compression.
* Adding extras_depend as Suggests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
# needed for pbuilder
4
 
export LC_ALL=C.UTF-8
5
 
 
6
3
MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
7
4
 
8
5
# Don't run tests for Tryton modules, they try to download dependencies from pypi