[libconfig-model-systemd-perl] branch master updated (49dfdf6 -> dfc79e4)

dod at debian.org dod at debian.org
Wed Jul 12 17:36:29 UTC 2017


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

dod pushed a change to branch master
in repository libconfig-model-systemd-perl.

      from  49dfdf6   prepare release
      adds  b8cebf7   New upstream version 0.232.7
       new  7b36310   Updated version 0.232.7 from 'upstream/0.232.7'
       new  8725182   control: depends on libconfig-model-perl >= 2.104
       new  cdb872c   fix syntax issue of fill.copyright.blanks.yml
       new  d7db29f   control: declare compliance with policy 4.0.0
       new  dfc79e4   prepare release

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:
 Build.PL                                           |   5 +-
 Changes                                            |  28 ++
 LICENSE                                            |   2 +-
 MANIFEST                                           |  14 +-
 META.json                                          |   7 +-
 META.yml                                           |   9 +-
 contrib/parse-man.pl                               |  29 +-
 debian/changelog                                   |  14 +
 debian/control                                     |   6 +-
 debian/fill.copyright.blanks.yml                   |  11 +-
 dist.ini                                           |   2 +-
 lib/Config/Model/Backend/Systemd.pm                | 122 +++++++-
 lib/Config/Model/Backend/Systemd/Layers.pm         |   8 +-
 lib/Config/Model/Backend/Systemd/Unit.pm           |  92 ++++--
 lib/Config/Model/Systemd.pm                        |  91 ++++--
 lib/Config/Model/application.d/systemd-service     |   3 +
 lib/Config/Model/application.d/systemd-socket      |   3 +
 lib/Config/Model/application.d/systemd-timer       |   3 +
 lib/Config/Model/models/Systemd.pl                 |   3 +-
 lib/Config/Model/models/Systemd.pod                |   7 +-
 lib/Config/Model/models/Systemd/Common/Exec.pl     |   2 +-
 lib/Config/Model/models/Systemd/Common/Kill.pl     |   2 +-
 .../Model/models/Systemd/Common/ResourceControl.pl |   9 +-
 lib/Config/Model/models/Systemd/CommonElements.pl  |   2 +-
 lib/Config/Model/models/Systemd/Section/Install.pl |  23 +-
 .../Model/models/Systemd/Section/Install.pod       |  11 +-
 lib/Config/Model/models/Systemd/Section/Service.pl |   2 +-
 .../Model/models/Systemd/Section/Service.pod       | 333 ++++++++++++---------
 lib/Config/Model/models/Systemd/Section/Socket.pl  |  37 ++-
 lib/Config/Model/models/Systemd/Section/Socket.pod | 113 +++----
 lib/Config/Model/models/Systemd/Section/Timer.pl   |   2 +-
 lib/Config/Model/models/Systemd/Section/Timer.pod  |  25 +-
 lib/Config/Model/models/Systemd/Section/Unit.pl    |  37 ++-
 lib/Config/Model/models/Systemd/Section/Unit.pod   | 133 ++++----
 lib/Config/Model/models/Systemd/Service.pl         |   3 +-
 lib/Config/Model/models/Systemd/Service.pod        |  19 +-
 lib/Config/Model/models/Systemd/Socket.pl          |   3 +-
 lib/Config/Model/models/Systemd/Socket.pod         |  19 +-
 lib/Config/Model/models/Systemd/Timer.pl           |   3 +-
 lib/Config/Model/models/Systemd/Timer.pod          |  19 +-
 lib/Config/Model/system.d/systemd                  |   2 +
 lib/Config/Model/user.d/systemd-user               |   3 +
 t/cme-function.t                                   |  71 +++++
 .../basic-service/gmail-imap-tunnel at .service       |   0
 .../delete-service/main-obex                       |   0
 .../delete-service/user-obex                       |   0
 .../override-service}/main-obex                    |   0
 .../override-service}/user-obex                    |   0
 t/model_tests.d/systemd-service-test-conf.pl       |  36 +++
 .../basic-socket/gmail-imap-tunnel.socket          |   0
 t/model_tests.d/systemd-socket-test-conf.pl        |  32 ++
 t/model_tests.d/systemd-test-conf.pl               |  25 +-
 t/model_tests.d/systemd-user-test-conf.pl          |   8 +-
 53 files changed, 990 insertions(+), 443 deletions(-)
 create mode 100644 lib/Config/Model/application.d/systemd-service
 create mode 100644 lib/Config/Model/application.d/systemd-socket
 create mode 100644 lib/Config/Model/application.d/systemd-timer
 create mode 100644 t/cme-function.t
 copy t/model_tests.d/{systemd-user-examples => systemd-service-examples}/basic-service/gmail-imap-tunnel at .service (100%)
 copy t/model_tests.d/{systemd-user-examples => systemd-service-examples}/delete-service/main-obex (100%)
 copy t/model_tests.d/{systemd-user-examples => systemd-service-examples}/delete-service/user-obex (100%)
 copy t/model_tests.d/{systemd-user-examples/delete-service => systemd-service-examples/override-service}/main-obex (100%)
 copy t/model_tests.d/{systemd-user-examples/delete-service => systemd-service-examples/override-service}/user-obex (100%)
 create mode 100644 t/model_tests.d/systemd-service-test-conf.pl
 copy t/model_tests.d/{systemd-user-examples => systemd-socket-examples}/basic-socket/gmail-imap-tunnel.socket (100%)
 create mode 100644 t/model_tests.d/systemd-socket-test-conf.pl

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



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