r11676 - packages/trunk/freegish/debian
Lubos Novak
lubos-guest at alioth.debian.org
Fri Jan 21 15:32:49 UTC 2011
Author: lubos-guest
Date: 2011-01-21 15:32:44 +0000 (Fri, 21 Jan 2011)
New Revision: 11676
Modified:
packages/trunk/freegish/debian/changelog
packages/trunk/freegish/debian/rules
Log:
Fix get-orig-source target.
Modified: packages/trunk/freegish/debian/changelog
===================================================================
--- packages/trunk/freegish/debian/changelog 2011-01-18 13:19:55 UTC (rev 11675)
+++ packages/trunk/freegish/debian/changelog 2011-01-21 15:32:44 UTC (rev 11676)
@@ -1,4 +1,4 @@
-freegish (1.53-1) UNRELEASED; urgency=low
+freegish (1.53+git20101011.dfsg-1) UNRELEASED; urgency=low
* Initial release. (Closes: #xxxxxx)
Modified: packages/trunk/freegish/debian/rules
===================================================================
--- packages/trunk/freegish/debian/rules 2011-01-18 13:19:55 UTC (rev 11675)
+++ packages/trunk/freegish/debian/rules 2011-01-21 15:32:44 UTC (rev 11676)
@@ -10,14 +10,18 @@
URL="https://github.com/megagun/gish.git"
REV="d1bac0c"
-DIR="freegish-1.53+git"$(REV)
+DATEREV="20101011"
+DIR="freegish-1.53+git"$(DATEREV).dfsg
get-orig-source:
- git clone -b $(REV) $(URL) $(DIR)
+ git clone $(URL) $(DIR)
+ cd $(DIR) && git checkout $(REV)
find $(DIR) -name ".gitignore" -print -delete
+ rm -rf .git/
rm -rf $(DIR)/externals/
- rm -rf $(DIR)/tools/gishleveltool/bin/
+ rm -rf $(DIR)/tools/gishleveltool/
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
+ rm -f $(DIR)video/glext.h
+ tar cjf freegish_1.53+git$(DATEREV).dfsg.orig.tar.bz2 $(DIR)
+ rm -rf $(DIR)
More information about the Pkg-games-commits
mailing list