[libdata-peek-perl] annotated tag debian/0.46-1 created (now ce7dad5)

gregor herrmann gregoa at debian.org
Sat May 21 15:30:00 UTC 2016


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

gregoa pushed a change to annotated tag debian/0.46-1
in repository libdata-peek-perl.

        at  ce7dad5   (tag)
   tagging  c4f4d91ba1762998007c6e2d62337d0989443082 (commit)
  replaces  debian/0.45-1
 tagged by  gregor herrmann
        on  Sat May 21 17:29:29 2016 +0200

- Log -----------------------------------------------------------------
tagging package libdata-peek-perl version debian/0.46-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAABCgBmBQJXQH7ZXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGAF4QAJxzLLLcDeH21IAlPGGFt7wP
dtEp4Bc8OkApv1VL+wFvAHLZQIFy2T3p40Opc8JLLtk+uGSqWh5BU5zECDwnqjFd
eBSgYKtsOTaX0SWjzBQWDg2hUW94S+RNEBvcq9RjEJOIdmPdIzCIR0ZFh0nj47+9
DoV5aFXZGAzhjiaBy2lqWHXbdUGMC6UCr3QMKqqny9+EoruwjdiRxNfhGIzw5wq1
fYngW3ehRn+lfmn0wwXD0DGSEz17tgnhssHn5y81X202obHPR//lHZ1LuN8HVC5f
sGFllHldYe+Y2Cx+sVXhO+I+8GrTtxSsFdABZx/7bkq2fMNv80BenVFarvmMKhbV
WvrcECWWi3mLM1id3zo4QO1qFJ8E3SZiIcDzt6TvS/QZRUDlaIx+lfH3LsInDFPi
JJfQu4W/QmixzFeYPCLP/uL10VnbPTB3FarmmR8pNaTbDWlsTWq7PTKjzuqN5uIN
XJwpajVvizYK37z7ClZ2BfKZX+HVemtoao070UopRzI/4/xT1RbcVTkz3FovNxfy
Z+QRJkyvOUF9yVFo+EHBJYpjjkGaXCS7vNZiFMTYST4th+R3i39/TAYgYedV9zlf
c68ebnrc1MLZ0ibvEQFVYtlNrogwp7JMbYjBWeUeyFOmVdAq5QcfI1JKQnCNDg3T
9kRf6Nqdn45GVNefzViN
=TGbB
-----END PGP SIGNATURE-----

