~ubuntu-branches/ubuntu/trusty/python-happybase/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2013-10-19 22:59:58 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131019225958-faqk2cdna6ykbgu6
Tags: 0.7-1
* New upstream release (Closes: #730368).
* Drops python-nosexcover as its not being used by the tests.
* Do not build-depends on openstack-pkg-tools anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#export DH_VERBOSE=1
4
4
 
5
5
UPSTREAM_GIT = git://github.com/wbolster/happybase.git
6
 
 
7
 
include /usr/share/openstack-pkg-tools/pkgos.make
 
6
-include /usr/share/openstack-pkg-tools/pkgos.make
8
7
 
9
8
PYTHONS:=$(shell pyversions -vr)
10
9