~ubuntu-branches/ubuntu/saucy/python-heatclient/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-09-06 14:01:45 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130906140145-r0oqnitf1jv8d9m6
Tags: 0.2.4-0ubuntu1
* New upstream release. 
* debian/{control,rules}: Dropped openstack-pkg-tools no longer
  needed.
* debian/control: Add python-mock as a build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
#export DH_VERBOSE=1
4
4
 
5
 
include /usr/share/openstack-pkg-tools/pkgos.make
6
5
 
7
6
%:
8
7
        dh $@  --with python2
9
8
 
10
 
override_dh_auto_configure:
11
 
        echo $(VERSION) > heatclient/versioninfo
12
 
        dh_auto_configure
13
 
 
14
9
override_dh_auto_clean:
15
10
        dh_auto_clean
16
11
        rm -f heatclient/versioninfo