- 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
DEBPYTHON_SUPPORTED and DEBPYTHON_DEFAULT is used in tests instead
-
- 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)
-
Piotr Ożarowski authored
dh_python2: remove even more \.so.* dangling symlinks, thanks to Stefano Rivera for providing a test case
-
- Oct 08, 2011
-
-
Piotr Ożarowski authored
-
- Jul 26, 2011
-
-
Piotr Ożarowski authored
* no longer moves .so.foo files to pyshared dir (closes: 635316) * replaces .so symlinks with .so.foo files in dist-packages
-
- Jun 30, 2011
-
-
Piotr Ożarowski authored
-
- Jun 12, 2011
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
-
- Apr 14, 2011
-
-
Piotr Ożarowski authored
-
- Apr 10, 2011
-
-
Piotr Ożarowski authored
dh_python2 parses Egg's namespace_packages.txt files (in addition to --namespace command line argument(s)) and drops empty __init__.py files from binary package. pycompile will regenerates them at install time and pyclean will remove them at uninstall time (if they're no longer used in installed packages
-
- Mar 13, 2011
-
-
Piotr Ożarowski authored
add maintainer scripts if .py files are installed directly into /usr/share/pyshared
-
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)
-
- Mar 08, 2011
-
-
Piotr Ożarowski authored
-
- Feb 28, 2011
-
-
Piotr Ożarowski authored
- make egg-info files/dirs searches case insensitive (closes: #614910)
-
- Feb 17, 2011
-
-
Piotr Ożarowski authored
-
- Dec 19, 2010
-
-
Piotr Ożarowski authored
- test3 added (to test architecture dependent packages)
-
- Nov 30, 2010
-
-
Piotr Ożarowski authored
if there are no other public modules available
-
- Nov 28, 2010
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
-
- Sep 07, 2010
-
-
Piotr Ożarowski authored
fall back to package name recommended by Debian Python Policy (use debian/pydist-override file to override)
-
- Jul 28, 2010
-
-
Piotr Ożarowski authored
-
- Jul 25, 2010
-
-
Piotr Ożarowski authored
-
- Jul 21, 2010
-
-
Piotr Ożarowski authored
doesn't contain dependency that package needs)
-
- Jul 19, 2010
-
-
Piotr Ożarowski authored
-
- Jul 10, 2010
-
-
Piotr Ożarowski authored
(Breaks will be used if available)
-
- 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 17, 2010
-
-
Matthias Klose authored
-