File: control

package info (click to toggle)
libdist-zilla-plugin-git-perl 1.121820-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 412 kB
  • sloc: perl: 1,178; makefile: 9
file content (81 lines) | stat: -rw-r--r-- 2,861 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: libdist-zilla-plugin-git-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libdatetime-perl,
 libdist-zilla-perl,
 libfile-chdir-perl,
 libfile-copy-recursive-perl,
 libfile-find-rule-perl,
 libfile-homedir-perl,
 libfile-pushd-perl,
 libfile-which-perl,
 libgit-wrapper-perl (>= 0.021),
 libipc-system-simple-perl,
 liblist-allutils-perl,
 libmoose-autobox-perl,
 libmoose-perl (>= 2) | libclass-mop-perl,
 libmoose-perl,
 libmoosex-attributeshortcuts-perl,
 libmoosex-has-sugar-perl,
 libmoosex-types-perl,
 libmoosex-types-path-class-perl,
 libnamespace-autoclean-perl,
 libpath-class-perl,
 libstring-formatter-perl,
 libtest-exception-perl,
 libtry-tiny-perl,
 libversion-next-perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
 perl (>= 5.11.4) | libversion-perl,
 perl (>= 5.12.3) | libmodule-build-perl (>= 0.360100)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>,
 Alessandro Ghedini <ghedo@debian.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Git/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdist-zilla-plugin-git-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-zilla-plugin-git-perl.git

Package: libdist-zilla-plugin-git-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdatetime-perl,
 libdist-zilla-perl,
 libfile-chdir-perl,
 libfile-find-rule-perl,
 libfile-homedir-perl,
 libgit-wrapper-perl (>= 0.021),
 libipc-system-simple-perl,
 liblist-allutils-perl,
 libmoose-autobox-perl,
 libmoose-perl (>= 2) | libclass-mop-perl,
 libmoose-perl,
 libmoosex-attributeshortcuts-perl,
 libmoosex-has-sugar-perl,
 libmoosex-types-perl,
 libmoosex-types-path-class-perl,
 libnamespace-autoclean-perl,
 libpath-class-perl,
 libstring-formatter-perl,
 libtry-tiny-perl,
 libversion-next-perl,
 perl (>= 5.11.4) | libversion-perl
Description: Dist::Zilla plugins to update your git repository after release
 Set of plugins for Dist::Zilla intended to help module authors that use
 git to track their work.
 .
 The following plugins are provided in this distribution:
  * Dist::Zilla::Plugin::Git::Check - check git repository before releasing
  * Dist::Zilla::Plugin::Git::Commit - commit dirty files
  * Dist::Zilla::Plugin::Git::CommitBuild - check build results on separate
    branch
  * Dist::Zilla::Plugin::Git::GatherDir - gather all tracked files in a Git
    working directory
  * Dist::Zilla::Plugin::Git::Init - initialize git repository on dzil new
  * Dist::Zilla::Plugin::Git::NextVersion - provide a version number by bumping
    the last git release tag
  * Dist::Zilla::Plugin::Git::Push - push current branch
  * Dist::Zilla::Plugin::Git::Tag - tag the new version