1. 04 4月, 2019 1 次提交
  2. 27 6月, 2018 1 次提交
  3. 25 5月, 2018 1 次提交
  4. 22 5月, 2018 2 次提交
  5. 21 5月, 2018 1 次提交
  6. 20 5月, 2018 2 次提交
  7. 18 5月, 2018 1 次提交
  8. 29 4月, 2018 1 次提交
  9. 24 4月, 2018 2 次提交
  10. 20 4月, 2018 2 次提交
  11. 18 4月, 2018 2 次提交
  12. 17 4月, 2018 1 次提交
  13. 09 4月, 2018 3 次提交
  14. 10 6月, 2015 1 次提交
  15. 18 6月, 2013 1 次提交
  16. 04 5月, 2013 1 次提交
  17. 05 11月, 2012 2 次提交
  18. 04 11月, 2012 1 次提交
  19. 08 6月, 2012 1 次提交
  20. 10 5月, 2012 2 次提交
    • 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
    • J
      ask before installing security updates · 600cebae
      Joerg Jaspert 提交于
      helps avoiding accidental *changes commandline arguments
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      600cebae
  21. 28 2月, 2012 1 次提交
  22. 04 12月, 2011 2 次提交
  23. 15 5月, 2011 1 次提交
  24. 18 2月, 2011 1 次提交
  25. 11 1月, 2011 1 次提交
    • J
      bugfixes · eb52dcfa
      Joerg Jaspert 提交于
      merge bugfixes from Torsten and Mark:
      - built uncompressed and bz2 packages/sources too for buildd
      - set a codename in the release file
      - strip epoch from version
      Signed-off-by: NJoerg Jaspert <joerg@debian.org>
      eb52dcfa
  26. 14 12月, 2010 5 次提交