set dpkg compression to xz (#2)
This commit is contained in:
@@ -30,7 +30,7 @@ if [ ! -e build/usr/sbin/infnoise ] ; then
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
fakeroot dpkg -Zxz -b build/ infnoise_${VERSION}_${ARCH}.deb
|
||||
fakeroot dpkg-deb -Zxz -b build/ infnoise_${VERSION}_${ARCH}.deb
|
||||
|
||||
### build infnoise-tools ###
|
||||
rm -rf build
|
||||
@@ -54,7 +54,7 @@ cp ../build-scripts/control.debian.tools build/DEBIAN/control
|
||||
echo "Version: $VERSION" >> build/DEBIAN/control
|
||||
echo "Architecture: $ARCH" >> build/DEBIAN/control
|
||||
|
||||
fakeroot dpkg -Zxz -b build/ infnoise-tools_${VERSION}_${ARCH}.deb
|
||||
fakeroot dpkg-deb -Zxz -b build/ infnoise-tools_${VERSION}_${ARCH}.deb
|
||||
|
||||
rm -rf build
|
||||
cd ..
|
||||
@@ -75,6 +75,6 @@ cp build-scripts/control.debian.lib build/DEBIAN/control
|
||||
echo "Version: $VERSION" >> build/DEBIAN/control
|
||||
echo "Architecture: $ARCH" >> build/DEBIAN/control
|
||||
|
||||
fakeroot dpkg -Zxz -b build/ libinfnoise_${VERSION}_${ARCH}.deb
|
||||
fakeroot dpkg-deb -Zxz -b build/ libinfnoise_${VERSION}_${ARCH}.deb
|
||||
|
||||
rm -rf build
|
||||
|
||||
Reference in New Issue
Block a user