[libdata-stag-perl] branch master updated (bd79e95 -> 607ca66)
Florian Schlichting
fsfs at alioth.debian.org
Tue Sep 17 19:49:05 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libdata-stag-perl.
from bd79e95 update changelog
adds 88c835c Imported Upstream version 0.13
new 4cc4483 Merge tag 'upstream/0.13'
new 8d9342d Import Upstream version 0.13
new dc42a98 Bump dh compatibility to level 8 (no changes necessary)
new a15c0c4 Switch to source format 3.0 (quilt), dropping README.source
new d33d415 Bump Standards-Version to 3.9.4 (delete versioned depends perl >= 5.10)
new a5c7562 Switch to short-form debian/rules
new bb2d7a0 refresh debian/copyright
new 21d8815 delete fix_WHATIS_entries.patch, applied upstream
new 892e4e7 fix_manpage_names.patch mostly applied upstream
new c475c52 new more_pod_errors.patch
new f9d4448 make short description a noun phrase
new 99e2fc8 Add myself to uploaders
new 607ca66 prepare changelog for release
The 13 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 | 10 +
Data/Stag.pm | 2 +-
Data/Stag/Arr2HTML.pm | 4 +-
Data/Stag/Base.pm | 2 +-
Data/Stag/BaseHandler.pm | 2 +-
Data/Stag/ChainHandler.pm | 4 +-
Data/Stag/DTDWriter.pm | 4 +-
Data/Stag/GraphHandler.pm | 4 +-
Data/Stag/HashDB.pm | 4 +-
Data/Stag/ITextParser.pm | 2 +-
Data/Stag/ITextWriter.pm | 4 +-
Data/Stag/IndentParser.pm | 2 +-
Data/Stag/IndentWriter.pm | 4 +-
Data/Stag/JSONWriter.pm | 70 ++++++
Data/Stag/PerlWriter.pm | 4 +-
Data/Stag/PodParser.pm | 2 +-
Data/Stag/SAX2Stag.pm | 4 +-
Data/Stag/Simple.pm | 4 +-
Data/Stag/StagDB.pm | 2 +-
Data/Stag/StagImpl.pm | 9 +-
Data/Stag/SxprParser.pm | 2 +-
Data/Stag/SxprWriter.pm | 4 +-
Data/Stag/Util.pm | 2 +-
Data/Stag/Writer.pm | 4 +-
Data/Stag/XMLParser.pm | 2 +-
Data/Stag/XMLWriter.pm | 4 +-
Data/Stag/XSLHandler.pm | 4 +-
Data/Stag/XSLTHandler.pm | 4 +-
Data/Stag/null.pm | 4 +-
MANIFEST | 2 +
META.json | 41 +++
META.yml | 31 ++-
Makefile.PL | 1 +
README | 1 -
debian/README.source | 5 -
debian/changelog | 17 +-
debian/compat | 2 +-
debian/control | 13 +-
debian/copyright | 47 ++--
debian/patches/fix_WHATIS_entries.patch | 203 ---------------
debian/patches/fix_manpage_names.patch | 415 -------------------------------
debian/patches/more_pod_errors.patch | 36 +++
debian/patches/series | 2 +-
debian/rules | 26 +-
debian/source/format | 1 +
elisp/itext-mode.el | 2 +-
homepage/index.html | 1 -
scripts/stag-autoschema.pl | 6 +-
scripts/stag-db.pl | 18 +-
scripts/stag-diff.pl | 6 +-
scripts/stag-drawtree.pl | 6 +-
scripts/stag-elcount.pl | 4 +-
scripts/stag-eval.pl | 4 +-
scripts/stag-filter.pl | 14 +-
scripts/stag-findsubtree.pl | 6 +-
scripts/stag-flatten.pl | 6 +-
scripts/stag-grep.pl | 14 +-
scripts/stag-handle.pl | 6 +-
scripts/stag-join.pl | 6 +-
scripts/stag-merge.pl | 2 +-
scripts/stag-mogrify.pl | 4 +-
scripts/stag-parse.pl | 6 +-
scripts/stag-query.pl | 8 +-
scripts/stag-splitter.pl | 8 +-
scripts/stag-view.pl | 4 +-
65 files changed, 350 insertions(+), 797 deletions(-)
create mode 100644 Data/Stag/JSONWriter.pm
create mode 100644 META.json
delete mode 100644 debian/README.source
delete mode 100644 debian/patches/fix_WHATIS_entries.patch
create mode 100644 debian/patches/more_pod_errors.patch
create mode 100644 debian/source/format
mode change 100755 => 100644 dev/create-manifest.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-stag-perl.git
More information about the Pkg-perl-cvs-commits
mailing list