~ubuntu-branches/debian/wheezy/pygpgme/wheezy

« back to all changes in this revision

Viewing changes to src/pygpgme-context.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Wiltshire
  • Date: 2011-04-17 00:11:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110417001100-r3vz64z652l1sqmk
Tags: 0.1+bzr20090820-2
* Build for Python 2.7 as supported version
* debian/control: Use only X-Python-Version
* Bump required build-dependency for python-support
* Update my email address
* Standards version 3.9.2
* debian/rules, debian/patches/testsuite-all-versions: Run test
  suite at build time, for each supported Python version
* Source format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        return -1;
93
93
    }
94
94
 
 
95
    gpgme_check_version(NULL);
 
96
 
95
97
    if (pygpgme_check_error(gpgme_new(&self->ctx)))
96
98
        return -1;
97
99