[libsys-info-base-perl] branch master updated (9c2b29b -> 9b1cd4b)

Jonas Smedegaard dr at jones.dk
Mon Oct 26 14:38:24 UTC 2015


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

js pushed a change to branch master
in repository libsys-info-base-perl.

      from  9c2b29b   releasing package libsys-info-base-perl version 0.7803-3
       new  34ff26c   Fix alternate source URL.
      adds  a9cf881   init
      adds  d3c211e   typo fix
      adds  71eb542   add perl path
      adds  a921de3   minor edits
      adds  7fd2c89   test updates
      adds  a8acb84   update
      adds  190f74c   test updates
      adds  b2bb0b2   test update
      adds  3a4ceed   fix date2time test
      adds  8994bad   removed cpu cache. added support for bsd
      adds  b3944de   pod fix
      adds  ef862d4   improve load_module() cache handling
      adds  1d70864   bump version
      adds  5e87078   BSD driver support
      adds  c1e826c   update test suite
      adds  4f74baf   remove bitness from cpu base class. driver will implement this
      adds  06505d2   new stable release
      adds  bf8637a   Add new builder
      adds  5a1cf1d   Update build toolchain
      adds  ffb8b2f   update builder
      adds  2d89fd9   align
      adds  8270f1b   add repo
      adds  78544fc   Added tag v0.72 for changeset 1dedd34c0e85
      adds  d316c0b   update "SEE ALSO" sections
      adds  0bc8479   improve slurp()
      adds  8991fcf   improve ip()
      adds  536b488   NEW_PERL constant
      adds  7bcdce6   add os->locale
      adds  c0b6604   uname()  base method
      adds  0ff771f   forgot to require POSIX
      adds  dc92cac   by-pass POSIX loading  for Unknown driver
      adds  0b5aefb   add comment
      adds  f91d61e   Perl::Critic refactoring
      adds  3aded55   revert to vars
      adds  190d2e2   refactoring
      adds  5018644   register loaded class into %INC
      adds  67b9d8d   typo
      adds  d237921   add $VERSION
      adds  ea45067   Update CAVEATs
      adds  d5f2ce8   pod fixes
      adds  a6ee2e1   cleanup
      adds  df5a1b5   Helper class to easily create new drivers
      adds  a5d8f9c   Enable OSX Driver
      adds  2f52a38   Fool the modules in test suite
      adds  9a54ee4   Fix driver name
      adds  47a7371   Remove Linux specific constants
      adds  9e5d20b   Fixed the stupid error caused by $self->new
      adds  698de34   Extra semicolon
      adds  a81f636   Use SPEC
      adds  f204f4f   Bump version for new release
      adds  ae25f3d   Added tag v0.7803 for changeset 71e3cab056ff
      adds  b8a8161   Update repo URL
      adds  c619513   p5p dudes decided to nuke CGI. RT##98028
      adds  a71d2d3   New file
      adds  65fb813   Bump version
      adds  9a44b8c   Imported Upstream version 0.7804
       new  73a54b8   Merge tag 'upstream/0.7804'
       new  140e450   Modernize git-buildpackage config: Avoid git- prefix.
       new  ef32496   Update copyright info: Drop Files section for no longer included convenience code copy.
       new  e8270cf   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  556f111   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  7c5a977   Bump debhelper compatibility level to 9.
       new  5e96c1a   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  3070b6d   Add lintian override regarding debhelper 9.
       new  48ac118   Update copyright info: Extend copyright of packaging to cover current year.
       new  b9cdf92   Merge branch 'master' of git.debian.org:/git/pkg-perl/packages/libsys-info-base-perl
       new  5e179e7   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  b8820ca   Update copyright info: Extend copyright for main upstream author to cover recent years.
       new  6352206   Declare compliance with Debian Policy 3.9.6.
       new  9b1cd4b   Prepare for release: Update changelog, control file and copyright hints.

The 15 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:
 LICENSE                         |  6 ++---
 MANIFEST                        |  1 +
 META.json                       | 20 +++++++-------
 META.yml                        | 20 +++++++-------
 SPEC                            |  4 +--
 builder/lib/Build.pm            | 17 +++++++++---
 debian/changelog                | 26 ++++++++++++++++--
 debian/compat                   |  2 +-
 debian/control                  |  5 ++--
 debian/control.in               |  4 +--
 debian/copyright                | 58 ++++++++++-------------------------------
 debian/copyright_hints          | 23 +++++-----------
 debian/gbp.conf                 |  2 --
 debian/rules                    |  6 ++++-
 debian/source/lintian-overrides |  8 ++++++
 lib/Sys/Info/Base.pm            |  8 +++---
 lib/Sys/Info/Constants.pm       |  8 +++---
 lib/Sys/Info/Device.pm          |  8 +++---
 lib/Sys/Info/Device/CPU.pm      |  8 +++---
 lib/Sys/Info/Driver.pm          |  4 +--
 lib/Sys/Info/Helper.pm          |  8 +++---
 lib/Sys/Info/OS.pm              |  8 +++---
 t/03-basic.t                    |  5 ++--
 t/lib/MyLoadableThing.pm        | 12 +++++++++
 24 files changed, 144 insertions(+), 127 deletions(-)
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 t/lib/MyLoadableThing.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-info-base-perl.git



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