From fe8f12ee610262c680c50b3818c0346f59a4858f Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Thu, 2 Feb 2017 22:59:35 +0100 Subject: [PATCH] Fix Debian version number --- builddeb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builddeb.sh b/builddeb.sh index 5bef45e8..55bd9283 100755 --- a/builddeb.sh +++ b/builddeb.sh @@ -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