- Jun 28, 2012
-
-
Piotr Ożarowski authored
-
- 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)
-
- Jan 24, 2012
-
-
Piotr Ożarowski authored
with all Python versions
-
- Oct 08, 2011
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
version only (closes: #644573)
-
- Sep 15, 2011
-
-
Piotr Ożarowski authored
-
- 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
-
- Jun 12, 2011
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
Debian dependencies
-
- Mar 13, 2011
-
-
Piotr Ożarowski authored
- use Depends: python (<< 2.X), python (>= 2.Y) rather than Breaks in packages with public modules (after a discussion on debian-devel mailing list)
-
- Dec 19, 2010
-
-
Piotr Ożarowski authored
dh_python2
-
- Dec 12, 2010
-
-
Matthias Klose authored
- Don't over-optimize, check the timestamps of byte-code files. - Use the correct name for byte-code files. - Add an option -f/--force. - Copy stdout/stderr of py_compile processes in case of error. - Propagate the exit value of the py_compile processes. - Update manual page. * Bump depends to require the fixed pycompile for dh_python2 based package builds. * Don't touch the standard python library in rtupdate scripts.
-
- Sep 12, 2010
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
-
- Aug 31, 2010
-
-
Piotr Ożarowski authored
-
- Jul 28, 2010
-
-
Piotr Ożarowski authored
-
- Jul 25, 2010
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
(closes: 590224)
-
- Jul 21, 2010
-
-
Piotr Ożarowski authored
doesn't contain dependency that package needs)
-
- Jul 19, 2010
-
-
Piotr Ożarowski authored
-
- Jul 17, 2010
-
-
Matthias Klose authored
pycompile.
-
- Jul 11, 2010
-
-
Piotr Ożarowski authored
-
- Jul 10, 2010
-
-
Piotr Ożarowski authored
(Breaks will be used if available)
-