From 0daa39a1acc742e99e9fcb8287ebcf443fc134e2 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Wed, 19 Jun 2024 04:58:30 +0000 Subject: [PATCH] Move additional info about package to d/README.Debian --- debian/README.Debian | 9 +++++++++ debian/changelog | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 debian/README.Debian diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..c13e340 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,9 @@ +Notes from the maintainer: + * This packaging is based on the fork + https://github.com/canihavesomecoffee/udis86 + which includes "fixes and additions" from other forks. + * The latest upstream release is v1.7.2 made on Sep 2, 2013. This build is + however, based on the latest commit #5336633, made on Oct 13, 2022 + * Created a man page for "udcli" (a CLI tool provided by udis86 for command line + disassembly). The information in the man page was collated from the "help" + output of the tool and the README file included in the project. diff --git a/debian/changelog b/debian/changelog index b95cf8a..742e430 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,5 @@ libudis86 (0+20221013-1) unstable; urgency=low * Initial release. Closes: #1061940 - * This packaging is based on the fork - https://github.com/canihavesomecoffee/udis86 - which includes "fixes and additions" from other forks. - * The latest upstream release is v1.7.2 made on Sep 2, 2013. This build is - however, based on the latest commit #5336633, made on Oct 13, 2022 - * Created a man page for udcli based on information from '--help' and - additional information from the project's README. -- Alan M Varghese (NyxTrail) Mon, 29 Jan 2024 09:13:39 +0000