mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user