1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libsoftware-release-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libdatetime-perl, libmoose-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsoftware-release-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsoftware-release-perl.git
Homepage: https://metacpan.org/release/Software-Release/
Package: libsoftware-release-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl
Description: Perl class representing a release of software
Software::Release is a purely informational collection of objects that you
can use to represent a release of software. Its original use-case was to
provide a contract between a git log parser and a formatter class that
outputs a changelog, but it may be useful to others to create bug trackers,
dashboards or whathaveyour.
|