Fix Debian version number

Cette révision appartient à :
Carsten Larsen 2017-02-02 22:59:35 +01:00
Parent 7cdebb3c9d
révision fe8f12ee61
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -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