[libdevice-usb-perl] branch master updated (de98f6f -> c7e56ee)

Damyan Ivanov dmn at moszumanska.debian.org
Sat Nov 11 16:28:54 UTC 2017


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

dmn pushed a change to branch master
in repository libdevice-usb-perl.

      from  de98f6f   update changelog
      adds  b10ad99   New upstream version 0.37
       new  44d1c1b   Update upstream source from tag 'upstream/0.37'
       new  efce4f4   add NEWS.Debian informing of upstream deprecation
       new  fcfc229   put myself as an Uploader
       new  ac96b18   upstream code moved to github, put that in Homepage
       new  fbfd4cd   install dump_usb.pl as an example
       new  a0b0dc6   adapt fix-typo and hardening-flags.patch to apply
       new  7945437   turn on bindnow hardening flag
       new  4719654   declare conformance with Policy 4.1.1
       new  c7e56ee   releasing package libdevice-usb-perl version 0.37-1

The 9 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                             |  214 +++----
 MANIFEST                            |    8 +-
 MANIFEST.SKIP                       |    3 +-
 META.json                           |   24 +-
 META.yml                            |   26 +-
 Makefile.PL                         |   25 +-
 README                              |    4 +
 USB.pm                              | 1088 -----------------------------------
 dump_usb.pl => bin/dump_usb.pl      |    4 +-
 debian/NEWS                         |    8 +
 debian/changelog                    |   14 +-
 debian/control                      |    5 +-
 debian/libdevice-usb-perl.examples  |    2 +-
 debian/patches/fix-typo             |    4 +-
 debian/patches/hardening-flags.diff |   18 +-
 debian/rules                        |    6 +
 lib/Device/USB.pm                   |  124 +++-
 lib/Device/USB/Bus.pm               |    4 +-
 lib/Device/USB/DevConfig.pm         |    6 +-
 lib/Device/USB/DevEndpoint.pm       |    6 +-
 lib/Device/USB/DevInterface.pm      |    6 +-
 lib/Device/USB/Device.pm            |    6 +-
 lib/Device/USB/FAQ.pod              |    2 +
 xt/boilerplate.t                    |    6 +-
 xt/critic.t                         |   32 ++
 xt/hasversion.t                     |   31 +
 xt/pod-coverage.t                   |   20 -
 xt/pod.t                            |   33 +-
 xt/podcoverage.t                    |   31 +
 29 files changed, 476 insertions(+), 1284 deletions(-)
 delete mode 100644 USB.pm
 rename dump_usb.pl => bin/dump_usb.pl (98%)
 create mode 100644 debian/NEWS
 create mode 100644 xt/critic.t
 create mode 100644 xt/hasversion.t
 delete mode 100644 xt/pod-coverage.t
 create mode 100644 xt/podcoverage.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevice-usb-perl.git



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