Source: libmodule-install-doapchangesets-perl Section: perl Priority: optional Build-Depends: debhelper-compat (= 13), libfile-slurp-perl, libwww-perl, libmodule-install-perl, libmodule-package-perl, libperl-version-perl, librdf-query-perl, librdf-trine-perl, liburi-perl, liblist-moreutils-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-doapchangesets-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-doapchangesets-perl Homepage: https://metacpan.org/release/Module-Install-DOAPChangeSets Testsuite: autopkgtest-pkg-perl Package: libmodule-install-doapchangesets-perl Architecture: all Depends: libfile-slurp-perl, libwww-perl, libmodule-install-perl, libperl-version-perl, librdf-query-perl, librdf-trine-perl, liburi-perl, liblist-moreutils-perl, ${misc:Depends}, ${perl:Depends}, Recommends: libmodule-install-doap-perl, libmodule-package-perl, libmodule-install-rdf-perl, Description: write your distribution change log in RDF Resource Description Framework (RDF) is a standard model for data interchange on the Web. . Module::Install::DOAPChangeSets allows you to write your Changes file in Turtle or RDF/XML and autogenerate a human-readable text file. . To do this, create an RDF file called "meta/changes.ttl" (or something like that) and describe your distribution's changes in RDF using the Dublin Core, DOAP, and DOAP Change Sets vocabularies. Then in your Makefile.PL, include: . write_doap_changes "meta/changes.ttl", "Changes", "turtle"; . This line will read your data from the file named as the first argument, parse it using either Turtle or RDFXML parsers (the third argument), and output a human-readable changelog to the file named as the second argument.