Copied debian/changelog to Changelog #3.

* To make the ChangeLog generic removed debian specific information from each version header.
 * Updated the Makefile.PL to utilize the new ChangeLog file for the version number.
This commit is contained in:
Syed-Shahrukh-OSSRevival
2025-12-23 07:40:36 +05:00
parent 9a6bf8f390
commit 04a9c4fa04
2 changed files with 2829 additions and 1 deletions

2828
ChangeLog Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ sub MY::libscan {
sub MY::postamble {
return q{
VER=$(shell perl -e '$$_=<>;print m/\((.*?)\)/'<debian/changelog)
VER=$(shell perl -e '$$_=<>;print m/\((.*?)\)/'<ChangeLog)
all:: extra_build
clean:: extra_build