[libconfig-model-openssh-perl] branch master updated (386a628 -> 1eab96d)

gregor herrmann gregoa at debian.org
Fri Aug 9 19:18:23 UTC 2013


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

gregoa pushed a change to branch master
in repository libconfig-model-openssh-perl.

      from  386a628   dch -r
      adds  879b72b   Imported Upstream version 1.228
       new  b4c49ac   Merge tag 'upstream/1.228'
       new  a7587d8   New upstream release.
       new  89ae984   Update (build) dependencies.
       new  569fe71   remove boilerplate comments from debian/watch
       new  3a27223   Update years of packaging copyright and license stanza.
       new  21837eb   Drop patch, applied upstream.
       new  f6046f9   Add debian/NEWS with interesting interface changes.
       new  1eab96d   update changelog / add TODO

The 8 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:
 Build.PL                                           |    3 +-
 ChangeLog => Changes                               |   26 ++++
 MANIFEST                                           |   11 +-
 META.json                                          |    9 +-
 META.yml                                           |    9 +-
 README.pod                                         |   77 +++++++++--
 debian/NEWS                                        |    9 ++
 debian/changelog                                   |   13 ++
 debian/control                                     |    6 +-
 debian/copyright                                   |    7 +-
 debian/patches/series                              |    1 -
 debian/patches/spelling.patch                      |   28 ----
 debian/watch                                       |    2 -
 lib/Config/Model/Backend/OpenSsh.pm                |   50 ++++---
 lib/Config/Model/Backend/OpenSsh/Ssh.pm            |   89 +-----------
 lib/Config/Model/Backend/OpenSsh/Sshd.pm           |   90 +-----------
 lib/Config/Model/OpenSsh.pm                        |    6 +-
 lib/Config/Model/models/Ssh.pl                     |   18 ++-
 lib/Config/Model/models/Ssh/HostElement.pl         |    2 +-
 lib/Config/Model/models/Ssh/HostElement.pod        |  134 +++++++++---------
 lib/Config/Model/models/Ssh/PortForward.pod        |   10 +-
 lib/Config/Model/models/Sshd.pl                    |    4 +
 lib/Config/Model/models/Sshd.pod                   |  134 +++++++++---------
 lib/Config/Model/models/Sshd/MatchBlock.pod        |    4 +-
 lib/Config/Model/models/Sshd/MatchCondition.pod    |    8 +-
 lib/Config/Model/models/Sshd/MatchElement.pod      |   28 ++--
 lib/Config/Model/models/SystemSsh.pl               |   37 +++++
 lib/Config/Model/models/{Ssh.pod => SystemSsh.pod} |  145 ++++++++++----------
 lib/Config/Model/system.d/ssh                      |    1 -
 lib/Config/Model/system.d/system-ssh               |    1 +
 .../ssh-examples/basic/etc/ssh/ssh_config          |   11 ++
 t/model_tests.d/ssh-test-conf.pl                   |   44 ++++++
 t/model_tests.d/system-ssh-examples/basic          |   30 ++++
 t/model_tests.d/system-ssh-test-conf.pl            |   36 +++++
 t/pod.t                                            |    3 +-
 t/ssh_config.t                                     |   14 +-
 36 files changed, 596 insertions(+), 504 deletions(-)
 rename ChangeLog => Changes (91%)
 create mode 100644 debian/NEWS
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 lib/Config/Model/models/SystemSsh.pl
 rename lib/Config/Model/models/{Ssh.pod => SystemSsh.pod} (88%)
 delete mode 100644 lib/Config/Model/system.d/ssh
 create mode 100644 lib/Config/Model/system.d/system-ssh
 create mode 100644 t/model_tests.d/ssh-examples/basic/etc/ssh/ssh_config
 create mode 100644 t/model_tests.d/ssh-test-conf.pl
 create mode 100644 t/model_tests.d/system-ssh-examples/basic
 create mode 100644 t/model_tests.d/system-ssh-test-conf.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-openssh-perl.git



More information about the Pkg-perl-cvs-commits mailing list