/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: 2016-06-03 16:42:05 UTC
  • Revision ID: teddy@recompile.se-20160603164205-0ekfa0r4pmqccd1w
debian/control: Update Standards-Version to 3.9.8

* debian/control (Standards-Version): Update to 3.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
        self.gnupgargs = ['--batch',
181
181
                          '--homedir', self.tempdir,
182
182
                          '--force-mdc',
183
 
                          '--quiet']
184
 
        # Only GPG version 1 has the --no-use-agent option.
185
 
        if self.gpg == "gpg" or self.gpg.endswith("/gpg"):
186
 
            self.gnupgargs.append("--no-use-agent")
 
183
                          '--quiet',
 
184
                          '--no-use-agent']
187
185
    
188
186
    def __enter__(self):
189
187
        return self