[libdevel-nytprof-perl] branch master updated (aa1dcbd -> a709b73)
gregor herrmann
gregoa at debian.org
Mon Jun 8 18:05:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdevel-nytprof-perl.
from aa1dcbd update changelog
adds 19d403a Imported Upstream version 5.06+dfsg
adds 5cbae1e Imported Upstream version 6.01+dfsg
new 4537f2e Merge tag 'upstream/6.01+dfsg'
new 89bb82d Import new upstream release 6.01+dfsg.
new 5ea09c7 Refresh manpage-section.patch.
new 92d5c3d Refresh usr-share.patch.
new 9467346 Refresh flamegraph.patch.
new e175ba5 Drop sub-name.patch.
new cc01a09 Update (build) dependencies.
new 10dca2f so much whitespace
new 4c517d1 mv -v
new b1298fa Declare compliance with Debian Policy 3.9.6.
new 03dcfeb Convert upstream Changes file from POD to text/plain.
new 16d2d1e Update years of packaging copyright.
new 7f53eff Mark package as autopkgtest-able.
new a709b73 releasing package libdevel-nytprof-perl version 6.01+dfsg-1
The 14 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:
.gitignore | 3 +
.travis.yml | 31 ++++
Changes | 40 +++++-
FileHandle.h | 8 ++
FileHandle.xs | 108 ++++++++++----
MANIFEST | 12 ++
META.json | 10 +-
META.yml | 23 +--
Makefile.PL | 8 +-
NYTProf.xs | 200 +++++++++++++++++++++-----
README.md | 3 +-
bin/nytprofcalls | 228 ++++++++++++++++--------------
bin/nytprofhtml | 36 +++--
bin/nytprofmerge | 2 +-
bin/nytprofpf | 165 +++++++++++++++++++++
debian/changelog | 21 +--
debian/clean | 1 +
debian/control | 7 +-
debian/copyright | 2 +-
debian/patches/autopkgtest.patch | 19 +++
debian/patches/flamegraph.patch | 17 ++-
debian/patches/manpage-section.patch | 8 +-
debian/patches/series | 2 +-
debian/patches/sub-name.patch | 28 ----
debian/patches/usr-share.patch | 12 +-
debian/rules | 6 +-
debian/watch | 2 -
lib/Devel/NYTProf.pm | 47 ++++--
lib/Devel/NYTProf/Core.pm | 2 +-
lib/Devel/NYTProf/Run.pm | 11 +-
t/40-savesrc.t | 18 ++-
t/42-global.t | 1 +
t/50-errno.t | 2 +-
t/70-subname.t | 10 +-
t/lib/NYTProfTest.pm | 46 +++++-
t/test02.pf | 5 +
t/test02.pf.csv | 5 +
t/test25-strevalb.t | 9 +-
t/test40pmc.t | 12 +-
t/test62-subcaller1.calls | 5 +-
t/test62-subcaller1.p | 18 +--
t/test62-subcaller1.rdt | 155 ++++++++------------
t/test62-tie-a.calls | 3 +
t/test62-tie-a.p | 14 ++
t/test62-tie-a.rdt | 57 ++++++++
t/{test62-subcaller1.t => test62-tie-a.t} | 3 +
t/test62-tie-b.calls | 3 +
t/test62-tie-b.p | 14 ++
t/test62-tie-b.rdt | 57 ++++++++
t/test62-tie-b.t | 9 ++
50 files changed, 1100 insertions(+), 408 deletions(-)
create mode 100644 .travis.yml
create mode 100755 bin/nytprofpf
create mode 100644 debian/clean
create mode 100644 debian/patches/autopkgtest.patch
delete mode 100644 debian/patches/sub-name.patch
create mode 100644 t/test02.pf
create mode 100644 t/test02.pf.csv
create mode 100644 t/test62-tie-a.calls
create mode 100644 t/test62-tie-a.p
create mode 100644 t/test62-tie-a.rdt
copy t/{test62-subcaller1.t => test62-tie-a.t} (65%)
create mode 100644 t/test62-tie-b.calls
create mode 100644 t/test62-tie-b.p
create mode 100644 t/test62-tie-b.rdt
create mode 100644 t/test62-tie-b.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-nytprof-perl.git
More information about the Pkg-perl-cvs-commits
mailing list