From: Wolfgang Bumiller Date: Tue, 7 Feb 2017 14:27:04 +0000 (+0100) Subject: buildsys: use gzip -n to disable timestamps X-Git-Url: https://git.proxmox.com/?p=librados2-perl.git;a=commitdiff_plain;h=d9b0eb808f1578db0525d4486a37d551a6641a61;hp=c942d42b6f4892221a82c08a17a5061d1a8795c0 buildsys: use gzip -n to disable timestamps --- diff --git a/Makefile b/Makefile index f6a2933..07348de 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ${DEB}: sed -e s/@@VERSION@@/${VERSION}/ -e s/@@PKGRELEASE@@/${PKGREL}/ -e s/@@ARCH@@/${ARCH}/ debian/DEBIAN/control install -D -m 0644 copyright debian/${DOCDIR}/copyright install -m 0644 changelog.Debian debian/${DOCDIR}/ - gzip -9 debian/${DOCDIR}/changelog.Debian + gzip -9 -n debian/${DOCDIR}/changelog.Debian echo "git clone git://git.proxmox.com/git/librados2-perl.git\\ngit checkout ${GITVERSION}" > debian/${DOCDIR}/SOURCE dpkg-deb --build debian mv debian.deb ${DEB}