[libnet-appliance-session-perl] branch master updated (216f519 -> 20166f6)

gregor herrmann gregoa at debian.org
Tue Dec 10 19:17:19 UTC 2013


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

gregoa pushed a change to branch master
in repository libnet-appliance-session-perl.

      from  216f519   Remove trailing whitespace
      adds  729f80b   Imported Upstream version 4.131260
       new  7b5d7de   Merge tag 'upstream/4.131260'
       new  d8f2165   New upstream release.
       new  0118e70   Update years of copyright.
       new  e3f4a92   Update (build) dependencies.
       new  cb12598   Declare compliance with Debian Policy 3.9.5.
       new  471a27a   Use canonical URL in Vcs-Git field.
       new  4d84f50   Install new script as an example.
       new  20166f6   releasing package libnet-appliance-session-perl version 4.131260-1

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:
 Changes                                            |  43 ++
 LICENSE                                            |   6 +-
 MANIFEST                                           |   6 +-
 META.json                                          |  25 +-
 META.yml                                           |  25 +-
 Makefile.PL                                        |  51 ++-
 README                                             |  87 ++--
 bin/nas                                            | 146 +++++++
 debian/changelog                                   |  11 +-
 debian/control                                     |  23 +-
 debian/copyright                                   |   4 +-
 debian/libnet-appliance-session-perl.examples      |   2 +
 debian/rules                                       |   9 +
 examples/example-1.pl                              |  13 +-
 lib/Net/Appliance/Session.pm                       | 158 +++++---
 lib/Net/Appliance/Session/APIv2.pm                 | 439 ---------------------
 lib/Net/Appliance/Session/Async.pm                 |   4 +-
 lib/Net/Appliance/Session/Engine.pm                |  24 +-
 lib/Net/Appliance/Session/Scripting.pm             | 361 +++++++++++++++++
 lib/Net/Appliance/Session/Transport.pm             |  33 +-
 t/author-10_route_server.t                         |   2 +
 t/author-11_route_server_v2.t                      |  39 --
 t/author-21_local_device_v2.t                      |  59 ---
 ...ute_server_nonblock.t => author-32_sdf_shell.t} |  22 +-
 24 files changed, 887 insertions(+), 705 deletions(-)
 create mode 100755 bin/nas
 delete mode 100644 lib/Net/Appliance/Session/APIv2.pm
 create mode 100644 lib/Net/Appliance/Session/Scripting.pm
 delete mode 100644 t/author-11_route_server_v2.t
 delete mode 100644 t/author-21_local_device_v2.t
 copy t/{author-12_route_server_nonblock.t => author-32_sdf_shell.t} (52%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-appliance-session-perl.git



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