- Nov 12, 2016
-
-
Scott Kitterman authored
-
- Jul 07, 2014
-
-
Scott Kitterman authored
- Thanks to Rafael Laboissiere for the patch
-
- Sep 13, 2013
-
-
Piotr Ożarowski authored
-
- Sep 07, 2013
-
-
Steve Langasek authored
* Adjust debpython/depends.py to be multiarch-friendly.
-
- Jul 06, 2013
-
-
Piotr Ożarowski authored
dependencies are just an info now
-
- Jun 06, 2013
-
-
Matthias Klose authored
* Fix some lintian warnings.
-
- May 15, 2013
-
-
Matthias Klose authored
* Drop python2.6 as a supported python version. * Bump standards version to 3.9.4. * Start building the libpython-stdlib, libpython-all-dev, libpython-all-dbg packages.
-
- Oct 21, 2012
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
dh_python2: generates correct "python (<< 2.X)" dependencies for packages with private Python extensions
-
- Sep 05, 2012
-
-
Piotr Ożarowski authored
-
- Jul 09, 2012
-
-
Piotr Ożarowski authored
-
- Jun 30, 2012
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
-
- Jun 29, 2012
-
-
Piotr Ożarowski authored
require.txt items that have a pydist file with (uscan like) rules or PEP386 flag (Closes: #653740)
-
- Jun 28, 2012
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
DEBPYTHON_SUPPORTED and DEBPYTHON_DEFAULT is used in tests instead
-
- Jun 25, 2012
-
-
Piotr Ożarowski authored
can be used to override list of supported/default Python versions in Debian
-
- Jun 10, 2012
-
-
Piotr Ożarowski authored
- rewrite shebangs by default (disable via --no-shebang-rewrite), examples: + "/usr/bin/env python*" → "/usr/bin/python*" + "/usr/local/bin/python foo" → "/usr/bin/python foo" + "/usr/bin/python2" → "/usr/bin/python" - new --shebang option to replace all shebangs in bin dirs (example: --shebang /usr/bin/python2.6)
-
- Jun 05, 2012
-
-
Piotr Ożarowski authored
-
- May 05, 2012
-
-
Scott Kitterman authored
(Closes: #657665)
-
- Jan 24, 2012
-
-
Piotr Ożarowski authored
with all Python versions
-
- Oct 28, 2011
-
-
Piotr Ożarowski authored
-
- Oct 08, 2011
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
version only (closes: #644573)
-
- Sep 24, 2011
-
-
Piotr Ożarowski authored
-
- Sep 23, 2011
-
-
Piotr Ożarowski authored
-
- Sep 22, 2011
-
-
Piotr Ożarowski authored
-
- Sep 15, 2011
-
-
Piotr Ożarowski authored
-
- Sep 12, 2011
-
-
Piotr Ożarowski authored
(and let debhelper warn about it, it's not our job)
-
Piotr Ożarowski authored
-
- Aug 08, 2011
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
(closes: 636255)
-
Piotr Ożarowski authored
-
Scott Kitterman authored
to stderr (LP: #812960)
-
- Jul 27, 2011
-
-
Piotr Ożarowski authored
- generates rtupdate scripts for private directories that compile files from given package only, add --compile-all to dh_python2's call if you want the old behaviour (i.e. compile also files (plugins?) provided by other packages, which do not use a helper/bytecompile them) * pyclean now accepts --package and private dir argument at the same time
-
- Jul 06, 2011
-
-
Piotr Ożarowski authored
creation, use "--namespace bar.foo" instead
-
- Jun 30, 2011
-
-
Piotr Ożarowski authored
(it is replaced with python-pkg-resources Debian dependency)
-
- Jun 21, 2011
-
-
Piotr Ożarowski authored
shebangs, byte-compile the dir with default Python version (or the one requested via X-Python-Version) instead od failing. Add dependency for each (supported) interpreter detected in shebangs
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
-