1
0
mirror of https://gitlab.com/rnger/amath synced 2026-01-12 08:06:49 +00:00

Fix Debian version number

This commit is contained in:
Carsten Larsen
2017-02-02 22:59:35 +01:00
parent 7cdebb3c9d
commit fe8f12ee61

View File

@ -32,7 +32,7 @@ cp script/* amath/usr/local/share/amath/
# Make the package # Make the package
cp build/debian/control-amd64 amath/DEBIAN/control cp build/debian/control-amd64 amath/DEBIAN/control
dpkg-deb --build amath dpkg-deb --build amath
mv amath.deb amath-1.6.2_amd64.deb mv amath.deb amath-1.6.3_amd64.deb
# Build a debian package for i386 # Build a debian package for i386
@ -66,7 +66,7 @@ cp script/* amath/usr/local/share/amath/
# Make the package # Make the package
cp build/debian/control-i386 amath/DEBIAN/control cp build/debian/control-i386 amath/DEBIAN/control
dpkg-deb --build amath dpkg-deb --build amath
mv amath.deb amath-1.6.2_i386.deb mv amath.deb amath-1.6.3_i386.deb
# Cleanup # Cleanup
#rm -Rf amath #rm -Rf amath