From: Bdale Garbee Date: Wed, 6 Sep 2006 02:59:48 +0000 (-0600) Subject: Imported Debian patch 1.1.1-2 X-Git-Tag: debian/1.1.1-2 X-Git-Url: https://git.gag.com/?p=debian%2Fsplat;a=commitdiff_plain;h=refs%2Ftags%2Fdebian%2F1.1.1-2 Imported Debian patch 1.1.1-2 --- diff --git a/build b/build index 8559558..9714df6 100755 --- a/build +++ b/build @@ -4,12 +4,10 @@ # Written by John A. Magliacane, KD2BD May 2002 -- Last update: March 2006 # -cpu=`uname -m` - build_splat() { echo -n "Compiling SPLAT!... " - g++ -Wall -O3 -s -lm -lbz2 -fomit-frame-pointer -march=$cpu itm.cpp splat.cpp -o splat + g++ -Wall -O3 -s -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat echo "Done!" } diff --git a/debian/changelog b/debian/changelog index 9439e44..13a1b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +splat (1.1.1-2) unstable; urgency=low + + * drop the -march option on the g++ command line in the build script, + closes: #386205 + + -- Bdale Garbee Tue, 5 Sep 2006 20:59:48 -0600 + splat (1.1.1-1) unstable; urgency=low * new upstream version