[Pkg-gnupg-commit] [gnupg2] branch experimental updated (36c6f2e -> b158e96)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Jul 26 20:20:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a change to branch experimental
in repository gnupg2.
from 36c6f2e prepare debian release
new 037a5c4 include upstream bugfixes and improvements (Closes: #863221)
new d0664c3 Add gpgcompose package
new cd5612b more patches from upstream
new ffec4ac upgrade to debhelper 10
new a592177 upgrade to Standards-Version 4.0.0 (no changes needed)
new a53f613 prepare debian release
new 1271234 import upstream improvements to gpgcompose
new 2ffd518 added gpgconf package
new 5382755 move KEYSERVER documentation into dirmngr
new 6fba69d break out gnupg-utils package
new a098ed6 rename gnupg-agent to gpg-agent
new dd702f3 move gpg-connect-agent into gpgconf
new 5cc5dbe move symcryptrun from gpg-agent to gnupg-utils package
new 99474ad break out a distinct "gpg" package
new 518e78c remove explicit build-depends on dh-autoreconf (since it is covered by dh 10)
new 33873d3 ensure list is properly indented (thanks, lintian!)
new 7b1259d Mark USB smartcard readers as belonging to the USB subsystem
new b8caec8 More tweaks to the package dependency graph
new 610f2eb scdaemon: added appstream metainfo about supported smartcards
new b158e96 prepare debian release
The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 21 ++
debian/clean | 1 +
debian/compat | 2 +-
debian/control | 167 ++++++++++--
debian/dirmngr.docs | 1 +
debian/{gnupg.install => gnupg-utils.install} | 4 +-
debian/{gnupg.manpages => gnupg-utils.manpages} | 3 +-
debian/gnupg.docs | 1 -
debian/{gnupg-agent.NEWS => gpg-agent.NEWS} | 0
...agent.README.Debian => gpg-agent.README.Debian} | 0
.../{gnupg-agent.examples => gpg-agent.examples} | 0
debian/{gnupg-agent.install => gpg-agent.install} | 2 -
debian/{gnupg-agent.links => gpg-agent.links} | 0
...ore.server => gpg-agent.logcheck.ignore.server} | 0
.../{gnupg-agent.manpages => gpg-agent.manpages} | 2 -
debian/gpg.install | 1 +
debian/gpg.manpages | 1 +
debian/gpgcompose.1 | 56 ++++
debian/gpgcompose.install | 1 +
debian/gpgcompose.manpages | 1 +
debian/{gnupg.examples => gpgconf.examples} | 0
debian/gpgconf.install | 3 +
debian/gpgconf.manpages | 2 +
debian/org.gnupg.scdaemon.metainfo.xml | 42 +++
...ault-key-selection-for-signing-possibly-b.patch | 169 ++++++++++++
...t-Add-const-qualifier-for-read-only-table.patch | 115 ++++++++
...ort-different-digest-algorithms-for-ssh-f.patch | 224 +++++++++++++++
...ectly-render-SHA256-based-ssh-fingerprint.patch | 303 +++++++++++++++++++++
...-both-ssh-fingerprints-to-sshcontrol-file.patch | 79 ++++++
...digest-algorithms-for-ssh-fingerprints-co.patch | 141 ++++++++++
...init-libdns-resolver-on-towel-change-of-r.patch | 110 ++++++++
...s-towel-should-better-detect-a-changed-re.patch | 47 ++++
debian/patches/0028-agent-Fix-memory-leaks.patch | 96 +++++++
debian/patches/0029-gpg-Fix-typos.patch | 48 ++++
.../0030-scd-Handle-a-failure-of-libusb_init.patch | 62 +++++
...scd-Fix-error-code-on-failure-at-usb_init.patch | 25 ++
.../0032-agent-Fix-error-from-do_encryption.patch | 86 ++++++
.../patches/0033-doc-Improve-documentation.patch | 26 ++
debian/patches/0034-sm-Fix-typo.patch | 25 ++
debian/patches/0035-sm-Simplify-code.patch | 35 +++
...ailure-exit-when-scdaemon-is-disabled-but.patch | 35 +++
debian/patches/0037-gpg-Remove-dead-code.patch | 39 +++
...gpg-Support-gpgcompose-encrypted-pop-help.patch | 57 ++++
...039-gpg-Improve-some-output-of-gpgcompose.patch | 34 +++
...gcompose-help-output-to-stdout-not-stderr.patch | 62 +++++
debian/patches/series | 21 ++
debian/rules | 4 +
debian/scdaemon.install | 1 +
debian/scdaemon.udev | 68 ++---
49 files changed, 2156 insertions(+), 67 deletions(-)
rename debian/{gnupg.install => gnupg-utils.install} (75%)
rename debian/{gnupg.manpages => gnupg-utils.manpages} (79%)
rename debian/{gnupg-agent.NEWS => gpg-agent.NEWS} (100%)
rename debian/{gnupg-agent.README.Debian => gpg-agent.README.Debian} (100%)
rename debian/{gnupg-agent.examples => gpg-agent.examples} (100%)
rename debian/{gnupg-agent.install => gpg-agent.install} (88%)
rename debian/{gnupg-agent.links => gpg-agent.links} (100%)
rename debian/{gnupg-agent.logcheck.ignore.server => gpg-agent.logcheck.ignore.server} (100%)
rename debian/{gnupg-agent.manpages => gpg-agent.manpages} (56%)
create mode 100644 debian/gpg.install
create mode 100644 debian/gpg.manpages
create mode 100644 debian/gpgcompose.1
create mode 100644 debian/gpgcompose.install
create mode 100644 debian/gpgcompose.manpages
rename debian/{gnupg.examples => gpgconf.examples} (100%)
create mode 100644 debian/gpgconf.install
create mode 100644 debian/gpgconf.manpages
create mode 100644 debian/org.gnupg.scdaemon.metainfo.xml
create mode 100644 debian/patches/0020-g10-Fix-default-key-selection-for-signing-possibly-b.patch
create mode 100644 debian/patches/0021-agent-Add-const-qualifier-for-read-only-table.patch
create mode 100644 debian/patches/0022-common-Support-different-digest-algorithms-for-ssh-f.patch
create mode 100644 debian/patches/0023-common-Correctly-render-SHA256-based-ssh-fingerprint.patch
create mode 100644 debian/patches/0024-agent-Write-both-ssh-fingerprints-to-sshcontrol-file.patch
create mode 100644 debian/patches/0025-agent-Make-digest-algorithms-for-ssh-fingerprints-co.patch
create mode 100644 debian/patches/0026-dirmngr-Re-init-libdns-resolver-on-towel-change-of-r.patch
create mode 100644 debian/patches/0027-dirmngr-This-towel-should-better-detect-a-changed-re.patch
create mode 100644 debian/patches/0028-agent-Fix-memory-leaks.patch
create mode 100644 debian/patches/0029-gpg-Fix-typos.patch
create mode 100644 debian/patches/0030-scd-Handle-a-failure-of-libusb_init.patch
create mode 100644 debian/patches/0031-scd-Fix-error-code-on-failure-at-usb_init.patch
create mode 100644 debian/patches/0032-agent-Fix-error-from-do_encryption.patch
create mode 100644 debian/patches/0033-doc-Improve-documentation.patch
create mode 100644 debian/patches/0034-sm-Fix-typo.patch
create mode 100644 debian/patches/0035-sm-Simplify-code.patch
create mode 100644 debian/patches/0036-gpg-Avoid-failure-exit-when-scdaemon-is-disabled-but.patch
create mode 100644 debian/patches/0037-gpg-Remove-dead-code.patch
create mode 100644 debian/patches/0038-gpg-Support-gpgcompose-encrypted-pop-help.patch
create mode 100644 debian/patches/0039-gpg-Improve-some-output-of-gpgcompose.patch
create mode 100644 debian/patches/0040-gpg-Send-gpgcompose-help-output-to-stdout-not-stderr.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list