From: Wolfgang Bumiller Date: Tue, 7 Feb 2017 14:48:24 +0000 (+0100) Subject: buildsys: use gzip -n to disable timestamps X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=commitdiff_plain;h=3c10a0424bbbe786be4e7ad8b1e4bac9d689ee1e buildsys: use gzip -n to disable timestamps --- diff --git a/Makefile b/Makefile index 5576560..56a3039 100644 --- a/Makefile +++ b/Makefile @@ -96,8 +96,8 @@ ${DEB}: install -m 0644 copyright dest/usr/share/doc/${PACKAGE} install -m 0644 vncterm.1 dest/usr/share/man/man1 install -m 0644 debian/changelog.Debian dest/usr/share/doc/${PACKAGE} - gzip --best dest/usr/share/man/*/* - gzip --best dest/usr/share/doc/${PACKAGE}/changelog.Debian + gzip -n --best dest/usr/share/man/*/* + gzip -n --best dest/usr/share/doc/${PACKAGE}/changelog.Debian dpkg-deb --build dest mv dest.deb ${DEB} rm -rf dest