Revision de1e0489 snf-pithos-tools/debian/rules

b/snf-pithos-tools/debian/rules
8 8
override_dh_auto_install:
9 9
	dh_auto_install
10 10
	
11
	# this package provides the pithos namespace __init__.py
12
	# because snf-pithos-backend also provides this file
13
	# Replaces setting has been added to control file to avoid
14
	# dpkg existing files errors
15
	for py in $(shell pyversions -vr debian/control); do \
16
		cp pithos/__init__.py debian/$(package)/usr/lib/python$$py/*-packages/pithos/; \
17
	done
18

  
11 19
	for py in $(shell pyversions -vr debian/control); do \
12 20
		rm debian/$(package)/usr/lib/python$$py/*-packages/*-nspkg.pth; \
13 21
	done

Also available in: Unified diff