[buildinfo.debian.net] 02/03: Install to /usr/share with dh-virtualenv 1.0

Chris Lamb chris at chris-lamb.co.uk
Thu Feb 23 02:45:58 UTC 2017


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

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit 148d69af9bb3b5fd7d2a8e079b9dd41a1c448ff0
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Feb 22 19:55:02 2017 +0800

    Install to /usr/share with dh-virtualenv 1.0
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 debian/control | 2 +-
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4947863..26d2ad8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Chris Lamb <lamby at debian.org>
 Build-Depends:
  debhelper (>= 9),
  dh-systemd (>= 1.5),
- dh-virtualenv (>= 0.10),
+ dh-virtualenv (>= 1.0),
  libffi-dev,
  libpq-dev,
  libpython-dev,
diff --git a/debian/rules b/debian/rules
index 372f147..d742e9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DH_VIRTUALENV_INSTALL_ROOT = /usr/share/python
+
 %:
 	dh $@ --with=python-virtualenv,systemd
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list