1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: libcode-tidyall-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libcapture-tiny-perl <!nocheck>,
libcode-tidyall-plugin-sortlines-naturally-perl <!nocheck>,
libconfig-ini-perl <!nocheck>,
libfile-pushd-perl <!nocheck>,
libfile-which-perl <!nocheck>,
libfile-zglob-perl <!nocheck>,
libipc-run3-perl <!nocheck>,
libipc-system-simple-perl <!nocheck>,
liblist-compare-perl <!nocheck>,
liblist-someutils-perl <!nocheck>,
liblog-any-perl <!nocheck>,
libmoo-perl (>= 2) <!nocheck>,
libparallel-forkmanager-perl <!nocheck>,
libpath-tiny-perl (>= 0.098) <!nocheck>,
libscope-guard-perl <!nocheck>,
libspecio-library-path-tiny-perl <!nocheck>,
libspecio-perl (>= 0.40) <!nocheck>,
libtest-class-most-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
libtext-diff-perl (>= 1.44) <!nocheck>,
libtime-duration-parse-perl <!nocheck>,
libtimedate-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcode-tidyall-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcode-tidyall-perl
Homepage: https://metacpan.org/release/Code-TidyAll
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libcode-tidyall-perl
Architecture: all
Depends:
libcapture-tiny-perl,
libconfig-ini-perl,
libfile-pushd-perl,
libfile-which-perl,
libfile-zglob-perl,
libipc-run3-perl,
libipc-system-simple-perl,
liblist-compare-perl,
liblist-someutils-perl,
liblog-any-perl,
libmoo-perl (>= 2),
libpath-tiny-perl (>= 0.098),
libscope-guard-perl,
libspecio-library-path-tiny-perl,
libspecio-perl (>= 0.40),
libtext-diff-perl (>= 1.44),
libtime-duration-parse-perl,
libtimedate-perl,
libtry-tiny-perl,
${misc:Depends},
${perl:Depends},
Recommends:
libjson-maybexs-perl,
libparallel-forkmanager-perl,
libperl-critic-perl,
libpod-spell-perl,
perltidy,
Suggests:
php-codesniffer,
Enhances:
git,
subversion,
Description: your all-in-one code tidier and validator
There are a lot of great code tidiers and validators out there.
tidyall makes them available from a single unified interface.
.
You can run tidyall on a single file or on an entire project hierarchy,
and configure which tidiers/validators are applied to which files.
tidyall will back up files beforehand,
and for efficiency will only consider files that have changed
since they were last processed.
.
This package provides commandline tool tidyall
and Perl module Code::TidyAll.
.
Includes hooks for Git and Subversion,
and plugin for php-codesniffer,
requiring corresponding packages installed.
|