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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
Source: dh-make-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Wolfgang Schemmel <debian@37.org>,
Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
perl
Build-Depends-Indep: libapt-pkg-perl <!nocheck>,
libarray-unique-perl <!nocheck>,
libclass-accessor-perl <!nocheck>,
libconfig-ini-perl <!nocheck>,
libdpkg-perl <!nocheck>,
libemail-address-xs-perl <!nocheck>,
libemail-date-format-perl <!nocheck>,
libfile-dircompare-perl <!nocheck>,
libfile-find-rule-perl <!nocheck>,
libfile-touch-perl <!nocheck>,
libfile-which-perl <!nocheck>,
libipc-run-perl <!nocheck>,
liblist-moreutils-perl <!nocheck>,
libmodule-depends-perl <!nocheck>,
libparse-debcontrol-perl <!nocheck>,
libpod-parser-perl <!nocheck>,
libsoftware-license-perl <!nocheck>,
libsub-install-perl <!nocheck>,
libsys-cpu-perl <!nocheck>,
libtest-compile-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtext-diff-perl <!nocheck>,
libtie-ixhash-perl <!nocheck>,
libwww-mechanize-perl <!nocheck>,
libyaml-libyaml-perl <!nocheck>,
libyaml-perl <!nocheck>
# for RELEASE_TESTING
# , libtest-distmanifest-perl <!nocheck>
# , libtest-perl-critic-perl <!nocheck>
# , libtest-pod-coverage-perl <!nocheck>
# , libtest-pod-perl <!nocheck>
# , libtest-spelling-perl <!nocheck>
# , libtest-version-perl <!nocheck>
# , spell <!nocheck> | aspell <!nocheck> | ispell <!nocheck> | hunspell <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/dh-make-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/dh-make-perl.git
Rules-Requires-Root: no
Package: dh-make-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
debhelper (>= 13),
dpkg-dev,
fakeroot,
libapt-pkg-perl,
libarray-unique-perl,
libclass-accessor-perl,
libconfig-ini-perl,
libconfig-model-dpkg-perl,
libdebian-source-perl,
libdpkg-perl,
libemail-address-xs-perl,
libemail-date-format-perl,
libfile-which-perl,
liblist-moreutils-perl,
libmodule-depends-perl,
libpod-parser-perl,
libsoftware-license-perl,
libtie-ixhash-perl,
libwww-mechanize-perl,
libwww-perl,
libyaml-libyaml-perl,
libyaml-perl,
make
Recommends: apt-file,
git,
libmodule-build-perl,
libsys-cpu-perl,
pristine-tar
Description: helper for creating Debian packages from perl modules
dh-make-perl will create the files required to build a Debian source
package out of a perl package. This works for most simple packages
and is also useful for getting started with packaging perl modules.
Given a perl package name, it can also automatically download it from
CPAN.
.
dh-make-perl can also help keeping the debian/ content current when upstream
dependencies or Debian practices change. It can also help improve existing
Perl module packages.
.
Includes the cpan2deb and cpan2dsc flavours.
Package: libdebian-source-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
dpkg-dev,
libapt-pkg-perl,
libarray-unique-perl,
libclass-accessor-perl,
liblist-moreutils-perl,
libparse-debcontrol-perl,
libsub-install-perl,
libtie-ixhash-perl,
libwww-mechanize-perl,
libwww-perl
Description: collection of Perl modules for handling Debian source packages
This collection of Perl modules was originally developed to support
dh-make-perl, but may also be useful for other tools that need to
manipulate (unpacked) Debian source packages. The current modules in
the package are:
.
* Debian::Control
* Debian::Control::Stanza
* Debian::Control::Stanza::Binary
* Debian::Control::Stanza::CommaSeparated
* Debian::Control::Stanza::Source
* Debian::Dependencies
* Debian::Dependency
* Debian::DpkgLists
* Debian::Rules
* Debian::WNPP::Bug
* Debian::WNPP::Query
|