Author: miriam
Date: 2008-11-13 10:23:54 +0000 (Thu, 13 Nov 2008)
New Revision: 8399

Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/rules
Log:
Upstream tarball is shipped clean now. Removed unneccesary stuff.



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog       2008-11-13 10:16:23 UTC (rev 
8398)
+++ packages/trunk/renpy/debian/changelog       2008-11-13 10:23:54 UTC (rev 
8399)
@@ -1,4 +1,4 @@
-renpy (6.8.0.dfsg1-1) UNRELEASED; urgency=low
+renpy (6.8.0-1) UNRELEASED; urgency=low
 
   [ Miriam Ruiz ]
   * New Upstream Release

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules   2008-11-13 10:16:23 UTC (rev 8398)
+++ packages/trunk/renpy/debian/rules   2008-11-13 10:23:54 UTC (rev 8399)
@@ -28,6 +28,7 @@
 clean: configure
        dh_testdir
        dh_testroot
+       rm -rf `find . -name "*.rpyc"`
        rm -f build-stamp configure-stamp
        rm -f build-python* install-python*
        cd module; python setup.py clean
@@ -129,40 +130,5 @@
        dh_md5sums -a
        dh_builddeb -a
 
-# Dynamic upstream Ren'Py version detection
-#
-# RENPY_VERSION = $(shell uscan --dehs --report-status | \ 
-#      grep upstream-version | sed 's/<.*>\(.*\)<.*>/\1/g')
-#
-# Dynamic current renpy version detection
-#
-# RENPY_VERSION = $(shell head -1 debian/changelog | \
-#      sed 's/.*(\(.*\)\.ds.*/\1/')
-#
-
-# Static Ren'Py version assignment
-#
-RENPY_VERSION = 6.8.0
-DEBIAN_VERSION = $(RENPY_VERSION).dfsg1
-
-get-orig-source:
-       dh_testdir
-       dh_testroot
-       rm -rf "renpy-$(RENPY_VERSION)"
-       echo "Downloading Ren'Py..."
-       test -e "renpy-$(RENPY_VERSION)-full.tar.bz2" || \
-               wget 
"http://www.renpy.org/dl/$(RENPY_VERSION)/renpy-$(RENPY_VERSION)-sdk.tar.bz2"
-       tar xvfj "renpy-$(RENPY_VERSION)-sdk.tar.bz2"
-       rm -f "renpy-$(RENPY_VERSION)-sdk.tar.bz2"
-       rm -f "renpy_$(DEBIAN_VERSION).orig.tar.gz"
-       cd "renpy-$(RENPY_VERSION)"; \
-               rm -rf `find . -name "*.dll"` ; \
-               rm -rf `find . -name "*.exe"` ; \
-               rm -rf `find . -name "*.rpyc"` ; \
-               rm -rf editor lib renpy.app renpy.code
-       tar cvfz "renpy_$(DEBIAN_VERSION).orig.tar.gz" "renpy-$(RENPY_VERSION)"
-       rm -rf "renpy-$(RENPY_VERSION)"
-       mv "renpy_$(DEBIAN_VERSION).orig.tar.gz" ..
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install-indep install-arch 
install configure get-doc get-orig-source


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to