diff -Nru soundrts-1.0/debian/changelog soundrts-1.0/debian/changelog --- soundrts-1.0/debian/changelog 2010-08-17 10:24:00.000000000 +0000 +++ soundrts-1.0/debian/changelog 2011-01-14 08:55:59.000000000 +0000 @@ -1,6 +1,7 @@ -soundrts (1.0-1) lucid; urgency=high +soundrts (1.0-2) natty; urgency=high * SoundRts 1.0.1 verziója + - Módosítva lett a játékot indító fájl, mivel Nattyon az alapértelmezett Python környezet 2.7 lett, direktben kell indítania a parancsfájlnak a 2.6-os Pythont a játék futtatásához. - -- Attila Hammer Thu, 17 Aug 2010 11:33:23 +0200 + -- Attila Hammer Fri, 14 Jan 2011 09:51:23 +0200 diff -Nru soundrts-1.0/debian/control soundrts-1.0/debian/control --- soundrts-1.0/debian/control 2010-08-17 11:11:58.000000000 +0000 +++ soundrts-1.0/debian/control 2011-01-14 09:00:11.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Attila Hammer Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.3 +Standards-Version: 3.9.1 Package: soundrts Architecture: all diff -Nru soundrts-1.0/soundrts.sh soundrts-1.0/soundrts.sh --- soundrts-1.0/soundrts.sh 2010-08-17 10:49:27.000000000 +0000 +++ soundrts-1.0/soundrts.sh 2011-01-14 08:56:29.000000000 +0000 @@ -1,3 +1,3 @@ #!/bin/sh -cd /usr/games/soundrts;python soundrts.pyc;rm SoundRTS.log +cd /usr/games/soundrts;python2.6 soundrts.pyc;rm SoundRTS.log