1. 10 5月, 2012 1 次提交
    • A
      stop using deprecated python-apt functions · 9a4fb568
      Ansgar Burchardt 提交于
      Renamed functions and methods:
      
        Find              -> find
        FindB             -> find_b
        newConfiguration  -> Configuration
        ParseCommandLine  -> parse_commandline
        ParseSrcDepends   -> parse_src_depends
        ReadConfigFileISC -> read_config_file_isc
        SubTree           -> subtree
        ValueList         -> value_list
        VersionCompare    -> version_compare
      
      Removed functions:
      
        debExtractControl: replaced with utils.deb_extract_control
      
      Other changes:
      
        x.has_key(y) -> y in x
        x.Find(y)    -> x[y]
      
      The last change was only done in places where `y' is sure to exists (`x.Find'
      would return None otherwise, `x[y]' would raise an exception).
      9a4fb568
  2. 09 5月, 2012 4 次提交
  3. 21 4月, 2012 1 次提交
  4. 29 3月, 2012 4 次提交
  5. 28 3月, 2012 2 次提交
  6. 26 3月, 2012 3 次提交
  7. 25 3月, 2012 2 次提交
  8. 23 3月, 2012 1 次提交
  9. 20 3月, 2012 2 次提交
  10. 17 3月, 2012 3 次提交
  11. 16 3月, 2012 1 次提交
  12. 11 3月, 2012 5 次提交
  13. 10 3月, 2012 6 次提交
  14. 05 3月, 2012 5 次提交