- 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
-
Piotr Ożarowski authored
-
- Jun 12, 2011
-
-
Piotr Ożarowski authored
-
Piotr Ożarowski authored
Debian dependencies
-
- Apr 15, 2011
-
-
Scott Kitterman authored
[ Scott Kitterman ] * Drop python2.5 as a supported Python version - Update debian/debian_defaults - Update debpython/version.py - Update debian/control.in
-
- 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 21, 2011
-
-
Scott Kitterman authored
* Add python2.7 as a supported Python version. * python-all{,-dev,-dbg}: Depend on the 2.7 packages. * Run the rtinstall script, when 2.7 became a supported version (2.6.6-13) and python2.7 is installed. * Python-minimal Breaks python-support (<< 1.0.12) -- Scott Kitterman <scott@kitterman.com> Mon, 21 Mar 2011 10:53:42 -040
-
Scott Kitterman authored
- Drop python2.7 from supported versions, not ready for Python transition yet
-
- 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
-
Piotr Ożarowski authored
- make egg-info files/dirs searches case insensitive (closes: #614910)
-
- Feb 13, 2011
-
-
Piotr Ożarowski authored
default Python version and a List of supported Python versions
-
- 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)
-
- 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.
-
- Nov 28, 2010
-
-
Piotr Ożarowski authored
-
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)
-
- Oct 16, 2010
-
-
Matthias Klose authored
* Add python2.7 as a supported Python version. * python-all{,-dev,-dbg}: Depend on the 2.7 packages. * Run the rtinstall script, when 2.7 became a supported version (2.6.6-4) and python2.7 is installed. -- Matthias Klose <doko@debian.org> Sat, 16 Oct 2010 11:58:31 +0200
-
- Sep 14, 2010
-
-
Piotr Ożarowski authored
-
- Sep 12, 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)
-