mirror of
git://git.proxmox.com/git/pve-zsync.git
synced 2025-01-03 09:17:37 +03:00
buildsys: use gzip -n
This commit is contained in:
parent
012b781f13
commit
add204bf4f
4
Makefile
4
Makefile
@ -27,7 +27,7 @@ dinstall: deb
|
||||
|
||||
%.8.gz: %.8.man
|
||||
rm -f $@
|
||||
gzip pve-zsync.8.man -c9 >$@
|
||||
gzip -n pve-zsync.8.man -c9 >$@
|
||||
|
||||
pve-zsync.8.man: pve-zsync
|
||||
pod2man -c "Proxmox Documentation" -s 8 -r ${RELEASE} -n pve-zsync pve-zsync pve-zsync.8.man
|
||||
@ -50,7 +50,7 @@ deb ${DEB}:
|
||||
sed -e s/@@VERSION@@/${VERSION}/ -e s/@@PKGRELEASE@@/${PKGREL}/ -e s/@@ARCH@@/${ARCH}/ <control.in >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 -n -9 debian/${DOCDIR}/changelog.Debian
|
||||
echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" > debian/${DOCDIR}/SOURCE
|
||||
dpkg-deb --build debian
|
||||
mv debian.deb ${DEB}
|
||||
|
Loading…
Reference in New Issue
Block a user