[Reproducible-builds] [dh-python] 159/183: set install-scripts to /usr/bin by default
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit 00904d2c369ea08eeb4899ab859826185e36019e
Author: Piotr Ożarowski <piotr at debian.org>
Date: Mon Jan 27 22:19:30 2014 +0100
set install-scripts to /usr/bin by default
---
debian/changelog | 1 +
dhpython/build/plugin_distutils.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 538c0d8..7441c1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ dh-python (1.20131021-2) UNRELEASED; urgency=low
files (closes: 735370)
* Mention in pybuild's manpage that disabling anything for python3 doesn't
disable python3-dbg as well (closes: 735899)
+ * pybuild's distutils build plugin: set install-scripts to /usr/bin by default
-- Piotr Ożarowski <piotr at debian.org> Tue, 05 Nov 2013 22:57:20 +0100
diff --git a/dhpython/build/plugin_distutils.py b/dhpython/build/plugin_distutils.py
index 2a74db7..dd21ee2 100644
--- a/dhpython/build/plugin_distutils.py
+++ b/dhpython/build/plugin_distutils.py
@@ -47,6 +47,7 @@ def create_pydistutils_cfg(func):
'build-lib={}\n'.format(args['build_dir']),
'[install]\n',
'install-layout=deb\n',
+ 'install-scripts=/usr/bin\n',
'install-lib={}\n'.format(args['install_dir'])])
context['ENV']['HOME'] = args['home_dir']
return func(self, context, args, *oargs, **kwargs)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list