[SCM] Debian packaging of allegro4.4 branch, master, updated. upstream/4.4.2-95-g205228b

Andreas Rönnquist gusnan at gusnan.se
Wed Apr 4 20:29:56 UTC 2012


The following commit has been merged in the master branch:
commit 205228bd66a11564cb3593f8648d78d35659df7b
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Wed Apr 4 22:19:16 2012 +0200

    Fix building the examples tar including . directory

diff --git a/debian/rules b/debian/rules
index 81d8353..ce8fb82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ override_dh_auto_install:
 # Create examples source tar.gz
 	rm -rf build/tmp; mkdir build/tmp
 	cp examples/*.c examples/*.h examples/*.pcx examples/*.dat examples/*.txt examples/*.ini build/tmp/
-	cd build/tmp; tar czvf source.tar.gz *
+	cd build/tmp; tar zcvf source.tar.gz *
 	cp build/tmp/source.tar.gz $(CURDIR)/debian/tmp/$(DOC_EXAMPLES_DIR)
 
 override_dh_makeshlibs:

-- 
Debian packaging of allegro4.4



More information about the Pkg-games-commits mailing list