/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Teddy Hogeborn
  • Date: 2019-08-04 12:39:39 UTC
  • Revision ID: teddy@recompile.se-20190804123939-vadn3y4ia18np40q
Add Debian DEP 12 upstream metadata file

See DEP 12: https://dep-team.pages.debian.net/deps/dep12/

* debian/upstream/metadata: New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
if sys.version_info < (3, 2):
120
120
    configparser.Configparser = configparser.SafeConfigParser
121
121
 
122
 
version = "1.8.5"
 
122
version = "1.8.6"
123
123
stored_state_file = "clients.pickle"
124
124
 
125
125
logger = logging.getLogger()