This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libcode-tidyall-perl.
commit b0dc9558a4f6dbc0b0a279d1db7a4fc0d174fe0d Author: Jonas Smedegaard <[email protected]> Date: Sun Sep 24 14:54:28 2017 +0200 Update control file and copyright hints. --- debian/control | 7 ++-- debian/copyright_hints | 104 +++++++++++++++++++++++++++++-------------------- 2 files changed, 64 insertions(+), 47 deletions(-) diff --git a/debian/control b/debian/control index b90686e..f96cddc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,6 @@ Source: libcode-tidyall-perl Section: perl Priority: optional Build-Depends: cdbs, - licensecheck, perl, debhelper, dh-buildinfo, @@ -31,9 +30,9 @@ Build-Depends: cdbs, libtest-warnings-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcode-tidyall-perl -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcode-tidyall-perl.git +Standards-Version: 4.1.0 +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git Homepage: http://metacpan.org/release/Code-TidyAll Package: libcode-tidyall-perl diff --git a/debian/copyright_hints b/debian/copyright_hints index 1971c91..265c81b 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -11,6 +11,7 @@ Files: CONTRIBUTING.md META.json META.yml Makefile.PL + appveyor.yml bin/tidyall cpanfile debian/README.source @@ -19,19 +20,10 @@ Files: CONTRIBUTING.md debian/control.in debian/gbp.conf debian/source/format - debian/source/lintian-overrides debian/watch dist.ini etc/editors/tidyall.vim - inc/MyMakeMaker.pm - inc/Util.pm - lib/Code/TidyAll/Cache.pm - lib/Code/TidyAll/Config/INI/Reader.pm - lib/Code/TidyAll/Git/Util.pm lib/Code/TidyAll/Plugin/CSSUnminifier.pm - lib/Code/TidyAll/SVN/Util.pm - lib/Code/TidyAll/Util.pm - lib/Code/TidyAll/Util/Zglob.pm perlcriticrc perltidyrc t/00-report-prereqs.dd @@ -40,35 +32,38 @@ Files: CONTRIBUTING.md t/Conf.t t/Plugin-SortLines.t t/Zglob.t - t/lib/Code/TidyAll/Test/Class.pm - t/lib/Code/TidyAll/Test/Plugin/AToZ.pm - t/lib/Code/TidyAll/Test/Plugin/AlwaysPhonetic.pm - t/lib/Code/TidyAll/Test/Plugin/CheckUpper.pm - t/lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm - t/lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm - t/lib/Code/TidyAll/Test/Plugin/UpperText.pm - t/lib/Test/Code/TidyAll/Basic.pm - t/lib/Test/Code/TidyAll/Conf.pm - t/lib/Test/Code/TidyAll/DiffOnTidyError.pm - t/lib/Test/Code/TidyAll/Git.pm - t/lib/Test/Code/TidyAll/Parallel.pm - t/lib/Test/Code/TidyAll/Plugin.pm - t/lib/Test/Code/TidyAll/Plugin/CSSUnminifier.pm - t/lib/Test/Code/TidyAll/Plugin/JSBeautify.pm - t/lib/Test/Code/TidyAll/Plugin/JSHint.pm - t/lib/Test/Code/TidyAll/Plugin/JSLint.pm - t/lib/Test/Code/TidyAll/Plugin/MasonTidy.pm - t/lib/Test/Code/TidyAll/Plugin/PHPCodeSniffer.pm - t/lib/Test/Code/TidyAll/Plugin/PerlCritic.pm - t/lib/Test/Code/TidyAll/Plugin/PerlTidy.pm - t/lib/Test/Code/TidyAll/Plugin/PerlTidySweet.pm - t/lib/Test/Code/TidyAll/Plugin/PodChecker.pm - t/lib/Test/Code/TidyAll/Plugin/PodSpell.pm - t/lib/Test/Code/TidyAll/Plugin/PodTidy.pm - t/lib/Test/Code/TidyAll/Plugin/SortLines.pm - t/lib/Test/Code/TidyAll/SVN.pm - t/lib/Test/Code/TidyAll/Util.pm - t/lib/Test/Code/TidyAll/Zglob.pm + t/inc1/Foo.pm + t/inc2/Bar.pm + t/lib/TestFor/Code/TidyAll/Basic.pm + t/lib/TestFor/Code/TidyAll/Conf.pm + t/lib/TestFor/Code/TidyAll/DiffOnTidyError.pm + t/lib/TestFor/Code/TidyAll/Git.pm + t/lib/TestFor/Code/TidyAll/Parallel.pm + t/lib/TestFor/Code/TidyAll/Plugin.pm + t/lib/TestFor/Code/TidyAll/Plugin/CSSUnminifier.pm + t/lib/TestFor/Code/TidyAll/Plugin/JSBeautify.pm + t/lib/TestFor/Code/TidyAll/Plugin/JSHint.pm + t/lib/TestFor/Code/TidyAll/Plugin/JSLint.pm + t/lib/TestFor/Code/TidyAll/Plugin/MasonTidy.pm + t/lib/TestFor/Code/TidyAll/Plugin/PHPCodeSniffer.pm + t/lib/TestFor/Code/TidyAll/Plugin/PerlCritic.pm + t/lib/TestFor/Code/TidyAll/Plugin/PerlTidy.pm + t/lib/TestFor/Code/TidyAll/Plugin/PerlTidySweet.pm + t/lib/TestFor/Code/TidyAll/Plugin/PodChecker.pm + t/lib/TestFor/Code/TidyAll/Plugin/PodSpell.pm + t/lib/TestFor/Code/TidyAll/Plugin/PodTidy.pm + t/lib/TestFor/Code/TidyAll/Plugin/SortLines.pm + t/lib/TestFor/Code/TidyAll/SVN.pm + t/lib/TestFor/Code/TidyAll/SpacesInPaths.pm + t/lib/TestFor/Code/TidyAll/Util.pm + t/lib/TestFor/Code/TidyAll/Zglob.pm + t/lib/TestHelper/Plugin/AToZ.pm + t/lib/TestHelper/Plugin/AlwaysPhonetic.pm + t/lib/TestHelper/Plugin/CheckUpper.pm + t/lib/TestHelper/Plugin/RepeatFoo.pm + t/lib/TestHelper/Plugin/ReverseFoo.pm + t/lib/TestHelper/Plugin/UpperText.pm + t/lib/TestHelper/Test/Class.pm tidyall.ini xt/author/Git.t xt/author/Plugin-CSSUnminifier.t @@ -91,6 +86,7 @@ Files: CONTRIBUTING.md xt/author/pod-spell.t xt/author/pod-syntax.t xt/author/self-tidyall.t + xt/author/spaces-in-paths.t xt/author/test-version.t xt/author/tidy-and-critic.t xt/release/cpan-changes.t @@ -101,10 +97,13 @@ License: UNKNOWN Files: README.md lib/Code/TidyAll.pm + lib/Code/TidyAll/Cache.pm lib/Code/TidyAll/CacheModel.pm lib/Code/TidyAll/CacheModel/Shared.pm + lib/Code/TidyAll/Config/INI/Reader.pm lib/Code/TidyAll/Git/Precommit.pm lib/Code/TidyAll/Git/Prereceive.pm + lib/Code/TidyAll/Git/Util.pm lib/Code/TidyAll/Plugin.pm lib/Code/TidyAll/Plugin/JSBeautify.pm lib/Code/TidyAll/Plugin/JSHint.pm @@ -120,18 +119,30 @@ Files: README.md lib/Code/TidyAll/Plugin/PodTidy.pm lib/Code/TidyAll/Plugin/SortLines.pm lib/Code/TidyAll/Result.pm + lib/Code/TidyAll/Role/HasIgnore.pm + lib/Code/TidyAll/Role/RunsCommand.pm lib/Code/TidyAll/Role/Tempdir.pm lib/Code/TidyAll/SVN/Precommit.pm + lib/Code/TidyAll/SVN/Util.pm + lib/Code/TidyAll/Util.pm + lib/Code/TidyAll/Util/Zglob.pm lib/Test/Code/TidyAll.pm -Copyright: 2011-2016, Jonathan Swartz. +Copyright: 2011-2017, Jonathan Swartz. License: Artistic or GPL-1+ FIXME +Files: debian/copyright-check + debian/rules +Copyright: 2013-2017, Jonas Smedegaard <[email protected]> + 2016-2017, Jonas Smedegaard <[email protected]> +License: GPL-3+ + FIXME + Files: LICENSE Copyright: 1989, Free Software Foundation, Inc. 19xx name of author 19yy <name of author> - 2011-2016, Jonathan Swartz. + 2011-2017, Jonathan Swartz. disclaimer" for the program, if ed by the Free interest in the @@ -145,8 +156,15 @@ Copyright: 2012, Jonathan Swartz License: GPL-2+ FIXME -Files: debian/rules -Copyright: 2013-2016, Jonas Smedegaard <[email protected]> -License: GPL-3+ +Files: debian/source/lintian-overrides +Copyright: Artistic + GPL-1+ + GPL-2+ + GPL-3+ + artistic + gpl-1+ + gpl-2+ + gpl-3+ +License: UNKNOWN FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
