__init__.py 929 B

1234567891011121314151617181920212223
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2013 The Distro Tracker Developers
  3. # See the COPYRIGHT file at the top-level directory of this distribution and
  4. # at http://deb.li/DTAuthors
  5. #
  6. # This file is part of Distro Tracker. It is subject to the license terms
  7. # in the LICENSE file found in the top-level directory of this
  8. # distribution and at http://deb.li/DTLicense. No part of Distro Tracker,
  9. # including this file, may be copied, modified, propagated, or distributed
  10. # except according to the terms contained in the LICENSE file.
  11. """
  12. This app implements displaying warnings if a package has an outdated
  13. Standards-Version field, when compared to the current version of the
  14. ``debian-policy`` package in the default repository.
  15. The warning is displayed as an entry to the
  16. :class:`distro_tracker.core.panels.ActionNeededPanel`>
  17. This functionality is extracted to a separate app to allow other vendors to
  18. optionally activate it.
  19. """