Fix Debian version number

Este commit está contenido en:
Carsten Larsen 2017-02-02 22:59:35 +01:00
padre 7cdebb3c9d
commit fe8f12ee61
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -32,7 +32,7 @@ cp script/* amath/usr/local/share/amath/
# Make the package
cp build/debian/control-amd64 amath/DEBIAN/control
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
@ -66,7 +66,7 @@ cp script/* amath/usr/local/share/amath/
# Make the package
cp build/debian/control-i386 amath/DEBIAN/control
dpkg-deb --build amath
mv amath.deb amath-1.6.2_i386.deb
mv amath.deb amath-1.6.3_i386.deb
# Cleanup
#rm -Rf amath