[Pkg-voip-commits] [sipsak] branch master updated (61a7dca -> 829fad9)

Victor Seva vseva at moszumanska.debian.org
Wed Aug 31 09:07:47 UTC 2016


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

vseva pushed a change to branch master
in repository sipsak.

      from  61a7dca   Remove myself (Faidon) from Uploaders
      adds  6a1feb2   Imported Upstream version 0.9.6+git20160713
       new  d582e8a   Merge tag 'upstream/0.9.6+git20160713'
       new  6c773eb   Switch to debhelper compatibility level 9
       new  e1f7fd4   Add entry for Faidon's removal from Uploaders
       new  7f90e18   Use https and cgit URLs for Vcs control fields
       new  4ea2f30   Switch to a machine readable debian/copyright file
       new  2e6e15c   Use github.com as the project page in debian/control and debian/watch
       new  9453ef3   Switch to source format 3.0 (quilt)
       new  5bcfb44   Add build-indep and build-arch targets to debian/rules
       new  8f26b9e   Switch to use the dpkg makefile fragments in debian/rules
       new  cbc58b2   Enable all hardening flags
       new  ccc33dc   Fix cross-building by passing the correct --host and/or --build arguments
       new  b378176   Use dh-autoreconf commands to update all autotools files
       new  f15c533   Run «make distclean» gracefully when no Makefile is present
       new  f1ac5e3   Bump Standards-Version to 3.9.8
       new  bc0a5b4   Switch to use dh-autoreconf
       new  92869f3   Enable test suite at build-time
       new  56c9ca8   Add build-system fixes sent upstream
       new  5267718   Disable RAW support as that breaks timeout handling on high-loads
       new  829fad9   add myself to Uploaders and prepare upload

The 19 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:
 .gitignore                                         |   31 +
 .travis.yml                                        |   18 +
 AUTHORS                                            |    1 -
 ChangeLog                                          |   10 +-
 INSTALL                                            |  229 -
 Makefile.am                                        |    4 +
 Makefile.in                                        |  711 ---
 README                                             |   12 +-
 acinclude.m4                                       |  376 --
 aclocal.m4                                         | 1150 ----
 auth.c                                             |  117 +-
 auth.h                                             |    2 -
 config.guess                                       | 1420 -----
 config.h.in                                        |  239 -
 config.sub                                         | 1799 ------
 configure                                          | 6636 --------------------
 configure.ac                                       |   57 +-
 debian/changelog                                   |   38 +
 debian/compat                                      |    2 +-
 debian/control                                     |   21 +-
 debian/copyright                                   |   47 +-
 debian/dirs                                        |    1 -
 ...Use-standard-autotools-checks-for-libruli.patch |   97 +
 ...-Use-standard-autotools-checks-for-distcc.patch |   48 +
 ...-digest-implementation-only-if-GnuTLS-is-.patch |   70 +
 ...e-unnecessary-call-to-PKG_PROG_PKG_CONFIG.patch |   28 +
 .../0005-Use-automake-subdir-objects-option.patch  |   60 +
 ..._STRING-instead-of-deprecated-AC_HELP_STR.patch |   53 +
 .../patches/0007-Fix-stack-protector-check.patch   |   28 +
 debian/patches/series                              |    7 +
 debian/rules                                       |   71 +-
 debian/source/format                               |    1 +
 debian/watch                                       |    9 +-
 depcomp                                            |  526 --
 exit_code.c                                        |   49 +-
 exit_code.h                                        |    6 +-
 header_f.c                                         |   66 +-
 header_f.h                                         |    8 +-
 helper.c                                           |  322 +-
 helper.h                                           |    6 +-
 indent.pro                                         |   26 +
 install-sh                                         |  325 -
 m4/acinclude.m4                                    |  211 +
 md5.c                                              |    2 -
 md5.h                                              |    9 +-
 missing                                            |  360 --
 mkinstalldirs                                      |  111 -
 request.c                                          |   58 +-
 request.h                                          |    2 -
 shoot.c                                            |  179 +-
 shoot.h                                            |   12 -
 sipsak.1                                           |   67 +-
 sipsak.c                                           |  359 +-
 sipsak.h                                           |   50 +-
 tests/Makefile.am                                  |    7 +
 tests/check_helper.c                               |  184 +
 transport.c                                        |  790 ++-
 transport.h                                        |    4 +-
 58 files changed, 2611 insertions(+), 14521 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 INSTALL
 delete mode 100644 Makefile.in
 delete mode 100644 acinclude.m4
 delete mode 100644 aclocal.m4
 delete mode 100755 config.guess
 delete mode 100644 config.h.in
 delete mode 100755 config.sub
 delete mode 100755 configure
 delete mode 100644 debian/dirs
 create mode 100644 debian/patches/0001-Use-standard-autotools-checks-for-libruli.patch
 create mode 100644 debian/patches/0002-Use-standard-autotools-checks-for-distcc.patch
 create mode 100644 debian/patches/0003-Use-OpenSSL-digest-implementation-only-if-GnuTLS-is-.patch
 create mode 100644 debian/patches/0004-Remove-unnecessary-call-to-PKG_PROG_PKG_CONFIG.patch
 create mode 100644 debian/patches/0005-Use-automake-subdir-objects-option.patch
 create mode 100644 debian/patches/0006-Use-AS_HELP_STRING-instead-of-deprecated-AC_HELP_STR.patch
 create mode 100644 debian/patches/0007-Fix-stack-protector-check.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 delete mode 100755 depcomp
 create mode 100644 indent.pro
 delete mode 100755 install-sh
 create mode 100644 m4/acinclude.m4
 delete mode 100755 missing
 delete mode 100755 mkinstalldirs
 create mode 100644 tests/Makefile.am
 create mode 100644 tests/check_helper.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sipsak.git



More information about the Pkg-voip-commits mailing list