[liburi-perl] branch master updated (c79a004 -> c7440d8)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 6 15:27:23 UTC 2017


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

kanashiro pushed a change to branch master
in repository liburi-perl.

      from  c79a004   Remove myself from uploaders.
      adds  8e001d7   updated changelog from 1.57
      adds  52b3053   Add .travis.yml
      adds  1cb94a8   stringify version before comparing, as recommended by Zefram
      adds  07919fb   also do not package travis config
      adds  beb8a74   fix travis config so tests pass
      adds  97a5b6e   ensure "make manifest" is run
      adds  2b91079   bump version to 1.72
      adds  497d570   add missing $VERSION declarations
      adds  5e3b6a8   use Test::Needs for optional module checks in tests
      adds  e58e37a   ensure a new enough Test::More is available for subtest
      adds  433d04e   Convert to dzil.
      adds  cdb4918   update the cpanfile and dist.ini
      adds  c2fb5a2   fix up a tiny bit to be more like libwww-perl
      adds  6a2468e   Update travis to match libwww-perl
      adds  178636e   Re-add prereq of Test::Needs. Remove EOL tests for now. Travis should pass
      adds  cb7f3d1   Fix Travis complaint about multi-year stretch in copyright_year for dzil
      adds  8e487fd   Fix version on prereq for Test::More
      adds  5c2313b   move to MakeMaker instead of MakeMaker::Awesome
      adds  67fb2fd   fix wrong version. next is 1.72
      adds  a35907d   Fix up changes, remove some text files from the build
      adds  4fb85e6   re-add uri-test to the build
      adds  5799d7e   Add one other minor change to the list
      adds  097047a   avoid undef warning in _utf8 path (fixes #37)
      adds  2f74739   travis now has 5.26 available for testing
      adds  c12a3ae   add prereq required when RELEASE_TESTING=1
      adds  6068850   Storable is only an optional test dependency
      adds  f6f16ba   remove redundant test prereq
      adds  5e77aab   filename must be set - it has no default
      adds  f85734e   declare encoding of non-utf8 files
      adds  a933495   fix lines that look like merge markers
      adds  8a62d32   fix plan for this test
      adds  e5254c5   add missing spelling stopwords
      adds  5971423   preserve existing x_contributors ordering
      adds  e70b11b   ConfirmRelease must come last
      adds  f63c8d2   fix dzil config to handle manual version management
      adds  4c4b662   Merge branch 'ether/fix_dzil'
      adds  2df8b84   URI-1.72
      adds  4611ada   New upstream version 1.72
       new  5ee9728   Updated version 1.72 from 'upstream/1.72'
       new  5a122d2   Update debian/changelog
       new  eca6adb   Update upstream metadata
       new  2e1131d   Bump debhelper compatibility level to 10
       new  d528d9f   Declare compliance with Debian Policy 4.0.0
       new  2c468ea   debian/control: update build dependencies
       new  39963a1   Add patch fixing spelling error in POD
       new  c7440d8   releasing liburi-perl version 1.72-1 to unstable

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:
 CONTRIBUTING.md                         | 105 +++++
 Changes                                 |  10 +-
 MANIFEST                                |  42 +-
 META.json                               | 803 +++++++++++++++++++++++++++++++-
 META.yml                                | 588 ++++++++++++++++++++++-
 Makefile.PL                             | 196 +++-----
 README                                  | 667 --------------------------
 cpanfile                                |  38 ++
 debian/changelog                        |  14 +-
 debian/compat                           |   2 +-
 debian/control                          |   8 +-
 debian/patches/fix-spelling-error.patch |  15 +
 debian/patches/series                   |   1 +
 debian/upstream/metadata                |   7 +-
 dist.ini                                | 206 ++++++++
 lib/URI.pm                              |   2 +-
 lib/URI/Escape.pm                       |   1 +
 lib/URI/IRI.pm                          |   2 +-
 lib/URI/QueryParam.pm                   |   2 +-
 lib/URI/Split.pm                        |   2 +-
 lib/URI/_foreign.pm                     |   2 +-
 lib/URI/_generic.pm                     |   2 +-
 lib/URI/_idna.pm                        |   4 +-
 lib/URI/_ldap.pm                        |   2 +-
 lib/URI/_login.pm                       |   2 +-
 lib/URI/_punycode.pm                    |   2 +-
 lib/URI/_query.pm                       |   2 +-
 lib/URI/_segment.pm                     |   2 +-
 lib/URI/_server.pm                      |   2 +-
 lib/URI/_userpass.pm                    |   2 +-
 lib/URI/data.pm                         |   2 +-
 lib/URI/file/Base.pm                    |   2 +-
 lib/URI/file/FAT.pm                     |   2 +-
 lib/URI/file/Mac.pm                     |   2 +-
 lib/URI/file/OS2.pm                     |   2 +-
 lib/URI/file/QNX.pm                     |   2 +-
 lib/URI/file/Unix.pm                    |   2 +-
 lib/URI/file/Win32.pm                   |   2 +-
 lib/URI/ftp.pm                          |   2 +-
 lib/URI/gopher.pm                       |   2 +-
 lib/URI/http.pm                         |   2 +-
 lib/URI/https.pm                        |   2 +-
 lib/URI/ldap.pm                         |   2 +-
 lib/URI/ldapi.pm                        |   2 +-
 lib/URI/ldaps.pm                        |   2 +-
 lib/URI/mailto.pm                       |   2 +-
 lib/URI/mms.pm                          |   2 +-
 lib/URI/news.pm                         |   2 +-
 lib/URI/nntp.pm                         |   2 +-
 lib/URI/pop.pm                          |   2 +-
 lib/URI/rlogin.pm                       |   2 +-
 lib/URI/rsync.pm                        |   2 +-
 lib/URI/rtsp.pm                         |   2 +-
 lib/URI/rtspu.pm                        |   2 +-
 lib/URI/sftp.pm                         |   2 +-
 lib/URI/sip.pm                          |   2 +-
 lib/URI/sips.pm                         |   2 +-
 lib/URI/snews.pm                        |   2 +-
 lib/URI/ssh.pm                          |   2 +-
 lib/URI/telnet.pm                       |   2 +-
 lib/URI/tn3270.pm                       |   2 +-
 lib/URI/urn.pm                          |   2 +-
 lib/URI/urn/isbn.pm                     |   2 +
 lib/URI/urn/oid.pm                      |   2 +-
 t/00-report-prereqs.dd                  |  69 +++
 t/00-report-prereqs.t                   | 193 ++++++++
 t/abs.t                                 |   2 +-
 t/data.t                                |   9 -
 t/distmanifest.t                        |  11 -
 t/old-base.t                            |   4 +-
 t/storable.t                            |  10 +-
 t/urn-isbn.t                            |   9 +-
 xt/author/00-compile.t                  | 112 +++++
 xt/author/mojibake.t                    |   9 +
 xt/author/pod-coverage.t                | 118 +++++
 xt/author/pod-spell.t                   | 159 +++++++
 xt/author/pod-syntax.t                  |   7 +
 xt/author/portability.t                 |  10 +
 xt/author/test-version.t                |  23 +
 xt/release/changes_has_content.t        |  41 ++
 xt/release/distmeta.t                   |   6 +
 xt/release/minimum-version.t            |   8 +
 82 files changed, 2666 insertions(+), 935 deletions(-)
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 README
 create mode 100644 cpanfile
 create mode 100644 debian/patches/fix-spelling-error.patch
 create mode 100644 debian/patches/series
 create mode 100644 dist.ini
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/distmanifest.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/author/portability.t
 create mode 100644 xt/author/test-version.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t

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



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