]> git.proxmox.com Git - vncterm.git/commitdiff
buildsys: use gzip -n to disable timestamps
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:48:24 +0000 (15:48 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:48:24 +0000 (15:48 +0100)
Makefile

index 5576560d2a0f0ec4832e8b3c001c55cd40c567f6..56a303922fdaf8c74b643a3d42d6a61965b293c5 100644 (file)
--- 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