buildsys: use gzip -n to disable timestamps

This commit is contained in:
Wolfgang Bumiller 2017-02-06 11:47:18 +01:00
parent 4e515e6d6d
commit 8ae77032bd

View File

@ -44,7 +44,7 @@ install: pveum.1 oathkeygen pveum.bash-completion
install -d ${DESTDIR}/${MAN1DIR} install -d ${DESTDIR}/${MAN1DIR}
install -d ${DESTDIR}/${DOCDIR} install -d ${DESTDIR}/${DOCDIR}
install -m 0644 pveum.1 ${DESTDIR}/${MAN1DIR} install -m 0644 pveum.1 ${DESTDIR}/${MAN1DIR}
gzip -9 ${DESTDIR}/${MAN1DIR}/pveum.1 gzip -9 -n ${DESTDIR}/${MAN1DIR}/pveum.1
install -m 0644 -D pveum.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pveum install -m 0644 -D pveum.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pveum
.PHONY: deb .PHONY: deb
@ -59,7 +59,7 @@ ${DEB}:
install -m 0644 triggers build/DEBIAN install -m 0644 triggers build/DEBIAN
install -D -m 0644 copyright build/${DOCDIR}/copyright install -D -m 0644 copyright build/${DOCDIR}/copyright
install -m 0644 changelog.Debian build/${DOCDIR}/ install -m 0644 changelog.Debian build/${DOCDIR}/
gzip -9 build/${DOCDIR}/changelog.Debian gzip -9 -n build/${DOCDIR}/changelog.Debian
dpkg-deb --build build dpkg-deb --build build
mv build.deb ${DEB} mv build.deb ${DEB}
#rm -rf build #rm -rf build