~zulcss/cinder/cinder-fixtures-deps

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2013-05-17 17:05:27 UTC
  • Revision ID: zulcss@ubuntu.com-20130517170527-mfxkjcx7fbb6g617
* debian/patches/fix_cinder_dependencies.patch: Dropped.
* debian/control: Add python-pbr and python-d2to1 to build-depends.
* debian/rules: Add work around to remove wonky setup.py setup
* debian/cinder-common.install: Add cinder-rpc-zmq-receiver binary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Uncomment this to turn on verbose mode.
4
4
#export DH_VERBOSE=1
5
5
 
6
 
DEBVERS ?= $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
7
 
VERSION ?= $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//')
8
 
export OSLO_PACKAGE_VERSION=$(VERSION)
9
 
 
10
6
%:
11
7
        dh $@  --with python2
12
8
 
23
19
 
24
20
override_dh_fixperms:
25
21
        dh_fixperms -Xcinder_tgt.conf
 
22
 
 
23
override_dh_clean:
 
24
        # temporary workaround for d2to1 wonkyness
 
25
        dh_clean -Xsetup.cfg