From d9b0eb808f1578db0525d4486a37d551a6641a61 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 7 Feb 2017 15:27:04 +0100 Subject: [PATCH] buildsys: use gzip -n to disable timestamps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.2