all repos — mgba @ 0e613d296a2f4065128d5b1db33c13bd4151e65e

mGBA Game Boy Advance Emulator

All: Fix sanitize-deb script not cleaning up after itself
Jeffrey Pfau jeffrey@endrift.com
Sat, 04 Apr 2015 13:58:30 -0700
commit

0e613d296a2f4065128d5b1db33c13bd4151e65e

parent

1c06cbd8d30bf26fb9d23a76d36eaaa00ae8268f

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -1,6 +1,7 @@

0.2.1: (Future) Bugfixes: - GBA: Fix timers not updating timing when writing to only the reload register + - All: Fix sanitize-deb script not cleaning up after itself 0.2.0: (2015-04-03) Features:
M tools/sanitize-deb.shtools/sanitize-deb.sh

@@ -57,5 +57,6 @@ sed -i~ "s/,$//g" deb-temp/DEBIAN/control

sed -i~ "/^[^:]*: $/d" deb-temp/DEBIAN/control rm deb-temp/DEBIAN/control~ dpkg-deb -b deb-temp $DEB + rm -rf deb-temp shift done