- Jul 09, 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)
-
- Sep 23, 2011
-
-
Piotr Ożarowski authored
-
- Jun 21, 2011
-
-
Piotr Ożarowski authored
-
- Jan 15, 2011
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
dh_python2: fix parsing .pyinstall files (a space between file name and module name is now required)
-
- Nov 28, 2010
-
-
Piotr Ożarowski authored
-
- Nov 21, 2010
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
as public modules for all requested Python versions (use dh_install's package.install files for private modules)
-
- Sep 14, 2010
-
-
Piotr Ożarowski authored
-
- Sep 12, 2010
-
-
Piotr Ożarowski authored
-
- Jun 16, 2010
-
-
Piotr Ożarowski authored
* ignore dh's -O option * allow multiple -p options * add -N option
-
- Jun 13, 2010
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
* make sure pycompile binary is available at intall time * do not require pyclean at uninstall time
-
- May 31, 2010
-
-
Piotr Ożarowski authored
-
- May 17, 2010
-
-
Piotr Ożarowski authored
(f.e. when moved to another package)
-
Matthias Klose authored
-