[SCM] mess system emulator branch, master, updated. f5719d396961a7fe1cd8a9adcbc97e22c19faccd

Cesare Falco cesare.falco at gmail.com
Thu May 31 10:23:44 UTC 2012


The following commit has been merged in the master branch:
commit 03c697fc5843987b638130857804d76324f1b3a5
Merge: 5dd1dc32b0fc28a1b6329facc70c2aa8f36dd1d5 64d3b8468578281a926ef5990eae4c42cf35c3e2
Author: Cesare Falco <cesare.falco at gmail.com>
Date:   Sat May 26 10:50:34 2012 +0200

    Merge branch 'master' of git://git.debian.org/git/pkg-games/mess

diff --combined debian/rules
index 4105625,5859491..b5941f4
--- a/debian/rules
+++ b/debian/rules
@@@ -21,7 -21,6 +21,6 @@@ DEB_MAME_OPTS = 
      SUBTARGET=mame \
      OSD=sdl \
      CROSS_BUILD_OSD= \
-     TARGETOS=unix \
      NOASM=1 \
      PREFIX= \
      SUFFIX= \
@@@ -149,8 -148,7 +148,8 @@@ override_dh_auto_build
  override_dh_auto_clean:
  	echo "Starting clean process..."
  	$(MAKE) $(DEB_MESS_OPTS) clean
 -	[ ! -f default.mess.ini ] || rm default.mess.ini
 +	rm -rf default.mess.ini
 +	rm -rf obj
  
  # dh_installchangelogs doesn't know about whatsnew.txt,
  # so we need to make an explicit call
@@@ -200,7 -198,7 +199,7 @@@ get-orig-source: $(MESS_FILEBASE)s.zi
  	    | sed 's/\ /\\\ /g' \
  	    | xargs sed -i "s/\r$$//"
  	tar -C $(TMPDIR) -cvf - $(MESS_PACKAGE)-$(VERSION) | \
- 	    xz > ../$(MESS_PACKAGE)_$(VERSION).orig.tar.xz
+ 	    xz > $(MESS_PACKAGE)_$(VERSION).orig.tar.xz
  	rm -f $(MESS_FILEBASE)s.zip
  
  	rm -rf $(TMPDIR)

-- 
mess system emulator



More information about the Pkg-games-commits mailing list