[Pkg-gnupg-commit] [libgpg-error] branch master updated (736cebb -> 0dc7978)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:26:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a change to branch master
in repository libgpg-error.

      from  736cebb   preparing upload with new cross-arches
       new  28ff38a   update debian/gbp.conf for cleaner import
       new  c780f65   Post release updates.
       new  dfcd58f   syscfg: Add a powerpc and a tilgegx architecture.
       new  1ee822f   Add GPG_ERR_SUBKEYS_EXP_OR_REV.
       new  baf4bcc   Adjust memory limit of es_fopenmem to the block size.
       new  28fd0ab   estream: Fix assertion failure due to es_flush.
       new  7ed1502   tests: Fix rare deadlock condition in t-poll.
       new  b908104   po: Update Polish translation
       new  d878afa   po: Update German translation
       new  427e5ea   po: Auto-update
       new  e444cac   Release 1.23
       new  bf939be   Imported Upstream version 1.23
       new  f6650b9   Merge tag 'upstream/1.23'
       new  0024dd1   refresh debian patches
       new  0dc7978   prepare 1.23 release

The 15 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:
 ABOUT-NLS                                          | 1282 ---
 ChangeLog                                          |   38 +
 INSTALL                                            |  236 -
 NEWS                                               |   15 +
 VERSION                                            |    2 +-
 build-aux/compile                                  |  347 -
 build-aux/depcomp                                  |  791 --
 build-aux/install-sh                               |  527 --
 build-aux/ltmain.sh                                | 9677 --------------------
 build-aux/mdate-sh                                 |  224 -
 build-aux/missing                                  |  215 -
 build-aux/texinfo.tex                              | 8638 -----------------
 configure.ac                                       |    6 +-
 debian/changelog                                   |    6 +
 debian/gbp.conf                                    |   40 +-
 .../patches/0001-avoid-identifying-as-beta.patch   |    2 +-
 ...re-revision-by-length-of-debian-changelog.patch |    4 +-
 ...-Add-a-powerpc-and-a-tilgegx-architecture.patch |   99 -
 debian/patches/series                              |    1 -
 doc/errorref.txt                                   |   16 +-
 doc/gpgrt.info                                     |    4 +-
 doc/stamp-vti                                      |    4 +-
 doc/version.texi                                   |    4 +-
 lang/cl/gpg-error.asd                              |    2 +-
 libgpg-error.spec                                  |    2 +-
 m4/codeset.m4                                      |   21 -
 m4/glibc2.m4                                       |   30 -
 m4/glibc21.m4                                      |   30 -
 m4/intdiv0.m4                                      |   70 -
 m4/intmax.m4                                       |   30 -
 m4/inttypes-pri.m4                                 |   30 -
 m4/inttypes_h.m4                                   |   26 -
 m4/lcmessage.m4                                    |   30 -
 m4/libtool.m4                                      | 8027 ----------------
 m4/longlong.m4                                     |   23 -
 m4/ltoptions.m4                                    |  384 -
 m4/ltsugar.m4                                      |  123 -
 m4/ltversion.m4                                    |   23 -
 m4/lt~obsolete.m4                                  |   98 -
 m4/printf-posix.m4                                 |   44 -
 m4/size_max.m4                                     |   60 -
 m4/stdint_h.m4                                     |   26 -
 m4/threadlib.m4                                    |  349 -
 m4/uintmax_t.m4                                    |   30 -
 m4/visibility.m4                                   |   52 -
 m4/wchar_t.m4                                      |   20 -
 m4/wint_t.m4                                       |   20 -
 m4/xsize.m4                                        |   13 -
 po/cs.po                                           |  332 +-
 po/da.po                                           |  332 +-
 po/de.po                                           |  336 +-
 po/en at boldquot.header                              |   25 -
 po/en at quot.header                                  |   22 -
 po/eo.po                                           |  332 +-
 po/fr.po                                           |  332 +-
 po/hu.po                                           |  332 +-
 po/it.po                                           |  332 +-
 po/ja.po                                           |  332 +-
 po/libgpg-error.pot                                |  334 +-
 po/nl.po                                           |  332 +-
 po/pl.po                                           |  671 +-
 po/pt.po                                           |  332 +-
 po/ro.po                                           |  332 +-
 po/ru.po                                           |  332 +-
 po/sr.po                                           |  332 +-
 po/sv.po                                           |  332 +-
 po/uk.po                                           |  332 +-
 po/vi.po                                           |  332 +-
 po/zh_CN.po                                        |  332 +-
 po/zh_TW.po                                        |  332 +-
 src/Makefile.am                                    |    2 +
 src/err-codes.h                                    |  346 +-
 src/err-codes.h.in                                 |    3 +-
 src/estream.c                                      |   12 +-
 ...=> lock-obj-pub.powerpc-unknown-linux-gnuspe.h} |    2 +-
 ...u.h => lock-obj-pub.tilegx-unknown-linux-gnu.h} |    2 +-
 tests/t-poll.c                                     |    9 +-
 77 files changed, 3777 insertions(+), 35372 deletions(-)
 delete mode 100644 ABOUT-NLS
 delete mode 100644 INSTALL
 delete mode 100755 build-aux/compile
 delete mode 100755 build-aux/depcomp
 delete mode 100755 build-aux/install-sh
 delete mode 100644 build-aux/ltmain.sh
 delete mode 100755 build-aux/mdate-sh
 delete mode 100755 build-aux/missing
 delete mode 100644 build-aux/texinfo.tex
 delete mode 100644 debian/patches/0004-syscfg-Add-a-powerpc-and-a-tilgegx-architecture.patch
 delete mode 100644 m4/codeset.m4
 delete mode 100644 m4/glibc2.m4
 delete mode 100644 m4/glibc21.m4
 delete mode 100644 m4/intdiv0.m4
 delete mode 100644 m4/intmax.m4
 delete mode 100644 m4/inttypes-pri.m4
 delete mode 100644 m4/inttypes_h.m4
 delete mode 100644 m4/lcmessage.m4
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/longlong.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 delete mode 100644 m4/printf-posix.m4
 delete mode 100644 m4/size_max.m4
 delete mode 100644 m4/stdint_h.m4
 delete mode 100644 m4/threadlib.m4
 delete mode 100644 m4/uintmax_t.m4
 delete mode 100644 m4/visibility.m4
 delete mode 100644 m4/wchar_t.m4
 delete mode 100644 m4/wint_t.m4
 delete mode 100644 m4/xsize.m4
 delete mode 100644 po/en at boldquot.header
 delete mode 100644 po/en at quot.header
 copy src/syscfg/{lock-obj-pub.arm-unknown-linux-gnueabihf.h => lock-obj-pub.powerpc-unknown-linux-gnuspe.h} (90%)
 copy src/syscfg/{lock-obj-pub.s390x-ibm-linux-gnu.h => lock-obj-pub.tilegx-unknown-linux-gnu.h} (93%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git



More information about the Pkg-gnupg-commit mailing list