~kelemeng/aptdaemon/bug640972

« back to all changes in this revision

Viewing changes to aptdaemon/enums.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-07-02 10:28:33 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100702102833-3iqalyretgyej9o2
Tags: 0.31+bzr416-0ubuntu1
* updated to current bzr
  - fixes STAT_FAILED vs STAT_ERROR crash
* debian/patches/01_vendor-keys-download.patch:
  - add changes from lp:~mvo/aptdaemon/download-vendor-keys
    to support downloading repository vendor keys via https
* debian/patches/03_auth_me_less.patch: 
  - updated to current code
* debian/control:
  - use DH_CENTRAL=include-links

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
ROLE_REMOVE_PACKAGES = "role-remove-packages"
83
83
ROLE_COMMIT_PACKAGES = "role-commit-packages"
84
84
ROLE_ADD_VENDOR_KEY_FILE = "role-add-vendor-key-file"
 
85
ROLE_ADD_VENDOR_KEY_FROM_KEYSERVER = "role-add-vendor-key-from-keyserver"
85
86
ROLE_REMOVE_VENDOR_KEY = "role-remove-vendor-key"
86
87
ROLE_FIX_INCOMPLETE_INSTALL = "role-fix-incomplete-install"
87
88
ROLE_FIX_BROKEN_DEPENDS = "role-fix-broken-depends"