[Debian-ha-commits] [crmsh] 11/16: Resolving remaining issues with proper handling of .egg-info

Richard Winters devrik-guest at moszumanska.debian.org
Tue Jan 26 22:25:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch master
in repository crmsh.

commit 215dc941cfd08f79ee328f176e21c3f29fd6cdde
Author: Richard B Winters <rik at mmogp.com>
Date:   Tue Jan 26 16:55:38 2016 -0500

    Resolving remaining issues with proper handling of .egg-info
    
    Change-Id: Ia7805194b364bd57c06fd419bb02197b9a9ccacf
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 31cd96f..02ccaa6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs
 # Properly support multi-arch triplet paths
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) 
 
+# If your package provides eggs, install egg-info directories instead of real eggs
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
 # main packaging script based on dh7 syntax
 %:
 	dh $@ --with autoreconf,python2 --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/crmsh.git



More information about the Debian-HA-Commits mailing list