summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package libconfig-model-dpkg-perl version 2.147 into distribution ↵debian/2.147archive/debian/2.147gregor herrmann2021-08-19
| | | | | | unstable Gbp-Dch: Ignore
* Fix "Use of uninitialized value" warninggregor herrmann2021-08-19
| | | | in Dpkg::Copyright::Scanner's print_copyright sub.
* port change of old t/scanner/README to t/scanner/README.orggregor herrmann2021-08-19
| | | | Gbp-Dch: Ignore
* Merge branch 'experimental'gregor herrmann2021-08-19
|\
| * Add support for output without wild cardsWalter Lozano2021-06-26
| | | | | | | | | | | | | | | | | | | | On some use cases it is useful to produce an output without wild cards to allow the report to consume by other systems. To allow it, add the support for optional argument "long" which avoid squashing copyright_id. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
| * Add test for non ASCII data in package.jsonWalter Lozano2021-06-22
| | | | | | | | Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
| * Fix parsing package.json file with UTF-8Walter Lozano2021-06-18
| | | | | | | | | | | | | | | | | | | | | | Currently when parsing info from package.json into a json object non ASCII chars are not handling correctly leading to an error: "malformed UTF-8 character in JSON string" Fix the issue by using from_json instead of decode_json. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
| * prepare releaseDominique Dumont2021-06-12
| |
| * allow regexp with 25 char in standard formatDominique Dumont2021-06-12
| | | | | | | | i.e. do not require /x
| * refactor (Dpkg::Copyright): use number versionDominique Dumont2021-06-12
| |
| * refactor (Dpkg::Copyright): avoid map in void contextDominique Dumont2021-06-12
| |
| * refactor (Dpkg::Copyright): don't reuse var nameDominique Dumont2021-06-12
| |
| * refactor (Dpkg::Copyright): cleanup regexpDominique Dumont2021-06-12
| |
| * refactor (Dpkg::Copyright): cleanup eval error handlingDominique Dumont2021-06-12
| |
| * ship examples filesDominique Dumont2021-06-07
| |
| * test (Dpkg model): test with <pkg>.examples filesDominique Dumont2021-06-07
| |
| * feat (Dpkg model): handles <pkg>.examples filesDominique Dumont2021-06-07
| |
| * feat (Dpkg backend): handles <pkg>.examples filesDominique Dumont2021-06-07
| |
| * fix (model): make Dpkg::Install model more genericDominique Dumont2021-06-07
| | | | | | | | | | | | | | so it can be used for <package>.examples files. Here's the name of the element holding the config (currently install or examples) is used as the suffix of the file name
| * add README in examples directoryDominique Dumont2021-06-07
| |
| * fix doc of Config::Model::Backend::DpkgSyntaxDominique Dumont2021-06-07
| |
| * fix examples using DpkgSyntax roleDominique Dumont2021-06-07
| |
| * add missing import in test fileDominique Dumont2021-06-06
| |
| * add perl critic author testsDominique Dumont2021-06-04
| |
| * allow no warningsDominique Dumont2021-06-04
| |
| * do not override a variable in a blockDominique Dumont2021-06-04
| |
| * do not use $a magic variableDominique Dumont2021-06-04
| |
| * fixup returnsDominique Dumont2021-06-04
| |
| * unpack arguments before useDominique Dumont2021-06-04
| | | | | | | | when possible
| * add explicit returns to subroutinesDominique Dumont2021-06-04
| |
| * do no mix hi or low precedence operatorsDominique Dumont2021-06-04
| |
| * use EXPORT_OK instead of plain exportDominique Dumont2021-06-04
| |
| * rm redundant use statementDominique Dumont2021-06-04
| |
| * fix issues shown by perl-criticDominique Dumont2021-05-29
| |
| * add stricture to model pluginDominique Dumont2021-05-29
| |
| * add Walter Lozano as contributor (thanks !)Dominique Dumont2021-05-29
| |
| * clarify BUGS sectionDominique Dumont2021-05-29
| |
| * Add test based on package less.jsWalter Lozano2021-05-25
| | | | | | | | | | | | | | Since node.js packages like less.js add some additional complexity include a test case to take those into account. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
| * Support "author" as object in package.jsonWalter Lozano2021-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While getting "author" from package.json the expected values are string or lists. However some packages like less.js present an object as value. As an example here is how "author" is declared in less.js "author": { "name": "Alexis Sellier", "email": "self@cloudhead.net" }, Add support to this by retrieving the value of key "name" in that case. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
| * update t/scanner/README.orgDominique Dumont2021-04-11
| |
| * translated t/scanner/README in org-mode fileDominique Dumont2021-04-11
| |
| * Update changelog for 2.145 releaseDominique Dumont2021-03-22
| |
| * test with lintian tag instead of pkg-perl tagDominique Dumont2021-03-22
| |
| * prepare release to experimentalDominique Dumont2021-03-21
| |
| * test change notif when fixing lintian tagsDominique Dumont2021-03-21
| |
| * trigger change notif when fixing lintian tagsDominique Dumont2021-03-21
| | | | | | | | otherwise, cme does not show changed value
| * avoid undef warningDominique Dumont2021-03-21
| | | | | | | | when there's no debian/source/lintain-overrides file
| * add docDominique Dumont2021-03-21
| |
| * test debian/source/lintian-overridesDominique Dumont2021-03-21
| |
| * handle debian/source/lintian-overridesDominique Dumont2021-03-21
| |