[libdatetime-timezone-tzfile-perl] annotated tag debian/0.011-1 created (now 36b9b10)

gregor herrmann gregoa at debian.org
Thu Aug 3 01:03:17 UTC 2017


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

gregoa pushed a change to annotated tag debian/0.011-1
in repository libdatetime-timezone-tzfile-perl.

        at  36b9b10   (tag)
   tagging  2f4e4e402d6ba3279ca3837cf02723e3abb9e966 (commit)
  replaces  debian/0.010-2
 tagged by  gregor herrmann
        on  Wed Aug 2 21:03:13 2017 -0400

- Log -----------------------------------------------------------------
tagging package libdatetime-timezone-tzfile-perl version debian/0.011-1
-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmCdlFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaq1BAAnELOGJN99duH+AKb2U/JIbaSKzZqRZYeXkPXBdsCEkSmP/znAgg0eWiz
zBZyzi2LZhQOeJyCoik1sjMZIUy5/HTGqKOVEtQ0MxkJkZ5KSRRQxarDnNxFOd6j
Op8U6o4tpX+zCRpG/qk+so8CpyQmmAiYArOLszWirl5b/2DWEwd/YO8lKJymh6lK
5x/pAb1NbNmo5m9MwYvFHwUUKOqUQ1i29U5RVOdCMEPjfEfFH2P14X0ZjZWoW8d7
DC5MIUEmckjcrKYr7rmXXeJinQ9EOrSWALHzoQSDX1bTo8eUmvUdGY9Wup2p9LIx
BM1GqIlQUTKkD6uO8Mot4bSOiKxZkMKSNmP1qsUpu9La/Xx7yLmRxya/O6FDRISs
JDoZmMJwyEA4QBxuN7TFL7AAqm/KF8k5a+noKDQiTzZOtOKuVxTK5cKZz974FOG+
uFCQpLaI7BxamEzRAfGSjo6zy5Mt6fG3M4NthvXbejsg7dmXsvvM25R/0jCEYkuQ
V891Ojw4aXAGTDGcUSkSiM3Ott/bHlupj+tF8GwRZnP5UJg7cqxBw1JzelSJkJ33
80wO4Lj5azQ41Owxcs7h3cAwDGc8ArMkpQbXhuz1N3fKtfb7t6iSoHvN1Jufn4yS
iovx4aUuYziDTwbu+dHRS3Dsm6tYQAp/CPETwBZNgIFzHUNXpB0=
=xJZx
-----END PGP SIGNATURE-----

Salvatore Bonaccorso (2):
      debian/control: Use HTTPS transport protocol for Vcs-Git URI
      update changelog

Zefram (109):
      meta files
      start of parsing code
      more parsing
      complete parsing.  rule dump code for development
      DateTime querying methods.
      fixes for pre-release
      documented
      note "in seconds" for local offset method
      *** empty log message ***
      better explanation of is_olson
      require DT::TZ::SystemV where appropriate
      require specific version of IO::Handle
      *** empty log message ***
      tests for offsets
      tests for offset from local time
      tests for identity methods
      fixed local offset delegation
      new release
      override any ambient $SIG{__DIE__} handler when using eval { }
      build with Module::Build
      require bugfixed version of DateTime::TimeZone::SystemV
      specify reason for changed DT::TZ::SystemV requirement
      use "fields" system instead of ordinary hash for objects
      ctor parameter for timezone name
      ctor option to supply an open filehandle
      new release
      really complete dependency list
      POD syntax and coverage tests
      add "distribution_type" entry to META.yml to satisfy CPANTS
      in documentation, separate "license" section from "copyright" section
      remove from .cvsignore items that don't occur with Module::Build
      typo fix in documentation
      resort current change items
      avoid /\d/ in tests
      use full stricture in Build.PL
      drop prototypes from method subs (where the prototypes have no effect)
      update for name change of internal functions
      with a version-1 tzfile, treat the last observance as continuing indefinitely, rather than as having no rule for the future
      new version
      in documentation, use term "truth value" instead of "boolean"
      abandon use of the "fields" module
      remove bogus "exit 0" from Build.PL
      check for required Perl version at runtime
      check for a suitable perl version at Build.PL time
      in Build.PL, explicitly declare configure-time requirements
      declare perl as a configure_requires
      *** empty log message ***
      add MYMETA.yml
      note addition of MYMETA.yml to .cvsignore
      declare "strict" and "warnings" in configure_requires
      use full stricture in test suite
      correct one "filename" to "filehandle"
      new release
      grandfather the Olson Factory timezone's invalid TZ specification
      tighten the criteria for recognising an undefined observance
      give distinct error message when local time does not exist due to zone disuse
      test "non-existent local time" error message
      allow ->category and ->is_olson values to be specified to constructor
      bump version number
      ready for release
      list "see also" additions in Changes
      update for JSON version of META and MYMETA
      *** empty log message ***
      read tzfiles in binary mode
      new version
      update version required of IO::File to have binmode
      *** empty log message ***
      *** empty log message ***
      check argument types
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      test without requiring DateTime
      better error messages
      doc note about error messages
      new version
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      convert .cvsignore to .gitignore
      factor out presentation of date/time for messages
      test more error cases
      test zone disuse errors
      appropriately capitalise tzfile names
      test zone disuse versus offset change in one zone
      comment on usage of non-London tzfiles
      use smaller tzfile for CRLF test
      distinguish between zone disuse and missing data
      recognise zone disuse in POSIX-TZ extension rule
      determined zone disuse criterion is OK
      test behaviour around leap seconds
      avoid use of heavy Date::JD
      avoid "use constant", for style
      new version
      point to public git repository
      longer-lived URL for public git repo
      remove empty TODO file
      require DateTime::TimeZone::SystemV 0.007
      new version
      support version 3 tzfiles
      new version
      require bugfixed DT:SystemV
      new version
      drop Makefile.PL from distro
      remove implicit . from @INC in dump_tzfile
      specify type of public repo for META.json
      list public bug tracker in META files
      four-column indent for verbatim pod sections
      new version

gregor herrmann (10):
      debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
      update changelog
      New upstream version 0.011
      Updated version 0.011 from 'upstream/0.011'
      Update debian/changelog
      Update debian/upstream/metadata.
      Update years of upstream copyright.
      Declare compliance with Debian Policy 4.0.0.
      Bump debhelper compatibility level to 9.
      releasing package libdatetime-timezone-tzfile-perl version 0.011-1

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  2f4e4e4   releasing package libdatetime-timezone-tzfile-perl version 0.011-1

The 1 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.


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



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