[SCM] Packaging for Allegro 5 branch, master, updated. upstream/5.0.7-84-g1f8b4cd
Tobias Hansen
tobias.han at gmx.de
Mon Sep 17 23:27:29 UTC 2012
The following commit has been merged in the master branch:
commit 1f8b4cdb171ed7d6103f8f68575481720e1b6940
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Tue Sep 18 01:18:00 2012 +0200
Delete examples from install directory, not from their original location.
diff --git a/debian/rules b/debian/rules
index 81d5ce2..e25c48c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,10 +24,6 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
override_dh_auto_configure:
# Delete possibly non-free images/music.
rm -rf examples/data/haiku demos
-# Delete haiku example, because it is now missing its data.
- rm examples/ex_haiku.c
-# Delete examples intended for other platforms.
- rm examples/ex_gp2xwiz.c examples/ex_iphone.c
# Delete precompiled files.
rm -rf docs/man/ docs/html/
rm examples/data/DejaVuSans.*
@@ -54,5 +50,10 @@ 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
+# 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
# 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