[Pkg-voip-commits] [libasterisk-agi-perl] branch master updated (afa815b -> aa704e1)

tzafrir at debian.org tzafrir at debian.org
Sun Dec 25 09:32:44 UTC 2016


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

tzafrir pushed a change to branch master
in repository libasterisk-agi-perl.

      from  afa815b   Update changelog for 1.03-1 release
      adds  38a76f2   New upstream version 1.08
       new  e387426   Merge tag 'upstream/1.08'
       new  431619d   Bump version: 1.08-1
       new  9875572   Extra build dep: libnet-telnet-perl for tests
       new  d102a20   Add Fix-pod2man-errors.patch
       new  ae430d1   Ignore generated files under debian/
       new  393e2eb   rules: remove get-orig-source target
       new  a745108   Retrospectively note a bug fixed in previous ersion
       new  8b2efaf   Standards version 3.9.8 (no change needed)
       new  ef4beeb   Update VCS URLs
       new  3b2753c   Update homepage
       new  30d4b79   Add Typo-in-man-page.patch
       new  aa704e1   Update changelog for 1.08-1 release

The 12 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                                   |   9 +
 .travis.yml                                  |  18 ++
 CHANGES                                      |  16 ++
 MANIFEST                                     |  59 +++--
 MANIFEST.SKIP                                |  37 +++
 META.json                                    |  51 ++++
 META.yml                                     |  44 ++--
 Makefile.PL                                  |  33 ++-
 README                                       |   4 -
 README => README.md                          |  12 +-
 TODO                                         |  13 +
 debian/.gitignore                            |   7 +
 debian/changelog                             |  14 +-
 debian/control                               |  11 +-
 debian/patches/0001-Fix-pod2man-errors.patch |  91 +++++++
 debian/patches/0002-Typo-in-man-page.patch   |  21 ++
 debian/patches/series                        |   2 +
 debian/rules                                 |  24 --
 examples/vm-cleanup.pl                       |   9 +
 lib/Asterisk.pm                              |  13 +-
 lib/Asterisk/Astman.pm                       | 245 +++++++++++++++++
 lib/Asterisk/Conf.pm                         | 347 ++++++++++++++++++++++++
 lib/Asterisk/Conf/IAX.pm                     |  70 +++++
 lib/Asterisk/Conf/MeetMe.pm                  |  54 ++++
 lib/Asterisk/Conf/Zapata.pm                  | 380 +++++++++++++++++++++++++++
 lib/Asterisk/Extension.pm                    | 253 ++++++++++++++++++
 lib/Asterisk/Manager.pm                      |   2 +-
 lib/Asterisk/Zapata.pm                       | 131 +++++++++
 t/agi.t                                      |  25 +-
 t/astman.t                                   |  17 ++
 t/conf.t                                     |  24 ++
 t/conf_iax.t                                 |  20 ++
 t/conf_meetme.t                              |  20 ++
 t/conf_zapata.t                              |  24 ++
 t/extension.t                                |  21 ++
 t/manager.t                                  |  22 ++
 t/outgoing.t                                 |  45 ++++
 t/qcall.t                                    |  24 ++
 t/voicemail.t                                |  47 ++++
 t/zapata.t                                   |  24 ++
 tests/astman.pl                              |  30 +++
 tests/extensions.pl                          |  28 ++
 tests/qcall.pl                               |  15 ++
 tests/voicemail.pl                           |  27 ++
 tests/zapata.pl                              |  39 +++
 45 files changed, 2328 insertions(+), 94 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 copy README => README.md (76%)
 create mode 100644 TODO
 create mode 100644 debian/.gitignore
 create mode 100644 debian/patches/0001-Fix-pod2man-errors.patch
 create mode 100644 debian/patches/0002-Typo-in-man-page.patch
 create mode 100644 debian/patches/series
 create mode 100755 examples/vm-cleanup.pl
 create mode 100644 lib/Asterisk/Astman.pm
 create mode 100644 lib/Asterisk/Conf.pm
 create mode 100644 lib/Asterisk/Conf/IAX.pm
 create mode 100644 lib/Asterisk/Conf/MeetMe.pm
 create mode 100644 lib/Asterisk/Conf/Zapata.pm
 create mode 100644 lib/Asterisk/Extension.pm
 create mode 100644 lib/Asterisk/Zapata.pm
 create mode 100644 t/astman.t
 create mode 100644 t/conf.t
 create mode 100644 t/conf_iax.t
 create mode 100644 t/conf_meetme.t
 create mode 100644 t/conf_zapata.t
 create mode 100644 t/extension.t
 create mode 100644 t/manager.t
 create mode 100644 t/outgoing.t
 create mode 100644 t/qcall.t
 create mode 100644 t/voicemail.t
 create mode 100644 t/zapata.t
 create mode 100755 tests/astman.pl
 create mode 100755 tests/extensions.pl
 create mode 100755 tests/qcall.pl
 create mode 100755 tests/voicemail.pl
 create mode 100755 tests/zapata.pl

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



More information about the Pkg-voip-commits mailing list