[Reproducible-builds] [dh-python] 114/183: pybuild.rst: suggest PYBUILD_NAME instead of PYBUILD_DESTDIR_foo

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:27 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 37048088c61d50ef93f69245c699b7fc3dce69c4
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Mon Sep 2 18:53:14 2013 +0200

    pybuild.rst: suggest PYBUILD_NAME instead of PYBUILD_DESTDIR_foo
---
 pybuild.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pybuild.rst b/pybuild.rst
index b214ac7..59b3c40 100644
--- a/pybuild.rst
+++ b/pybuild.rst
@@ -179,10 +179,8 @@ DEBHELPER COMMAND SEQUENCER INTEGRATION
 
 debian/rules file example::
 
- export PYBUILD_DESTDIR_python2=debian/python-foo/
- export PYBUILD_DESTDIR_python2-dbg=debian/python-foo-dbg/
- export PYBUILD_DESTDIR_python3=debian/python3-foo/
- export PYBUILD_DESTDIR_python3-dbg=debian/python3-foo-dbg/
+ #! /usr/bin/make -f
+ export PYBUILD_NAME=foo
  %:
   	dh $@ --with python2,python3 --buildsystem=pybuild
 

-- 
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