H.Merijn Brand (96):
      Initial checkin
      PerlIO is only available in 5.8 and up
      Perl 5.6 is a minimal requirement for 'use warnings'
      Tests for DPeek ()
      Inconsistencies in perl versions
      Tests modified to pass 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
      test.sh too volatile to keep track off
      More tests for DPeek, more passes
      Fix for dreaded threaded builds
      DDump_rf () isn't used, so removed
      Perl_sv_* () might not have been exported warning in README
      In void context DDumper prints to STDERR
      We need tests for DDump () too
      Generate test data
      Ahh, hell, sv_dump changes a lot over versions
      Added DDual ()
      $! and $1 are not constant accross OS's
      Release as 0.15
      Allocated length for PV's depends on arch (upped test to 8)
      Released on Amsterdam.pm
      Renamed DDumper to Data::Peek
      Default argument for DPeek is $_
      example should also use Data::Peek
      Optionally install DP as shortcut for Data::Peek
      Public git repo set up
      Typo in pod (Joshua Juran)
      MSwin doesn't use plain \n
      Some MSWin (ActivePerl) and AIX builds do not have Perl_sv_peek () exported
      Split on newline done in module
      Updated to ppport-3.14_01
      YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
      Get DP.pm's version from Peek.pm
      Another YAML validation with Parse::CPAN::Meta
      Selecting to install DP did not install Data::Peek
      Implement DDisplay ()
      Implement triplevar ()
      Update ppport.h to 3.14_05
      Update ppport.h to 3.14_05 (mhx++)
      make leaktest/leakcheck enabled and executed
      Wrong e-mail in META.yml
      #34831 fixed tied $,
      It's 2009. Happy newyear
      Corrected paren placement for bless (...)
      for both ; and ,
      Documentation fixes
      Added Test::NoWarnings
      added resources/repository to META.yml
      add configure_requires to META.yml
      typo in genMETA
      Added DDsort ()
      Tests for DDsort
      void context behaviour for DPeek ()
      Add DGrow ()
      Document speed diff
      Added t/52_DGrow, so tell the MANIFEST
      Use skip instead of skip_all for builds that have no DPeek ()
      Reformat/podify README
      Initial length is 16 on 64bit Snow Leopard
      Be more lenient towards allocated space
      v 0.29
      use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
      more Data::Dumper options
      Put first hash element after opening lonely brace
      Upped copyright to 2010
      Put first hash element after opening lonely brace in docs too
      Use warn () instead of print STDERR
      Dropped YAML spec to 1.0
      Modules should not include (3) in links
      DGrow tests for bigger gap
      Spell checking
      add DHexDump
      Add tests for DHexDump ()
      NetBSD uses multiples of 1k
      Complete DHexDump () distribution
      Require perl 5.8.0
      tiny doc change
      Added :tidy, stream DDumper output through Perl::Tidy
      Recommend Perl::Tidy
      Upped copyright to 2011
      Add tidy references to SEE ALSO
      Blame John for the good idea :)
      Added DTidy, updated docs
      make spelling happy
      Tests require Test::More-0.88 or up (RT#70538)
      Ignore (new) generated files
      Comply to new(er) Meta: generate correct JSON
      More cross-checks for META data
      Make minimal version checks subtests
      NAME / DISTNAME in Makefile.PL
      Make all my ChangeLog's look more or less the same
      More performance data for DGrow
      Upped copyright to 2012
      Allow length for DHexDump ()
      More efficient way to cut buffer in DHexDump ()
      meta-spec in json is an integer
      Backslashed { in regex in test to satisfy perl-5.17

H.Merijn Brand - Tux (41):
      Upped copyright to 2013
      versions
      Update META checker
      The Lancaster Consensus changes the META-2.0 to 1.4 conversion
      Conformed the ChangeLog to the style all my other ChangeLogs
      No need for Test::Harness
      sv_dump () changed in 5.19.3
      Release 0.39
      Upped copyright to 2014
      Versions
      space is whitespace (include tabs)
      Guard Perl::Tidy against stupid user options in .perltidyrc
      Data::Dumper option tester
      Old(er) perls (e.g. 5.8.0) do not like \my $x, more
      Versions
      Add alternative test results for 5.21.5 and up (PADMY)
      used-by
      Prevent caching of .perltidyrc (RT#99514)
      Upped copyright to 2015
      versions
      release 0.42
      Move repo to github
      Remove perl recommendation from META as it breaks cpan clients
      Enable Travis
      versions/meta-sync
      Don't ask questions inside travis
      env: in .travis.yml is a list of alternatives
      Prepare Travis for osx
      DDisplay in void context consistency
      Skip changelog test in parent check
      New meta checks (QAH 2105)
      versions
      merge META work
      Disable OSX on travis while it is still broken
      Add CONTRIBUTING.md
      merge META work and used-by
      add 5.22 to travis
      It's 2016
      Test::More with Test2 does not preserve $! and $?
      Skip nomemoize in old Perl::Tidy (RT#113433, Slaven)
      Test with perl-5.24.0

gregor herrmann (10):
      debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
      update changelog
      Imported Upstream version 0.46
      Merge tag 'upstream/0.46'
      Update debian/changelog
      Update years of packaging copyright.
      add a comment about not bumped dependencies
      Declare compliance with Debian Policy 3.9.8.
      Set bindnow linker flag in debian/rules.
      releasing package libdata-peek-perl version 0.46-1

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

This annotated tag includes the following new commits:

       new  2e45e77   Merge tag 'upstream/0.46'
       new  1ee01f6   Update debian/changelog
       new  1023809   Update years of packaging copyright.
       new  3b3b31f   add a comment about not bumped dependencies
       new  9ba632c   Declare compliance with Debian Policy 3.9.8.
       new  e7d0a3a   Set bindnow linker flag in debian/rules.
       new  c4f4d91   releasing package libdata-peek-perl version 0.46-1

The 7 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/libdata-peek-perl.git



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