diffstat of debian/ for gnupg2_2.0.19-1 gnupg2_2.0.20-SprezzOS1 changelog | 18 ++++++++++++++++++ compat | 2 +- control | 21 +++++++++++++++++---- gnupg-agent.install | 4 ++-- gnupg2.install | 9 +++++++-- patches/01-gnupg2-rename.diff | 22 ---------------------- patches/series | 1 - rules | 3 +++ scdaemon.install | 6 +++--- 9 files changed, 51 insertions(+), 35 deletions(-) --- gnupg2-2.0.19/debian/changelog 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/changelog 2013-05-21 01:39:01.000000000 +0000 @@ -1,3 +1,21 @@ +gnupg2 (2.0.20-SprezzOS1) unstable; urgency=low + + * New upstream + * Install with --fail-missing + * Debhelper 9 + * Standards-Version 3.9.4 + * Build against libcurl4-openssl-dev + * Kill debian rename patch, and thus remain "gnupg2" + * Conflict with, and Replace, gnupg + + -- Nick Black Sun, 19 May 2013 13:46:04 -0400 + +gnupg2 (2.0.19-SprezzOS1) unstable; urgency=low + + * SprezzOS build + + -- Nick Black Sun, 09 Dec 2012 04:42:46 -0500 + gnupg2 (2.0.19-1) unstable; urgency=low * New upstream release. (Closes: #666092) --- gnupg2-2.0.19/debian/compat 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/compat 2013-05-21 01:39:01.000000000 +0000 @@ -1 +1 @@ -8 +9 --- gnupg2-2.0.19/debian/control 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/control 2013-05-21 01:39:01.000000000 +0000 @@ -1,9 +1,21 @@ Source: gnupg2 Section: utils Priority: optional -Maintainer: Eric Dorland -Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 8), dh-autoreconf, autopoint, gettext, zlib1g-dev | libz-dev, libldap2-dev, file, libbz2-dev, libgpg-error-dev (>= 1.7), libassuan-dev (>= 2.0), libgcrypt11-dev (>= 1.4.0), libksba-dev (>= 1.0.7),libpth-dev, libusb-dev, texinfo, transfig, ghostscript, libreadline-dev, libcurl4-gnutls-dev, hardening-wrapper +Maintainer: Nick Black +XSBC-Original-Maintainer: Eric Dorland +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, gettext, + zlib1g-dev | libz-dev, + libldap2-dev, + file, + libbz2-dev, + libgpg-error-dev (>= 1.7), + libassuan-dev (>= 2.0), libgcrypt11-dev (>= 1.4.0), + libksba-dev (>= 1.0.7), + libpth-dev, libusb-dev, texinfo, transfig, + ghostscript, libreadline-dev, + libcurl4-gnutls-dev | libcurl4-openssl-dev, + hardening-wrapper Vcs-Git: git://git.debian.org/~eric/gnupg2.git Vcs-Browser: http://git.debian.org/?p=users/eric/gnupg2.git Homepage: http://www.gnupg.org/ @@ -62,7 +74,8 @@ dpkg (>= 1.15.4) | install-info Recommends: ${shlibs:Recommends} Suggests: gnupg-doc, xloadimage -Conflicts: gpg-idea (<= 2.2) +Conflicts: gpg-idea (<= 2.2), gnupg +Replaces: gnupg Description: GNU privacy guard - a free PGP replacement (new v2.x) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. --- gnupg2-2.0.19/debian/gnupg-agent.install 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/gnupg-agent.install 2013-05-21 01:39:01.000000000 +0000 @@ -2,8 +2,8 @@ debian/tmp/usr/bin/gpg-connect-agent debian/tmp/usr/bin/gpgkey2ssh debian/tmp/usr/bin/symcryptrun -debian/tmp/usr/lib/gnupg2/gpg-preset-passphrase -debian/tmp/usr/lib/gnupg2/gpg-protect-tool +debian/tmp/usr/lib/*/gpg-protect-tool +debian/tmp/usr/lib/*/gpg-preset-passphrase debian/tmp/usr/share/man/man1/gpg-agent.1 debian/tmp/usr/share/man/man1/gpg-connect-agent.1 debian/tmp/usr/share/man/man1/symcryptrun.1 --- gnupg2-2.0.19/debian/gnupg2.install 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/gnupg2.install 2013-05-21 01:39:01.000000000 +0000 @@ -1,17 +1,22 @@ debian/tmp/usr/bin/kbxutil +debian/tmp/usr/bin/gpgparsemail debian/tmp/usr/bin/gpg2 debian/tmp/usr/bin/gpgv2 debian/tmp/usr/bin/gpgconf debian/tmp/usr/bin/watchgnupg debian/tmp/usr/share/info/gnupg.info* debian/tmp/usr/share/locale -debian/tmp/usr/share/gnupg2 -debian/tmp/usr/lib/gnupg2/gpg2keys* +debian/tmp/usr/share/gnupg +debian/tmp/usr/lib/*/gpg2keys* +debian/tmp/usr/lib/*/gpg-check-pattern debian/tmp/usr/sbin/addgnupghome debian/tmp/usr/sbin/applygnupgdefaults +debian/tmp/usr/share/man/man1/gpgparsemail.1 debian/tmp/usr/share/man/man1/gpgconf.1 debian/tmp/usr/share/man/man1/gpgv2.1 debian/tmp/usr/share/man/man1/gpg2.1 +debian/tmp/usr/share/man/man1/gpg-zip.1 debian/tmp/usr/share/man/man8/addgnupghome.8 debian/tmp/usr/share/man/man8/applygnupgdefaults.8 debian/tmp/usr/share/man/man1/watchgnupg.1 +debian/tmp/usr/share/doc --- gnupg2-2.0.19/debian/patches/01-gnupg2-rename.diff 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/patches/01-gnupg2-rename.diff 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -Index: gnupg2/configure.ac -=================================================================== ---- gnupg2.orig/configure.ac 2011-08-30 02:24:56.000000000 -0400 -+++ gnupg2/configure.ac 2011-08-30 03:48:02.730942608 -0400 -@@ -34,7 +34,7 @@ - m4_define([my_full_version], [my_version[]m4_if(my_issvn,[yes], - [m4_if(git_revision,[],[-svn[]svn_revision],[-git[]git_revision])])]) - --AC_INIT([gnupg],[my_full_version],[http://bugs.gnupg.org]) -+AC_INIT([gnupg2],[my_full_version],[http://bugs.gnupg.org]) - # Set development_version to yes if the minor number is odd or you - # feel that the default check for a development version is not - # sufficient. -@@ -53,7 +53,7 @@ - - - PACKAGE=$PACKAGE_NAME --PACKAGE_GT=${PACKAGE_NAME}2 -+PACKAGE_GT=${PACKAGE_NAME} - VERSION=$PACKAGE_VERSION - - AC_CONFIG_AUX_DIR(scripts) --- gnupg2-2.0.19/debian/patches/series 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -01-gnupg2-rename.diff --- gnupg2-2.0.19/debian/rules 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/rules 2013-05-21 01:39:01.000000000 +0000 @@ -29,6 +29,9 @@ install -m 644 debian/gnupg-agent.xsession \ debian/gnupg-agent/etc/X11/Xsession.d/90gpg-agent +override_dh_install: + dh_install --fail-missing + override_dh_installchangelogs: dh_installchangelogs -pgnupg-agent agent/ChangeLog-2011 dh_installchangelogs -pgpgsm sm/ChangeLog-2011 --- gnupg2-2.0.19/debian/scdaemon.install 2012-03-31 07:54:36.000000000 +0000 +++ gnupg2-2.0.20/debian/scdaemon.install 2013-05-21 01:39:01.000000000 +0000 @@ -1,3 +1,3 @@ -debian/tmp/usr/bin/scdaemon -debian/tmp/usr/lib/gnupg2/gnupg-pcsc-wrapper -debian/tmp/usr/share/man/man1/scdaemon.1 \ No newline at end of file +debian/tmp/usr/lib/*/scdaemon +debian/tmp/usr/lib/*/gnupg-pcsc-wrapper +debian/tmp/usr/share/man/man1/scdaemon.1