From: Rhonda D'Vine Date: Thu, 10 Jan 2019 12:37:21 +0000 (+0100) Subject: Fetch package + version from the changelog X-Git-Url: https://git.proxmox.com/?p=libarchive-perl.git;a=commitdiff_plain;h=561f47cf4848128832118a0d7d5dcb8fbd9a39ea Fetch package + version from the changelog Signed-off-by: Rhonda D'Vine --- diff --git a/Makefile b/Makefile index 485cf02..890d4fb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -RELEASE=4.0 +VERSION != dpkg-parsechangelog -Sversion | cut -d- -f1 +PACKAGE != dpkg-parsechangelog -Ssource +PKGREL != dpkg-parsechangelog -Sversion | cut -d- -f2 # h2xs -Afn LibArchive # h2xs -an LibArchive /usr/include/archive.h /usr/include/archive_entry.h