File: control

package info (click to toggle)
libcode-tidyall-perl 0.55~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 876 kB
  • ctags: 259
  • sloc: perl: 3,882; lisp: 47; makefile: 25
file content (60 lines) | stat: -rw-r--r-- 1,904 bytes parent folder | download
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
Source: libcode-tidyall-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 debhelper,
 dh-buildinfo,
 libcapture-tiny-perl,
 libconfig-ini-perl,
 libtimedate-perl,
 libfile-slurp-tiny-perl,
 libfile-zglob-perl,
 libfile-which-perl,
 libguard-perl,
 libipc-run3-perl,
 libipc-system-simple-perl,
 liblist-compare-perl,
 liblist-someutils-perl,
 liblog-any-perl,
 libspecio-perl,
 libspecio-library-path-tiny-perl,
 libtime-duration-parse-perl,
 libtry-tiny-perl,
 libmoo-perl (>= 2),
 libpath-tiny-perl (>= 0.098),
 libtext-diff-perl (>= 1.44),
 libparallel-forkmanager-perl,
 libtest-class-most-perl,
 libtest-differences-perl,
 libtest-warnings-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
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
Homepage: http://metacpan.org/release/Code-TidyAll

Package: libcode-tidyall-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Enhances: ${cdbs:Enhances}
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.