summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix autopkgtest configurationRuss Allbery2021-02-03
| | | | | | | | | * Configure for the autopkgtest-pkg-perl tests. (Closes: #981765) - Disable doc and style tests, which don't test functionality and are therefore outside the remit of autopkgtest, and which depend on bits of the source tree. - Include the package metadata that is used as input to some of the tests when runing the smoke test.
* Finalize changes for 4.00-1debian/4.00-1archive/debian/4.00-1Russ Allbery2020-12-25
|
* Add Lintian override for repeated-path-segmentRuss Allbery2020-12-25
|
* Update debian/watch version to 4Russ Allbery2020-12-25
|
* Update Vcs-Git and Vcs-Browser to point to SalsaRuss Allbery2020-12-25
|
* Update standards version to 4.5.1Russ Allbery2020-12-25
|
* Remove bug address override directing bugs to my emailRuss Allbery2020-12-25
|
* Update package synopsis from upstream blurbRuss Allbery2020-12-25
|
* Add new package dependenciesRuss Allbery2020-12-25
|
* Add bug closer for ITP bugRuss Allbery2020-12-25
|
* Add changelog for upstream releaseRuss Allbery2020-12-25
|
* Update upstream source from tag 'upstream/4.00'Russ Allbery2020-12-25
|\ | | | | | | Update to upstream version '4.00' with Debian dir d02197f045a8711135ecf874d68f18c1f0820c11
| * New upstream version 4.00Russ Allbery2020-12-25
| |\
| | * Update to rra-c-util 9.0Russ Allbery2020-12-25
| | | | | | | | | | | | | | | Only module version updates and a minor tweak to ignore the .pc directory when checking for obsolete strings.
| | * Release 4.00Russ Allbery2020-12-25
| | |
| | * Documentation updates for new featuresRuss Allbery2020-12-25
| | | | | | | | | | | | | | | | | | | | | Add App::DocKnot::Update to the API files, fix a bit more wording to reflect the new single metadata file layout, and add a note to the description that DocKnot generates distribution tarballs as well.
| | * Move debian under distribution.packaging.debianRuss Allbery2020-12-25
| | | | | | | | | | | | | | | This required moving the existing distribution.packaging.debian key to distribution.packaging.debian.package.
| | * Move build.lancaster to test.lancasterRuss Allbery2020-12-25
| | |
| | * Use https for the badge for unmaintained packagesRuss Allbery2020-12-25
| | |
| | * Overhaul supplemental section handlingRuss Allbery2020-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support a test.override metadata key that overrides the Testing section in README and README.md files entirely, except for the note about Lancaster Consensus environment variables. Move readme.sections to just sections, and if it defined a testing section, move that to test.override. Add some additional markup to the Markdown version of building instructions for packages that use Kerberos and Autoconf.
| | * Move packaging to distribution.packagingRuss Allbery2020-12-24
| | |
| | * Move bootstrap to build.bootstrapRuss Allbery2020-12-24
| | | | | | | | | | | | | | | Move bootstrap metadata to build.bootstrap now that everything can be specified in a single YAML file.
| | * Drop version number from README.mdRuss Allbery2020-12-24
| | | | | | | | | | | | | | | Drop the current version number from the title of README.md. This is not a common practice and doesn't seem to add much value.
| | * Drop code support in App::DocKnot::CommandRuss Allbery2020-12-24
| | | | | | | | | | | | | | | This is no longer used by any of the subcommands and I don't plan to use it in the future, so simplify the logic.
| | * Remove $self and $class from method commentsRuss Allbery2020-12-24
| | | | | | | | | | | | | | | There's no reason to reiterate the parameter definitions of these for every instance or class method.
| | * Drop support for support.cpanRuss Allbery2020-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop support for the support.cpan metadata key, since the CPAN RT instance is going away. For packages with support.cpan set, if vcs.github was set and support.github was not, set support.github to match vcs.github during a docknot update. Change DocKnot to point to the GitHub issue tracker and make the same change to the affected test data.
| | * Merge pull request #1 from ↵Russ Allbery2020-11-11
| | |\ | | | | | | | | | | | | | | | | rra/dependabot/github_actions/perl-actions/install-with-cpm-v1.4 Bump perl-actions/install-with-cpm from v1.3 to v1.4
| | | * Bump perl-actions/install-with-cpm from v1.3 to v1.4dependabot[bot]2020-11-12
| | |/ | | | | | | | | | | | | | | | | | | Bumps [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm) from v1.3 to v1.4. - [Release notes](https://github.com/perl-actions/install-with-cpm/releases) - [Commits](https://github.com/perl-actions/install-with-cpm/compare/v1.3...8399ceb5833fd76b8f2c3c727d43ca460ef08c0e) Signed-off-by: dependabot[bot] <support@github.com>
| | * Fix formatting for latest perltidyRuss Allbery2020-11-11
| | |
| | * Regenerate test dataRuss Allbery2020-09-20
| | | | | | | | | | | | | | | Reflect the changes to the DocKnot package metadata in the test expected thread output.
| | * Change the metadata format to YAMLRuss Allbery2020-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the metadata format to a single YAML file, with a slightly different internal representation, whose default location is docs/docknot.yaml. The new docknot update command (or the App::DocKnot::Update module) will convert from the old JSON format. The new metadata format is checked against a schema when read. DocKnot now depends on YAML::XS and Kwalify. Word wrap numeric lists and, in Markdown output, quoted paragraphs. Previously these preserved the original spacing from the input text snippets. Require paragraphs be indented by at least six spaces, not five, to be treated as verbatim paragraphs and left unwrapped. (Markdown paragraphs can still use four spaces because they are wrapped in markup lines.)
* | | Change default packaging branch to debian/unstableRuss Allbery2020-12-25
| | |
* | | Finalize changes for 3.05-1Russ Allbery2020-08-09
| | |
* | | Add missing dependency on libio-compress-lzma-perlRuss Allbery2020-08-09
| | |
* | | Update dependencies for upstream changesRuss Allbery2020-08-09
| | | | | | | | | | | | | | | Replace libjson-perl with libjson-maybexs-perl and liblist-moreutils-perl with liblist-someutils-perl.
* | | Add changelog for upstream 3.05 releaseRuss Allbery2020-08-09
| | |
* | | Update upstream source from tag 'upstream/3.05'Russ Allbery2020-08-09
|\| | | | | | | | | | | Update to upstream version '3.05' with Debian dir c55ed839ad6ca6e6ac9a34e38677b715e3271029
| * | New upstream version 3.05Russ Allbery2020-08-09
| |\|
| | * Release 3.05Russ Allbery2020-08-09
| | |
| | * Fix status badge for Debian versionsRuss Allbery2020-08-08
| | | | | | | | | | | | | | | The badge appears to default to the stable distribution. Force it to point to unstable.
| | * Add Dependabot configurationRuss Allbery2020-07-04
| | | | | | | | | | | | Use Dependabot to keep GitHub Actions up to date.
| | * Disable sudo for install-with-cpm actionRuss Allbery2020-07-04
| | |
| | * Also test on Perl 5.32Russ Allbery2020-07-04
| | |
| | * Fix syntax error in GitHub ActionRuss Allbery2020-07-04
| | | | | | | | | | | | Also remove the perl -V line, which seems unnecessary.
| | * Improve module installation for GitHub ActionsRuss Allbery2020-07-04
| | | | | | | | | | | | | | | | | | Use the perl-actions/install-with-cpm GitHub Action, switch the optional test dependencies to suggests instead of requires, and pass the relevant flag to cpm.
| | * Fix style issues found by Perl::Critic::FreenodeRuss Allbery2020-07-04
| | | | | | | | | | | | | | | | | | Ensure that style/critic tests pass with Perl::Critic::Freenode installed. This fixes build issues when testing with the perl-tester Docker image, which pre-installs that set of rules.
| | * Use List::SomeUtils and List::UtilRuss Allbery2020-07-04
| | | | | | | | | | | | | | | Replace List::MoreUtils with List::SomeUtils and List::Util, as recommended by Perl::Critic::Freenode.
| | * Depend on JSON::MaybeXS instead of JSONRuss Allbery2020-07-04
| | | | | | | | | | | | Recommended by Perl::Critic::Freenode.
| | * Update to rra-c-util 8.3Russ Allbery2020-07-04
| | | | | | | | | | | | | | | * Fix style issues caught by Perl::Critic::Freenode. * Ignore debian/changelog when checking for obsolete strings.
| | * Further tweak the wrapping heuristicRuss Allbery2020-06-28
| | | | | | | | | | | | | | | | | | Change the heuristic for when to refrain from wrapping output paragraphs to ignore the indentation, and increase the threshold for a short line to 45 characters from 40.