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

Tobias Hansen tobias.han at gmx.de
Wed Oct 3 15:58:54 UTC 2012


The following commit has been merged in the master branch:
commit 643f291f5ca3affca7ed1241f7576fd2970d7422
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Wed Oct 3 17:44:05 2012 +0200

    Revert "Make build not fail on deleting non-existing files"
    
    This reverts commit b0a8e059caaa2e2f92b17f69a38f2b7caadbe3c2.

diff --git a/debian/rules b/debian/rules
index a63014c..e25c48c 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 -f debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_haiku.c
+	rm debian/allegro5-doc/usr/share/doc/allegro5-doc/examples/ex_haiku.c
 # Delete examples intended for other platforms.
-	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
+	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
 # 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