1. 16 8月, 2008 5 次提交
  2. 05 5月, 2008 3 次提交
  3. 02 5月, 2008 1 次提交
  4. 25 4月, 2008 1 次提交
  5. 23 4月, 2008 2 次提交
  6. 19 4月, 2008 1 次提交
  7. 11 4月, 2008 1 次提交
    • A
      * dak/utils.py: build_file_list() extra parameters so it can · 195caf3a
      Anthony Towns 提交于
      build a file list for checksums-foo fields. Don't use float() to
      compare formats, because Format: 1.10 should compare greater than
      Format: 1.9 (use "1.9".split(".",1) and tuple comparison instead)
      
      * dak/process_unchecked.py: check_md5sum becomes check_hashes
      and check_hash. If changes format is 1.8 or later, also check
      checksums-sha1 and checksums-sha256 for both .changes and .dsc.
      195caf3a
  8. 08 4月, 2008 1 次提交
  9. 27 3月, 2008 1 次提交
  10. 07 2月, 2008 1 次提交
  11. 31 12月, 2007 3 次提交
  12. 29 12月, 2007 2 次提交
  13. 05 12月, 2007 1 次提交
  14. 19 6月, 2007 1 次提交
  15. 10 3月, 2007 1 次提交
  16. 13 2月, 2007 1 次提交
  17. 11 6月, 2006 1 次提交
  18. 22 5月, 2006 4 次提交
  19. 21 5月, 2006 1 次提交
  20. 18 5月, 2006 3 次提交
  21. 16 5月, 2006 2 次提交
  22. 18 3月, 2005 1 次提交
  23. 28 11月, 2004 2 次提交
    • J
      2004-11-27 James Troup <james@nocrew.org> * utils.py (re_no_epoch): s/\*/+/... · 8ceeff88
      James Troup 提交于
      2004-11-27  James Troup  <james@nocrew.org>	* utils.py (re_no_epoch): s/\*/+/ as there must be a digit in an epoch.	(re_no_revision): don't escape '-', it's not a special character.	s/\*/+/ as there must be at least one non-dash character after the	dash in a revision.  Thanks to Christian Reis for noticing both of	these.2004-09-20  James Troup  <james@nocrew.org>	* melanie (reverse_depends_check): retrieve component	information too and display it if it's not 'main'.	* utils.py (pp_dep): renamed...	(pp_deps): ... to this.	* jeri (check_dep): update calls to utils.pp_deps().	* melanie (reverse_depends_check): likewise.2004-08-04  James Troup  <james@nocrew.org>	* utils.py (cant_open_exc): correct exception string,	s/read/open/, s/.$//.2004-06-20  James Troup  <james@nocrew.org>	* utils.py (changes_compare): if there's no changes["version"] use	"0" rather than None.  (Avoids a crash on unsigned changes file.)
      8ceeff88
    • J
      2004-11-27 James Troup <james@nocrew.org> * utils.py... · 002d032f
      James Troup 提交于
      2004-11-27  James Troup  <james@nocrew.org>	* utils.py (validate_changes_file_arg): s/file/filename/.	s/fatal/require_changes/.  If require_changes is -1, ignore errors	and return the .changes filename regardless.	* ashley (main): pass require_changes=-1 to	utils.validate_changes_file_arg().
      002d032f