~ubuntu-branches/ubuntu/trusty/dh-python/trusty

« back to all changes in this revision

Viewing changes to dh_python2.rst

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski, Piotr Ożarowski, Steve Langasek, B. Clausius
  • Date: 2013-09-13 20:47:46 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130913204746-x0xmwljlw215j8tb
Tags: 1.20130913-1
[ Piotr Ożarowski ]
* dh_py*:
  - add --requires option
  - do not generate "python2" dependency while guessing private
    extension's version using shebangs in other files (closes: #722307)

[ Steve Langasek ]
* Adjust dh_python to be multiarch-friendly (closes: 722045)

[ B. Clausius ]
* pybuild: fix --test when LC_ALL=C and setup.py contains non-ascii
  characters (closes: 722214)

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
--suggests=SUGGESTS     translate given requirements into Debian dependencies
174
174
  and add them to ${python:Suggests}
175
175
 
 
176
--requires=FILENAME     translate requirements from given file(s) into Debian
 
177
  dependencies and add them to ${python:Depends}
 
178
 
176
179
--namespace     use this option (multiple time if necessary) if
177
180
  namespace_packages.txt is not complete
178
181