[SCM] Packaging for Allegro 5 branch, master, updated. debian/2%5.0.7-2-1-gb0a8e05

Andreas Rönnquist gusnan at gusnan.se
Mon Oct 1 13:28:43 UTC 2012


The following commit has been merged in the master branch:
commit b0a8e059caaa2e2f92b17f69a38f2b7caadbe3c2
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Mon Oct 1 12:40:13 2012 +0200

    Make build not fail on deleting non-existing files

diff --git a/debian/rules b/debian/rules
index e25c48c..a63014c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,9 +51,9 @@ override_dh_installchangelogs:
 override_dh_installexamples:
 	dh_installexamples
 # Delete haiku example, because we are not shipping its data.
-	rm debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_haiku.c
+	rm -f debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_haiku.c
 # Delete examples intended for other platforms.
-	rm debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_gp2xwiz.c
-	rm debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_iphone.c
+	rm -f debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_gp2xwiz.c
+	rm -f debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_iphone.c
 # Fix permissions
 	find debian/allegro5-doc/usr/share/doc/allegro5-doc/examples -type f -exec chmod 644 \{\} \+

-- 
Packaging for Allegro 5



More information about the Pkg-games-commits mailing list