[SCM] Emulator of the Super Nintendo Entertainment System (TM) branch, master, updated. debian/1.510+bz2-3-7-g31bf3b5

Etienne Millon me at emillon.org
Fri Jun 29 21:02:47 UTC 2012


The following commit has been merged in the master branch:
commit 3722f27a2942d8b78f41ab4e2cfdbeaf2e698b69
Author: Etienne Millon <me at emillon.org>
Date:   Fri Jun 29 17:45:11 2012 +0200

    use find -delete instead of shell globbing

diff --git a/debian/changelog b/debian/changelog
index ca18ce2..c54a941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 zsnes (1.510+bz2-4) UNRELEASED; urgency=low
 
   * Disable build on amd64 (Closes: #679526, #672935)
+  * debian/rules : use find -delete instead of shell globbing
 
  -- Etienne Millon <etienne.millon at gmail.com>  Fri, 29 Jun 2012 17:37:53 +0200
 
diff --git a/debian/rules b/debian/rules
index 6d43f26..4f652d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,8 @@ override_dh_auto_configure:
 		--enable-libao force_arch=i486
 
 override_dh_clean:
-	rm -f $$(find src/ -type f -name *.o) src/Makefile src/cfg.h src/config.h src/config.log src/config.status src/input.h src/makefile.dep src/md.h src/parsegen src/tools/depbuild src/zsnes
+	rm -f src/Makefile src/cfg.h src/config.h src/config.log src/config.status src/input.h src/makefile.dep src/md.h src/parsegen src/tools/depbuild src/zsnes
+	find src/ -type f -name '*.o' -delete
 	dh_clean
 
 override_dh_installchangelogs:

-- 
Emulator of the Super Nintendo Entertainment System (TM)



More information about the Pkg-games-commits mailing list