parsechangelog
parse Debian changelogs and output them in other formats
Install
- All systems
-
curl cmd.cat/parsechangelog.sh
- Debian
-
apt-get install libparse-debianchangelog-perl
- Ubuntu
-
apt-get install libparse-debianchangelog-perl
- Kali Linux
-
apt-get install libparse-debianchangelog-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libparse-debianchangelog-perl
- Raspbian
-
apt-get install libparse-debianchangelog-perl
- Dockerfile
- dockerfile.run/parsechangelog
libparse-debianchangelog-perl
parse Debian changelogs and output them in other formats
Parse::DebianChangelog is a replacement for the very limited dpkg-parsechangelog. It can be used either via the parsechangelog command line script or as Perl module. Currently supported output formats: * original dpkg-parsechangelog output format * similar format with multiple stanzas instead of one * XML * HTML (customizable via HTML::Template templates).