Skip to content
Snippets Groups Projects
  1. Jun 05, 2012
  2. May 05, 2012
  3. Jan 24, 2012
  4. Oct 28, 2011
  5. Oct 08, 2011
  6. Sep 24, 2011
  7. Sep 23, 2011
  8. Sep 22, 2011
  9. Sep 15, 2011
  10. Sep 12, 2011
  11. Aug 08, 2011
  12. Jul 27, 2011
    • Piotr Ożarowski's avatar
      * dh_python2: · 6d049e4f
      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
      6d049e4f
  13. Jul 06, 2011
  14. Jun 30, 2011
  15. Jun 21, 2011
  16. Jun 12, 2011
  17. Apr 15, 2011
    • Scott Kitterman's avatar
      Prepare for upload to Unstable: · 893b9914
      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
      893b9914
  18. Apr 14, 2011
  19. Apr 10, 2011
    • Piotr Ożarowski's avatar
      dh_python2, pycompile, pyclean: add "namespace" feature: · a0b54dbb
      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
      a0b54dbb
  20. Mar 21, 2011
  21. Mar 13, 2011
  22. Mar 08, 2011
  23. Feb 28, 2011
  24. Feb 13, 2011
  25. Jan 15, 2011
  26. Dec 19, 2010
  27. Dec 12, 2010
    • Matthias Klose's avatar
      * pycompile: · d72d9624
      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.
      d72d9624
Loading