debian/0000755000000000000000000000000012247346732007200 5ustar debian/gpg-error.10000644000000000000000000000050012145705520011150 0ustar .TH LIBGPG-ERROR 1 "23 June 2003" .SH NAME gpg-error - program to convert GnuPG error numbers to text .SH SYNOPSIS .B gpg-error NUMBER... .SH DESCRIPTION .PP \fIgpg-error\fP is a tool that converts numeric GnuPG errors to a short one-line textual description. . .SH OPTIONS \fIgpg-error\fP does not accept any options. debian/libgpg-error0-udeb.dirs0000644000000000000000000000000412145705520013434 0ustar lib debian/libgpg-error0.symbols0000644000000000000000000000056612202244442013256 0ustar # SymbolsHelper-Confirmed: 1.12 amd64 libgpg-error.so.0 libgpg-error0 #MINVER# gpg_err_code_from_errno@Base 1.10 gpg_err_code_from_syserror@Base 1.10 gpg_err_code_to_errno@Base 1.10 gpg_err_deinit@Base 1.10 gpg_err_init@Base 1.10 gpg_err_set_errno@Base 1.10 gpg_error_check_version@Base 1.12 gpg_strerror@Base 1.10 gpg_strerror_r@Base 1.10 gpg_strsource@Base 1.10 debian/libgpg-error0-udeb.install0000644000000000000000000000004012145705520014141 0ustar usr/lib/*/libgpg-error.so.* lib debian/libgpg-error-dev.manpages0000644000000000000000000000005512145705520014053 0ustar debian/gpg-error-config.1 debian/gpg-error.1 debian/copyright0000644000000000000000000000224012145720721011120 0ustar This package was debianized by Jose Carlos Garcia Sogo on Mon, 23 Jun 2003 15:43:18 +0200. It was downloaded from ftp://ftp.gnupg.org/gcrypt/libgpg-error/ Upstream Author: g10 Code GmbH Copyright: 2001-2004, 2010, 2012, 2013 g10 Code GmbH Copyright statement: This program 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. This program 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/changelog0000644000000000000000000002367712247346724011072 0ustar libgpg-error (1.12-0.2ubuntu1) trusty; urgency=low * Use dh-autoreconf instead of autotools-dev. -- Matthias Klose Tue, 03 Dec 2013 13:25:23 +0100 libgpg-error (1.12-0.2) unstable; urgency=low * NMU * debian/libgpg-error0.install: Renamed to debian/libgpg-error0.install.in. Put libraries under /lib (closes: #720593). * debian/libgpg-error-dev.install: Don't install .so link. We need to handle this via dh_link. * debian/rules: Create .so link and install files between /usr/lib and /lib. -- Daniel Leidert Thu, 05 Sep 2013 22:27:50 +0200 libgpg-error (1.12-0.1) unstable; urgency=low * NMU * New upstream release (closes: #711995). * debian/clean, debian/*.dirs: Removed unused file. * debian/control: Added generic Vcs-Browser and Vcs-Svn. (Standards-Version): Bumped to 3.9.4. (Build-Depends): Added versioned autotools-dev (closes: #689621). * debian/copyright: Updated. * debian/docs, debian/libgpg-error0.docs: Removed. Installed files via debian/rules. * debian/libgpg-error0.install.in: Renamed to debian/libgpg-error0.install and dropped sed stuff. * debian/libgpg-error0.symbols: Added. * debian/libgpg-error-dev.links.in: Put into debian/rules. * debian/rules: Rewritten for dh 7+. Enabled hardening. Dropped linking. * debian/watch: Minor update. * debian/patches/: Removed patches and dpatch leftovers (closes: #689604). * debian/patches/l10n_update.patch: Dropped (shipped with new release). * debian/patches/series: Emptied. -- Daniel Leidert Mon, 12 Aug 2013 22:49:55 +0200 libgpg-error (1.10-3.1) unstable; urgency=low * Non-maintainer upload. [ Program translation ] * Japanese, new (Takeshi Hamasaki) * Danish, new (Joe Hansen) * German updated (Werner Koch) * French updated (David Prévot, closes: #625485) * Czech updated (Petr Pisar) * Dutch updated (Freek de Kruijf) * Polish updated (Michał Kułach, closes: #685023) -- David Prévot Fri, 17 Aug 2012 22:56:29 -0400 libgpg-error (1.10-3) unstable; urgency=low * Do not install .la file (Closes: #657156) -- Jose Carlos Garcia Sogo Thu, 02 Feb 2012 21:56:39 +0000 libgpg-error (1.10-2) unstable; urgency=low * Add static library back (Closes: #632889, #653693) * Transition for multiarch (Closes: #634129) -- Jose Carlos Garcia Sogo Fri, 06 Jan 2012 00:46:00 +0100 libgpg-error (1.10-1) unstable; urgency=low * Ack all previous NMU. All thanks go to Jonas Meurer. -- Jose Carlos Garcia Sogo Sat, 10 Sep 2011 10:39:11 +0200 libgpg-error (1.10-0.3) unstable; urgency=low * Non-maintainer upload * Upload to unstable, most important changes: - New upstream release (1.10) - Migrate library from /usr/lib to /lib - Add udeb package for debian-installer -- Jonas Meurer Mon, 07 Feb 2011 11:14:44 +0100 libgpg-error (1.10-0.2) experimental; urgency=low * Non-maintainer upload * Add libgpg-error0-udeb package for debian-installer * change 'XC-Package-Type' to 'Package-Type' for udeb in debian/control * empty dependency_libs in .la file (thanks to Ubuntu) * Install .la file and .so link to /usr/lib after discussion on #debian-devel and debian-devel@lists.debian.org. -- Jonas Meurer Mon, 03 Jan 2011 02:23:00 +0100 libgpg-error (1.10-0.1) experimental; urgency=low * Non-maintainer upload. * New upstream release 1.10. (Closes: #554234) * Upload to experimental due to squeeze deep freeze * Add debian/watch file. * debian/control: + Move source package to section libs. + Add misc Depends for debhelper. + Update short description for libgpg-error-dev + Bump standards-version to 3.9.1, no changes required + Add Homepage header + Set Priority=standard for source package * debian/rules: + Remove unused dpatch patch system implementation and patches + Remove unneeded 'chmod +x configure' from configure-stamp target + Move libgpg-error0 library to /lib. (Closes: #604945) + Fix targets to always depend on target-stamp, add install-stamp + Remove '-V 'libgpg-error0 (>= 1.6-1)'' from dh_makeshlibs * move debian/doc to debian/libgpg-error0.doc: + ship NEWS and README in library package, not in dev package * debian/libgpg-error-dev.install: + don't install unavailable libgpg-error.a * debian/gpg-error(-config).1: + Fix manpages, thanks to lintian * debian/copyright: + refer to versioned LGPL 2.1, thanks to lintian -- Jonas Meurer Thu, 16 Dec 2010 12:55:05 +0100 libgpg-error (1.6-1) unstable; urgency=low * New upstream release. * debian/control: + Bump Standards-Version to 3.8.1. No changes needed. + Add ${shlibs:Depends} var to Depends line on -dev package, as it includes binaries * debian/rules: + Don't ignore errors on make clean and make lintian happy. + Use dh_prep instead of deprecated in level 7 dh_clean -k + Bump generated shlibs dependency to libgpg-error >= 1.6-1 * Delete libgpg-error0.post[inst,rm] files * Set debian/compat file to debhelper level 7, and build-depend needed debhelper version (version in lenny, so package can be portable) -- Jose Carlos Garcia Sogo Fri, 20 Mar 2009 09:50:56 +0100 libgpg-error (1.4-2) unstable; urgency=low * Fix build-dependencies and dependencies (Closes: #397932) -- Jose Carlos Garcia Sogo Sun, 12 Nov 2006 12:30:46 +0100 libgpg-error (1.4-1) unstable; urgency=low * New upstream version. * Bumped Standards-Version to 3.7.2. No changes needed. * Use {binary:Version} field in libgpg-error-dev dependecy field. (Closes: #384376) * Fix typo in upstream URL at debian/copyright file (Closes: #387735) * debian/patches: Disable m4_macros and 10_relibtoolize patches. Upstream uses now a quite current copy of gettext. * Update FSF address in debian/copyright file. -- Jose Carlos Garcia Sogo Sun, 24 Sep 2006 16:33:03 +0200 libgpg-error (1.2-1) unstable; urgency=low * New upstream version. -- Jose Carlos Garcia Sogo Sat, 4 Mar 2006 15:53:20 +0100 libgpg-error (1.1-4) unstable; urgency=low * In addition to relibtoolizing we have to upgrade lib-*.m4 files, which are hidden in gettext source. (Closes: #319103) -- Jose Carlos Garcia Sogo Sun, 31 Jul 2005 14:47:25 +0200 libgpg-error (1.1-3) unstable; urgency=low * Actually fix #318221. Library package is important, while -dev package is optional. -- Jose Carlos Garcia Sogo Fri, 29 Jul 2005 01:21:38 +0200 libgpg-error (1.1-2) unstable; urgency=low * Include relibtoolize patch again. (Closes: #319103) * This package is priority optional. Changed control file to match ftp-master overrides (Closes: #318221) -- Jose Carlos Garcia Sogo Fri, 29 Jul 2005 00:08:13 +0200 libgpg-error (1.1-1) unstable; urgency=low * The "you can't get sunburn at Finland" release. * New upstream release. + It does now compile in Hurd (Closes: #307922) + German PO file corrections by Jens Seidel. (Closes: #313977) * Bumped Standars-Version. No changes needed. -- Jose Carlos Garcia Sogo Thu, 14 Jul 2005 01:23:18 +0300 libgpg-error (1.0-1) unstable; urgency=low * New upstream release. + Fixes warning in gpg-error.m4 (Closes: #254129) * Changed package priority to important, as gnutls depends on this package and is priority important also. * debian/patches: + 05_Makefile.am: new, remove use of local m4/ + 06_Makefile.in: new, remove using local m4/ and m4/libtool (which is not distributed with upstream sources) + 10_relibtoolize: updated, changing to libtool 1.5 -- Jose Carlos Garcia Sogo Mon, 2 Aug 2004 13:03:06 +0200 libgpg-error (0.7-3) unstable; urgency=low * Really apply patch created in previous version, fixing GNU/k*BSD issues (Closes: #259088) -- Jose Carlos Garcia Sogo Thu, 15 Jul 2004 00:26:10 +0200 libgpg-error (0.7-2) unstable; urgency=low * debian/control: added dpatch to Build-Depends field. * debian/patches: + 10_relibtoolize: Relibtoolize for GNU/k*BSD (Closes: #258871) -- Jose Carlos Garcia Sogo Mon, 12 Jul 2004 23:43:33 +0200 libgpg-error (0.7-1) unstable; urgency=low * New upstream version. (Closes: #236802, #238161) * Bumped Standars Versions. No changes. * From Matthias Urlichs package: - Document gpg-error. - Fix installation. - Added postinst and prerm scripts for libgpg-error0. -- Jose Carlos Garcia Sogo Tue, 16 Mar 2004 23:25:13 +0100 libgpg-error (0.6-1) unstable; urgency=low * ACK previous NMU. Thanks waldi. (Closes: #213820) * The following changes are from a patch by Matthias Ulrich. Thanks. - Install m4 files and German message catalog. (Closes: #23384) - Rename manpage for gpg-error-config (was: libgpg-error-config). (Closes: #233476) -- Jose Carlos Garcia Sogo Sat, 21 Feb 2004 17:50:30 +0100 libgpg-error (0.6-0.2) unstable; urgency=low * NMU. * Install m4 files and German message catalog. Closes: #233848 * Rename manpage for gpg-error-config (was: libgpg-error-config). Closes: #233476 -- Matthias Urlichs Thu, 19 Feb 2004 16:23:51 +0100 libgpg-error (0.6-0.1) unstable; urgency=low * NMU with permission of maintainer * new upstream version -- Bastian Blank Mon, 17 Nov 2003 20:22:00 +0100 libgpg-error (0.1-2) unstable; urgency=low * Added libgpg-error-config script to -dev package, and manpage. -- Jose Carlos Garcia Sogo Mon, 23 Jun 2003 23:26:30 +0200 libgpg-error (0.1-1) unstable; urgency=low * Initial release. (Closes: #196386) -- Jose Carlos Garcia Sogo Mon, 23 Jun 2003 15:39:47 +0200 debian/gpg-error-config.10000644000000000000000000000306212145705520012421 0ustar .TH LIBGPG-ERROR 1 "23 June 2003" .SH NAME libgpg-error-config - script to get information about the installed version of libgpg-error .SH SYNOPSIS .B libgpg-error-config [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags] .SH DESCRIPTION .PP \fIlibgpg-error-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 \fIlibgpg-error\fP. It is also used internally to the .m4 macros for GNU autoconf that are included with \fIlibgpg-error\fP. . .SH OPTIONS \fIlibgpg-error-config\fP accepts the following options: .TP 8 .B \-\-version Print the currently installed version of \fIlibgpg-error\fP on the standard output. .TP 8 .B \-\-libs Print the linker flags that are necessary to link a \fIlibgpg-error\fP program. .TP 8 .B \-\-cflags Print the compiler flags that are necessary to compile a \fIlibgpg-error\fP program. .TP 8 .B \-\-prefix=PREFIX If specified, use PREFIX instead of the installation prefix that \fIlibgpg-error\fP was built with when computing the output for the \-\-cflags and \-\-libs options. This option is also used for the exec prefix if \-\-exec\-prefix was not specified. This option must be specified before any \-\-libs or \-\-cflags options. .TP 8 .B \-\-exec\-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that \fIlibgpg-error\fP was built with when computing the output for the \-\-cflags and \-\-libs options. This option must be specified before any \-\-libs or \-\-cflags options. debian/compat0000644000000000000000000000000212145705520010365 0ustar 7 debian/patches/0000755000000000000000000000000012212164524010614 5ustar debian/patches/series0000644000000000000000000000000012145720721012021 0ustar debian/control0000644000000000000000000000340412247346661010605 0ustar Source: libgpg-error Section: libs Maintainer: Jose Carlos Garcia Sogo Uploaders: Matthias Urlichs Priority: standard Build-Depends: dh-autoreconf, debhelper (>> 8.1.3~) Standards-Version: 3.9.4 Homepage: http://www.gnupg.org/related_software/libgpg-error/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnupg/libgpg-error/trunk/ Vcs-Svn: svn://anonscm.debian.org/pkg-gnupg/libgpg-error/trunk/ Package: libgpg-error-dev Priority: optional Section: libdevel Architecture: any Depends: libgpg-error0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: library for common error values and messages in GnuPG components (development) Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. . This package contains the headers and other files needed to compile against this library. Package: libgpg-error0 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Description: library for common error values and messages in GnuPG components Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. Package: libgpg-error0-udeb Priority: optional Section: debian-installer Package-Type: udeb Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for common error values and messages in GnuPG components Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. debian/libgpg-error0.install.in0000644000000000000000000000013212212164473013634 0ustar usr/lib/@DEB_HOST_MULTIARCH@/libgpg-error.so.* lib/@DEB_HOST_MULTIARCH@/ usr/share/locale debian/rules0000755000000000000000000000216612247346642010265 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ --with autoreconf --parallel override_dh_auto_configure: dh_auto_configure -- \ --enable-static \ --disable-rpath \ --infodir=\$${prefix}/share/info \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) override_dh_clean: dh_clean debian/libgpg-error0.install override_dh_install: sed -e"s,@DEB_HOST_MULTIARCH@,${DEB_HOST_MULTIARCH},g" \ debian/libgpg-error0.install.in > debian/libgpg-error0.install dh_install --list-missing override_dh_installchangelogs: dh_installchangelogs -A NEWS override_dh_installdocs: dh_installdocs -A README override_dh_makeshlibs: dh_makeshlibs -V --add-udeb=libgpg-error0-udeb override_dh_link: dh_link -plibgpg-error-dev lib/$(DEB_HOST_MULTIARCH)/libgpg-error.so.0 usr/lib/$(DEB_HOST_MULTIARCH)/libgpg-error.so debian/source/0000755000000000000000000000000012212164524010465 5ustar debian/source/format0000644000000000000000000000001412145705520011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014312145720721010216 0ustar version=3 opts=pasv ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-([\d.]+)\.tar\.(?:bz2|gz) debian/libgpg-error-dev.install0000644000000000000000000000011012212164473013717 0ustar usr/bin/* usr/include/* usr/lib/*/libgpg-error.a usr/share/aclocal/*.m4