r10238 - packages/trunk/renpy/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 28 21:34:07 UTC 2009


Author: miriam
Date: 2009-08-28 21:34:06 +0000 (Fri, 28 Aug 2009)
New Revision: 10238

Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/rules
Log:
Re-added get-orig-source



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog	2009-08-28 21:05:56 UTC (rev 10237)
+++ packages/trunk/renpy/debian/changelog	2009-08-28 21:34:06 UTC (rev 10238)
@@ -1,4 +1,4 @@
-renpy (6.9.3-1) unstable; urgency=low
+renpy (6.9.3.dfsg1-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
   * New Upstream Release
@@ -6,6 +6,7 @@
       for running from a portable storage device, and includes a rewritten
       Ren'Py Launcher.
   * Upgraded Standards Version to 3.8.3
+  * Added get-orig-source target
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 28 Aug 2009 18:09:32 +0200
 

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2009-08-28 21:05:56 UTC (rev 10237)
+++ packages/trunk/renpy/debian/rules	2009-08-28 21:34:06 UTC (rev 10238)
@@ -138,5 +138,25 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
+VERSIONID=6.9.3
+
+get-orig-source:
+	rm -f renpy-$(VERSIONID)-sdk.tar.bz2
+	dget http://www.renpy.org/dl/$(VERSIONID)/renpy-$(VERSIONID)-sdk.tar.bz2
+	rm -rf renpy-$(VERSIONID)
+	tar xvfj renpy-$(VERSIONID)-sdk.tar.bz2
+	rm renpy-$(VERSIONID)-sdk.tar.bz2
+	cd renpy-$(VERSIONID) && rm -rf renpy.app lib jedit common
+	rm -rf `find renpy-$(VERSIONID) -name "*.exe"`
+	rm -rf `find renpy-$(VERSIONID) -name "*.dll"`
+	rm -rf `find renpy-$(VERSIONID) -name "*.lib"`
+	rm -rf `find renpy-$(VERSIONID) -name "*.pyc"`
+	rm -rf `find renpy-$(VERSIONID) -name "*.pyo"`
+	rm -rf `find renpy-$(VERSIONID) -name "*.so"`
+	rm -rf ../renpy-$(VERSIONID).dfsg1.orig.tar.gz
+	tar cvfz ../renpy-$(VERSIONID).dfsg1.orig.tar.gz renpy-$(VERSIONID)
+	rm -r renpy-$(VERSIONID)
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install-indep install-arch install configure get-doc
+.PHONY: get-orig-source




More information about the Pkg-games-commits mailing list