Codebase list libconfig-model-backend-yaml-perl / 37f81d5
Remove constraints unnecessary since buster * Build-Depends-Indep: Drop versioned constraint on libconfig-model-perl and libyaml-libyaml-perl. * libconfig-model-backend-yaml-perl: Drop versioned constraint on libconfig-model-perl and libyaml-libyaml-perl in Depends. * libconfig-model-backend-yaml-perl: Drop versioned constraint on libconfig-model-perl in Replaces. * libconfig-model-backend-yaml-perl: Drop versioned constraint on libconfig-model-perl in Breaks. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
1 changed file(s) with 4 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
77 libmodule-build-perl,
88 perl
99 Build-Depends-Indep: libboolean-perl <!nocheck>,
10 libconfig-model-perl (>= 2.131) <!nocheck>,
10 libconfig-model-perl <!nocheck>,
1111 libconfig-model-tester-perl (>= 4.001) <!nocheck>,
1212 liblog-log4perl-perl <!nocheck>,
1313 libpath-tiny-perl <!nocheck>,
1414 libtest-memory-cycle-perl <!nocheck>,
15 libyaml-libyaml-perl (>= 0.69) <!nocheck>
15 libyaml-libyaml-perl <!nocheck>
1616 Standards-Version: 4.5.1
1717 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-backend-yaml-perl
1818 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-backend-yaml-perl.git
2424 Depends: ${misc:Depends},
2525 ${perl:Depends},
2626 libboolean-perl,
27 libconfig-model-perl (>= 2.131),
27 libconfig-model-perl,
2828 liblog-log4perl-perl,
29 libyaml-libyaml-perl (>= 0.69)
30 Breaks: libconfig-model-perl (<< 2.131)
31 Replaces: libconfig-model-perl (<< 2.131)
29 libyaml-libyaml-perl
3230 Description: Read and write config as a YAML data structure
3331 Config::Model::Backend::Yaml is a Perl module used by Config::Model
3432 and cme to read or write YAML files.