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
|
Source: libconfig-model-dpkg-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Dominique Dumont <dod@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libmodule-build-perl,
Build-Depends-Indep:
cme <!nocheck>,
dh-sequence-bash-completion,
libapp-cmd-perl <!nocheck>,
libapt-pkg-perl <!nocheck>,
libarray-intspan-perl <!nocheck>,
libcarp-assert-more-perl <!nocheck>,
libcarp-assert-perl <!nocheck>,
libconfig-inifiles-perl <!nocheck>,
libconfig-model-backend-yaml-perl <!nocheck>,
libconfig-model-perl (>= 2.155),
libconfig-model-tester-perl <!nocheck>,
libexporter-lite-perl <!nocheck>,
liblog-log4perl-perl <!nocheck>,
libmodule-corelist-perl <!nocheck>,
libmouse-perl <!nocheck>,
libparse-debcontrol-perl,
libparse-recdescent-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libregexp-pattern-license-perl,
libsoftware-copyright-perl (>= 0.015),
libsoftware-licensemoreutils-perl <!nocheck>,
libsort-versions-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-longstring-perl <!nocheck>,
libtest-memory-cycle-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-synopsis-expectation-perl,
libtest-warn-perl <!nocheck>,
libtext-autoformat-perl <!nocheck>,
libtext-levenshtein-damerau-perl <!nocheck>,
libtoml-tiny-perl,
libwww-perl <!nocheck>,
libyaml-pp-perl <!nocheck>,
licensecheck <!nocheck>,
lintian <!nocheck>,
po-debconf <!nocheck>,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-dpkg-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-dpkg-perl.git
Rules-Requires-Root: no
Package: libconfig-model-dpkg-perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
debhelper,
libapt-pkg-perl,
libarray-intspan-perl,
libconfig-inifiles-perl,
libconfig-model-backend-yaml-perl,
libconfig-model-perl (>= 2.155),
libexporter-lite-perl,
liblog-log4perl-perl,
libmodule-corelist-perl,
libmouse-perl,
libparse-debcontrol-perl,
libparse-recdescent-perl,
libsoftware-copyright-perl (>= 0.010),
libsoftware-licensemoreutils-perl,
libsort-versions-perl,
libtext-autoformat-perl,
libtext-levenshtein-damerau-perl,
libtoml-tiny-perl,
liburi-perl,
libwww-perl,
libyaml-pp-perl,
licensecheck,
lintian,
Recommends:
libconfig-model-tkui-perl,
Enhances:
devscripts,
Description: editor for Dpkg source files with validation
This package provides Config::Model::Dpkg, a plugin for Config::Model
and cme. Once this package is installed, cme is able to handle dpkg
source file.
.
For instance, the command 'cme edit dpkg' provides a graphical editor
for most files of a package source.
.
The command 'cme check dpkg' provide a command line that will check the
package file, a bit like lintian. But this command must be run in the
source package directory and can be run before building the package.
.
Likewise, the command 'cme fix dpkg' will fix most of the warnings
found by the command above.
.
The command 'cme update dpkg' will update debian/copyright file
from the content of the package source file.
.
If the recommended package libconfig-model-tkui-perl is installed,
you can run 'cme edit dpkg' to edit your package files with a GUI.
.
You can also run cme with a more restricted scope with:
* cme edit|check|fix dpkg-control
* cme edit|check|fix dpkg-copyright
.
For best results, you should install the latest available version
of libmodule-corelist-perl.
|