CPANPLUS-Dist-Debora

 view release on metacpan or  search on metacpan

lib/CPANPLUS/Dist/Debora/Package/Debian.pm  view on Meta::CPAN

Returns the path to the debian subdirectory, e.g.
F<~/.cpanplus/5.36.1/build/XXXX/Some-Module-1.0/debian>.

=head2 provides

  for my $package_name (@{$package->provides}) {
    say $package_name;
  }

Returns virtual packages that are provided by this package.

=head2 changelog

  my $text = $package->changelog;

Fills in a template and returns a changelog file.

=head2 control

  my $text = $package->control;

Fills in a template and returns a control file.

=head2 copyright

  my $text = $package->copyright;

Fills in a template and returns a copyright file.

=head2 docs

  my $text = $package->docs;

Returns a docs file.

=head2 rules

  my $text = $package->rules;

Fills in a template and returns a rules file.

=head1 DIAGNOSTICS

See L<CPANPLUS::Dist::Debora> for diagnostics.

=head1 CONFIGURATION AND ENVIRONMENT

See L<CPANPLUS::Dist::Debora> for supported files and environment variables.

=head1 DEPENDENCIES

Requires the Perl modules L<CPANPLUS> and L<Text::Template> from CPAN.

Requires the operating system packages "perl", "build-essential", "debhelper",
"fakeroot" and "sudo".  The minimum supported debhelper version is 12.

=head1 INCOMPATIBILITIES

None.

=head1 BUGS AND LIMITATIONS

None known.

=head1 SEE ALSO

dpkg(1), dpkg-buildpackage(1), debhelper(7)

=head1 AUTHOR

Andreas Vögele E<lt>voegelas@cpan.orgE<gt>

=head1 LICENSE AND COPYRIGHT

Copyright (C) 2025 Andreas Vögele

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

=cut



( run in 0.722 second using v1.01-cache-2.11-cpan-39bf76dae61 )