debian/0000775000000000000000000000000012321267152007171 5ustar debian/copyright0000664000000000000000000000226712231674353011140 0ustar This package was debianized by Jose Carlos Garcia Sogo on Mon, 30 Apr 2001 12:03:08 +0200. It was downloaded from ftp://ftp.gnupg.org/GnuPG/gpgme Upstream Authors: Werner Koch g10 Code GmbH FSF Copyright: 2003, 2004, 2005 g10 Code GmbH Copyright statement: GPGME is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. GPGME is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/libgpgme11-dev.manpages0000664000000000000000000000002612231674353013415 0ustar debian/gpgme-config.1 debian/libgpgme11-dev.install0000664000000000000000000000015612231674353013274 0ustar usr/include/ usr/lib/*/lib*.a usr/lib/*/lib*.so usr/bin/gpgme-config usr/share/aclocal/ usr/share/info/*info* debian/docs0000664000000000000000000000002112231674353010042 0ustar NEWS README TODO debian/watch0000664000000000000000000000011612231674353010225 0ustar version=3 opts=pasv ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-([\d.]+)\.tar\.bz2 debian/libgpgme11.install0000664000000000000000000000002412231674353012512 0ustar usr/lib/*/lib*.so.* debian/rules0000775000000000000000000000135712321267130010253 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) %: dh $@ --with autoreconf --parallel override_dh_auto_configure: dh_auto_configure -- \ --enable-static \ --disable-fd-passing \ --infodir=/usr/share/info \ --with-gpg=/usr/bin/gpg \ --with-gpgsm=/usr/bin/gpgsm \ --with-gpgconf=/usr/bin/gpgconf override_dh_auto_test: dh_auto_test --max-parallel=1 override_dh_install: dh_install --list-missing -X.la -Xinfo/dir override_dh_installdocs: dh_installdocs -A override_dh_makeshlibs: dh_makeshlibs -V override_dh_clean: dh_clean tests/gpg/*.gpg debian/source/0000775000000000000000000000000012231674661010500 5ustar debian/source/format0000664000000000000000000000001412231674353011704 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000005046212321267130011046 0ustar gpgme1.0 (1.4.3-0.1ubuntu5) trusty; urgency=medium * Fix build failure by running the tests without parallelization. -- Felix Geyer Wed, 09 Apr 2014 17:03:33 +0200 gpgme1.0 (1.4.3-0.1ubuntu4) trusty; urgency=medium * Re-enable support for gpgsm and gpgconf. (LP: #1293704) * Disable test that checks if the backend exectuable is the configured one. gpgme prefers gpg2 when installed but is configured to use gpg which causes a mismatch in the test. - Add test_engine_ignore_filename.diff -- Felix Geyer Fri, 04 Apr 2014 18:58:01 +0200 gpgme1.0 (1.4.3-0.1ubuntu3) trusty; urgency=medium * Build using dh-autoreconf. -- Matthias Klose Sun, 22 Dec 2013 11:36:15 +0100 gpgme1.0 (1.4.3-0.1ubuntu2) trusty; urgency=low * More thoroughly switch to gpg 1, the new version now determines the protocol more dynamically: Drop gpgsm (that's from GnuPG2) and gnupg2 build deps, and correspondingly drop --with-gpgsm and --with-gpgconf. -- Martin Pitt Wed, 23 Oct 2013 11:42:35 +0200 gpgme1.0 (1.4.3-0.1ubuntu1) trusty; urgency=low * Merge from debian unstable. Remaining changes: - debian/rules: Switch back to using /usr/bin/gpg and add back gnupg build dependency, as we don't install gnupg2 by default. - debian/control: Depends on "gnupg | gnupg2" rather than gnupg2, default to the old version since the new one depends on gpg-agent, pinentry-gtk2, and a bunch of other packages we don't need/want in the default installation -- Jackson Doak Wed, 23 Oct 2013 18:01:04 +1100 gpgme1.0 (1.4.3-0.1) unstable; urgency=low * NMU * New upstream release. * debian/control (Build-Depends): Dropped dirmngr (closes: #712813). It is not necessary for the build. (Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical. * debian/libgpgme11.symbols: Updated symbols file. -- Daniel Leidert Mon, 12 Aug 2013 22:33:16 +0200 gpgme1.0 (1.4.2-0.1ubuntu3) saucy; urgency=low * debian/rules: Switch back to using /usr/bin/gpg and add back gnupg build dependency, as we don't install gnupg2 by default. This was missing in the previous upload, and unbreaks nautilus-dropbox, seahorse, bzr, and other libgpgme consumers. (LP: #1196253) -- Martin Pitt Tue, 30 Jul 2013 10:34:24 +0200 gpgme1.0 (1.4.2-0.1ubuntu2) saucy; urgency=low * debian/control: Depends on "gnupg | gnupg2" rather than gnupg2, default to the old version since the new one depends on gpg-agent, pinentry-gtk2, and a bunch of other packages we don't need/want in the default installation (lp: #1194164) -- Sebastien Bacher Mon, 24 Jun 2013 17:39:29 +0200 gpgme1.0 (1.4.2-0.1ubuntu1) saucy; urgency=low * debian/control: don't depends on dirmngr, it's not required -- Sebastien Bacher Wed, 19 Jun 2013 18:37:40 +0200 gpgme1.0 (1.4.2-0.1) unstable; urgency=low * NMU * New upstream release. -- Daniel Leidert Wed, 29 May 2013 18:33:42 +0200 gpgme1.0 (1.4.1-0.1) unstable; urgency=low * NMU * New upstream version (closes: #570804). - Increases size of notify_table to MAX_SLAFD (closes: #513907). - Tests are compatible with newer gnupg versions (closes: #699245). * debian/compat: Raised compatibility level to 9. * debian/control: Enable multiarch support (closes: #698970). (Priority): Raised to standard (closes: #623353). (Section): Changed to libs. Fixed binary-control-field-duplicates-source. (Standards-Version): Bumped to 3.9.4. (Vcs-Git, Vcs-Browser): Adjusted to point to svn tree (closes: #610737). (Build-Depends, Depends): Added new dependencies including libassuan-dev. Fixed debhelper-but-no-misc-depends. Dropped dpatch and obsolete libpth-dev. Replaced gnupg by gnupg2. (Description): Fixed several lintian hints. * debian/copyright: Fixed copyright-refers-to-versionless-license-file. * debian/gpgme-config.1: Fixed a few errors/warnings. Updated. * debian/libgpgme11.files: Renamed to debian/libgpgme11.install, adjusted. * debian/libgpgme11-dev.files: Likewise. Dropped .la (LP: #728497). * debian/libgpgme11.dirs, debian/libgpgme11-dev.dirs: Dropped useless files. * debian/libgpgme11-dev.info: Ditto. * debian/libgpgme11-dev.doc-base (Section): Fixed. * debian/libgpgme11.symbols: Updated. Removed symbols of libgpgme-pth.so.11. * debian/rules: Complete rewrite for debhelper. Enabled hardening and checks (closes: #515800). Set path to gnupg2 binaries (closes: #563623). * debian/watch: Added (closes: #570802). * debian/patches/ld-no-add-needed.patch: Dropped (not necessary). * debian/patches/gpgme-config.dpatch: Dropped (merged upstream). * debian/patches/10_relibtoolize.dpatch: Dropped. * debian/patches/00list: Ditto. * debian/source/format: Changed to dpkg-source-v3/quilt (closes: #699247). -- Daniel Leidert Tue, 14 May 2013 20:29:20 +0200 gpgme1.0 (1.2.0-1.4) unstable; urgency=low * Non-maintainer upload. * Remove references to other libraries from dependency_libs field (Closes: #619218). -- Luk Claes Sun, 29 May 2011 23:04:40 +0200 gpgme1.0 (1.2.0-1.3) unstable; urgency=low * Non-maintainer upload. * Add ld-no-add-needed.dpatch from Matthias Klose to fix FTBFS (Closes: #554735) (Closes: #616682), thanks! -- Thorsten Glaser Sun, 01 May 2011 16:12:11 +0000 gpgme1.0 (1.2.0-1.2) unstable; urgency=low * Non-maintainer upload. * Enable support for gpgconf (Closes: #510567) -- Stefano Zacchiroli Wed, 02 Dec 2009 11:17:17 +0100 gpgme1.0 (1.2.0-1.1) unstable; urgency=low * Non-maintainer upload. * Do not ship with /usr/share/info/dir.gz (Closes: 546015) * do not claim in debian/rules configure-stamp can be run parallel with build-stamp (Closes: 551783) * update symbols file for 1.2.0 -- Bernhard R. Link Mon, 02 Nov 2009 14:16:57 +0100 gpgme1.0 (1.2.0-1) unstable; urgency=low * New Upstream Version (Closes: #545671) * As there are new symbols introduced in this version, bump shlibs info. * Bump Standards-Version to 3.8.3, no changes. -- Jose Carlos Garcia Sogo Tue, 08 Sep 2009 14:30:11 +0200 gpgme1.0 (1.1.8-3) unstable; urgency=low * Add libgpgme11.symbols file as provided by Bernhard R. Link , adressing the problem caused by 1.1.8-2 by bumping shlibs info as a new symbol was added (Closes: #512221) * Change section of doc-base from Apps/programming to Programming/C (and make lintian happy) -- Jose Carlos Garcia Sogo Tue, 20 Jan 2009 23:58:45 +0100 gpgme1.0 (1.1.8-2) unstable; urgency=low * New symbol introduced in version 1.1.7; bumped shlibs info (Closes: #510796) -- Jose Carlos Garcia Sogo Mon, 12 Jan 2009 23:13:23 +0100 gpgme1.0 (1.1.8-1) unstable; urgency=low * New Upstream Version + Close file descriptors leaked on seahorse-agent (Closes: #492551) + Pthread support is back again. * debian/patches: + Disabled gpgme-config patch as it is now included upstream. * Upstream changelog was moved to src/, change dh_intallchangelog call for it to get it from new location. * Bump Standards-Version to 3.8.0 -- Jose Carlos Garcia Sogo Thu, 25 Dec 2008 14:16:26 +0100 gpgme1.0 (1.1.6-2) unstable; urgency=medium * Bump shlibs info, as this version added some new symbols (Closes: #469534) * Urgency set to medium, as this package has yet transitioned to lenny. * debian/control: add Vcs-Browser info -- Jose Carlos Garcia Sogo Sat, 08 Mar 2008 14:06:34 +0100 gpgme1.0 (1.1.6-1) unstable; urgency=low * New Upstream Version * debian/control: + Update Standards-Version to 3.7.3, no changes needed + Add Vcs-Git field -- Jose Carlos Garcia Sogo Sun, 13 Jan 2008 23:59:49 +0100 gpgme1.0 (1.1.5-2) unstable; urgency=low * Add dependency on libpth-dev to libgpgme11-dev package (Closes: #440265) -- Jose Carlos Garcia Sogo Sat, 01 Sep 2007 10:39:50 +0200 gpgme1.0 (1.1.5-1) unstable; urgency=low * New upstream version (Closes: #434800) * Use binary:Version to make the package bin-NMU safe. (Closes: #432935) * As we bumped debhelper compat level to 5, we have to build-depend on a debhelper >= 5.0.0 * Compile always with libpth20 support. (Closes: #432635) * 10_relibtoolize patch disabled. Should not fail when building twice in a row (Closes: #424365) -- Jose Carlos Garcia Sogo Sun, 15 Jul 2007 21:53:17 +0200 gpgme1.0 (1.1.4-1) unstable; urgency=low * New upstream version + multiple_messages.dpatch: disabled, applied upstream * Bump debhelper compat level to 5. Disable line setting it in debian/rules file, which conflicts with debian/compat * Call distclean target only if Makefile exists, and don't ignore other errors. * Use ${source:Version}. Make the package bin-NMU safe. * Bump Standards-Version to 3.7.2. No changes needed. -- Jose Carlos Garcia Sogo Sun, 08 Jul 2007 21:48:34 +0200 gpgme1.0 (1.1.2-5) unstable; urgency=low * The "I need more sleep" release * Roll back some stuff of latest two versions as are not suitable for etch: + 10_relibtoolize: roll back to 1.1.2-2 version and disable + debian/control: do not build depend on libpth-dev + debian/rules: we should still use compat version 3 to avoid unexpected changes in how the package is built. -- Jose Carlos Garcia Sogo Thu, 22 Mar 2007 23:30:24 +0100 gpgme1.0 (1.1.2-4) unstable; urgency=low * Build Depend on libpth-dev, as some arches are not building the package without it (Closes: #415233) -- Jose Carlos Garcia Sogo Sun, 18 Mar 2007 01:24:14 +0100 gpgme1.0 (1.1.2-3) unstable; urgency=high * Urgency high due to security bug. * multiple_messages.dpatch: new, includes patch for multiple messages problem in GnuPG (Closes: #413923) * debian/control: depend on gnupg >= 1.4.6-2, as it is patched for the above bug as well. * debian/rules: don't use DH_COMPAT var, as we are using compat file -- Jose Carlos Garcia Sogo Sat, 17 Mar 2007 00:52:16 +0100 gpgme1.0 (1.1.2-2) unstable; urgency=low * deian/patches: + gpgme-config: Fix gpgme-config as incidentally pthread support was removed. (Closes: #358303) -- Jose Carlos Garcia Sogo Sat, 15 Apr 2006 12:00:20 +0200 gpgme1.0 (1.1.2-1) unstable; urgency=low * New upstream version. -- Jose Carlos Garcia Sogo Sat, 4 Mar 2006 16:03:24 +0100 gpgme1.0 (1.1.0-1) unstable; urgency=low * New upstream version. -- Jose Carlos Garcia Sogo Sat, 8 Oct 2005 14:26:01 +0200 gpgme1.0 (1.0.3-1) unstable; urgency=low * New upstream version (Closes: #327357) + Break fd processing after an error. (Closes: #301432) * Suggest gpgsm (Closes: #281261) * Bumped Standards-Version to 3.6.2. No changes needed. * Updated FSF address. -- Jose Carlos Garcia Sogo Sat, 17 Sep 2005 00:09:49 +0200 gpgme1.0 (1.0.2-1) unstable; urgency=low * New upstream version. * copyright: This library is now licensed under LGPL. -- Jose Carlos Garcia Sogo Sat, 15 Jan 2005 15:14:12 +0100 gpgme1.0 (1.0.1-2) unstable; urgency=low * debian/rules: + Bumped shlibs to 1.0.1, as this package exposes new symbols that could be started to be used by programs, making them incompatible with older libraries. * Yay! I forgot to close the "new release" bug. (Closes: #274357) -- Jose Carlos Garcia Sogo Tue, 16 Nov 2004 21:36:40 +0100 gpgme1.0 (1.0.1-1) unstable; urgency=low * New upstream release. * debian/rules: + Set a default path for gpgsm. This will enable it if present at run time. * debian/docs: + There is no README-alpha file now. -- Jose Carlos Garcia Sogo Sat, 23 Oct 2004 11:16:09 +0200 gpgme1.0 (1.0.0-1) unstable; urgency=low * New upstream release. * debian/control, debian/rules: + Changed source package name to gpgme1.0, as we still need to keep in the archive the old 0.3.x versions. * debian/README.Debian: removed. * debian/patches: + 10_relibtoolize: updated (and disabled) -- Jose Carlos Garcia Sogo Thu, 30 Sep 2004 19:03:03 +0200 gpgme0.4 (0.9.0-1) unstable; urgency=low * New upstream version. - Version has been bumped to 0.9.0, but for now tha package will be called gpgme0.4 as habitual for this branch. * debian/control: removed not needed texinfo build-dependency. -- Jose Carlos Garcia Sogo Sat, 19 Jun 2004 14:31:02 +0200 gpgme0.4 (0.4.7-1) unstable; urgency=low * New upstream version. * debian/rules && debian/control: using dpatch now * debian/patches: + 10_relibtoolize.dpatch: new (For #242950) * debian/rules: + Added missing --enable-static to configure call. -- Jose Carlos Garcia Sogo Sun, 23 May 2004 22:33:41 +0200 gpgme0.4 (0.4.6-1) unstable; urgency=low * New upstream version. * debian/rules: - Stick shlibs to version 0.4.5 as nothing has changed in this new version, only bugs fixed. -- Jose Carlos Garcia Sogo Sun, 18 Apr 2004 15:50:46 +0200 gpgme0.4 (0.4.5-1) unstable; urgency=low * New upstream version. * Build Depends on libgpg-error (>= 0.7-1) * This version is compiled with LFS support. This is a ABI break, but following the comments in NEWS file, version won't be modified, so please, test your packages. -- Jose Carlos Garcia Sogo Tue, 16 Mar 2004 23:58:26 +0100 gpgme0.4 (0.4.3-1) unstable; urgency=low * ACK of previous NMUs. * The last NMU should have closed #220887, as the last version was packaged. (Closes: #220887) * Standars-Version bumped to 3.6.1. No changes needed. -- Jose Carlos Garcia Sogo Sun, 21 Dec 2003 12:59:38 +0100 gpgme0.4 (0.4.3-0.1) unstable; urgency=low * NMU with permission of maintainer * new upstream version - build-dep against libgpg-error-dev (>= 0.5) - don't longer install doc/gpgme-*.info * remote dh_undocumented call -- Bastian Blank Mon, 17 Nov 2003 20:21:47 +0100 gpgme0.4 (0.4.1-1.2) unstable; urgency=low * NMU * brown-paoer bag release, perhaps I should start by checking the packages I upload. * Don't ship /usr/share/info/dir*, see #213524 (Closes: #218083). -- Andreas Metzler Wed, 29 Oct 2003 12:58:48 +0100 gpgme0.4 (0.4.1-1.1) unstable; urgency=low * NMU * gpgme.h in libgpgme11-dev includes a header from libgpg-error-dev. Change dependencies to reflect this. (Closes: #203989) -- Andreas Metzler Mon, 20 Oct 2003 16:21:10 +0200 gpgme0.4 (0.4.1-1) unstable; urgency=low * New upstream release. - API changes, soname bumped to 11. - New dependency on libgpg-error0. * Standars-Version bumped to 3.5.10. No changes needed. -- Jose Carlos Garcia Sogo Mon, 23 Jun 2003 16:00:46 +0200 gpgme0.4 (0.4.0-1) unstable; urgency=low * New upstream version (0.4.x branch). * Chaged source to gpgme0.4. * Bump libgpgme soname to 10. * Changed libgpgme-dev to libgpgme10-dev to go on supportig 0.3.x branch. * Bump Standars-Version to 3.5.8 -- Jose Carlos Garcia Sogo Sun, 12 Jan 2003 10:59:19 +0100 gpgme (0.3.14-1) unstable; urgency=low * Another upstream release: fixes a segv. * GPGME-Plug stuff is now in "cryptplug" package. Look at ITP #171097 I'll close 144068 and 163246 bugs with cryptplug upload. -- Jose Carlos Garcia Sogo Wed, 4 Dec 2002 21:09:16 +0100 gpgme (0.3.13-1) unstable; urgency=low * New upstream released. * (PACKAGE NOT UPLOADED) -- Jose Carlos Garcia Sogo Thu, 21 Nov 2002 19:12:49 +0100 gpgme (0.3.12-1) unstable; urgency=low * New upstream release. -- Jose Carlos Garcia Sogo Thu, 17 Oct 2002 18:11:05 +0200 gpgme (0.3.11-2) unstable; urgency=low * Updated config.[guess,sub] files. (Closes: #164527) -- Jose Carlos Garcia Sogo Sun, 13 Oct 2002 12:27:57 +0200 gpgme (0.3.11-1) unstable; urgency=low * New upstream release. * Standars-Version to 3.5.7 * Depends on GnuPG >= 1.2.0 * gpgme-config manpage written. (Closes: #99179) -- Jose Carlos Garcia Sogo Sat, 12 Oct 2002 18:48:29 +0200 gpgme (0.3.10-1) unstable; urgency=low * New upstream version. -- Jose Carlos Garcia Sogo Mon, 2 Sep 2002 21:17:54 +0200 gpgme (0.3.8-1) unstable; urgency=low * New upstream release (another one ;) -- Jose Carlos Garcia Sogo Wed, 3 Jul 2002 00:35:53 +0200 gpgme (0.3.7-1) unstable; urgency=low * New upstream release. -- Jose Carlos Garcia Sogo Tue, 11 Jun 2002 12:41:59 +0200 gpgme (0.3.6-1) unstable; urgency=low * New upstream release. (Closes: #141990, #144761) -- Jose Carlos Garcia Sogo Sat, 4 May 2002 13:23:40 +0200 gpgme (0.3.5-1) unstable; urgency=low * New upstream release. * Added a dot in doc/gpgme.info* files to solve the problem with install-info complainig about bad entries. (Closes: #139631) -- Jose Carlos Garcia Sogo Mon, 1 Apr 2002 20:15:00 +0200 gpgme (0.3.4-2) unstable; urgency=low * Moved to main. -- Jose Carlos Garcia Sogo Sun, 24 Mar 2002 20:13:24 +0100 gpgme (0.3.4-1) unstable; urgency=low * New upstream release. * Registered info files using dh_installinfo. (Closes: #137023) -- Jose Carlos Garcia Sogo Sat, 9 Mar 2002 11:13:48 +0100 gpgme (0.3.3-1) unstable; urgency=low * New upstream release. -- Jose Carlos Garcia Sogo Wed, 13 Feb 2002 15:10:27 +0100 gpgme (0.3.2-1) unstable; urgency=low * New upstream version. * Now we have really documentation, so I'm removing from the package the tests/ dir. * Install info documentation. -- Jose Carlos Garcia Sogo Sun, 10 Feb 2002 17:24:04 +0100 gpgme (0.3.0-3) unstable; urgency=medium * Changed debian/copyright file to reflect that this software is under the GNU GPL v2 or later. (Closes: #131230) -- Jose Carlos Garcia Sogo Mon, 28 Jan 2002 12:18:52 +0100 gpgme (0.3.0-2) unstable; urgency=low * I forgot to change the dependency in libgpgme-dev from libgpgme0 to libgpgme5. That happens to me for doing things fast. Thanks to Gustavo Norhona for pointing it. -- Jose Carlos Garcia Sogo Wed, 19 Dec 2001 23:32:02 +0100 gpgme (0.3.0-1) unstable; urgency=low * New upstream release. * Bumped soname's lib package to 5. * Fixed a typo in libgpgme and libgpgme-dev packages description. (Closes: #124970,#124971) * Removed the build-dependency on gnupg. Now we can specify the path for gpg bin with --with-gpg option. -- Jose Carlos Garcia Sogo Wed, 19 Dec 2001 16:59:50 +0100 gpgme (0.2.3-2) unstable; urgency=low * Applied a patch to from Marcus Brinkman to make gpgme compile in alpha. This patch has been applied in CVS version. * Applied another patch to solve a bad initialization. (Closes: #119573) -- Jose Carlos Garcia Sogo Wed, 14 Nov 2001 16:36:45 +0100 gpgme (0.2.3-1) unstable; urgency=medium * New upstream release. * Applied a little patch to keylist.c file to solve a little problem. The patch is yet applied in upstream CVS. -- Jose Carlos Garcia Sogo Tue, 18 Sep 2001 13:17:19 +0200 gpgme (0.2.2-2) unstable; urgency=low * Added 'tests' dir from upstream to libgpgme-dev package, as it works like some kind of documentation for this package. (Closes: #111164) * Changed the maintainer field to show the Debian email address. -- Jose Carlos Garcia Sogo Thu, 6 Sep 2001 20:03:05 +0200 gpgme (0.2.2-1) unstable; urgency=low * New upstream release. * Updated config.{guess,sub} files. (closes: #98159) -- Jose Carlos Garcia Sogo Tue, 12 Jun 2001 16:34:05 +0200 gpgme (0.2.1-1) unstable; urgency=low * Initial Release (closes: #84233) -- Jose Carlos Garcia Sogo Mon, 30 Apr 2001 19:34:26 +0200 debian/compat0000664000000000000000000000000212231674353010374 0ustar 9 debian/libgpgme11.symbols0000664000000000000000000003026112231674353012542 0ustar # SymbolsHelper-Confirmed: 1.4.1 amd64 libgpgme-pthread.so.11 libgpgme11 #MINVER# GPGME_1.0@GPGME_1.0 1.1.2 GPGME_1.1@GPGME_1.1 1.1.2 gpgme_cancel@GPGME_1.0 1.1.2 gpgme_cancel_async@GPGME_1.1 1.1.8 gpgme_check_version@GPGME_1.0 1.1.2 gpgme_check_version_internal@GPGME_1.1 1.2.0 gpgme_conf_arg_new@GPGME_1.1 1.1.8 gpgme_conf_arg_release@GPGME_1.1 1.1.8 gpgme_conf_opt_change@GPGME_1.1 1.1.8 gpgme_conf_release@GPGME_1.1 1.1.6 gpgme_ctx_get_engine_info@GPGME_1.1 1.1.2 gpgme_ctx_set_engine_info@GPGME_1.1 1.1.6 gpgme_data_get_encoding@GPGME_1.0 1.1.2 gpgme_data_get_file_name@GPGME_1.1 1.1.2 gpgme_data_identify@GPGME_1.1 1.4.3 gpgme_data_new@GPGME_1.0 1.1.2 gpgme_data_new_from_cbs@GPGME_1.0 1.1.2 gpgme_data_new_from_fd@GPGME_1.0 1.1.2 gpgme_data_new_from_file@GPGME_1.0 1.1.2 gpgme_data_new_from_filepart@GPGME_1.0 1.1.2 gpgme_data_new_from_mem@GPGME_1.0 1.1.2 gpgme_data_new_from_stream@GPGME_1.0 1.1.2 gpgme_data_new_with_read_cb@GPGME_1.0 1.1.2 gpgme_data_read@GPGME_1.0 1.1.2 gpgme_data_release@GPGME_1.0 1.1.2 gpgme_data_release_and_get_mem@GPGME_1.0 1.1.2 gpgme_data_rewind@GPGME_1.0 1.1.2 gpgme_data_seek@GPGME_1.0 1.1.2 gpgme_data_set_encoding@GPGME_1.0 1.1.2 gpgme_data_set_file_name@GPGME_1.1 1.1.2 gpgme_data_write@GPGME_1.0 1.1.2 gpgme_engine_check_version@GPGME_1.0 1.1.2 gpgme_err_code_from_errno@GPGME_1.0 1.1.2 gpgme_err_code_from_syserror@GPGME_1.0 1.3.2 gpgme_err_code_to_errno@GPGME_1.0 1.1.2 gpgme_err_make_from_errno@GPGME_1.0 1.1.2 gpgme_err_set_errno@GPGME_1.0 1.3.2 gpgme_error_from_errno@GPGME_1.0 1.1.2 gpgme_free@GPGME_1.1 1.1.2 gpgme_get_armor@GPGME_1.0 1.1.2 gpgme_get_engine_info@GPGME_1.0 1.1.2 gpgme_get_include_certs@GPGME_1.0 1.1.2 gpgme_get_io_cbs@GPGME_1.0 1.1.2 gpgme_get_key@GPGME_1.0 1.1.2 gpgme_get_keylist_mode@GPGME_1.0 1.1.2 gpgme_get_passphrase_cb@GPGME_1.0 1.1.2 gpgme_get_pinentry_mode@GPGME_1.1 1.4.1 gpgme_get_progress_cb@GPGME_1.0 1.1.2 gpgme_get_protocol@GPGME_1.0 1.1.2 gpgme_get_protocol_name@GPGME_1.0 1.1.6 gpgme_get_sig_key@GPGME_1.0 1.1.2 gpgme_get_sig_status@GPGME_1.0 1.1.2 gpgme_get_sig_string_attr@GPGME_1.0 1.1.2 gpgme_get_sig_ulong_attr@GPGME_1.0 1.1.2 gpgme_get_sub_protocol@GPGME_1.1 1.3.2 gpgme_get_textmode@GPGME_1.0 1.1.2 gpgme_hash_algo_name@GPGME_1.0 1.1.2 gpgme_io_read@GPGME_1.1 1.2.0 gpgme_io_write@GPGME_1.1 1.2.0 gpgme_io_writen@GPGME_1.1 1.4.1 gpgme_key_from_uid@GPGME_1.1 1.3.2 gpgme_key_get_string_attr@GPGME_1.0 1.1.2 gpgme_key_get_ulong_attr@GPGME_1.0 1.1.2 gpgme_key_ref@GPGME_1.0 1.1.2 gpgme_key_release@GPGME_1.0 1.1.2 gpgme_key_sig_get_string_attr@GPGME_1.0 1.1.2 gpgme_key_sig_get_ulong_attr@GPGME_1.0 1.1.2 gpgme_key_unref@GPGME_1.0 1.1.2 gpgme_new@GPGME_1.0 1.1.2 gpgme_op_assuan_result@GPGME_1.1 1.2.0 gpgme_op_assuan_transact@GPGME_1.1 1.2.0 gpgme_op_assuan_transact_ext@GPGME_1.1 1.3.2 gpgme_op_assuan_transact_start@GPGME_1.1 1.2.0 gpgme_op_card_edit@GPGME_1.0 1.1.2 gpgme_op_card_edit_start@GPGME_1.0 1.1.2 gpgme_op_conf_load@GPGME_1.1 1.1.6 gpgme_op_conf_save@GPGME_1.1 1.1.6 gpgme_op_decrypt@GPGME_1.0 1.1.2 gpgme_op_decrypt_result@GPGME_1.0 1.1.2 gpgme_op_decrypt_start@GPGME_1.0 1.1.2 gpgme_op_decrypt_verify@GPGME_1.0 1.1.2 gpgme_op_decrypt_verify_start@GPGME_1.0 1.1.2 gpgme_op_delete@GPGME_1.0 1.1.2 gpgme_op_delete_start@GPGME_1.0 1.1.2 gpgme_op_edit@GPGME_1.0 1.1.2 gpgme_op_edit_start@GPGME_1.0 1.1.2 gpgme_op_encrypt@GPGME_1.0 1.1.2 gpgme_op_encrypt_result@GPGME_1.0 1.1.2 gpgme_op_encrypt_sign@GPGME_1.0 1.1.2 gpgme_op_encrypt_sign_start@GPGME_1.0 1.1.2 gpgme_op_encrypt_start@GPGME_1.0 1.1.2 gpgme_op_export@GPGME_1.0 1.1.2 gpgme_op_export_ext@GPGME_1.0 1.1.2 gpgme_op_export_ext_start@GPGME_1.0 1.1.2 gpgme_op_export_keys@GPGME_1.1 1.2.0 gpgme_op_export_keys_start@GPGME_1.1 1.2.0 gpgme_op_export_start@GPGME_1.0 1.1.2 gpgme_op_genkey@GPGME_1.0 1.1.2 gpgme_op_genkey_result@GPGME_1.0 1.1.2 gpgme_op_genkey_start@GPGME_1.0 1.1.2 gpgme_op_getauditlog@GPGME_1.1 1.1.6 gpgme_op_getauditlog_start@GPGME_1.1 1.1.6 gpgme_op_import@GPGME_1.0 1.1.2 gpgme_op_import_ext@GPGME_1.0 1.1.2 gpgme_op_import_keys@GPGME_1.1 1.2.0 gpgme_op_import_keys_start@GPGME_1.1 1.2.0 gpgme_op_import_result@GPGME_1.0 1.1.2 gpgme_op_import_start@GPGME_1.0 1.1.2 gpgme_op_keylist_end@GPGME_1.0 1.1.2 gpgme_op_keylist_ext_start@GPGME_1.0 1.1.2 gpgme_op_keylist_next@GPGME_1.0 1.1.2 gpgme_op_keylist_result@GPGME_1.0 1.1.2 gpgme_op_keylist_start@GPGME_1.0 1.1.2 gpgme_op_passwd@GPGME_1.1 1.3.2 gpgme_op_passwd_start@GPGME_1.1 1.3.2 gpgme_op_sign@GPGME_1.0 1.1.2 gpgme_op_sign_result@GPGME_1.0 1.1.2 gpgme_op_sign_start@GPGME_1.0 1.1.2 gpgme_op_trustlist_end@GPGME_1.0 1.1.2 gpgme_op_trustlist_next@GPGME_1.0 1.1.2 gpgme_op_trustlist_start@GPGME_1.0 1.1.2 gpgme_op_verify@GPGME_1.0 1.1.2 gpgme_op_verify_result@GPGME_1.0 1.1.2 gpgme_op_verify_start@GPGME_1.0 1.1.2 gpgme_op_vfs_create@GPGME_1.1 1.3.2 gpgme_op_vfs_mount@GPGME_1.1 1.3.2 gpgme_op_vfs_mount_result@GPGME_1.1 1.3.2 gpgme_pubkey_algo_name@GPGME_1.0 1.1.2 gpgme_release@GPGME_1.0 1.1.2 gpgme_result_ref@GPGME_1.1 1.2.0 gpgme_result_unref@GPGME_1.1 1.2.0 gpgme_set_armor@GPGME_1.0 1.1.2 gpgme_set_engine_info@GPGME_1.1 1.1.6 gpgme_set_global_flag@GPGME_1.1 1.4.1 gpgme_set_include_certs@GPGME_1.0 1.1.2 gpgme_set_io_cbs@GPGME_1.0 1.1.2 gpgme_set_keylist_mode@GPGME_1.0 1.1.2 gpgme_set_locale@GPGME_1.0 1.1.2 gpgme_set_passphrase_cb@GPGME_1.0 1.1.2 gpgme_set_pinentry_mode@GPGME_1.1 1.4.1 gpgme_set_progress_cb@GPGME_1.0 1.1.2 gpgme_set_protocol@GPGME_1.0 1.1.6 gpgme_set_sub_protocol@GPGME_1.1 1.3.2 gpgme_set_textmode@GPGME_1.0 1.1.2 gpgme_sig_notation_add@GPGME_1.1 1.1.2 gpgme_sig_notation_clear@GPGME_1.1 1.1.2 gpgme_sig_notation_get@GPGME_1.1 1.1.2 gpgme_signers_add@GPGME_1.0 1.1.2 gpgme_signers_clear@GPGME_1.0 1.1.2 gpgme_signers_count@GPGME_1.0 1.4.3 gpgme_signers_enum@GPGME_1.0 1.1.2 gpgme_strerror@GPGME_1.0 1.1.2 gpgme_strerror_r@GPGME_1.0 1.1.2 gpgme_strsource@GPGME_1.0 1.1.2 gpgme_trust_item_get_int_attr@GPGME_1.0 1.1.2 gpgme_trust_item_get_string_attr@GPGME_1.0 1.1.2 gpgme_trust_item_ref@GPGME_1.0 1.1.2 gpgme_trust_item_release@GPGME_1.0 1.1.2 gpgme_trust_item_unref@GPGME_1.0 1.1.2 gpgme_wait@GPGME_1.0 1.1.2 gpgme_wait_ext@GPGME_1.1 1.3.2 libgpgme.so.11 libgpgme11 #MINVER# GPGME_1.0@GPGME_1.0 1.1.2 GPGME_1.1@GPGME_1.1 1.1.2 gpgme_cancel@GPGME_1.0 1.1.2 gpgme_cancel_async@GPGME_1.1 1.1.8 gpgme_check_version@GPGME_1.0 1.1.2 gpgme_check_version_internal@GPGME_1.1 1.2.0 gpgme_conf_arg_new@GPGME_1.1 1.1.8 gpgme_conf_arg_release@GPGME_1.1 1.1.8 gpgme_conf_opt_change@GPGME_1.1 1.1.8 gpgme_conf_release@GPGME_1.1 1.1.6 gpgme_ctx_get_engine_info@GPGME_1.1 1.1.2 gpgme_ctx_set_engine_info@GPGME_1.1 1.1.6 gpgme_data_get_encoding@GPGME_1.0 1.1.2 gpgme_data_get_file_name@GPGME_1.1 1.1.2 gpgme_data_identify@GPGME_1.1 1.4.3 gpgme_data_new@GPGME_1.0 1.1.2 gpgme_data_new_from_cbs@GPGME_1.0 1.1.2 gpgme_data_new_from_fd@GPGME_1.0 1.1.2 gpgme_data_new_from_file@GPGME_1.0 1.1.2 gpgme_data_new_from_filepart@GPGME_1.0 1.1.2 gpgme_data_new_from_mem@GPGME_1.0 1.1.2 gpgme_data_new_from_stream@GPGME_1.0 1.1.2 gpgme_data_new_with_read_cb@GPGME_1.0 1.1.2 gpgme_data_read@GPGME_1.0 1.1.2 gpgme_data_release@GPGME_1.0 1.1.2 gpgme_data_release_and_get_mem@GPGME_1.0 1.1.2 gpgme_data_rewind@GPGME_1.0 1.1.2 gpgme_data_seek@GPGME_1.0 1.1.2 gpgme_data_set_encoding@GPGME_1.0 1.1.2 gpgme_data_set_file_name@GPGME_1.1 1.1.2 gpgme_data_write@GPGME_1.0 1.1.2 gpgme_engine_check_version@GPGME_1.0 1.1.2 gpgme_err_code_from_errno@GPGME_1.0 1.1.2 gpgme_err_code_from_syserror@GPGME_1.0 1.3.2 gpgme_err_code_to_errno@GPGME_1.0 1.1.2 gpgme_err_make_from_errno@GPGME_1.0 1.1.2 gpgme_err_set_errno@GPGME_1.0 1.3.2 gpgme_error_from_errno@GPGME_1.0 1.1.2 gpgme_free@GPGME_1.1 1.1.2 gpgme_get_armor@GPGME_1.0 1.1.2 gpgme_get_engine_info@GPGME_1.0 1.1.2 gpgme_get_include_certs@GPGME_1.0 1.1.2 gpgme_get_io_cbs@GPGME_1.0 1.1.2 gpgme_get_key@GPGME_1.0 1.1.2 gpgme_get_keylist_mode@GPGME_1.0 1.1.2 gpgme_get_passphrase_cb@GPGME_1.0 1.1.2 gpgme_get_pinentry_mode@GPGME_1.1 1.4.1 gpgme_get_progress_cb@GPGME_1.0 1.1.2 gpgme_get_protocol@GPGME_1.0 1.1.2 gpgme_get_protocol_name@GPGME_1.0 1.1.6 gpgme_get_sig_key@GPGME_1.0 1.1.2 gpgme_get_sig_status@GPGME_1.0 1.1.2 gpgme_get_sig_string_attr@GPGME_1.0 1.1.2 gpgme_get_sig_ulong_attr@GPGME_1.0 1.1.2 gpgme_get_sub_protocol@GPGME_1.1 1.3.2 gpgme_get_textmode@GPGME_1.0 1.1.2 gpgme_hash_algo_name@GPGME_1.0 1.1.2 gpgme_io_read@GPGME_1.1 1.2.0 gpgme_io_write@GPGME_1.1 1.2.0 gpgme_io_writen@GPGME_1.1 1.4.1 gpgme_key_from_uid@GPGME_1.1 1.3.2 gpgme_key_get_string_attr@GPGME_1.0 1.1.2 gpgme_key_get_ulong_attr@GPGME_1.0 1.1.2 gpgme_key_ref@GPGME_1.0 1.1.2 gpgme_key_release@GPGME_1.0 1.1.2 gpgme_key_sig_get_string_attr@GPGME_1.0 1.1.2 gpgme_key_sig_get_ulong_attr@GPGME_1.0 1.1.2 gpgme_key_unref@GPGME_1.0 1.1.2 gpgme_new@GPGME_1.0 1.1.2 gpgme_op_assuan_result@GPGME_1.1 1.2.0 gpgme_op_assuan_transact@GPGME_1.1 1.2.0 gpgme_op_assuan_transact_ext@GPGME_1.1 1.3.2 gpgme_op_assuan_transact_start@GPGME_1.1 1.2.0 gpgme_op_card_edit@GPGME_1.0 1.1.2 gpgme_op_card_edit_start@GPGME_1.0 1.1.2 gpgme_op_conf_load@GPGME_1.1 1.1.6 gpgme_op_conf_save@GPGME_1.1 1.1.6 gpgme_op_decrypt@GPGME_1.0 1.1.2 gpgme_op_decrypt_result@GPGME_1.0 1.1.2 gpgme_op_decrypt_start@GPGME_1.0 1.1.2 gpgme_op_decrypt_verify@GPGME_1.0 1.1.2 gpgme_op_decrypt_verify_start@GPGME_1.0 1.1.2 gpgme_op_delete@GPGME_1.0 1.1.2 gpgme_op_delete_start@GPGME_1.0 1.1.2 gpgme_op_edit@GPGME_1.0 1.1.2 gpgme_op_edit_start@GPGME_1.0 1.1.2 gpgme_op_encrypt@GPGME_1.0 1.1.2 gpgme_op_encrypt_result@GPGME_1.0 1.1.2 gpgme_op_encrypt_sign@GPGME_1.0 1.1.2 gpgme_op_encrypt_sign_start@GPGME_1.0 1.1.2 gpgme_op_encrypt_start@GPGME_1.0 1.1.2 gpgme_op_export@GPGME_1.0 1.1.2 gpgme_op_export_ext@GPGME_1.0 1.1.2 gpgme_op_export_ext_start@GPGME_1.0 1.1.2 gpgme_op_export_keys@GPGME_1.1 1.2.0 gpgme_op_export_keys_start@GPGME_1.1 1.2.0 gpgme_op_export_start@GPGME_1.0 1.1.2 gpgme_op_genkey@GPGME_1.0 1.1.2 gpgme_op_genkey_result@GPGME_1.0 1.1.2 gpgme_op_genkey_start@GPGME_1.0 1.1.2 gpgme_op_getauditlog@GPGME_1.1 1.1.6 gpgme_op_getauditlog_start@GPGME_1.1 1.1.6 gpgme_op_import@GPGME_1.0 1.1.2 gpgme_op_import_ext@GPGME_1.0 1.1.2 gpgme_op_import_keys@GPGME_1.1 1.2.0 gpgme_op_import_keys_start@GPGME_1.1 1.2.0 gpgme_op_import_result@GPGME_1.0 1.1.2 gpgme_op_import_start@GPGME_1.0 1.1.2 gpgme_op_keylist_end@GPGME_1.0 1.1.2 gpgme_op_keylist_ext_start@GPGME_1.0 1.1.2 gpgme_op_keylist_next@GPGME_1.0 1.1.2 gpgme_op_keylist_result@GPGME_1.0 1.1.2 gpgme_op_keylist_start@GPGME_1.0 1.1.2 gpgme_op_passwd@GPGME_1.1 1.3.2 gpgme_op_passwd_start@GPGME_1.1 1.3.2 gpgme_op_sign@GPGME_1.0 1.1.2 gpgme_op_sign_result@GPGME_1.0 1.1.2 gpgme_op_sign_start@GPGME_1.0 1.1.2 gpgme_op_trustlist_end@GPGME_1.0 1.1.2 gpgme_op_trustlist_next@GPGME_1.0 1.1.2 gpgme_op_trustlist_start@GPGME_1.0 1.1.2 gpgme_op_verify@GPGME_1.0 1.1.2 gpgme_op_verify_result@GPGME_1.0 1.1.2 gpgme_op_verify_start@GPGME_1.0 1.1.2 gpgme_op_vfs_create@GPGME_1.1 1.3.2 gpgme_op_vfs_mount@GPGME_1.1 1.3.2 gpgme_op_vfs_mount_result@GPGME_1.1 1.3.2 gpgme_pubkey_algo_name@GPGME_1.0 1.1.2 gpgme_release@GPGME_1.0 1.1.2 gpgme_result_ref@GPGME_1.1 1.2.0 gpgme_result_unref@GPGME_1.1 1.2.0 gpgme_set_armor@GPGME_1.0 1.1.2 gpgme_set_engine_info@GPGME_1.1 1.1.6 gpgme_set_global_flag@GPGME_1.1 1.4.1 gpgme_set_include_certs@GPGME_1.0 1.1.2 gpgme_set_io_cbs@GPGME_1.0 1.1.2 gpgme_set_keylist_mode@GPGME_1.0 1.1.2 gpgme_set_locale@GPGME_1.0 1.1.2 gpgme_set_passphrase_cb@GPGME_1.0 1.1.2 gpgme_set_pinentry_mode@GPGME_1.1 1.4.1 gpgme_set_progress_cb@GPGME_1.0 1.1.2 gpgme_set_protocol@GPGME_1.0 1.1.6 gpgme_set_sub_protocol@GPGME_1.1 1.3.2 gpgme_set_textmode@GPGME_1.0 1.1.2 gpgme_sig_notation_add@GPGME_1.1 1.1.2 gpgme_sig_notation_clear@GPGME_1.1 1.1.2 gpgme_sig_notation_get@GPGME_1.1 1.1.2 gpgme_signers_add@GPGME_1.0 1.1.2 gpgme_signers_clear@GPGME_1.0 1.1.2 gpgme_signers_count@GPGME_1.0 1.4.3 gpgme_signers_enum@GPGME_1.0 1.1.2 gpgme_strerror@GPGME_1.0 1.1.2 gpgme_strerror_r@GPGME_1.0 1.1.2 gpgme_strsource@GPGME_1.0 1.1.2 gpgme_trust_item_get_int_attr@GPGME_1.0 1.1.2 gpgme_trust_item_get_string_attr@GPGME_1.0 1.1.2 gpgme_trust_item_ref@GPGME_1.0 1.1.2 gpgme_trust_item_release@GPGME_1.0 1.1.2 gpgme_trust_item_unref@GPGME_1.0 1.1.2 gpgme_wait@GPGME_1.0 1.1.2 gpgme_wait_ext@GPGME_1.1 1.3.2 debian/control0000664000000000000000000000316112321001240010555 0ustar Source: gpgme1.0 Priority: standard Section: libs Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jose Carlos Garcia Sogo Build-Depends: autotools-dev (>> 20100122.1~), dh-autoreconf, debhelper (>> 9~), gnupg-agent, gnupg, gnupg2, gpgsm, libassuan-dev (>> 2.0.2), libgpg-error-dev (>> 1.8), scdaemon Standards-Version: 3.9.4 Homepage: http://www.gnupg.org/gpgme.html Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnupg/gpgme/trunk/ Vcs-Svn: svn://anonscm.debian.org/pkg-gnupg/gpgme/trunk/ Package: libgpgme11-dev Section: libdevel Architecture: any Depends: libassuan-dev, libc6-dev, libgpg-error-dev, libgpgme11 (= ${binary:Version}), libpth-dev, ${misc:Depends} Conflicts: libgpgme-dev, libgpgme10-dev Description: GPGME - GnuPG Made Easy (development files) GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... . This package contains the headers and other files needed to compile against this library. Package: libgpgme11 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: gnupg (>= 1.4.6-2) | gnupg2 (>> 2.0.4), ${misc:Depends}, ${shlibs:Depends} Suggests: gpgsm (>> 1.9.6) Description: GPGME - GnuPG Made Easy (library) GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... . This package contains the library. debian/gpgme-config.10000664000000000000000000000354512231674353011631 0ustar .TH "GPGME" "1" "08 July 2012" "gpgme" "User commands" .SH NAME gpgme-config \- script to get information about the installed version of GPGME .SH SYNOPSIS .B gpgme-config .RB [ \-\-api\-version ] .RB [ \-\-cflags ] .RB [ \-\-exec\-prefix ] .RB [ \-\-get\-gpg ] .RB [ \-\-get\-gpgsm ] .RB [ \-\-host ] .RB [ \-\-libs ] .RB [ \-\-prefix ] .RB [ \-\-thread=pthread ] .RB [ \-\-version ] .SH DESCRIPTION .PP \fBgpgme-config\fP is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use \fIGPGME\fP. It is also used internally to the .m4 macros for GNU autoconf that are included with \fIGPGME\fP. .SH OPTIONS .PP \fBgpgme-config\fP accepts the following options: .TP .B \-\-api\-version Print the currently installed API version of \fIGPGME\fP to standard output. .TP .B \-\-cflags Print the compiler flags that are necessary to compile a \fIGPGME\fP program. .TP .B \-\-exec\-prefix Print the exec prefix that was used to configure the \fIGPGME\fP build. .TP .B \-\-get\-gpg Print the path to the .BR gpg (1) binary used to configure the \fIGPGME\fP build. .TP .B \-\-get\-gpgsm Print the path to the .BR gpgsm (1) binary used to configure the \fIGPGME\fP build. .TP .B \-\-host Print host information. .TP .B \-\-libs Print the linker flags that are necessary to link a \fIGPGME\fP program. .TP .B \-\-prefix Print the prefix that was used to configure the \fIGPGME\fP build. .TP .B \-\-thread=pthread Switch for the .B \-\-cflags and .B \-\-libs options for the thread-enabled \fIGPGME\fP version. .TP .B \-\-version Print the currently installed version of \fIGPGME\fP to standard output. .SH AUTHORS .PP This manual page page was written by \fBJose Carlos Garcia Sogo\fR \&<\&jsogo@debian.org\&> and \fBDaniel Leidert\fR <\&daniel.leidert@wgdd.de\&> for the Debian distribution (but may be used by others). debian/patches/0000775000000000000000000000000012321001240010600 5ustar debian/patches/test_engine_ignore_filename.diff0000664000000000000000000000140712321001240017143 0ustar Description: Disable test that checks if the backend exectuable is the configured one. gpgme prefers gpg2 when installed but is configured to use gpg which causes a mismatch in the test. Author: Felix Geyer --- gpgme1.0-1.4.3.orig/tests/t-engine-info.c +++ gpgme1.0-1.4.3/tests/t-engine-info.c @@ -52,12 +52,6 @@ check_engine_info (gpgme_engine_info_t i info->protocol, protocol); exit (1); } - if (strcmp (info->file_name, file_name)) - { - fprintf (stderr, "Unexpected file name to executable %s (expected %s instead)\n", - info->file_name, file_name); - exit (1); - } if (strcmp (info->req_version, req_version)) { fprintf (stderr, "Unexpected required version %s (expected %s instead)\n", debian/patches/series0000664000000000000000000000004112321001240012010 0ustar test_engine_ignore_filename.diff debian/libgpgme11-dev.doc-base0000664000000000000000000000057212231674353013305 0ustar Document: gpgme Title: gpgme Abstract: GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... . This package contains the headers and other files needed to compile against this library. Section: Programming/C Format: info Index: /usr/share/info/gpgme.info.gz Files: /usr/share/info/gpgme.info*