The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::ChangelogFromGit::Debian - Debian formatter for Changelogs

VERSION

version 0.10

SYNOPSIS

    #    [ChangelogFromGit::Debian]
    #    max_age = 365
    #    tag_regexp = ^\d+\.\d+$
    #    file_name = debian/changelog
    #    wrap_column = 72
    #    dist_name = squeeze # defaults to stable
    #    package_name = my-package # defaults to lc($self->zilla->name)

DESCRIPTION

Dist::Zilla::Plugin::ChangelogFromGit::Debian extends Dist::Zilla::Plugin::ChangelogFromGit to create changelogs acceptable for Debian packages.

_build_id

Build identifier for this package.

Default value: $ENV{'BUILD_ID'} // 0.

ATTRIBUTES

allow_empty_head

If true then an empty head is allowed. Since this module converts head to the current dzil version, this might be useful to you for some reason.

Default value: TRUE.

dist_name

The distribution name for this package.

Default value: 'stable'.

maintainer_email

The maintainer email for this package.

Default value: $ENV{'DEBEMAIL'} // 'cpan@example.com'.

maintainer_name

The maintainer name for this package.

Default value: $ENV{'DEBFULLNAME'} // 'CPAN Author'.

package_name

The package name for this package.

AUTHOR

Cory G Watson <gphat@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Infinity Interactive, Inc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.