[Pkg-privacy-commits] [hexchat-otr] branch master updated (fd5e5a6 -> 435fd9c)

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Aug 7 16:19:33 UTC 2016


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

pere pushed a change to branch master
in repository hexchat-otr.

      from  fd5e5a6   Disable error for nonliteral format strings to fix build failure with GCC 6.
       new  c8bffbb   Added d/watch file.
       new  db39ce1   Imported Upstream version 0.2.1
       new  276cbac   Merge tag 'upstream/0.2.1'
       new  ad54e2e   Removed network-key.patch and accept-var-formats.patch already fixed upstream.
       new  435fd9c   Prepare changelog for upload.

The 5 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:
 .clang-format                           |     6 +
 .editorconfig                           |     8 +
 .gitignore                              |    61 +
 Makefile.am                             |     6 +-
 Makefile.in                             |   949 --
 Readme.md                               |    65 +
 aclocal.m4                              |  1222 ---
 build-aux/ar-lib                        |   270 -
 build-aux/compile                       |   347 -
 build-aux/config.guess                  |  1421 ---
 build-aux/config.sub                    |  1807 ----
 build-aux/depcomp                       |   791 --
 build-aux/install-sh                    |   501 -
 build-aux/ltmain.sh                     | 11147 ----------------------
 build-aux/missing                       |   215 -
 config.h.in                             |    55 -
 configure                               | 15095 ------------------------------
 configure.ac                            |     5 +-
 debian/changelog                        |     9 +
 debian/patches/accept-var-formats.patch |    18 -
 debian/patches/network-key.patch        |   107 -
 debian/patches/series                   |     2 -
 debian/watch                            |     3 +
 m4/ax_append_compile_flags.m4           |    65 -
 m4/ax_append_flag.m4                    |    71 -
 m4/ax_check_compile_flag.m4             |    74 -
 m4/ax_require_defined.m4                |    37 -
 m4/libtool.m4                           |  8369 -----------------
 m4/ltoptions.m4                         |   437 -
 m4/ltsugar.m4                           |   124 -
 m4/ltversion.m4                         |    23 -
 m4/lt~obsolete.m4                       |    99 -
 m4/pkg.m4                               |   275 -
 src/formats.txt                         |     4 +-
 src/hexchat-formats.c                   |    19 +-
 src/hexchat_otr.c                       |    43 +-
 src/hexchat_otr.h                       |    16 +
 src/makeformats.py                      |   126 +
 src/otr-formats.h                       |    17 +
 src/otr_key.c                           |    15 +-
 src/otr_util.c                          |     3 +
 41 files changed, 382 insertions(+), 43545 deletions(-)
 create mode 100644 .clang-format
 create mode 100644 .editorconfig
 create mode 100644 .gitignore
 delete mode 100644 Makefile.in
 create mode 100644 Readme.md
 delete mode 100644 aclocal.m4
 delete mode 100755 build-aux/ar-lib
 delete mode 100755 build-aux/compile
 delete mode 100755 build-aux/config.guess
 delete mode 100755 build-aux/config.sub
 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/missing
 delete mode 100644 config.h.in
 delete mode 100755 configure
 delete mode 100644 debian/patches/accept-var-formats.patch
 delete mode 100644 debian/patches/network-key.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/watch
 delete mode 100644 m4/ax_append_compile_flags.m4
 delete mode 100644 m4/ax_append_flag.m4
 delete mode 100644 m4/ax_check_compile_flag.m4
 delete mode 100644 m4/ax_require_defined.m4
 delete mode 100644 m4/libtool.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/pkg.m4
 create mode 100755 src/makeformats.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/hexchat-otr.git



More information about the Pkg-privacy-commits mailing list