r11653 - packages/trunk/freegish/debian

Lubos Novak lubos-guest at alioth.debian.org
Tue Jan 11 15:13:47 UTC 2011


Author: lubos-guest
Date: 2011-01-11 15:13:46 +0000 (Tue, 11 Jan 2011)
New Revision: 11653

Modified:
   packages/trunk/freegish/debian/rules
Log:
Orig tarball with git revision

Modified: packages/trunk/freegish/debian/rules
===================================================================
--- packages/trunk/freegish/debian/rules	2011-01-11 14:26:37 UTC (rev 11652)
+++ packages/trunk/freegish/debian/rules	2011-01-11 15:13:46 UTC (rev 11653)
@@ -9,15 +9,15 @@
 	dh_strip --dbg-package=freegish-dbg
 
 URL="https://github.com/megagun/gish.git"
-DIR="freegish"
-REV="TODO"
+REV="d1bac0c"
+DIR="freegish-1.53+git"$(REV)
 
 get-orig-source:
-	git clone $(URL) $(DIR) && \
-	find $(DIR) -name ".gitignore" -print -delete && \
-	rm -rf $(DIR)/externals/ && \
-	rm -rf $(DIR)/tools/gishleveltool/bin/ && \
-	rm -rf $(DIR)/music/* && \
-	rm -f $(DIR)/SDL.DLL && \
-	tar cjf freegish_1.53+git$(REV).dfsg.orig.tar.bz2 $(DIR) && \
+	git clone -b $(REV) $(URL) $(DIR)
+	find $(DIR) -name ".gitignore" -print -delete
+	rm -rf $(DIR)/externals/
+	rm -rf $(DIR)/tools/gishleveltool/bin/
+	rm -rf $(DIR)/music/*
+	rm -f $(DIR)/SDL.DLL
+	tar cjf freegish_1.53+git$(REV).dfsg.orig.tar.bz2 $(DIR)
 	rm -rf $(DIR)
\ No newline at end of file




More information about the Pkg-games-commits mailing list